body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Neuton', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Neuton', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Neuton', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Neuton', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Neuton', 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #ff6666 !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: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !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: #ff6666 !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: #ff0000 !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: #ff6666;
}
.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: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'Neuton', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Neuton', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.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: #ff6666;
  border-bottom-color: #ff6666;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6666 !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='%23ff6666' %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-upRUyo6o64 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upRUyo6o64 .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-upRUyo6o64 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upRUyo6o64 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upRUyo6o64 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upRUyo6o64 .rr-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-upRUyo6o64 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upRUyo6o64 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upRUyo6o64 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upRUyo6o64 .navbar-caption-wrap {
  align-items: center;
}
.cid-upRUyo6o64 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upRUyo6o64 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upRUyo6o64 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upRUyo6o64 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upRUyo6o64 .navbar-nav .nav-item .nav-link:hover {
  color: #ff6666 !important;
}
.cid-upRUyo6o64 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upRUyo6o64 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upRUyo6o64 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upRUyo6o64 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upRUyo6o64 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .navbar-nav {
    align-items: center;
  }
}
.cid-upRUyo6o64 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upRUyo6o64 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upRUyo6o64 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-upRUyo6o64 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upRUyo6o64 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upRUyo6o64 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-upRUyo6o64 .nav-item:focus,
.cid-upRUyo6o64 .nav-link:focus {
  outline: none;
}
.cid-upRUyo6o64 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upRUyo6o64 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upRUyo6o64 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upRUyo6o64 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upRUyo6o64 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upRUyo6o64 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upRUyo6o64 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upRUyo6o64 .navbar.opened {
  transition: all 0.3s;
}
.cid-upRUyo6o64 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upRUyo6o64 .navbar .navbar-logo img {
  width: auto;
}
.cid-upRUyo6o64 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upRUyo6o64 .navbar.collapsed {
  justify-content: center;
}
.cid-upRUyo6o64 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upRUyo6o64 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upRUyo6o64 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-upRUyo6o64 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upRUyo6o64 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upRUyo6o64 .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-upRUyo6o64 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upRUyo6o64 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upRUyo6o64 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .navbar {
    min-height: 72px;
  }
  .cid-upRUyo6o64 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upRUyo6o64 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upRUyo6o64 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upRUyo6o64 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upRUyo6o64 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upRUyo6o64 .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-upRUyo6o64 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upRUyo6o64 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upRUyo6o64 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upRUyo6o64 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upRUyo6o64 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upRUyo6o64 .dropdown-item.active,
.cid-upRUyo6o64 .dropdown-item:active {
  background-color: transparent;
}
.cid-upRUyo6o64 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upRUyo6o64 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upRUyo6o64 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upRUyo6o64 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-upRUyo6o64 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upRUyo6o64 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upRUyo6o64 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upRUyo6o64 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upRUyo6o64 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upRUyo6o64 .navbar-buttons {
    text-align: center;
  }
}
.cid-upRUyo6o64 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upRUyo6o64 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-upRUyo6o64 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upRUyo6o64 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRUyo6o64 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upRUyo6o64 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upRUyo6o64 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRUyo6o64 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upRUyo6o64 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upRUyo6o64 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upRUyo6o64 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upRUyo6o64 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upRUyo6o64 .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-upRUyo6o64 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upRUyo6o64 .navbar {
    height: 70px;
  }
  .cid-upRUyo6o64 .navbar.opened {
    height: auto;
  }
  .cid-upRUyo6o64 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upRUyo6o64 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upRUyo6o64 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upRUyo6o64 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upRUyo6o64 .navbar-brand {
    margin-right: auto;
  }
  .cid-upRUyo6o64 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upRUyo6o64 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upRUyo6o64 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upRUyo6o64 .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-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upRUyo6o64 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-upRUyo6o64 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upRUyo6o64 .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-upRUyo6o64 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upRUyo6o64 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upSc0Qtawz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-upSc0Qtawz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSc0Qtawz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSc0Qtawz .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .container {
    padding: 0 20px;
  }
}
.cid-upSc0Qtawz .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .row {
    padding: 50px 16px;
  }
}
.cid-upSc0Qtawz .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-upSc0Qtawz .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-upSc0Qtawz .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff0b0;
  opacity: 1;
}
.cid-upSc0Qtawz .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-upSc0Qtawz .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-upSc0Qtawz .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-upSc0Qtawz .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upSc0Qtawz .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upSc0Qtawz .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-upSc0Qtawz .mbr-desc {
  color: #ffffff;
}
.cid-upSc0Qtawz .mbr-section-title {
  color: #ffffff;
}
.cid-upSc0Qtawz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upSc0Qtawz .mbr-section-title,
.cid-upSc0Qtawz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upSfVu6l2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-upSfVu6l2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSfVu6l2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSfVu6l2Q .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #fff0b0;
}
@media (max-width: 992px) {
  .cid-upSfVu6l2Q .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upSfVu6l2Q .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upSfVu6l2Q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upSfVu6l2Q .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upSfVu6l2Q .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upSfVu6l2Q .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upSfVu6l2Q .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upSfVu6l2Q .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upSfVu6l2Q .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upSfVu6l2Q .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upSfVu6l2Q .mbr-section-title,
.cid-upSfVu6l2Q .mbr-section-btn {
  color: #000000;
}
.cid-upSwg5NDfX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-upSwg5NDfX blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #bed3f9;
  font-style: normal;
}
.cid-upSwg5NDfX .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-upSwg5NDfX .inform div:first-child {
  border-left: none;
}
.cid-upSwg5NDfX .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-uAGk69IFU0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAGk69IFU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGk69IFU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGk69IFU0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGk69IFU0 .row {
  flex-direction: row-reverse;
}
.cid-uAGk69IFU0 img {
  width: 100%;
}
.cid-upSj7G08I3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-upSj7G08I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSj7G08I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSj7G08I3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upSj7G08I3 .container {
    padding: 0 12px;
  }
}
.cid-upSj7G08I3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upSj7G08I3 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-upSj7G08I3 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-upSj7G08I3 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-upSj7G08I3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-upSj7G08I3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-upSj7G08I3 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upSj7G08I3 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-upSj7G08I3 .mbr-section-subtitle {
  color: #222222;
}
.cid-upSj7G08I3 .mbr-text {
  color: #222222;
}
.cid-upSj7G08I3 .list {
  color: #222222;
}
.cid-upSg5kn5C4 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upSg5kn5C4 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upSg5kn5C4 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upSg5kn5C4 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d6e4ff;
  z-index: 1;
}
.cid-upSg5kn5C4 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-upSg5kn5C4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSg5kn5C4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSg5kn5C4 .row {
  position: relative;
  z-index: 2;
}
.cid-upSg5kn5C4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upSg5kn5C4 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upSg5kn5C4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upSg5kn5C4 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upSg5kn5C4 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upSg5kn5C4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upSg5kn5C4 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upSg5kn5C4 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upSg5kn5C4 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upSg5kn5C4 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upSg5kn5C4 .mbr-section-title {
  color: #212529;
}
.cid-upSg5kn5C4 .mbr-text {
  color: #51565c;
}
.cid-upSnL09EGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-upSnL09EGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSnL09EGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSnL09EGj .row {
  padding: 1rem;
}
.cid-upSnL09EGj .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-upSnL09EGj .row {
    padding: 0 12px;
  }
}
.cid-upSnL09EGj .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff0b0;
  border-radius: 100% 0 0 0;
}
.cid-upSnL09EGj .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #fff0b0;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-upSnL09EGj .row::after {
    display: none;
  }
}
.cid-upSnL09EGj .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-upSnL09EGj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upSnL09EGj .title-wrapper .mbr-section-title span {
  color: #ff6666;
}
.cid-upSnL09EGj .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-upSnL09EGj .text-wrapper {
    padding: 0;
  }
}
.cid-upSnL09EGj .text-wrapper .mbr-text {
  margin: 0;
}
.cid-upSnL09EGj .mbr-section-title {
  color: #000000;
}
.cid-upSnL09EGj .mbr-text {
  color: #000000;
}
.cid-upSyPU4fom {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-upSyPU4fom .row {
  justify-content: flex-end;
}
.cid-upSyPU4fom .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upSyPU4fom .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-upSyPU4fom .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-upSyPU4fom .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-upSyPU4fom .mbr-section-title {
  color: #000000;
}
.cid-upSyPU4fom .mbr-text {
  color: #000000;
}
.cid-upSyPU4fom .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uAGiDcYL6G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAGiDcYL6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGiDcYL6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGiDcYL6G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGiDcYL6G .row {
  flex-direction: row-reverse;
}
.cid-uAGiDcYL6G img {
  width: 100%;
}
.cid-upSzmywnjT {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #fff0b0;
}
.cid-upSzmywnjT .mbr-section-title {
  color: #1a449a;
}
.cid-upSzmywnjT .mbr-text {
  color: #000000;
}
.cid-upSzmywnjT .mbr-section-subtitle {
  color: #000000;
}
.cid-upSzmywnjT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upSzmywnjT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-upSzmywnjT .svg-top .st0 {
  fill: #fff0b0;
}
@media (max-width: 992px) {
  .cid-upSzmywnjT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uAGiYqpUiB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uAGiYqpUiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGiYqpUiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAGiYqpUiB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAGiYqpUiB .row {
  flex-direction: row-reverse;
}
.cid-uAGiYqpUiB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAGiYqpUiB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAGivZbNXZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uAGoViZLim {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAGoViZLim .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-uAGoViZLim .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAGoViZLim .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAGoViZLim .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAGoViZLim .rr-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-uAGoViZLim .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAGoViZLim .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAGoViZLim .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAGoViZLim .navbar-caption-wrap {
  align-items: center;
}
.cid-uAGoViZLim .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAGoViZLim .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uAGoViZLim .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAGoViZLim .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uAGoViZLim .navbar-nav .nav-item .nav-link:hover {
  color: #ff6666 !important;
}
.cid-uAGoViZLim .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAGoViZLim .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAGoViZLim .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uAGoViZLim .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAGoViZLim .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .navbar-nav {
    align-items: center;
  }
}
.cid-uAGoViZLim .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAGoViZLim .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAGoViZLim .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uAGoViZLim .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAGoViZLim .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAGoViZLim .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uAGoViZLim .nav-item:focus,
.cid-uAGoViZLim .nav-link:focus {
  outline: none;
}
.cid-uAGoViZLim .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAGoViZLim .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAGoViZLim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAGoViZLim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAGoViZLim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAGoViZLim .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAGoViZLim .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAGoViZLim .navbar.opened {
  transition: all 0.3s;
}
.cid-uAGoViZLim .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAGoViZLim .navbar .navbar-logo img {
  width: auto;
}
.cid-uAGoViZLim .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAGoViZLim .navbar.collapsed {
  justify-content: center;
}
.cid-uAGoViZLim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAGoViZLim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAGoViZLim .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAGoViZLim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAGoViZLim .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAGoViZLim .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-uAGoViZLim .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAGoViZLim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAGoViZLim .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .navbar {
    min-height: 72px;
  }
  .cid-uAGoViZLim .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAGoViZLim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAGoViZLim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAGoViZLim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAGoViZLim .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAGoViZLim .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-uAGoViZLim .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAGoViZLim .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAGoViZLim .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAGoViZLim .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAGoViZLim .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAGoViZLim .dropdown-item.active,
.cid-uAGoViZLim .dropdown-item:active {
  background-color: transparent;
}
.cid-uAGoViZLim .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAGoViZLim .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAGoViZLim .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAGoViZLim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAGoViZLim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAGoViZLim .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAGoViZLim ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAGoViZLim .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAGoViZLim .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAGoViZLim .navbar-buttons {
    text-align: center;
  }
}
.cid-uAGoViZLim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAGoViZLim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAGoViZLim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAGoViZLim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAGoViZLim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAGoViZLim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAGoViZLim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAGoViZLim nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAGoViZLim nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAGoViZLim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAGoViZLim .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAGoViZLim a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAGoViZLim .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-uAGoViZLim .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAGoViZLim .navbar {
    height: 70px;
  }
  .cid-uAGoViZLim .navbar.opened {
    height: auto;
  }
  .cid-uAGoViZLim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAGoViZLim .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAGoViZLim .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAGoViZLim .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAGoViZLim .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAGoViZLim .navbar-brand {
    margin-right: auto;
  }
  .cid-uAGoViZLim .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uAGoViZLim .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAGoViZLim .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAGoViZLim .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-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAGoViZLim .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAGoViZLim .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAGoViZLim .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-uAGoViZLim .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAGoViZLim .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAGoVjqidZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAGoVjqidZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGoVjqidZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGoVjqidZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGoVjqidZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGoVjqidZ .container {
    padding: 0 24px;
  }
}
.cid-uAGoVjqidZ .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uAGoVjqidZ .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uAGoVjqidZ .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAGoVjqidZ .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uAGoVjqidZ .mbr-section-title {
  color: #18212d;
}
.cid-uAGoVjqidZ .mbr-desc,
.cid-uAGoVjqidZ .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVjqidZ .mbr-text,
.cid-uAGoVjqidZ .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVjqidZ .mbr-rating {
  color: #EFCC4E;
}
.cid-uAGoVjqidZ .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVjqidZ .mbr-section-title,
.cid-uAGoVjqidZ .mbr-section-btn {
  text-align: center;
}
.cid-uAGoVjqidZ .mbr-rating,
.cid-uAGoVjqidZ .rating-wrapper,
.cid-uAGoVjqidZ .people-wrapper {
  text-align: center;
}
.cid-uAGoVjW3sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-uAGoVjW3sn .row {
  justify-content: flex-start;
}
.cid-uAGoVjW3sn .mbr-section-title {
  color: #45494E;
}
.cid-uAGoVjW3sn .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uAGoVjW3sn .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVjW3sn .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uAGoVjW3sn .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uAGoVjW3sn .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVjW3sn .mbr-text {
    margin-top: 20px;
  }
}
.cid-uAGoVjW3sn .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uAGoVjW3sn .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVjW3sn .border-col {
    margin-top: 50px;
  }
}
.cid-uAGoVjW3sn .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uAGoVkcp2u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uAGoVNaNN4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAGoVNaNN4 .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-uAGoVNaNN4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAGoVNaNN4 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAGoVNaNN4 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uAGoVNaNN4 .rr-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-uAGoVNaNN4 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAGoVNaNN4 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uAGoVNaNN4 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uAGoVNaNN4 .navbar-caption-wrap {
  align-items: center;
}
.cid-uAGoVNaNN4 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uAGoVNaNN4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uAGoVNaNN4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uAGoVNaNN4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uAGoVNaNN4 .navbar-nav .nav-item .nav-link:hover {
  color: #ff6666 !important;
}
.cid-uAGoVNaNN4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAGoVNaNN4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAGoVNaNN4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uAGoVNaNN4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAGoVNaNN4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .navbar-nav {
    align-items: center;
  }
}
.cid-uAGoVNaNN4 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAGoVNaNN4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAGoVNaNN4 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uAGoVNaNN4 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAGoVNaNN4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAGoVNaNN4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uAGoVNaNN4 .nav-item:focus,
.cid-uAGoVNaNN4 .nav-link:focus {
  outline: none;
}
.cid-uAGoVNaNN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAGoVNaNN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAGoVNaNN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAGoVNaNN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAGoVNaNN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAGoVNaNN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAGoVNaNN4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAGoVNaNN4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAGoVNaNN4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAGoVNaNN4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAGoVNaNN4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAGoVNaNN4 .navbar.collapsed {
  justify-content: center;
}
.cid-uAGoVNaNN4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAGoVNaNN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAGoVNaNN4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAGoVNaNN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAGoVNaNN4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAGoVNaNN4 .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-uAGoVNaNN4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAGoVNaNN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAGoVNaNN4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .navbar {
    min-height: 72px;
  }
  .cid-uAGoVNaNN4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAGoVNaNN4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAGoVNaNN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAGoVNaNN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAGoVNaNN4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAGoVNaNN4 .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-uAGoVNaNN4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAGoVNaNN4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAGoVNaNN4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAGoVNaNN4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAGoVNaNN4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAGoVNaNN4 .dropdown-item.active,
.cid-uAGoVNaNN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAGoVNaNN4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAGoVNaNN4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAGoVNaNN4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAGoVNaNN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uAGoVNaNN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uAGoVNaNN4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAGoVNaNN4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAGoVNaNN4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAGoVNaNN4 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVNaNN4 .navbar-buttons {
    text-align: center;
  }
}
.cid-uAGoVNaNN4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAGoVNaNN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uAGoVNaNN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAGoVNaNN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAGoVNaNN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAGoVNaNN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAGoVNaNN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAGoVNaNN4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAGoVNaNN4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAGoVNaNN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAGoVNaNN4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAGoVNaNN4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAGoVNaNN4 .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-uAGoVNaNN4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAGoVNaNN4 .navbar {
    height: 70px;
  }
  .cid-uAGoVNaNN4 .navbar.opened {
    height: auto;
  }
  .cid-uAGoVNaNN4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAGoVNaNN4 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAGoVNaNN4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAGoVNaNN4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAGoVNaNN4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uAGoVNaNN4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uAGoVNaNN4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAGoVNaNN4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAGoVNaNN4 .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-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAGoVNaNN4 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uAGoVNaNN4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAGoVNaNN4 .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-uAGoVNaNN4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAGoVNaNN4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAGoVNxU8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAGoVNxU8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGoVNxU8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGoVNxU8i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGoVNxU8i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGoVNxU8i .container {
    padding: 0 24px;
  }
}
.cid-uAGoVNxU8i .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uAGoVNxU8i .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uAGoVNxU8i .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAGoVNxU8i .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uAGoVNxU8i .mbr-section-title {
  color: #18212d;
}
.cid-uAGoVNxU8i .mbr-desc,
.cid-uAGoVNxU8i .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVNxU8i .mbr-text,
.cid-uAGoVNxU8i .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVNxU8i .mbr-rating {
  color: #EFCC4E;
}
.cid-uAGoVNxU8i .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uAGoVNxU8i .mbr-section-title,
.cid-uAGoVNxU8i .mbr-section-btn {
  text-align: center;
}
.cid-uAGoVNxU8i .mbr-rating,
.cid-uAGoVNxU8i .rating-wrapper,
.cid-uAGoVNxU8i .people-wrapper {
  text-align: center;
}
.cid-uAGoVO0tTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-uAGoVO0tTn .row {
  justify-content: flex-start;
}
.cid-uAGoVO0tTn .mbr-section-title {
  color: #45494E;
}
.cid-uAGoVO0tTn .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uAGoVO0tTn .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVO0tTn .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uAGoVO0tTn .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uAGoVO0tTn .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVO0tTn .mbr-text {
    margin-top: 20px;
  }
}
.cid-uAGoVO0tTn .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uAGoVO0tTn .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uAGoVO0tTn .border-col {
    margin-top: 50px;
  }
}
.cid-uAGoVO0tTn .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uAGoVOjEwl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-upU1JKhhiL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upU1JKhhiL .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-upU1JKhhiL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upU1JKhhiL .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upU1JKhhiL .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-upU1JKhhiL .rr-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-upU1JKhhiL .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upU1JKhhiL .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-upU1JKhhiL .rr-brand .navbar-logo a {
  outline: none;
}
.cid-upU1JKhhiL .navbar-caption-wrap {
  align-items: center;
}
.cid-upU1JKhhiL .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-upU1JKhhiL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upU1JKhhiL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-upU1JKhhiL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upU1JKhhiL .navbar-nav .nav-item .nav-link:hover {
  color: #ff6666 !important;
}
.cid-upU1JKhhiL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upU1JKhhiL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upU1JKhhiL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upU1JKhhiL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upU1JKhhiL .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .navbar-nav {
    align-items: center;
  }
}
.cid-upU1JKhhiL .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upU1JKhhiL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upU1JKhhiL .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-upU1JKhhiL .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upU1JKhhiL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upU1JKhhiL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-upU1JKhhiL .nav-item:focus,
.cid-upU1JKhhiL .nav-link:focus {
  outline: none;
}
.cid-upU1JKhhiL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upU1JKhhiL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upU1JKhhiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upU1JKhhiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upU1JKhhiL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upU1JKhhiL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upU1JKhhiL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upU1JKhhiL .navbar.opened {
  transition: all 0.3s;
}
.cid-upU1JKhhiL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upU1JKhhiL .navbar .navbar-logo img {
  width: auto;
}
.cid-upU1JKhhiL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upU1JKhhiL .navbar.collapsed {
  justify-content: center;
}
.cid-upU1JKhhiL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upU1JKhhiL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upU1JKhhiL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-upU1JKhhiL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upU1JKhhiL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upU1JKhhiL .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-upU1JKhhiL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upU1JKhhiL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upU1JKhhiL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .navbar {
    min-height: 72px;
  }
  .cid-upU1JKhhiL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upU1JKhhiL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upU1JKhhiL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upU1JKhhiL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upU1JKhhiL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upU1JKhhiL .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-upU1JKhhiL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upU1JKhhiL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upU1JKhhiL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upU1JKhhiL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upU1JKhhiL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upU1JKhhiL .dropdown-item.active,
.cid-upU1JKhhiL .dropdown-item:active {
  background-color: transparent;
}
.cid-upU1JKhhiL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upU1JKhhiL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upU1JKhhiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upU1JKhhiL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-upU1JKhhiL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-upU1JKhhiL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upU1JKhhiL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upU1JKhhiL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upU1JKhhiL .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-upU1JKhhiL .navbar-buttons {
    text-align: center;
  }
}
.cid-upU1JKhhiL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upU1JKhhiL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-upU1JKhhiL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upU1JKhhiL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upU1JKhhiL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upU1JKhhiL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upU1JKhhiL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upU1JKhhiL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upU1JKhhiL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upU1JKhhiL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upU1JKhhiL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upU1JKhhiL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upU1JKhhiL .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-upU1JKhhiL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upU1JKhhiL .navbar {
    height: 70px;
  }
  .cid-upU1JKhhiL .navbar.opened {
    height: auto;
  }
  .cid-upU1JKhhiL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upU1JKhhiL .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: .3s all;
  transform: rotate(-90deg);
}
.cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upU1JKhhiL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upU1JKhhiL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upU1JKhhiL .navbar-brand {
    margin-right: auto;
  }
  .cid-upU1JKhhiL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upU1JKhhiL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upU1JKhhiL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upU1JKhhiL .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-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upU1JKhhiL .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-upU1JKhhiL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upU1JKhhiL .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-upU1JKhhiL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upU1JKhhiL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAGmEdAoye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAGmEdAoye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGmEdAoye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGmEdAoye .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGmEdAoye .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uAGmEdAoye .container {
    padding: 0 24px;
  }
}
.cid-uAGmEdAoye .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uAGmEdAoye .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uAGmEdAoye .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uAGmEdAoye .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uAGmEdAoye .mbr-section-title {
  color: #18212d;
}
.cid-uAGmEdAoye .mbr-desc,
.cid-uAGmEdAoye .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGmEdAoye .mbr-text,
.cid-uAGmEdAoye .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uAGmEdAoye .mbr-rating {
  color: #EFCC4E;
}
.cid-uAGmEdAoye .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uAGmEdAoye .mbr-section-title,
.cid-uAGmEdAoye .mbr-section-btn {
  text-align: center;
}
.cid-uAGmEdAoye .mbr-rating,
.cid-uAGmEdAoye .rating-wrapper,
.cid-uAGmEdAoye .people-wrapper {
  text-align: center;
}
.cid-upU1VuuOq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-upU1VuuOq2 .row {
  justify-content: flex-start;
}
.cid-upU1VuuOq2 .mbr-section-title {
  color: #45494E;
}
.cid-upU1VuuOq2 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-upU1VuuOq2 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upU1VuuOq2 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-upU1VuuOq2 .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-upU1VuuOq2 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-upU1VuuOq2 .mbr-text {
    margin-top: 20px;
  }
}
.cid-upU1VuuOq2 .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-upU1VuuOq2 .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-upU1VuuOq2 .border-col {
    margin-top: 50px;
  }
}
.cid-upU1VuuOq2 .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uAGivZbNXZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
