body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Crimson Text', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #fa0f0f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa0f0f !important;
  border-color: #fa0f0f !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: #af0404 !important;
  border-color: #af0404 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #af0404 !important;
  border-color: #af0404 !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: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa0f0f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af0404 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa0f0f !important;
  border-color: #fa0f0f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fa0f0f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a00303 !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: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #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: #fa0f0f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa0f0f;
  border-color: #fa0f0f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa0f0f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed7d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Crimson Text', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fa0f0f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fa0f0f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa0f0f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa0f0f;
}
.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: #fa0f0f;
  border-bottom-color: #fa0f0f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fa0f0f !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='%23fa0f0f' %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-uS4Ptr7MER .navbar-dropdown {
  position: relative !important;
}
.cid-uS4Ptr7MER .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS4Ptr7MER .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS4Ptr7MER .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-uS4Ptr7MER .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS4Ptr7MER .dropdown-item {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.cid-uS4Ptr7MER .dropdown-item:hover,
.cid-uS4Ptr7MER .dropdown-item:focus {
  background: #000000 !important;
}
.cid-uS4Ptr7MER .dropdown-item:hover span {
  color: white;
}
.cid-uS4Ptr7MER .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4Ptr7MER .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4Ptr7MER .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4Ptr7MER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4Ptr7MER .nav-link {
  position: relative;
}
.cid-uS4Ptr7MER .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS4Ptr7MER .container {
    flex-wrap: nowrap;
  }
}
.cid-uS4Ptr7MER .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS4Ptr7MER .iconfont-wrapper:hover {
  color: #e6c63b !important;
}
.cid-uS4Ptr7MER .dropdown-menu,
.cid-uS4Ptr7MER .navbar.opened {
  background: #000000 !important;
}
.cid-uS4Ptr7MER .nav-item:focus,
.cid-uS4Ptr7MER .nav-link:focus {
  outline: none;
}
.cid-uS4Ptr7MER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4Ptr7MER .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS4Ptr7MER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4Ptr7MER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4Ptr7MER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4Ptr7MER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4Ptr7MER .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4Ptr7MER .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4Ptr7MER .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS4Ptr7MER .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS4Ptr7MER .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4Ptr7MER .navbar.collapsed {
  justify-content: center;
}
.cid-uS4Ptr7MER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4Ptr7MER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4Ptr7MER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS4Ptr7MER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4Ptr7MER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4Ptr7MER .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-uS4Ptr7MER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4Ptr7MER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4Ptr7MER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4Ptr7MER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4Ptr7MER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4Ptr7MER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4Ptr7MER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4Ptr7MER .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-uS4Ptr7MER .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4Ptr7MER .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4Ptr7MER .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS4Ptr7MER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS4Ptr7MER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4Ptr7MER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4Ptr7MER .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS4Ptr7MER .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS4Ptr7MER .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uS4Ptr7MER .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS4Ptr7MER .navbar-brand .navbar-caption:hover,
.cid-uS4Ptr7MER .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS4Ptr7MER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4Ptr7MER .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS4Ptr7MER .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e6c63b !important;
}
.cid-uS4Ptr7MER .dropdown-item.active,
.cid-uS4Ptr7MER .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4Ptr7MER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4Ptr7MER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4Ptr7MER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4Ptr7MER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS4Ptr7MER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS4Ptr7MER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS4Ptr7MER .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4Ptr7MER ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS4Ptr7MER ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS4Ptr7MER .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS4Ptr7MER .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS4Ptr7MER .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS4Ptr7MER .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS4Ptr7MER button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4Ptr7MER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS4Ptr7MER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS4Ptr7MER button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4Ptr7MER button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4Ptr7MER button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS4Ptr7MER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4Ptr7MER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4Ptr7MER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4Ptr7MER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4Ptr7MER .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS4Ptr7MER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4Ptr7MER .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-uS4Ptr7MER .navbar {
    height: 70px;
  }
  .cid-uS4Ptr7MER .navbar.opened {
    height: auto;
  }
  .cid-uS4Ptr7MER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS4Ptr7MER .navbar-nav {
  margin: 0 auto;
}
.cid-uS4Ptr7MER .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS4Ptr7MER .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
}
.cid-uS4Ptr7MER .nav-item .nav-link::after {
  color: #000000 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS4Ptr7MER .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #e6c63b !important;
  border: 1px solid #2c2c26;
}
.cid-uS4Ptr7MER .nav-item .nav-link:hover::after {
  color: #e6c63b !important;
}
.cid-uS4Ptr7MER .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS4Ptr7MER .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS4Ptr7MER .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS4Ptr7MER .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS4Ptr7MER .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS4Ptr7MER .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS4Ptr7MER .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS4Ptr7MER .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS4Ptr7MER .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS4Ptr7MER .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS4Ptr7MER .content-wrap {
  min-height: 110px;
}
.cid-uS4fG2gJd9 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uS4fG2gJd9 .mbr-text,
.cid-uS4fG2gJd9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS4fG2gJd9 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uS4fG2gJd9 .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uS4fG2gJd9 * {
    text-align: center;
  }
  .cid-uS4fG2gJd9 .buttons-wrap {
    justify-content: center;
  }
}
.cid-uS4fG2gJd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4fG2gJd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn9Xdc0ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uJn9Xdc0ax blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJn8bw7rUs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJn8bw7rUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn8bw7rUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn8bw7rUs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJn8bw7rUs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJn8bw7rUs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJn8bw7rUs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJn8bw7rUs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS2qrMh53l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS2qrMh53l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2qrMh53l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2qrMh53l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS2qrMh53l .row {
    text-align: center;
  }
  .cid-uS2qrMh53l .row > div {
    margin: auto;
  }
  .cid-uS2qrMh53l .social-row {
    justify-content: center;
  }
}
.cid-uS2qrMh53l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS2qrMh53l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 0rem;
  }
}
.cid-uS2qrMh53l .mbr-text {
  color: #ffffff;
}
.cid-uS2qrMh53l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS2qrMh53l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS2qrMh53l H5 {
  color: #ffffff;
}
.cid-uS3VxApxqE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uS3VxApxqE .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;
}
@media (max-width: 767px) {
  .cid-uS3VxApxqE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uS3VxApxqE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS3VxApxqE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uS3VxApxqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uS3VxApxqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS3VxApxqE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uS3VxApxqE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uS3VxApxqE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uS3VxApxqE .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uS3VxApxqE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uS3VxApxqE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uS3VxApxqE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uS3VxApxqE .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uS3VxApxqE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uS3VxApxqE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uS3VxApxqE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uS3VxApxqE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uS3VxApxqE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uS3VxApxqE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uS3VxApxqE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uS3VxApxqE .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uS3VxApxqE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uS3VxApxqE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uS3VxApxqE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uS3VxApxqE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uS3VxApxqE .nav-item:focus,
.cid-uS3VxApxqE .nav-link:focus {
  outline: none;
}
.cid-uS3VxApxqE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS3VxApxqE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS3VxApxqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS3VxApxqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS3VxApxqE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS3VxApxqE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS3VxApxqE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uS3VxApxqE .navbar.opened {
  transition: all 0.3s;
}
.cid-uS3VxApxqE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uS3VxApxqE .navbar .navbar-logo img {
  width: auto;
}
.cid-uS3VxApxqE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uS3VxApxqE .navbar.collapsed {
  justify-content: center;
}
.cid-uS3VxApxqE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS3VxApxqE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS3VxApxqE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uS3VxApxqE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS3VxApxqE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS3VxApxqE .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-uS3VxApxqE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS3VxApxqE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS3VxApxqE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uS3VxApxqE .navbar {
    min-height: 72px;
  }
  .cid-uS3VxApxqE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uS3VxApxqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS3VxApxqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS3VxApxqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS3VxApxqE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS3VxApxqE .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-uS3VxApxqE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uS3VxApxqE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uS3VxApxqE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS3VxApxqE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS3VxApxqE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uS3VxApxqE .dropdown-item.active,
.cid-uS3VxApxqE .dropdown-item:active {
  background-color: transparent;
}
.cid-uS3VxApxqE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS3VxApxqE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS3VxApxqE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS3VxApxqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uS3VxApxqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uS3VxApxqE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uS3VxApxqE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uS3VxApxqE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uS3VxApxqE .navbar-buttons {
    text-align: left;
  }
}
.cid-uS3VxApxqE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uS3VxApxqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS3VxApxqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS3VxApxqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3VxApxqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS3VxApxqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS3VxApxqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3VxApxqE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS3VxApxqE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS3VxApxqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS3VxApxqE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS3VxApxqE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS3VxApxqE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS3VxApxqE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS3VxApxqE .navbar {
    height: 70px;
  }
  .cid-uS3VxApxqE .navbar.opened {
    height: auto;
  }
  .cid-uS3VxApxqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uS3VxApxqE .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uS3VxApxqE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uS3VxApxqE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uS3VxApxqE .navbar-brand {
    margin-right: auto;
  }
  .cid-uS3VxApxqE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uS3VxApxqE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uS3VxApxqE .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uS3VxApxqE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uS3VxApxqE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uS3VxApxqE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uS4eGtEbO1 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uS4eGtEbO1 .mbr-text,
.cid-uS4eGtEbO1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS4eGtEbO1 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uS4eGtEbO1 .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uS4eGtEbO1 * {
    text-align: center;
  }
  .cid-uS4eGtEbO1 .buttons-wrap {
    justify-content: center;
  }
}
.cid-uS4eGtEbO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4eGtEbO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnaeQyi5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uJnaeQyi5W blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJnaeR8LOZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJnaeR8LOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnaeR8LOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnaeR8LOZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJnaeR8LOZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJnaeR8LOZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJnaeR8LOZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJnaeR8LOZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS2qrMh53l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS2qrMh53l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2qrMh53l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2qrMh53l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS2qrMh53l .row {
    text-align: center;
  }
  .cid-uS2qrMh53l .row > div {
    margin: auto;
  }
  .cid-uS2qrMh53l .social-row {
    justify-content: center;
  }
}
.cid-uS2qrMh53l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS2qrMh53l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 0rem;
  }
}
.cid-uS2qrMh53l .mbr-text {
  color: #ffffff;
}
.cid-uS2qrMh53l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS2qrMh53l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS2qrMh53l H5 {
  color: #ffffff;
}
.cid-uRZvQeMDjT .navbar-dropdown {
  position: relative !important;
}
.cid-uRZvQeMDjT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uRZvQeMDjT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uRZvQeMDjT .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-uRZvQeMDjT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRZvQeMDjT .dropdown-item {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.cid-uRZvQeMDjT .dropdown-item:hover,
.cid-uRZvQeMDjT .dropdown-item:focus {
  background: #000000 !important;
}
.cid-uRZvQeMDjT .dropdown-item:hover span {
  color: white;
}
.cid-uRZvQeMDjT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRZvQeMDjT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRZvQeMDjT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRZvQeMDjT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRZvQeMDjT .nav-link {
  position: relative;
}
.cid-uRZvQeMDjT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRZvQeMDjT .container {
    flex-wrap: nowrap;
  }
}
.cid-uRZvQeMDjT .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRZvQeMDjT .iconfont-wrapper:hover {
  color: #e6c63b !important;
}
.cid-uRZvQeMDjT .dropdown-menu,
.cid-uRZvQeMDjT .navbar.opened {
  background: #000000 !important;
}
.cid-uRZvQeMDjT .nav-item:focus,
.cid-uRZvQeMDjT .nav-link:focus {
  outline: none;
}
.cid-uRZvQeMDjT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZvQeMDjT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRZvQeMDjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZvQeMDjT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZvQeMDjT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZvQeMDjT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZvQeMDjT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRZvQeMDjT .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZvQeMDjT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uRZvQeMDjT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uRZvQeMDjT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRZvQeMDjT .navbar.collapsed {
  justify-content: center;
}
.cid-uRZvQeMDjT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZvQeMDjT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRZvQeMDjT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRZvQeMDjT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZvQeMDjT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZvQeMDjT .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-uRZvQeMDjT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZvQeMDjT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRZvQeMDjT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRZvQeMDjT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZvQeMDjT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZvQeMDjT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZvQeMDjT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRZvQeMDjT .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-uRZvQeMDjT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZvQeMDjT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRZvQeMDjT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRZvQeMDjT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRZvQeMDjT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZvQeMDjT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRZvQeMDjT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRZvQeMDjT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRZvQeMDjT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRZvQeMDjT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZvQeMDjT .navbar-brand .navbar-caption:hover,
.cid-uRZvQeMDjT .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uRZvQeMDjT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZvQeMDjT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRZvQeMDjT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e6c63b !important;
}
.cid-uRZvQeMDjT .dropdown-item.active,
.cid-uRZvQeMDjT .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZvQeMDjT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRZvQeMDjT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZvQeMDjT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZvQeMDjT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRZvQeMDjT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRZvQeMDjT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRZvQeMDjT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZvQeMDjT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRZvQeMDjT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRZvQeMDjT .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRZvQeMDjT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uRZvQeMDjT .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRZvQeMDjT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRZvQeMDjT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRZvQeMDjT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uRZvQeMDjT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRZvQeMDjT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRZvQeMDjT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRZvQeMDjT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRZvQeMDjT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZvQeMDjT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZvQeMDjT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZvQeMDjT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZvQeMDjT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRZvQeMDjT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRZvQeMDjT .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-uRZvQeMDjT .navbar {
    height: 70px;
  }
  .cid-uRZvQeMDjT .navbar.opened {
    height: auto;
  }
  .cid-uRZvQeMDjT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZvQeMDjT .navbar-nav {
  margin: 0 auto;
}
.cid-uRZvQeMDjT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRZvQeMDjT .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
}
.cid-uRZvQeMDjT .nav-item .nav-link::after {
  color: #000000 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRZvQeMDjT .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #e6c63b !important;
  border: 1px solid #2c2c26;
}
.cid-uRZvQeMDjT .nav-item .nav-link:hover::after {
  color: #e6c63b !important;
}
.cid-uRZvQeMDjT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRZvQeMDjT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRZvQeMDjT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRZvQeMDjT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRZvQeMDjT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRZvQeMDjT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRZvQeMDjT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRZvQeMDjT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRZvQeMDjT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uRZvQeMDjT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRZvQeMDjT .content-wrap {
  min-height: 110px;
}
.cid-uS3WPMxpBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3WPMxpBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3WPMxpBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3WPMxpBj .row {
  margin: 0 -8px;
}
.cid-uS3WPMxpBj .row .card {
  padding: 0 8px;
}
.cid-uS3WPMxpBj .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uS3WPMxpBj .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS3WPMxpBj .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uS3WPMxpBj .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS3WPMxpBj .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS3WPMxpBj .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uS3WPMxpBj .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS3WPMxpBj .image-wrapper {
  height: 100%;
}
.cid-uS3WPMxpBj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS3WPMxpBj .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uS3WPMxpBj .mbr-text,
.cid-uS3WPMxpBj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3WPMxpBj .logo-wrapper,
.cid-uS3WPMxpBj .mbr-desc {
  text-align: center;
}
.cid-uS3WPMxpBj .mbr-desc {
  color: #63635d;
}
.cid-uS3WPMxpBj .mbr-section-title,
.cid-uS3WPMxpBj .mbr-section-btn {
  color: #000000;
}
.cid-uS2p8uIcvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS2p8uIcvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2p8uIcvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2p8uIcvk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uS2p8uIcvk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uS2p8uIcvk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uS49qYQTfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uS49qYQTfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS49qYQTfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS49qYQTfe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .container {
    padding: 0 30px;
  }
}
.cid-uS49qYQTfe .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS49qYQTfe .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffff79;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uS49qYQTfe .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uS49qYQTfe .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS49qYQTfe .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uS49qYQTfe .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS49qYQTfe .mbr-section-title {
  color: #ffffff;
}
.cid-uS49qYQTfe .mbr-card-title {
  color: #030303;
}
.cid-uS49qYQTfe .mbr-text {
  color: #030303;
}
.cid-uS49qYQTfe .mbr-number {
  color: #FE5115;
}
.cid-uS2puNOG9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS2puNOG9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2puNOG9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2puNOG9S .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uS2puNOG9S .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS2puNOG9S .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS2puNOG9S .card-wrapper {
    padding: 4rem;
  }
}
.cid-uS2puNOG9S .mbr-text,
.cid-uS2puNOG9S .mbr-section-btn {
  color: #000000;
}
.cid-uS2puNOG9S .card-title,
.cid-uS2puNOG9S .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS2lOnHEUg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS2lOnHEUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2lOnHEUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2lOnHEUg .mbr-text {
  color: #767676;
}
.cid-uS2lOnHEUg .mbr-section-subtitle {
  color: #767676;
}
.cid-uS2lOnHEUg .title .num {
  width: 100%;
  display: block;
}
.cid-uS2lOnHEUg .title .card-title {
  z-index: 1;
}
.cid-uS2lOnHEUg .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uS2lOnHEUg * {
    text-align: center !important;
  }
  .cid-uS2lOnHEUg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uS2lOnHEUg .card-title,
.cid-uS2lOnHEUg .card-img {
  text-align: center;
}
.cid-uS49Ts0xjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uS49Ts0xjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS49Ts0xjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS49Ts0xjF .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS49Ts0xjF .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS49Ts0xjF .content-wrapper {
    padding: 0;
  }
}
.cid-uS49Ts0xjF .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uS49Ts0xjF .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #efef51;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uS49Ts0xjF .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uS49Ts0xjF .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS49Ts0xjF .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uS49Ts0xjF .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uS49Ts0xjF .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS49Ts0xjF .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uS49Ts0xjF .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uS49Ts0xjF .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uS49Ts0xjF .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uS49Ts0xjF .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uS49Ts0xjF .mbr-section-title {
  color: #2C2625;
}
.cid-uS49Ts0xjF .mbr-date {
  color: #2C2625;
}
.cid-uS49Ts0xjF .mbr-tag {
  color: #2C2625;
}
.cid-uS0UTy2UPa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efef51;
}
.cid-uS0UTy2UPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0UTy2UPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0UTy2UPa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS0UTy2UPa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS0UTy2UPa .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uS0UTy2UPa .items-wrapper .item {
  padding: 0 10px;
}
.cid-uS0UTy2UPa .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uS0UTy2UPa .item {
    margin-bottom: 16px;
  }
}
.cid-uS0UTy2UPa .item .item-wrapper {
  padding: 10px;
  background-color: #efef51;
  height: 100%;
}
.cid-uS0UTy2UPa .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uS0UTy2UPa .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uS0UTy2UPa .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uS0UTy2UPa .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uS0UTy2UPa .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uS0UTy2UPa .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uS0UTy2UPa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS0UTy2UPa .item-title {
  color: #000c3f;
}
.cid-uS0UTy2UPa .item-text {
  color: #000c3f;
}
.cid-uS0UTy2UPa .item-title,
.cid-uS0UTy2UPa .mbr-section-btn {
  color: #000000;
}
.cid-uS4nl3kxxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4nl3kxxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4nl3kxxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4nl3kxxt .container {
    padding: 0 22px;
  }
}
.cid-uS4nl3kxxt .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4nl3kxxt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4nl3kxxt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS4nl3kxxt .mbr-section-title {
  color: #000000;
}
.cid-uS4nl3kxxt .mbr-text {
  color: #000000;
}
.cid-uRZsfOJfTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uRZsfOJfTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZsfOJfTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZsfOJfTc .row {
  margin: 0 -8px;
}
.cid-uRZsfOJfTc .row .card {
  padding: 0 8px;
}
.cid-uRZsfOJfTc .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRZsfOJfTc .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRZsfOJfTc .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uRZsfOJfTc .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRZsfOJfTc .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRZsfOJfTc .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uRZsfOJfTc .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRZsfOJfTc .image-wrapper {
  height: 100%;
}
.cid-uRZsfOJfTc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRZsfOJfTc .image-wrapper img {
    height: 300px;
  }
}
.cid-uRZsfOJfTc .mbr-section-title {
  color: #2c2c26;
}
.cid-uRZsfOJfTc .mbr-text,
.cid-uRZsfOJfTc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRZsfOJfTc .mbr-section-title,
.cid-uRZsfOJfTc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS0W7JZ1LG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS0W7JZ1LG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0W7JZ1LG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS0W7JZ1LG .container {
    padding: 0 20px;
  }
}
.cid-uS0W7JZ1LG .row {
  margin: 0;
}
.cid-uS0W7JZ1LG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS0W7JZ1LG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS0W7JZ1LG .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uS0W7JZ1LG .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS0W7JZ1LG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS0W7JZ1LG .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS0W7JZ1LG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS2pR53M7L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efef51;
}
.cid-uS2pR53M7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2pR53M7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2pR53M7L .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-uS2pR53M7L .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS2pR53M7L .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uS2pR53M7L .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uS2pR53M7L .mbr-text,
.cid-uS2pR53M7L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS2pR53M7L .card-title,
.cid-uS2pR53M7L .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS428odZOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS428odZOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS428odZOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS428odZOW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS428odZOW .container {
    padding: 0 12px;
  }
}
.cid-uS428odZOW .row {
  justify-content: center;
}
.cid-uS428odZOW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS428odZOW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS428odZOW .panel-group .card {
  border-radius: 50px;
  border: 3px solid #efef51;
  box-shadow: 4px 4px #efef51;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS428odZOW .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS428odZOW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uS428odZOW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS428odZOW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS428odZOW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #efef51;
  transition: all 0.3s ease-in-out;
}
.cid-uS428odZOW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uS428odZOW .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uS428odZOW .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uS428odZOW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS428odZOW .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS428odZOW .panel-title-edit {
  color: #000000;
}
.cid-uS428odZOW .panel-text {
  color: #222222;
}
.cid-uS4nXpjRxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4nXpjRxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4nXpjRxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4nXpjRxz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4nXpjRxz .container {
    padding: 0 12px;
  }
}
.cid-uS4nXpjRxz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4nXpjRxz .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4nXpjRxz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uS4nXpjRxz .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uS4nXpjRxz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uS4nXpjRxz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uS4nXpjRxz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4nXpjRxz .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4nXpjRxz .mbr-section-subtitle {
  color: #222222;
}
.cid-uS4nXpjRxz .mbr-text {
  color: #222222;
}
.cid-uS4nXpjRxz .list {
  color: #222222;
}
.cid-uS4ofD9i17 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS4ofD9i17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4ofD9i17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4ofD9i17 .container {
    padding: 0 16px;
  }
}
.cid-uS4ofD9i17 .title-wrapper {
  position: relative;
}
.cid-uS4ofD9i17 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4ofD9i17 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS4ofD9i17 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4ofD9i17 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uS4ofD9i17 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS4ofD9i17 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #efef51;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS4ofD9i17 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uS4ofD9i17 .mbr-section-title {
  color: #08323C;
}
.cid-uS4ofD9i17 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS4ofD9i17 .mbr-section-title,
.cid-uS4ofD9i17 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uS0X4mgRsj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uS0X4mgRsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS0X4mgRsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS0X4mgRsj .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS0X4mgRsj .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS0X4mgRsj .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS0X4mgRsj .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS2qrMh53l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS2qrMh53l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2qrMh53l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2qrMh53l .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS2qrMh53l .row {
    text-align: center;
  }
  .cid-uS2qrMh53l .row > div {
    margin: auto;
  }
  .cid-uS2qrMh53l .social-row {
    justify-content: center;
  }
}
.cid-uS2qrMh53l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS2qrMh53l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS2qrMh53l .list {
    margin-bottom: 0rem;
  }
}
.cid-uS2qrMh53l .mbr-text {
  color: #ffffff;
}
.cid-uS2qrMh53l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS2qrMh53l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS2qrMh53l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS2qrMh53l H5 {
  color: #ffffff;
}
.cid-uS4pNkpYgl .navbar-dropdown {
  position: relative !important;
}
.cid-uS4pNkpYgl .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pNkpYgl .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS4pNkpYgl .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-uS4pNkpYgl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS4pNkpYgl .dropdown-item {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.cid-uS4pNkpYgl .dropdown-item:hover,
.cid-uS4pNkpYgl .dropdown-item:focus {
  background: #000000 !important;
}
.cid-uS4pNkpYgl .dropdown-item:hover span {
  color: white;
}
.cid-uS4pNkpYgl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4pNkpYgl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4pNkpYgl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4pNkpYgl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4pNkpYgl .nav-link {
  position: relative;
}
.cid-uS4pNkpYgl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS4pNkpYgl .container {
    flex-wrap: nowrap;
  }
}
.cid-uS4pNkpYgl .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pNkpYgl .iconfont-wrapper:hover {
  color: #e6c63b !important;
}
.cid-uS4pNkpYgl .dropdown-menu,
.cid-uS4pNkpYgl .navbar.opened {
  background: #000000 !important;
}
.cid-uS4pNkpYgl .nav-item:focus,
.cid-uS4pNkpYgl .nav-link:focus {
  outline: none;
}
.cid-uS4pNkpYgl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4pNkpYgl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS4pNkpYgl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4pNkpYgl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4pNkpYgl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4pNkpYgl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4pNkpYgl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pNkpYgl .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4pNkpYgl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS4pNkpYgl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS4pNkpYgl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4pNkpYgl .navbar.collapsed {
  justify-content: center;
}
.cid-uS4pNkpYgl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4pNkpYgl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4pNkpYgl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS4pNkpYgl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4pNkpYgl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4pNkpYgl .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-uS4pNkpYgl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4pNkpYgl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4pNkpYgl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4pNkpYgl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4pNkpYgl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4pNkpYgl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4pNkpYgl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4pNkpYgl .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-uS4pNkpYgl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4pNkpYgl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4pNkpYgl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS4pNkpYgl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS4pNkpYgl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4pNkpYgl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4pNkpYgl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS4pNkpYgl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS4pNkpYgl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uS4pNkpYgl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS4pNkpYgl .navbar-brand .navbar-caption:hover,
.cid-uS4pNkpYgl .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS4pNkpYgl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4pNkpYgl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS4pNkpYgl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e6c63b !important;
}
.cid-uS4pNkpYgl .dropdown-item.active,
.cid-uS4pNkpYgl .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4pNkpYgl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4pNkpYgl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4pNkpYgl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4pNkpYgl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pNkpYgl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS4pNkpYgl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS4pNkpYgl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4pNkpYgl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS4pNkpYgl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS4pNkpYgl .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS4pNkpYgl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS4pNkpYgl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS4pNkpYgl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS4pNkpYgl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pNkpYgl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS4pNkpYgl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS4pNkpYgl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pNkpYgl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pNkpYgl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS4pNkpYgl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pNkpYgl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4pNkpYgl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4pNkpYgl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pNkpYgl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS4pNkpYgl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4pNkpYgl .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-uS4pNkpYgl .navbar {
    height: 70px;
  }
  .cid-uS4pNkpYgl .navbar.opened {
    height: auto;
  }
  .cid-uS4pNkpYgl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS4pNkpYgl .navbar-nav {
  margin: 0 auto;
}
.cid-uS4pNkpYgl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS4pNkpYgl .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
}
.cid-uS4pNkpYgl .nav-item .nav-link::after {
  color: #000000 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS4pNkpYgl .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #e6c63b !important;
  border: 1px solid #2c2c26;
}
.cid-uS4pNkpYgl .nav-item .nav-link:hover::after {
  color: #e6c63b !important;
}
.cid-uS4pNkpYgl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS4pNkpYgl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS4pNkpYgl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS4pNkpYgl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS4pNkpYgl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS4pNkpYgl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS4pNkpYgl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS4pNkpYgl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS4pNkpYgl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS4pNkpYgl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS4pNkpYgl .content-wrap {
  min-height: 110px;
}
.cid-uS4pNlyTTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pNlyTTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNlyTTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNlyTTC .row {
  margin: 0 -8px;
}
.cid-uS4pNlyTTC .row .card {
  padding: 0 8px;
}
.cid-uS4pNlyTTC .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uS4pNlyTTC .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pNlyTTC .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uS4pNlyTTC .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pNlyTTC .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pNlyTTC .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uS4pNlyTTC .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pNlyTTC .image-wrapper {
  height: 100%;
}
.cid-uS4pNlyTTC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS4pNlyTTC .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uS4pNlyTTC .mbr-text,
.cid-uS4pNlyTTC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pNlyTTC .logo-wrapper,
.cid-uS4pNlyTTC .mbr-desc {
  text-align: center;
}
.cid-uS4pNlyTTC .mbr-desc {
  color: #63635d;
}
.cid-uS4pNlyTTC .mbr-section-title,
.cid-uS4pNlyTTC .mbr-section-btn {
  color: #000000;
}
.cid-uS4pNmAAvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pNmAAvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNmAAvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNmAAvU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uS4pNmAAvU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uS4pNmAAvU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uS4pNnDwDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uS4pNnDwDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNnDwDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNnDwDH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .container {
    padding: 0 30px;
  }
}
.cid-uS4pNnDwDH .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS4pNnDwDH .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffff79;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uS4pNnDwDH .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uS4pNnDwDH .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pNnDwDH .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uS4pNnDwDH .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pNnDwDH .mbr-section-title {
  color: #ffffff;
}
.cid-uS4pNnDwDH .mbr-card-title {
  color: #030303;
}
.cid-uS4pNnDwDH .mbr-text {
  color: #030303;
}
.cid-uS4pNnDwDH .mbr-number {
  color: #FE5115;
}
.cid-uS4pNoCv8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pNoCv8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNoCv8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNoCv8B .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uS4pNoCv8B .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pNoCv8B .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pNoCv8B .card-wrapper {
    padding: 4rem;
  }
}
.cid-uS4pNoCv8B .mbr-text,
.cid-uS4pNoCv8B .mbr-section-btn {
  color: #000000;
}
.cid-uS4pNoCv8B .card-title,
.cid-uS4pNoCv8B .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pNpy5fd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS4pNpy5fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNpy5fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNpy5fd .mbr-text {
  color: #767676;
}
.cid-uS4pNpy5fd .mbr-section-subtitle {
  color: #767676;
}
.cid-uS4pNpy5fd .title .num {
  width: 100%;
  display: block;
}
.cid-uS4pNpy5fd .title .card-title {
  z-index: 1;
}
.cid-uS4pNpy5fd .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uS4pNpy5fd * {
    text-align: center !important;
  }
  .cid-uS4pNpy5fd .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uS4pNpy5fd .card-title,
.cid-uS4pNpy5fd .card-img {
  text-align: center;
}
.cid-uS4pNraS0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uS4pNraS0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNraS0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNraS0e .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS4pNraS0e .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pNraS0e .content-wrapper {
    padding: 0;
  }
}
.cid-uS4pNraS0e .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uS4pNraS0e .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #efef51;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pNraS0e .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uS4pNraS0e .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pNraS0e .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uS4pNraS0e .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uS4pNraS0e .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS4pNraS0e .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uS4pNraS0e .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uS4pNraS0e .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uS4pNraS0e .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pNraS0e .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uS4pNraS0e .mbr-section-title {
  color: #2C2625;
}
.cid-uS4pNraS0e .mbr-date {
  color: #2C2625;
}
.cid-uS4pNraS0e .mbr-tag {
  color: #2C2625;
}
.cid-uS4pNtmDtR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efef51;
}
.cid-uS4pNtmDtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNtmDtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNtmDtR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pNtmDtR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pNtmDtR .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uS4pNtmDtR .items-wrapper .item {
  padding: 0 10px;
}
.cid-uS4pNtmDtR .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uS4pNtmDtR .item {
    margin-bottom: 16px;
  }
}
.cid-uS4pNtmDtR .item .item-wrapper {
  padding: 10px;
  background-color: #efef51;
  height: 100%;
}
.cid-uS4pNtmDtR .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uS4pNtmDtR .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uS4pNtmDtR .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uS4pNtmDtR .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uS4pNtmDtR .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uS4pNtmDtR .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uS4pNtmDtR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS4pNtmDtR .item-title {
  color: #000c3f;
}
.cid-uS4pNtmDtR .item-text {
  color: #000c3f;
}
.cid-uS4pNtmDtR .item-title,
.cid-uS4pNtmDtR .mbr-section-btn {
  color: #000000;
}
.cid-uS4pNvp8IC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pNvp8IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNvp8IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pNvp8IC .container {
    padding: 0 22px;
  }
}
.cid-uS4pNvp8IC .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4pNvp8IC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pNvp8IC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pNvp8IC .mbr-section-title {
  color: #000000;
}
.cid-uS4pNvp8IC .mbr-text {
  color: #000000;
}
.cid-uS4pNwLooj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pNwLooj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNwLooj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNwLooj .row {
  margin: 0 -8px;
}
.cid-uS4pNwLooj .row .card {
  padding: 0 8px;
}
.cid-uS4pNwLooj .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uS4pNwLooj .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pNwLooj .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pNwLooj .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pNwLooj .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pNwLooj .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uS4pNwLooj .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pNwLooj .image-wrapper {
  height: 100%;
}
.cid-uS4pNwLooj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS4pNwLooj .image-wrapper img {
    height: 300px;
  }
}
.cid-uS4pNwLooj .mbr-section-title {
  color: #2c2c26;
}
.cid-uS4pNwLooj .mbr-text,
.cid-uS4pNwLooj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pNwLooj .mbr-section-title,
.cid-uS4pNwLooj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS4pNyuqsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pNyuqsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNyuqsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pNyuqsS .container {
    padding: 0 20px;
  }
}
.cid-uS4pNyuqsS .row {
  margin: 0;
}
.cid-uS4pNyuqsS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS4pNyuqsS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pNyuqsS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uS4pNyuqsS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS4pNyuqsS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS4pNyuqsS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS4pNyuqsS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS4pNAA9y2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efef51;
}
.cid-uS4pNAA9y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNAA9y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNAA9y2 .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-uS4pNAA9y2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pNAA9y2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pNAA9y2 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uS4pNAA9y2 .mbr-text,
.cid-uS4pNAA9y2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS4pNAA9y2 .card-title,
.cid-uS4pNAA9y2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pNCWE7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pNCWE7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNCWE7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pNCWE7J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pNCWE7J .container {
    padding: 0 12px;
  }
}
.cid-uS4pNCWE7J .row {
  justify-content: center;
}
.cid-uS4pNCWE7J .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pNCWE7J .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pNCWE7J .panel-group .card {
  border-radius: 50px;
  border: 3px solid #efef51;
  box-shadow: 4px 4px #efef51;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS4pNCWE7J .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pNCWE7J .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uS4pNCWE7J .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS4pNCWE7J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4pNCWE7J .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #efef51;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pNCWE7J .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uS4pNCWE7J .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pNCWE7J .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uS4pNCWE7J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS4pNCWE7J .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pNCWE7J .panel-title-edit {
  color: #000000;
}
.cid-uS4pNCWE7J .panel-text {
  color: #222222;
}
.cid-uS4pNEjtq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pNEjtq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNEjtq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNEjtq0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pNEjtq0 .container {
    padding: 0 12px;
  }
}
.cid-uS4pNEjtq0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pNEjtq0 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pNEjtq0 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uS4pNEjtq0 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uS4pNEjtq0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uS4pNEjtq0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uS4pNEjtq0 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pNEjtq0 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pNEjtq0 .mbr-section-subtitle {
  color: #222222;
}
.cid-uS4pNEjtq0 .mbr-text {
  color: #222222;
}
.cid-uS4pNEjtq0 .list {
  color: #222222;
}
.cid-uS4pNFfj5g {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS4pNFfj5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNFfj5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pNFfj5g .container {
    padding: 0 16px;
  }
}
.cid-uS4pNFfj5g .title-wrapper {
  position: relative;
}
.cid-uS4pNFfj5g .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pNFfj5g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS4pNFfj5g .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pNFfj5g .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uS4pNFfj5g .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS4pNFfj5g .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #efef51;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS4pNFfj5g .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uS4pNFfj5g .mbr-section-title {
  color: #08323C;
}
.cid-uS4pNFfj5g .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS4pNFfj5g .mbr-section-title,
.cid-uS4pNFfj5g .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uS4BORDM4K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4BORDM4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4BORDM4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4BORDM4K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uS4BORDM4K .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uS4BORDM4K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS4BORDM4K .container {
    padding: 0 20px;
  }
}
.cid-uS4BORDM4K .row {
  justify-content: center;
}
.cid-uS4BORDM4K .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4BORDM4K .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uS4BORDM4K .panel-group .card {
  border-radius: 20px !important;
  background-color: #efef51;
  margin-top: 40px;
  padding: 50px;
}
.cid-uS4BORDM4K .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uS4BORDM4K .panel-group .card {
    padding: 20px;
  }
}
.cid-uS4BORDM4K .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS4BORDM4K .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS4BORDM4K .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4BORDM4K .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uS4BORDM4K .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS4BORDM4K .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS4BORDM4K .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uS4BORDM4K .mbr-desc {
  color: #ffffff;
}
.cid-uS4BORDM4K .panel-title-edit {
  color: #16181c;
}
.cid-uS4BORDM4K .panel-text {
  color: #2844d5;
}
.cid-uS4BORDM4K .mbr-desc,
.cid-uS4BORDM4K .desc-wrapper {
  color: #232323;
}
.cid-uS4pNGkWuh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uS4pNGkWuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNGkWuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNGkWuh .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS4pNGkWuh .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS4pNGkWuh .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS4pNGkWuh .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS4pNHkGu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS4pNHkGu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pNHkGu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pNHkGu4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS4pNHkGu4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS4pNHkGu4 .row {
    text-align: center;
  }
  .cid-uS4pNHkGu4 .row > div {
    margin: auto;
  }
  .cid-uS4pNHkGu4 .social-row {
    justify-content: center;
  }
}
.cid-uS4pNHkGu4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS4pNHkGu4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS4pNHkGu4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pNHkGu4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uS4pNHkGu4 .mbr-text {
  color: #ffffff;
}
.cid-uS4pNHkGu4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS4pNHkGu4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS4pNHkGu4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS4pNHkGu4 H5 {
  color: #ffffff;
}
.cid-uS4pOiolYU .navbar-dropdown {
  position: relative !important;
}
.cid-uS4pOiolYU .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOiolYU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS4pOiolYU .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-uS4pOiolYU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS4pOiolYU .dropdown-item {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.cid-uS4pOiolYU .dropdown-item:hover,
.cid-uS4pOiolYU .dropdown-item:focus {
  background: #000000 !important;
}
.cid-uS4pOiolYU .dropdown-item:hover span {
  color: white;
}
.cid-uS4pOiolYU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4pOiolYU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4pOiolYU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4pOiolYU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4pOiolYU .nav-link {
  position: relative;
}
.cid-uS4pOiolYU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS4pOiolYU .container {
    flex-wrap: nowrap;
  }
}
.cid-uS4pOiolYU .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pOiolYU .iconfont-wrapper:hover {
  color: #e6c63b !important;
}
.cid-uS4pOiolYU .dropdown-menu,
.cid-uS4pOiolYU .navbar.opened {
  background: #000000 !important;
}
.cid-uS4pOiolYU .nav-item:focus,
.cid-uS4pOiolYU .nav-link:focus {
  outline: none;
}
.cid-uS4pOiolYU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4pOiolYU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS4pOiolYU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4pOiolYU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4pOiolYU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4pOiolYU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4pOiolYU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pOiolYU .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4pOiolYU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS4pOiolYU .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS4pOiolYU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4pOiolYU .navbar.collapsed {
  justify-content: center;
}
.cid-uS4pOiolYU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4pOiolYU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4pOiolYU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS4pOiolYU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4pOiolYU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4pOiolYU .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-uS4pOiolYU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4pOiolYU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4pOiolYU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4pOiolYU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4pOiolYU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4pOiolYU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4pOiolYU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4pOiolYU .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-uS4pOiolYU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4pOiolYU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4pOiolYU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS4pOiolYU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS4pOiolYU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4pOiolYU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4pOiolYU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS4pOiolYU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS4pOiolYU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uS4pOiolYU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS4pOiolYU .navbar-brand .navbar-caption:hover,
.cid-uS4pOiolYU .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS4pOiolYU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4pOiolYU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS4pOiolYU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e6c63b !important;
}
.cid-uS4pOiolYU .dropdown-item.active,
.cid-uS4pOiolYU .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4pOiolYU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4pOiolYU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4pOiolYU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4pOiolYU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pOiolYU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS4pOiolYU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS4pOiolYU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4pOiolYU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS4pOiolYU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS4pOiolYU .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS4pOiolYU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS4pOiolYU .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS4pOiolYU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS4pOiolYU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pOiolYU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS4pOiolYU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS4pOiolYU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pOiolYU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pOiolYU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS4pOiolYU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pOiolYU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4pOiolYU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4pOiolYU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pOiolYU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS4pOiolYU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4pOiolYU .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-uS4pOiolYU .navbar {
    height: 70px;
  }
  .cid-uS4pOiolYU .navbar.opened {
    height: auto;
  }
  .cid-uS4pOiolYU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS4pOiolYU .navbar-nav {
  margin: 0 auto;
}
.cid-uS4pOiolYU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS4pOiolYU .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
}
.cid-uS4pOiolYU .nav-item .nav-link::after {
  color: #000000 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS4pOiolYU .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #e6c63b !important;
  border: 1px solid #2c2c26;
}
.cid-uS4pOiolYU .nav-item .nav-link:hover::after {
  color: #e6c63b !important;
}
.cid-uS4pOiolYU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS4pOiolYU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS4pOiolYU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS4pOiolYU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS4pOiolYU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS4pOiolYU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS4pOiolYU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS4pOiolYU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS4pOiolYU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS4pOiolYU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS4pOiolYU .content-wrap {
  min-height: 110px;
}
.cid-uS4pOjrYmR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOjrYmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOjrYmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOjrYmR .row {
  margin: 0 -8px;
}
.cid-uS4pOjrYmR .row .card {
  padding: 0 8px;
}
.cid-uS4pOjrYmR .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uS4pOjrYmR .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOjrYmR .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uS4pOjrYmR .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pOjrYmR .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOjrYmR .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uS4pOjrYmR .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pOjrYmR .image-wrapper {
  height: 100%;
}
.cid-uS4pOjrYmR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS4pOjrYmR .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uS4pOjrYmR .mbr-text,
.cid-uS4pOjrYmR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pOjrYmR .logo-wrapper,
.cid-uS4pOjrYmR .mbr-desc {
  text-align: center;
}
.cid-uS4pOjrYmR .mbr-desc {
  color: #63635d;
}
.cid-uS4pOjrYmR .mbr-section-title,
.cid-uS4pOjrYmR .mbr-section-btn {
  color: #000000;
}
.cid-uS4pOkshkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOkshkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOkshkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOkshkl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uS4pOkshkl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uS4pOkshkl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uS4pOloxh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uS4pOloxh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOloxh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOloxh1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .container {
    padding: 0 30px;
  }
}
.cid-uS4pOloxh1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS4pOloxh1 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffff79;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uS4pOloxh1 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uS4pOloxh1 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pOloxh1 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uS4pOloxh1 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pOloxh1 .mbr-section-title {
  color: #ffffff;
}
.cid-uS4pOloxh1 .mbr-card-title {
  color: #030303;
}
.cid-uS4pOloxh1 .mbr-text {
  color: #030303;
}
.cid-uS4pOloxh1 .mbr-number {
  color: #FE5115;
}
.cid-uS4pOmmDr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pOmmDr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOmmDr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOmmDr2 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uS4pOmmDr2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pOmmDr2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pOmmDr2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uS4pOmmDr2 .mbr-text,
.cid-uS4pOmmDr2 .mbr-section-btn {
  color: #000000;
}
.cid-uS4pOmmDr2 .card-title,
.cid-uS4pOmmDr2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pOnhezG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS4pOnhezG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOnhezG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOnhezG .mbr-text {
  color: #767676;
}
.cid-uS4pOnhezG .mbr-section-subtitle {
  color: #767676;
}
.cid-uS4pOnhezG .title .num {
  width: 100%;
  display: block;
}
.cid-uS4pOnhezG .title .card-title {
  z-index: 1;
}
.cid-uS4pOnhezG .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uS4pOnhezG * {
    text-align: center !important;
  }
  .cid-uS4pOnhezG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uS4pOnhezG .card-title,
.cid-uS4pOnhezG .card-img {
  text-align: center;
}
.cid-uS4pOoumxB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uS4pOoumxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOoumxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOoumxB .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS4pOoumxB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOoumxB .content-wrapper {
    padding: 0;
  }
}
.cid-uS4pOoumxB .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uS4pOoumxB .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #efef51;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pOoumxB .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uS4pOoumxB .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOoumxB .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uS4pOoumxB .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uS4pOoumxB .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS4pOoumxB .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uS4pOoumxB .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uS4pOoumxB .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uS4pOoumxB .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pOoumxB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uS4pOoumxB .mbr-section-title {
  color: #2C2625;
}
.cid-uS4pOoumxB .mbr-date {
  color: #2C2625;
}
.cid-uS4pOoumxB .mbr-tag {
  color: #2C2625;
}
.cid-uS4pOptaKU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efef51;
}
.cid-uS4pOptaKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOptaKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOptaKU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOptaKU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pOptaKU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uS4pOptaKU .items-wrapper .item {
  padding: 0 10px;
}
.cid-uS4pOptaKU .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uS4pOptaKU .item {
    margin-bottom: 16px;
  }
}
.cid-uS4pOptaKU .item .item-wrapper {
  padding: 10px;
  background-color: #efef51;
  height: 100%;
}
.cid-uS4pOptaKU .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uS4pOptaKU .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uS4pOptaKU .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uS4pOptaKU .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uS4pOptaKU .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uS4pOptaKU .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uS4pOptaKU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS4pOptaKU .item-title {
  color: #000c3f;
}
.cid-uS4pOptaKU .item-text {
  color: #000c3f;
}
.cid-uS4pOptaKU .item-title,
.cid-uS4pOptaKU .mbr-section-btn {
  color: #000000;
}
.cid-uS4pOquNfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOquNfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOquNfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pOquNfJ .container {
    padding: 0 22px;
  }
}
.cid-uS4pOquNfJ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4pOquNfJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pOquNfJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pOquNfJ .mbr-section-title {
  color: #000000;
}
.cid-uS4pOquNfJ .mbr-text {
  color: #000000;
}
.cid-uS4pOroPlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pOroPlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOroPlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOroPlS .row {
  margin: 0 -8px;
}
.cid-uS4pOroPlS .row .card {
  padding: 0 8px;
}
.cid-uS4pOroPlS .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uS4pOroPlS .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOroPlS .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pOroPlS .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOroPlS .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pOroPlS .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uS4pOroPlS .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pOroPlS .image-wrapper {
  height: 100%;
}
.cid-uS4pOroPlS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS4pOroPlS .image-wrapper img {
    height: 300px;
  }
}
.cid-uS4pOroPlS .mbr-section-title {
  color: #2c2c26;
}
.cid-uS4pOroPlS .mbr-text,
.cid-uS4pOroPlS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pOroPlS .mbr-section-title,
.cid-uS4pOroPlS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS4pOssPPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOssPPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOssPPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pOssPPS .container {
    padding: 0 20px;
  }
}
.cid-uS4pOssPPS .row {
  margin: 0;
}
.cid-uS4pOssPPS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS4pOssPPS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pOssPPS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uS4pOssPPS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS4pOssPPS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS4pOssPPS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS4pOssPPS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS4pOtolVH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efef51;
}
.cid-uS4pOtolVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOtolVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOtolVH .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-uS4pOtolVH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pOtolVH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pOtolVH .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uS4pOtolVH .mbr-text,
.cid-uS4pOtolVH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS4pOtolVH .card-title,
.cid-uS4pOtolVH .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pOulCYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOulCYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOulCYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pOulCYX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pOulCYX .container {
    padding: 0 12px;
  }
}
.cid-uS4pOulCYX .row {
  justify-content: center;
}
.cid-uS4pOulCYX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pOulCYX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pOulCYX .panel-group .card {
  border-radius: 50px;
  border: 3px solid #efef51;
  box-shadow: 4px 4px #efef51;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS4pOulCYX .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pOulCYX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uS4pOulCYX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS4pOulCYX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4pOulCYX .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #efef51;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pOulCYX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uS4pOulCYX .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pOulCYX .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uS4pOulCYX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS4pOulCYX .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pOulCYX .panel-title-edit {
  color: #000000;
}
.cid-uS4pOulCYX .panel-text {
  color: #222222;
}
.cid-uS4pOvyLz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pOvyLz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOvyLz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOvyLz7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pOvyLz7 .container {
    padding: 0 12px;
  }
}
.cid-uS4pOvyLz7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pOvyLz7 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pOvyLz7 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uS4pOvyLz7 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uS4pOvyLz7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uS4pOvyLz7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uS4pOvyLz7 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pOvyLz7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pOvyLz7 .mbr-section-subtitle {
  color: #222222;
}
.cid-uS4pOvyLz7 .mbr-text {
  color: #222222;
}
.cid-uS4pOvyLz7 .list {
  color: #222222;
}
.cid-uS4pOwxP4E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS4pOwxP4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOwxP4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pOwxP4E .container {
    padding: 0 16px;
  }
}
.cid-uS4pOwxP4E .title-wrapper {
  position: relative;
}
.cid-uS4pOwxP4E .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pOwxP4E .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS4pOwxP4E .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pOwxP4E .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uS4pOwxP4E .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS4pOwxP4E .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #efef51;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS4pOwxP4E .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uS4pOwxP4E .mbr-section-title {
  color: #08323C;
}
.cid-uS4pOwxP4E .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS4pOwxP4E .mbr-section-title,
.cid-uS4pOwxP4E .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uS4Kxc0fLL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4Kxc0fLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4Kxc0fLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4Kxc0fLL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uS4Kxc0fLL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uS4Kxc0fLL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS4Kxc0fLL .container {
    padding: 0 20px;
  }
}
.cid-uS4Kxc0fLL .row {
  justify-content: center;
}
.cid-uS4Kxc0fLL .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4Kxc0fLL .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uS4Kxc0fLL .panel-group .card {
  border-radius: 20px !important;
  background-color: #efef51;
  margin-top: 40px;
  padding: 50px;
}
.cid-uS4Kxc0fLL .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uS4Kxc0fLL .panel-group .card {
    padding: 20px;
  }
}
.cid-uS4Kxc0fLL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS4Kxc0fLL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS4Kxc0fLL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4Kxc0fLL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uS4Kxc0fLL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS4Kxc0fLL .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS4Kxc0fLL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uS4Kxc0fLL .mbr-desc {
  color: #ffffff;
}
.cid-uS4Kxc0fLL .panel-title-edit {
  color: #16181c;
}
.cid-uS4Kxc0fLL .panel-text {
  color: #2844d5;
}
.cid-uS4Kxc0fLL .mbr-desc,
.cid-uS4Kxc0fLL .desc-wrapper {
  color: #232323;
}
.cid-uS4pOxAn8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uS4pOxAn8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOxAn8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOxAn8V .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS4pOxAn8V .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS4pOxAn8V .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS4pOxAn8V .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS4pOyJcRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS4pOyJcRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOyJcRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOyJcRr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS4pOyJcRr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS4pOyJcRr .row {
    text-align: center;
  }
  .cid-uS4pOyJcRr .row > div {
    margin: auto;
  }
  .cid-uS4pOyJcRr .social-row {
    justify-content: center;
  }
}
.cid-uS4pOyJcRr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS4pOyJcRr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS4pOyJcRr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pOyJcRr .list {
    margin-bottom: 0rem;
  }
}
.cid-uS4pOyJcRr .mbr-text {
  color: #ffffff;
}
.cid-uS4pOyJcRr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS4pOyJcRr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS4pOyJcRr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS4pOyJcRr H5 {
  color: #ffffff;
}
.cid-uS4pORED2T .navbar-dropdown {
  position: relative !important;
}
.cid-uS4pORED2T .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pORED2T .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS4pORED2T .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-uS4pORED2T .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS4pORED2T .dropdown-item {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.cid-uS4pORED2T .dropdown-item:hover,
.cid-uS4pORED2T .dropdown-item:focus {
  background: #000000 !important;
}
.cid-uS4pORED2T .dropdown-item:hover span {
  color: white;
}
.cid-uS4pORED2T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS4pORED2T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS4pORED2T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS4pORED2T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS4pORED2T .nav-link {
  position: relative;
}
.cid-uS4pORED2T .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS4pORED2T .container {
    flex-wrap: nowrap;
  }
}
.cid-uS4pORED2T .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pORED2T .iconfont-wrapper:hover {
  color: #e6c63b !important;
}
.cid-uS4pORED2T .dropdown-menu,
.cid-uS4pORED2T .navbar.opened {
  background: #000000 !important;
}
.cid-uS4pORED2T .nav-item:focus,
.cid-uS4pORED2T .nav-link:focus {
  outline: none;
}
.cid-uS4pORED2T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS4pORED2T .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS4pORED2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS4pORED2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS4pORED2T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS4pORED2T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS4pORED2T .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pORED2T .navbar.opened {
  transition: all 0.3s;
}
.cid-uS4pORED2T .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS4pORED2T .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS4pORED2T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS4pORED2T .navbar.collapsed {
  justify-content: center;
}
.cid-uS4pORED2T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS4pORED2T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS4pORED2T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS4pORED2T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS4pORED2T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS4pORED2T .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-uS4pORED2T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS4pORED2T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS4pORED2T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS4pORED2T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS4pORED2T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS4pORED2T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS4pORED2T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS4pORED2T .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-uS4pORED2T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS4pORED2T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS4pORED2T .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS4pORED2T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS4pORED2T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS4pORED2T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS4pORED2T .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS4pORED2T .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS4pORED2T .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uS4pORED2T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS4pORED2T .navbar-brand .navbar-caption:hover,
.cid-uS4pORED2T .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS4pORED2T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS4pORED2T .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS4pORED2T .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e6c63b !important;
}
.cid-uS4pORED2T .dropdown-item.active,
.cid-uS4pORED2T .dropdown-item:active {
  background-color: transparent;
}
.cid-uS4pORED2T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS4pORED2T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS4pORED2T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS4pORED2T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pORED2T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS4pORED2T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS4pORED2T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS4pORED2T ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS4pORED2T ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS4pORED2T .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS4pORED2T .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS4pORED2T .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS4pORED2T .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS4pORED2T button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS4pORED2T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS4pORED2T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS4pORED2T button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pORED2T button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS4pORED2T button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS4pORED2T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pORED2T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS4pORED2T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS4pORED2T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS4pORED2T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS4pORED2T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS4pORED2T .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-uS4pORED2T .navbar {
    height: 70px;
  }
  .cid-uS4pORED2T .navbar.opened {
    height: auto;
  }
  .cid-uS4pORED2T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS4pORED2T .navbar-nav {
  margin: 0 auto;
}
.cid-uS4pORED2T .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS4pORED2T .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
}
.cid-uS4pORED2T .nav-item .nav-link::after {
  color: #000000 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS4pORED2T .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #e6c63b !important;
  border: 1px solid #2c2c26;
}
.cid-uS4pORED2T .nav-item .nav-link:hover::after {
  color: #e6c63b !important;
}
.cid-uS4pORED2T .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS4pORED2T .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS4pORED2T .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS4pORED2T .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS4pORED2T .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS4pORED2T .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS4pORED2T .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS4pORED2T .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS4pORED2T .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS4pORED2T .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS4pORED2T .content-wrap {
  min-height: 110px;
}
.cid-uS4pOSJQRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOSJQRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOSJQRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOSJQRk .row {
  margin: 0 -8px;
}
.cid-uS4pOSJQRk .row .card {
  padding: 0 8px;
}
.cid-uS4pOSJQRk .card-wrapper {
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uS4pOSJQRk .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOSJQRk .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uS4pOSJQRk .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pOSJQRk .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOSJQRk .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uS4pOSJQRk .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pOSJQRk .image-wrapper {
  height: 100%;
}
.cid-uS4pOSJQRk .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uS4pOSJQRk .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uS4pOSJQRk .mbr-text,
.cid-uS4pOSJQRk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pOSJQRk .logo-wrapper,
.cid-uS4pOSJQRk .mbr-desc {
  text-align: center;
}
.cid-uS4pOSJQRk .mbr-desc {
  color: #63635d;
}
.cid-uS4pOSJQRk .mbr-section-title,
.cid-uS4pOSJQRk .mbr-section-btn {
  color: #000000;
}
.cid-uS4pOTGZr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pOTGZr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOTGZr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOTGZr4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uS4pOTGZr4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uS4pOTGZr4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uS4pOUDzOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uS4pOUDzOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOUDzOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOUDzOT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .container {
    padding: 0 30px;
  }
}
.cid-uS4pOUDzOT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS4pOUDzOT .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffff79;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uS4pOUDzOT .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uS4pOUDzOT .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS4pOUDzOT .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uS4pOUDzOT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pOUDzOT .mbr-section-title {
  color: #ffffff;
}
.cid-uS4pOUDzOT .mbr-card-title {
  color: #030303;
}
.cid-uS4pOUDzOT .mbr-text {
  color: #030303;
}
.cid-uS4pOUDzOT .mbr-number {
  color: #FE5115;
}
.cid-uS4pOVEkKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pOVEkKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOVEkKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOVEkKK .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uS4pOVEkKK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pOVEkKK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pOVEkKK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uS4pOVEkKK .mbr-text,
.cid-uS4pOVEkKK .mbr-section-btn {
  color: #000000;
}
.cid-uS4pOVEkKK .card-title,
.cid-uS4pOVEkKK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pOWCzdX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uS4pOWCzdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOWCzdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOWCzdX .mbr-text {
  color: #767676;
}
.cid-uS4pOWCzdX .mbr-section-subtitle {
  color: #767676;
}
.cid-uS4pOWCzdX .title .num {
  width: 100%;
  display: block;
}
.cid-uS4pOWCzdX .title .card-title {
  z-index: 1;
}
.cid-uS4pOWCzdX .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uS4pOWCzdX * {
    text-align: center !important;
  }
  .cid-uS4pOWCzdX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uS4pOWCzdX .card-title,
.cid-uS4pOWCzdX .card-img {
  text-align: center;
}
.cid-uS4pOXR5SK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uS4pOXR5SK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOXR5SK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOXR5SK .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uS4pOXR5SK .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOXR5SK .content-wrapper {
    padding: 0;
  }
}
.cid-uS4pOXR5SK .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uS4pOXR5SK .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #efef51;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pOXR5SK .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uS4pOXR5SK .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pOXR5SK .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uS4pOXR5SK .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uS4pOXR5SK .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS4pOXR5SK .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uS4pOXR5SK .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uS4pOXR5SK .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uS4pOXR5SK .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pOXR5SK .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uS4pOXR5SK .mbr-section-title {
  color: #2C2625;
}
.cid-uS4pOXR5SK .mbr-date {
  color: #2C2625;
}
.cid-uS4pOXR5SK .mbr-tag {
  color: #2C2625;
}
.cid-uS4pOYRqAV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efef51;
}
.cid-uS4pOYRqAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pOYRqAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pOYRqAV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pOYRqAV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pOYRqAV .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uS4pOYRqAV .items-wrapper .item {
  padding: 0 10px;
}
.cid-uS4pOYRqAV .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uS4pOYRqAV .item {
    margin-bottom: 16px;
  }
}
.cid-uS4pOYRqAV .item .item-wrapper {
  padding: 10px;
  background-color: #efef51;
  height: 100%;
}
.cid-uS4pOYRqAV .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uS4pOYRqAV .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uS4pOYRqAV .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uS4pOYRqAV .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uS4pOYRqAV .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uS4pOYRqAV .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uS4pOYRqAV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS4pOYRqAV .item-title {
  color: #000c3f;
}
.cid-uS4pOYRqAV .item-text {
  color: #000c3f;
}
.cid-uS4pOYRqAV .item-title,
.cid-uS4pOYRqAV .mbr-section-btn {
  color: #000000;
}
.cid-uS4pP04PmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pP04PmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP04PmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pP04PmE .container {
    padding: 0 22px;
  }
}
.cid-uS4pP04PmE .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS4pP04PmE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pP04PmE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pP04PmE .mbr-section-title {
  color: #000000;
}
.cid-uS4pP04PmE .mbr-text {
  color: #000000;
}
.cid-uS4pP0ZrvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pP0ZrvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP0ZrvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pP0ZrvP .row {
  margin: 0 -8px;
}
.cid-uS4pP0ZrvP .row .card {
  padding: 0 8px;
}
.cid-uS4pP0ZrvP .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uS4pP0ZrvP .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uS4pP0ZrvP .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uS4pP0ZrvP .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS4pP0ZrvP .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pP0ZrvP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uS4pP0ZrvP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS4pP0ZrvP .image-wrapper {
  height: 100%;
}
.cid-uS4pP0ZrvP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS4pP0ZrvP .image-wrapper img {
    height: 300px;
  }
}
.cid-uS4pP0ZrvP .mbr-section-title {
  color: #2c2c26;
}
.cid-uS4pP0ZrvP .mbr-text,
.cid-uS4pP0ZrvP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS4pP0ZrvP .mbr-section-title,
.cid-uS4pP0ZrvP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uS4pP24OfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pP24OfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP24OfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pP24OfD .container {
    padding: 0 20px;
  }
}
.cid-uS4pP24OfD .row {
  margin: 0;
}
.cid-uS4pP24OfD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS4pP24OfD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS4pP24OfD .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uS4pP24OfD .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS4pP24OfD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS4pP24OfD .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS4pP24OfD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS4pP30sZ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efef51;
}
.cid-uS4pP30sZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP30sZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pP30sZ6 .card-wrapper {
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-uS4pP30sZ6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uS4pP30sZ6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pP30sZ6 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uS4pP30sZ6 .mbr-text,
.cid-uS4pP30sZ6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS4pP30sZ6 .card-title,
.cid-uS4pP30sZ6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uS4pP3Wbyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4pP3Wbyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP3Wbyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pP3Wbyj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pP3Wbyj .container {
    padding: 0 12px;
  }
}
.cid-uS4pP3Wbyj .row {
  justify-content: center;
}
.cid-uS4pP3Wbyj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pP3Wbyj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pP3Wbyj .panel-group .card {
  border-radius: 50px;
  border: 3px solid #efef51;
  box-shadow: 4px 4px #efef51;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uS4pP3Wbyj .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pP3Wbyj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uS4pP3Wbyj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS4pP3Wbyj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4pP3Wbyj .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #efef51;
  transition: all 0.3s ease-in-out;
}
.cid-uS4pP3Wbyj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uS4pP3Wbyj .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uS4pP3Wbyj .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uS4pP3Wbyj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS4pP3Wbyj .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pP3Wbyj .panel-title-edit {
  color: #000000;
}
.cid-uS4pP3Wbyj .panel-text {
  color: #222222;
}
.cid-uS4pP5bq3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efef51;
}
.cid-uS4pP5bq3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP5bq3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pP5bq3o .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS4pP5bq3o .container {
    padding: 0 12px;
  }
}
.cid-uS4pP5bq3o .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS4pP5bq3o .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS4pP5bq3o .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uS4pP5bq3o .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uS4pP5bq3o .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uS4pP5bq3o .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uS4pP5bq3o .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uS4pP5bq3o .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uS4pP5bq3o .mbr-section-subtitle {
  color: #222222;
}
.cid-uS4pP5bq3o .mbr-text {
  color: #222222;
}
.cid-uS4pP5bq3o .list {
  color: #222222;
}
.cid-uS4pP6dNN7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS4pP6dNN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP6dNN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS4pP6dNN7 .container {
    padding: 0 16px;
  }
}
.cid-uS4pP6dNN7 .title-wrapper {
  position: relative;
}
.cid-uS4pP6dNN7 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pP6dNN7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS4pP6dNN7 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS4pP6dNN7 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uS4pP6dNN7 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uS4pP6dNN7 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #efef51;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uS4pP6dNN7 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uS4pP6dNN7 .mbr-section-title {
  color: #08323C;
}
.cid-uS4pP6dNN7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS4pP6dNN7 .mbr-section-title,
.cid-uS4pP6dNN7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uS4Nmg0Y3m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS4Nmg0Y3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4Nmg0Y3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4Nmg0Y3m .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uS4Nmg0Y3m .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uS4Nmg0Y3m .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS4Nmg0Y3m .container {
    padding: 0 20px;
  }
}
.cid-uS4Nmg0Y3m .row {
  justify-content: center;
}
.cid-uS4Nmg0Y3m .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS4Nmg0Y3m .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uS4Nmg0Y3m .panel-group .card {
  border-radius: 20px !important;
  background-color: #efef51;
  margin-top: 40px;
  padding: 50px;
}
.cid-uS4Nmg0Y3m .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uS4Nmg0Y3m .panel-group .card {
    padding: 20px;
  }
}
.cid-uS4Nmg0Y3m .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS4Nmg0Y3m .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS4Nmg0Y3m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS4Nmg0Y3m .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uS4Nmg0Y3m .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS4Nmg0Y3m .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uS4Nmg0Y3m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uS4Nmg0Y3m .mbr-desc {
  color: #ffffff;
}
.cid-uS4Nmg0Y3m .panel-title-edit {
  color: #16181c;
}
.cid-uS4Nmg0Y3m .panel-text {
  color: #2844d5;
}
.cid-uS4Nmg0Y3m .mbr-desc,
.cid-uS4Nmg0Y3m .desc-wrapper {
  color: #232323;
}
.cid-uS4pP7dy6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uS4pP7dy6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP7dy6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pP7dy6l .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uS4pP7dy6l .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uS4pP7dy6l .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uS4pP7dy6l .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uS4pP8mxqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/575845761.jpg-1024x768.jpg");
}
.cid-uS4pP8mxqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS4pP8mxqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS4pP8mxqz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS4pP8mxqz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uS4pP8mxqz .row {
    text-align: center;
  }
  .cid-uS4pP8mxqz .row > div {
    margin: auto;
  }
  .cid-uS4pP8mxqz .social-row {
    justify-content: center;
  }
}
.cid-uS4pP8mxqz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS4pP8mxqz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uS4pP8mxqz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uS4pP8mxqz .list {
    margin-bottom: 0rem;
  }
}
.cid-uS4pP8mxqz .mbr-text {
  color: #ffffff;
}
.cid-uS4pP8mxqz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uS4pP8mxqz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uS4pP8mxqz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uS4pP8mxqz H5 {
  color: #ffffff;
}
