.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #670c0b !important;
}
.bg-success {
  background-color: #fffbf4 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #670c0b !important;
}
.bg-danger {
  background-color: #fcbb07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #951110 !important;
  border-color: #951110 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #951110 !important;
  border-color: #951110 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbd59 !important;
  border-color: #ffbd59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffd18c !important;
  border-color: #ffd18c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffd18c !important;
  border-color: #ffd18c !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #fffbf4 !important;
  border-color: #fffbf4 !important;
  color: #f49b00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f49b00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #951110 !important;
  border-color: #951110 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #951110 !important;
  border-color: #951110 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcbb07 !important;
  border-color: #fcbb07 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fdc939 !important;
  border-color: #fdc939 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fdc939 !important;
  border-color: #fdc939 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #670c0b;
  color: #670c0b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #190303 !important;
  background-color: transparent !important;
  border-color: #190303 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffbd59;
  color: #ffbd59;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff9b02 !important;
  background-color: transparent !important;
  border-color: #ff9b02 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd59 !important;
  border-color: #ffbd59 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fffbf4;
  color: #fffbf4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffdb9d !important;
  background-color: transparent !important;
  border-color: #ffdb9d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #f49b00 !important;
  background-color: #fffbf4 !important;
  border-color: #fffbf4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #670c0b;
  color: #670c0b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #190303 !important;
  background-color: transparent !important;
  border-color: #190303 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fcbb07;
  color: #fcbb07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #aa7e02 !important;
  background-color: transparent !important;
  border-color: #aa7e02 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fcbb07 !important;
  border-color: #fcbb07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #670c0b !important;
}
.text-secondary {
  color: #ffbd59 !important;
}
.text-success {
  color: #fffbf4 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #670c0b !important;
}
.text-danger {
  color: #fcbb07 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b0101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f29200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffd68e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0b0101 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b7202 !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: #670c0b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #670c0b;
}
.alert-danger {
  background-color: #fcbb07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #670c0b;
  border-color: #670c0b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #670c0b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #da1917;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #da1917;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef2d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  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: #670c0b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #670c0b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #670c0b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #670c0b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #670c0b;
  border-bottom-color: #670c0b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #670c0b !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: #ffbd59 !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='%23670c0b' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxbnSkKD65 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .nav-item,
.cid-uxbnSkKD65 .nav-link,
.cid-uxbnSkKD65 .navbar-caption {
  font-weight: normal;
}
.cid-uxbnSkKD65 .nav-item:focus,
.cid-uxbnSkKD65 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxbnSkKD65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxbnSkKD65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uxbnSkKD65 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uxbnSkKD65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxbnSkKD65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxbnSkKD65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxbnSkKD65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxbnSkKD65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxbnSkKD65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxbnSkKD65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxbnSkKD65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxbnSkKD65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxbnSkKD65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxbnSkKD65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxbnSkKD65 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxbnSkKD65 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxbnSkKD65 .dropdown-item.active,
.cid-uxbnSkKD65 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxbnSkKD65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxbnSkKD65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxbnSkKD65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxbnSkKD65 .navbar-buttons {
  text-align: center;
}
.cid-uxbnSkKD65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxbnSkKD65 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uxbnSkKD65 .soc-item {
  margin: .5rem .3rem;
}
.cid-uxbnSkKD65 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link,
.cid-uxbnSkKD65 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uxbnSkKD65 a.nav-link:hover .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxbnSkKD65 .navbar {
    height: 77px;
  }
  .cid-uxbnSkKD65 .navbar.opened {
    height: auto;
  }
  .cid-uxbnSkKD65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyO9tmQaU4 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-85.png");
}
.cid-uyO9tmQaU4 .mbr-overlay {
  background-color: #424040;
  opacity: 0.3;
}
.cid-uyO9tmQaU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO9tmQaU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO9tmQaU4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uyO9tmQaU4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uyO9tmQaU4 {
    align-items: flex-end;
  }
  .cid-uyO9tmQaU4 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyO9tmQaU4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyO9tmQaU4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uyO9tmQaU4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyO9tmQaU4 .content-wrap {
    width: 100%;
  }
}
.cid-uyO9tmQaU4 .mbr-section-title {
  text-align: left;
}
.cid-uyO9tmQaU4 .mbr-text,
.cid-uyO9tmQaU4 .mbr-section-btn {
  text-align: left;
}
.cid-uyO9tmQaU4 .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cid-uyO9tmQaU4 .logo-wrap {
    margin-bottom: 5px;
  }
}
.cid-uyO9tmQaU4 .logo-wrap img {
  display: inline-flex;
  width: 225px;
  height: 225px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uyO9tmQaU4 .logo-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uyO9tmQaU4 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uyO9tmQaU4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uyO9tmQaU4 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uyO9tmQaU4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uyO9tmQaU4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uyO9tmQaU4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uYRHliIjbh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYRHliIjbh .mbr-media {
  position: relative;
}
.cid-uYRHliIjbh .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uYRHliIjbh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uYRHliIjbh .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYRHliIjbh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYRHliIjbh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYRHliIjbh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYRHliIjbh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYRHliIjbh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYRHliIjbh .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uYRHliIjbh .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uYRHliIjbh .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uYRHliIjbh .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uYRHliIjbh .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uYRHliIjbh .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uYRHliIjbh .mbr-text,
.cid-uYRHliIjbh .mbr-section-btn {
  text-align: left;
}
.cid-uxwh4UW08z {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uxwh4UW08z {
    align-items: center;
  }
  .cid-uxwh4UW08z .row {
    justify-content: center;
  }
}
.cid-uxwh4UW08z p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxwh4UW08z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxwh4UW08z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxwh4UW08z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxwh4UW08z .content-wrap {
    width: 100%;
  }
}
.cid-uxwh4UW08z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uxwh4UW08z .mbr-text,
.cid-uxwh4UW08z .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxwh4UW08z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKvl4NX9we {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uKvl4NX9we .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvl4NX9we .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvl4NX9we .row {
  justify-content: flex-end !important;
}
.cid-uKvl4NX9we .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKvl4NX9we .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKvl4NX9we .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #585554;
}
@media (min-width: 992px) {
  .cid-uKvl4NX9we .main-col {
    min-height: 28.4rem;
  }
}
.cid-uKvl4NX9we .main-col:hover {
  border-left: 1px solid #585554;
  border-right: 1px solid #585554;
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uKvl4NX9we .main-col {
    max-width: 100%;
  }
}
.cid-uKvl4NX9we .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uKvl4NX9we .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uKvl4NX9we .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #585554;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uKvl4NX9we .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uKvl4NX9we .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .head-content {
    padding: 12px;
  }
}
.cid-uKvl4NX9we .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uKvl4NX9we .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uKvl4NX9we .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uKvl4NX9we .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uKvl4NX9we .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uKvl4NX9we .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uKvl4NX9we .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uKvl4NX9we .price-name {
  color: #727272;
}
.cid-uKvl4NX9we .price-number {
  color: #000000;
}
.cid-uKvl4NX9we .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uKvl4NX9we .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uKvl4NX9we .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKvl4NX9we .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uKvl4NX9we .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uKvl4NX9we .mbr-text,
.cid-uKvl4NX9we .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uDeAlhMw5F {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-57.png");
}
.cid-uDeAlhMw5F .bottom {
  color: #ffffff;
  margin-top: 14px;
}
.cid-uDeAlhMw5F .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDeAlhMw5F .mbr-section-btn {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDeAlhMw5F .t1 {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uDeAlhMw5F .t {
    margin-top: 30px;
  }
}
.cid-uDeAlhMw5F .btn {
  border-width: 0px;
}
.cid-uyKij28UIt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyKij28UIt .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uyKij28UIt .wrapper {
    padding: 0 6rem;
  }
}
.cid-uyKij28UIt .mbr-text {
  color: #9a948d;
}
.cid-uyKij28UIt .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uyKij28UIt .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uyKij28UIt .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uyKij28UIt .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uyKij28UIt .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uyKij28UIt .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uyKij28UIt .right {
    padding-right: 60px;
  }
}
.cid-uyKij28UIt .mbr-text,
.cid-uyKij28UIt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uyKij28UIt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uy2RGqnN2j {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uy2RGqnN2j {
    align-items: center;
  }
  .cid-uy2RGqnN2j .row {
    justify-content: center;
  }
}
.cid-uy2RGqnN2j p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uy2RGqnN2j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uy2RGqnN2j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uy2RGqnN2j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uy2RGqnN2j .content-wrap {
    width: 100%;
  }
}
.cid-uy2RGqnN2j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uy2RGqnN2j .mbr-text,
.cid-uy2RGqnN2j .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uy2RGqnN2j .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDTpMPf2Ev {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDTpMPf2Ev .content-wrapper {
  justify-content: center;
}
.cid-uDTpMPf2Ev .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDTpMPf2Ev .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDTpMPf2Ev .embla__slide .slide-content {
  width: 100%;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDTpMPf2Ev .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDTpMPf2Ev .embla__button--next,
.cid-uDTpMPf2Ev .embla__button--prev {
  display: flex;
}
.cid-uDTpMPf2Ev .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDTpMPf2Ev .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDTpMPf2Ev .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDTpMPf2Ev .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDTpMPf2Ev .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDTpMPf2Ev .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDTpMPf2Ev .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDTpMPf2Ev .embla {
    padding: 20px 16px;
  }
}
.cid-uDTpMPf2Ev .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDTpMPf2Ev .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDTpMPf2Ev .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDTpMPf2Ev .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDTpMPf2Ev .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDTpMPf2Ev .item-title {
  color: #272b2e;
}
.cid-uDTpMPf2Ev .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDTpMPf2Ev .item-tag {
  color: #ffffff;
}
.cid-uDTpMPf2Ev .item-title,
.cid-uDTpMPf2Ev .icon-wrapper {
  text-align: center;
}
.cid-uy2RmoukyG {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uy2RmoukyG {
    align-items: center;
  }
  .cid-uy2RmoukyG .row {
    justify-content: center;
  }
}
.cid-uy2RmoukyG p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uy2RmoukyG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uy2RmoukyG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uy2RmoukyG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uy2RmoukyG .content-wrap {
    width: 100%;
  }
}
.cid-uy2RmoukyG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uy2RmoukyG .mbr-text,
.cid-uy2RmoukyG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uy2RmoukyG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uzhNuzEIBD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/untitled-design-2024-12-26t154428.296.png");
}
.cid-uzhNuzEIBD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uzhNuzEIBD .user {
  padding: 0 !important;
}
.cid-uzhNuzEIBD .mbr-iconfont {
  font-size: 3rem;
  color: #fcbb07 !important;
}
.cid-uzhNuzEIBD .user_name {
  margin: 0;
  color: #ffbd59;
}
.cid-uzhNuzEIBD .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uzhNuzEIBD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uzhNuzEIBD .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uzhNuzEIBD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uzhNuzEIBD .carousel-item.active,
.cid-uzhNuzEIBD .carousel-item-next,
.cid-uzhNuzEIBD .carousel-item-prev {
  display: flex;
}
.cid-uzhNuzEIBD .carousel-controls a {
  font-size: 2rem;
}
.cid-uzhNuzEIBD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #ffbd59 !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-uzhNuzEIBD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uzhNuzEIBD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uzhNuzEIBD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffbd59;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uzhNuzEIBD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uzhNuzEIBD .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-uzhNuzEIBD .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uzhNuzEIBD .user_text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzhNuzEIBD .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-uzhNuzEIBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhNuzEIBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhNuzEIBD .user_status {
  color: #ffffff;
}
.cid-uDUknB20WR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDUknB20WR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUknB20WR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUknB20WR .mbr-section-title {
  color: #000000;
}
.cid-uDUknB20WR .mbr-section-subtitle {
  color: #000000;
}
#custom-html-i4 {
  /* Type valid CSS here */
}
.cid-uy3jlxseaM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uy3jlxseaM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uy3jlxseaM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uy3jlxseaM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uy3jlxseaM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uy3jlxseaM .container {
    padding: 0 14px;
  }
}
.cid-uy3jlxseaM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uy3jlxseaM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uy3jlxseaM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uy3jlxseaM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uy3jlxseaM .embla__slide .slide-content {
  width: 100%;
}
.cid-uy3jlxseaM .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-uy3jlxseaM .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #670c0b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uy3jlxseaM .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uy3jlxseaM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #670c0b;
}
.cid-uy3jlxseaM .embla__button--next,
.cid-uy3jlxseaM .embla__button--prev {
  display: flex;
}
.cid-uy3jlxseaM .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #670c0b !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uy3jlxseaM .embla__button:hover {
  opacity: .7 !important;
}
.cid-uy3jlxseaM .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uy3jlxseaM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uy3jlxseaM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uy3jlxseaM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uy3jlxseaM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uy3jlxseaM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uy3jlxseaM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uy3jlxseaM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYRKIYAa4o {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYRKIYAa4o .mbr-media {
  position: relative;
}
.cid-uYRKIYAa4o .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uYRKIYAa4o a:hover {
  background-image: none !important;
}
.cid-uYRKIYAa4o .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uYRKIYAa4o .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uYRKIYAa4o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYRKIYAa4o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYRKIYAa4o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYRKIYAa4o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYRKIYAa4o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYRKIYAa4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRKIYAa4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRKIYAa4o .content-head {
  max-width: 800px;
}
.cid-uYRKIYAa4o .mbr-section-title {
  color: #000000;
}
.cid-uDltRfAZC8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/untitled-design-2024-12-26t155359.230.png");
}
.cid-uDltRfAZC8 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uDltRfAZC8 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uDltRfAZC8 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uDltRfAZC8 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDltRfAZC8 .btn:hover {
  box-shadow: none;
}
.cid-uDltRfAZC8 .mbr-section-title,
.cid-uDltRfAZC8 .mbr-section-btn {
  text-align: center;
}
.cid-uAoImGx41e {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uAoImGx41e {
    align-items: center;
  }
  .cid-uAoImGx41e .row {
    justify-content: center;
  }
}
.cid-uAoImGx41e p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAoImGx41e .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAoImGx41e {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAoImGx41e .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAoImGx41e .content-wrap {
    width: 100%;
  }
}
.cid-uAoImGx41e .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAoImGx41e .mbr-text,
.cid-uAoImGx41e .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAoImGx41e .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAoDwc2HLS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAoDwc2HLS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAoDwc2HLS form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-uAoDwc2HLS input,
.cid-uAoDwc2HLS textarea {
  border-radius: 0.5rem;
}
.cid-uAoDwc2HLS img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uAoDwc2HLS .form-col,
.cid-uAoDwc2HLS img {
  transition: all 0.3s;
}
.cid-uAoDwc2HLS .form-col:hover,
.cid-uAoDwc2HLS img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uAoDwc2HLS textarea {
  min-height: 10rem;
}
.cid-uAoDwc2HLS .form-col {
  background: #fffbf4;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uAoDwc2HLS .form-col {
    padding: 2rem 1rem;
  }
}
.cid-uAoDwc2HLS .form-control:hover,
.cid-uAoDwc2HLS .form-control:focus {
  border-color: transparent !important;
}
.cid-uxjKErNWj3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uxjKErNWj3 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uxjKErNWj3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uxjKErNWj3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uxjKErNWj3 .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uxjKErNWj3 .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uxjKErNWj3 .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uxjKErNWj3 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uxjKErNWj3 .input-group-btn {
  padding-left: 0;
}
.cid-uxjKErNWj3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uxjKErNWj3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uxjKErNWj3 .mbr-text {
  color: #444;
}
.cid-uxjKErNWj3 h5 {
  margin-bottom: 0;
}
.cid-uxjKErNWj3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uxjKErNWj3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxjKErNWj3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uxjKErNWj3 .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxjKErNWj3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uxjKErNWj3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uxjKErNWj3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxjKErNWj3 .social-list a:hover {
  opacity: 0.4;
}
.cid-uxjKErNWj3 .media-container-row > div {
  padding: 0px;
}
.cid-uxjKErNWj3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uxjKErNWj3 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uxjKErNWj3 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uxjKErNWj3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uxjKErNWj3 .social-list,
  .cid-uxjKErNWj3 .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uxjKErNWj3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uxjKErNWj3 .form-group {
    max-width: 180px;
  }
}
.cid-uxjKErNWj3 .links span {
  color: #9e9e9e;
}
.cid-uxjKErNWj3 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uxjKErNWj3 .logo-title {
  text-align: center;
}
.cid-uxjKErNWj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjKErNWj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjKErNWj3 .logo-title,
.cid-uxjKErNWj3 .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uxjKErNWj3 .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uxjKErNWj3 .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uxjKErNWj3 .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uxjKErNWj3 .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uxjLn5foQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uxbnSkKD65 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .nav-item,
.cid-uxbnSkKD65 .nav-link,
.cid-uxbnSkKD65 .navbar-caption {
  font-weight: normal;
}
.cid-uxbnSkKD65 .nav-item:focus,
.cid-uxbnSkKD65 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxbnSkKD65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxbnSkKD65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uxbnSkKD65 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uxbnSkKD65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxbnSkKD65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxbnSkKD65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxbnSkKD65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxbnSkKD65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxbnSkKD65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxbnSkKD65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxbnSkKD65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxbnSkKD65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxbnSkKD65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxbnSkKD65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxbnSkKD65 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxbnSkKD65 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxbnSkKD65 .dropdown-item.active,
.cid-uxbnSkKD65 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxbnSkKD65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxbnSkKD65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxbnSkKD65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxbnSkKD65 .navbar-buttons {
  text-align: center;
}
.cid-uxbnSkKD65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxbnSkKD65 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uxbnSkKD65 .soc-item {
  margin: .5rem .3rem;
}
.cid-uxbnSkKD65 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link,
.cid-uxbnSkKD65 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uxbnSkKD65 a.nav-link:hover .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxbnSkKD65 .navbar {
    height: 77px;
  }
  .cid-uxbnSkKD65 .navbar.opened {
    height: auto;
  }
  .cid-uxbnSkKD65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyH1x1tn8F {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyH1x1tn8F .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uyH1x1tn8F .wrapper {
    padding: 0 6rem;
  }
}
.cid-uyH1x1tn8F .mbr-text {
  color: #9a948d;
}
.cid-uyH1x1tn8F .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uyH1x1tn8F .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uyH1x1tn8F .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uyH1x1tn8F .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uyH1x1tn8F .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uyH1x1tn8F .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uyH1x1tn8F .right {
    padding-right: 60px;
  }
}
.cid-uyH1x1tn8F .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uyH1x1tn8F .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uyH1x1tn8F .mbr-section-title {
  text-align: right;
}
.cid-uyH1x1tn8F .mbr-text,
.cid-uyH1x1tn8F .mbr-section-btn {
  text-align: right;
}
.cid-uyH1x1tn8F .mbr-text,
.cid-uyH1x1tn8F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uyH1x1tn8F .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uyHrawUMgP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uyHrawUMgP .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uyHrawUMgP .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uyHrawUMgP .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uyHrawUMgP .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uyHrawUMgP .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uyHrawUMgP .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uyHrawUMgP .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uyHrawUMgP .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uyHrawUMgP .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uyHrawUMgP .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uyHrawUMgP .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uyHrawUMgP .icon_block {
  margin-bottom: 40px;
}
.cid-uyHrawUMgP .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uyHrawUMgP .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uyHrawUMgP .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uyHrawUMgP .card_text {
  margin-bottom: 50px;
}
.cid-uyHrawUMgP .card_link {
  display: block;
}
.cid-uyHrawUMgP .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uyHrawUMgP .card_link a:hover {
  transform: translateX(6px);
}
.cid-uyHrawUMgP .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uyHrawUMgP .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uyHrawUMgP .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uyHrawUMgP .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uyHrawUMgP .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uyHrawUMgP .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uyHrawUMgP .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uyHrawUMgP .card_title {
    margin-bottom: 15px;
  }
  .cid-uyHrawUMgP .card_text {
    margin-bottom: 20px;
  }
  .cid-uyHrawUMgP .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uyHrawUMgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyHrawUMgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyHrawUMgP .card_title,
.cid-uyHrawUMgP .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uyHrawUMgP .card_text,
.cid-uyHrawUMgP .card_link {
  text-align: center;
}
.cid-uyHdQpp4RY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uyHdQpp4RY .container {
    max-width: 1400px;
  }
}
.cid-uyHdQpp4RY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uyHdQpp4RY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uyHdQpp4RY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uyHdQpp4RY .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uyHdQpp4RY .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uyHdQpp4RY .card-wrapper .card-box {
  height: 100%;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uyHdQpp4RY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uyHdQpp4RY .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uyHdQpp4RY .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uyHdQpp4RY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uyHdQpp4RY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uyHdQpp4RY .card-box {
    text-align: left;
  }
  .cid-uyHdQpp4RY .card-box .card-title {
    text-align: left;
  }
}
.cid-uyHdQpp4RY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyHdQpp4RY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyHdQpp4RY SPAN {
  color: #000000;
}
.cid-uyHdQpp4RY .card .card-wrapper .card-box .card-title,
.cid-uyHdQpp4RY .card-box {
  color: #000000;
}
.cid-uyHdQpp4RY .card .card-wrapper .card-box .mbr-text,
.cid-uyHdQpp4RY .link-wrap {
  color: #232323;
  text-align: left;
}
.cid-uyHdQpp4RY .main-title {
  color: #000000;
}
.cid-uyIc3W9yuS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyIc3W9yuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyIc3W9yuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyIc3W9yuS .mbr-section-title {
  color: #000000;
}
.cid-uAoKTtzL8D {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uAoKTtzL8D {
    align-items: center;
  }
  .cid-uAoKTtzL8D .row {
    justify-content: center;
  }
}
.cid-uAoKTtzL8D p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAoKTtzL8D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAoKTtzL8D {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAoKTtzL8D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAoKTtzL8D .content-wrap {
    width: 100%;
  }
}
.cid-uAoKTtzL8D .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAoKTtzL8D .mbr-text,
.cid-uAoKTtzL8D .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAoKTtzL8D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVTLafatq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVTLafatq .content-wrapper {
  justify-content: center;
}
.cid-uDVTLafatq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVTLafatq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVTLafatq .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVTLafatq .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVTLafatq .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVTLafatq .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVTLafatq .embla__button--next,
.cid-uDVTLafatq .embla__button--prev {
  display: flex;
}
.cid-uDVTLafatq .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVTLafatq .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVTLafatq .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVTLafatq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVTLafatq .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVTLafatq .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVTLafatq .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVTLafatq .embla {
    padding: 20px 16px;
  }
}
.cid-uDVTLafatq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVTLafatq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVTLafatq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVTLafatq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVTLafatq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVTLafatq .item-title {
  color: #272b2e;
}
.cid-uDVTLafatq .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVTLafatq .item-tag {
  color: #ffffff;
}
.cid-uDVTLafatq .item-title,
.cid-uDVTLafatq .icon-wrapper {
  text-align: center;
}
.cid-uDVUj4Bkq8 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDVUj4Bkq8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDVUj4Bkq8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uDVUj4Bkq8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uDVUj4Bkq8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDVUj4Bkq8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuvbXf1T {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuvbXf1T .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuvbXf1T .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuvbXf1T .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuvbXf1T .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuvbXf1T .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuvbXf1T .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuvbXf1T .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuvbXf1T .input-group-btn {
  padding-left: 0;
}
.cid-uLJuvbXf1T .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuvbXf1T .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuvbXf1T .mbr-text {
  color: #444;
}
.cid-uLJuvbXf1T h5 {
  margin-bottom: 0;
}
.cid-uLJuvbXf1T .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuvbXf1T .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuvbXf1T .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuvbXf1T .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuvbXf1T .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuvbXf1T .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuvbXf1T .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuvbXf1T .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuvbXf1T .media-container-row > div {
  padding: 0px;
}
.cid-uLJuvbXf1T .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuvbXf1T .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuvbXf1T .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuvbXf1T .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuvbXf1T .social-list,
  .cid-uLJuvbXf1T .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuvbXf1T h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuvbXf1T .form-group {
    max-width: 180px;
  }
}
.cid-uLJuvbXf1T .links span {
  color: #9e9e9e;
}
.cid-uLJuvbXf1T .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuvbXf1T .logo-title {
  text-align: center;
}
.cid-uLJuvbXf1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuvbXf1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuvbXf1T .logo-title,
.cid-uLJuvbXf1T .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuvbXf1T .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuvbXf1T .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuvbXf1T .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuvbXf1T .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uxjLn5foQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vUCoIdy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vUCoIdy .nav-item,
.cid-uz4vUCoIdy .nav-link,
.cid-uz4vUCoIdy .navbar-caption {
  font-weight: normal;
}
.cid-uz4vUCoIdy .nav-item:focus,
.cid-uz4vUCoIdy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vUCoIdy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vUCoIdy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vUCoIdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vUCoIdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vUCoIdy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vUCoIdy .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vUCoIdy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vUCoIdy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vUCoIdy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vUCoIdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vUCoIdy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vUCoIdy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vUCoIdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vUCoIdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vUCoIdy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vUCoIdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vUCoIdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vUCoIdy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vUCoIdy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vUCoIdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vUCoIdy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vUCoIdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vUCoIdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vUCoIdy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vUCoIdy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vUCoIdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vUCoIdy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vUCoIdy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vUCoIdy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vUCoIdy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vUCoIdy .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vUCoIdy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vUCoIdy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vUCoIdy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vUCoIdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vUCoIdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vUCoIdy .dropdown-item.active,
.cid-uz4vUCoIdy .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vUCoIdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vUCoIdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vUCoIdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vUCoIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vUCoIdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vUCoIdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vUCoIdy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vUCoIdy .navbar-buttons {
  text-align: center;
}
.cid-uz4vUCoIdy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vUCoIdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vUCoIdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vUCoIdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vUCoIdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vUCoIdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vUCoIdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vUCoIdy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vUCoIdy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vUCoIdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vUCoIdy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vUCoIdy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vUCoIdy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vUCoIdy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vUCoIdy .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vUCoIdy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vUCoIdy a.nav-link,
.cid-uz4vUCoIdy a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vUCoIdy a.nav-link .mbr-iconfont-btn,
.cid-uz4vUCoIdy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vUCoIdy a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vUCoIdy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vUCoIdy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vUCoIdy .navbar {
    height: 77px;
  }
  .cid-uz4vUCoIdy .navbar.opened {
    height: auto;
  }
  .cid-uz4vUCoIdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vUDcQ5w {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vUDcQ5w .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vUDcQ5w .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vUDcQ5w .mbr-text {
  color: #9a948d;
}
.cid-uz4vUDcQ5w .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vUDcQ5w .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vUDcQ5w .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vUDcQ5w .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vUDcQ5w .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vUDcQ5w .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vUDcQ5w .right {
    padding-right: 60px;
  }
}
.cid-uz4vUDcQ5w .mbr-text,
.cid-uz4vUDcQ5w .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vUDcQ5w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vUDVAuc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vUDVAuc .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vUDVAuc .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vUDVAuc .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vUDVAuc .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vUDVAuc .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vUDVAuc .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vUDVAuc .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vUDVAuc .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vUDVAuc .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vUDVAuc .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vUDVAuc .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vUDVAuc .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vUDVAuc .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vUDVAuc .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vUDVAuc .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vUDVAuc .card_text {
  margin-bottom: 50px;
}
.cid-uz4vUDVAuc .card_link {
  display: block;
}
.cid-uz4vUDVAuc .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vUDVAuc .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vUDVAuc .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vUDVAuc .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vUDVAuc .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vUDVAuc .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vUDVAuc .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vUDVAuc .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vUDVAuc .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vUDVAuc .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vUDVAuc .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vUDVAuc .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vUDVAuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vUDVAuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vUDVAuc .card_title,
.cid-uz4vUDVAuc .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vUDVAuc .card_text,
.cid-uz4vUDVAuc .card_link {
  text-align: center;
}
.cid-uz4vUGF7cJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vUGF7cJ .container {
    max-width: 1400px;
  }
}
.cid-uz4vUGF7cJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vUGF7cJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vUGF7cJ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vUGF7cJ .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vUGF7cJ .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vUGF7cJ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vUGF7cJ .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vUGF7cJ .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vUGF7cJ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vUGF7cJ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vUGF7cJ .card-box {
    text-align: left;
  }
  .cid-uz4vUGF7cJ .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vUGF7cJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vUGF7cJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vUGF7cJ SPAN {
  color: #000000;
}
.cid-uz4vUGF7cJ .main-title {
  color: #000000;
}
.cid-uz4vUGF7cJ .card .card-wrapper .card-box .mbr-text,
.cid-uz4vUGF7cJ .link-wrap {
  color: #232323;
}
.cid-uz4vUGF7cJ .card .card-wrapper .card-box .card-title,
.cid-uz4vUGF7cJ .card-box {
  color: #000000;
}
.cid-uz4vUEINEf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz4vUEINEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vUEINEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vUEINEf .mbr-section-title {
  color: #000000;
}
.cid-uz4vUHqxHs {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vUHqxHs {
    align-items: center;
  }
  .cid-uz4vUHqxHs .row {
    justify-content: center;
  }
}
.cid-uz4vUHqxHs p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vUHqxHs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vUHqxHs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vUHqxHs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vUHqxHs .content-wrap {
    width: 100%;
  }
}
.cid-uz4vUHqxHs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vUHqxHs .mbr-text,
.cid-uz4vUHqxHs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vUHqxHs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVWld6N0v {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVWld6N0v .content-wrapper {
  justify-content: center;
}
.cid-uDVWld6N0v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVWld6N0v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVWld6N0v .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVWld6N0v .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVWld6N0v .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVWld6N0v .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVWld6N0v .embla__button--next,
.cid-uDVWld6N0v .embla__button--prev {
  display: flex;
}
.cid-uDVWld6N0v .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVWld6N0v .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVWld6N0v .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVWld6N0v .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVWld6N0v .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVWld6N0v .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVWld6N0v .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVWld6N0v .embla {
    padding: 20px 16px;
  }
}
.cid-uDVWld6N0v .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVWld6N0v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVWld6N0v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVWld6N0v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVWld6N0v .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVWld6N0v .item-title {
  color: #272b2e;
}
.cid-uDVWld6N0v .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVWld6N0v .item-tag {
  color: #ffffff;
}
.cid-uDVWld6N0v .item-title,
.cid-uDVWld6N0v .icon-wrapper {
  text-align: center;
}
.cid-v5JgBYcj4C {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JgBYcj4C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JgBYcj4C form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JgBYcj4C form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JgBYcj4C form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JgBYcj4C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuBO1ENW {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuBO1ENW .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuBO1ENW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuBO1ENW .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuBO1ENW .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuBO1ENW .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuBO1ENW .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuBO1ENW .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuBO1ENW .input-group-btn {
  padding-left: 0;
}
.cid-uLJuBO1ENW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuBO1ENW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuBO1ENW .mbr-text {
  color: #444;
}
.cid-uLJuBO1ENW h5 {
  margin-bottom: 0;
}
.cid-uLJuBO1ENW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuBO1ENW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuBO1ENW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuBO1ENW .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuBO1ENW .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuBO1ENW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuBO1ENW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuBO1ENW .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuBO1ENW .media-container-row > div {
  padding: 0px;
}
.cid-uLJuBO1ENW .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuBO1ENW .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuBO1ENW .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuBO1ENW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuBO1ENW .social-list,
  .cid-uLJuBO1ENW .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuBO1ENW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuBO1ENW .form-group {
    max-width: 180px;
  }
}
.cid-uLJuBO1ENW .links span {
  color: #9e9e9e;
}
.cid-uLJuBO1ENW .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuBO1ENW .logo-title {
  text-align: center;
}
.cid-uLJuBO1ENW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuBO1ENW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuBO1ENW .logo-title,
.cid-uLJuBO1ENW .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuBO1ENW .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuBO1ENW .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuBO1ENW .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuBO1ENW .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vUMvfpp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vVESLYA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vVESLYA .nav-item,
.cid-uz4vVESLYA .nav-link,
.cid-uz4vVESLYA .navbar-caption {
  font-weight: normal;
}
.cid-uz4vVESLYA .nav-item:focus,
.cid-uz4vVESLYA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vVESLYA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vVESLYA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vVESLYA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vVESLYA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vVESLYA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vVESLYA .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vVESLYA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vVESLYA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vVESLYA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vVESLYA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vVESLYA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vVESLYA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vVESLYA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vVESLYA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vVESLYA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vVESLYA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vVESLYA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vVESLYA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vVESLYA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vVESLYA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vVESLYA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vVESLYA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vVESLYA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vVESLYA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vVESLYA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vVESLYA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vVESLYA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vVESLYA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vVESLYA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vVESLYA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vVESLYA .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vVESLYA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vVESLYA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vVESLYA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vVESLYA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vVESLYA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vVESLYA .dropdown-item.active,
.cid-uz4vVESLYA .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vVESLYA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vVESLYA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vVESLYA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vVESLYA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vVESLYA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vVESLYA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vVESLYA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vVESLYA .navbar-buttons {
  text-align: center;
}
.cid-uz4vVESLYA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vVESLYA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vVESLYA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vVESLYA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vVESLYA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vVESLYA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vVESLYA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vVESLYA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vVESLYA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vVESLYA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vVESLYA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vVESLYA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vVESLYA .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vVESLYA .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vVESLYA .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vVESLYA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vVESLYA a.nav-link,
.cid-uz4vVESLYA a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vVESLYA a.nav-link .mbr-iconfont-btn,
.cid-uz4vVESLYA a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vVESLYA a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vVESLYA a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vVESLYA a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vVESLYA .navbar {
    height: 77px;
  }
  .cid-uz4vVESLYA .navbar.opened {
    height: auto;
  }
  .cid-uz4vVESLYA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vVFCq8i {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vVFCq8i .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vVFCq8i .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vVFCq8i .mbr-text {
  color: #9a948d;
}
.cid-uz4vVFCq8i .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vVFCq8i .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vVFCq8i .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vVFCq8i .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vVFCq8i .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vVFCq8i .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vVFCq8i .right {
    padding-right: 60px;
  }
}
.cid-uz4vVFCq8i .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uz4vVFCq8i .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uz4vVFCq8i .mbr-section-title {
  text-align: right;
}
.cid-uz4vVFCq8i .mbr-text,
.cid-uz4vVFCq8i .mbr-section-btn {
  text-align: right;
}
.cid-uz4vVFCq8i .mbr-text,
.cid-uz4vVFCq8i .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vVFCq8i .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vVGjLco {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vVGjLco .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vVGjLco .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vVGjLco .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vVGjLco .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vVGjLco .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vVGjLco .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vVGjLco .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vVGjLco .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vVGjLco .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vVGjLco .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vVGjLco .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vVGjLco .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vVGjLco .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vVGjLco .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vVGjLco .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vVGjLco .card_text {
  margin-bottom: 50px;
}
.cid-uz4vVGjLco .card_link {
  display: block;
}
.cid-uz4vVGjLco .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vVGjLco .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vVGjLco .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vVGjLco .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vVGjLco .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vVGjLco .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vVGjLco .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vVGjLco .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vVGjLco .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vVGjLco .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vVGjLco .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vVGjLco .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vVGjLco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vVGjLco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vVGjLco .card_title,
.cid-uz4vVGjLco .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vVGjLco .card_text,
.cid-uz4vVGjLco .card_link {
  text-align: center;
}
.cid-uz4vVIS4Ev {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vVIS4Ev .container {
    max-width: 1400px;
  }
}
.cid-uz4vVIS4Ev .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vVIS4Ev .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vVIS4Ev .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vVIS4Ev .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vVIS4Ev .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vVIS4Ev .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vVIS4Ev .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vVIS4Ev .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vVIS4Ev .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vVIS4Ev .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vVIS4Ev .card-box {
    text-align: left;
  }
  .cid-uz4vVIS4Ev .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vVIS4Ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vVIS4Ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vVIS4Ev SPAN {
  color: #000000;
}
.cid-uz4vVIS4Ev .card .card-wrapper .card-box .mbr-text,
.cid-uz4vVIS4Ev .link-wrap {
  color: #232323;
}
.cid-uz4vVIS4Ev .main-title {
  color: #000000;
}
.cid-uz4vVIS4Ev .card .card-wrapper .card-box .card-title,
.cid-uz4vVIS4Ev .card-box {
  color: #232323;
}
.cid-uz4vVH31yp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz4vVH31yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vVH31yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vVJCXQh {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vVJCXQh {
    align-items: center;
  }
  .cid-uz4vVJCXQh .row {
    justify-content: center;
  }
}
.cid-uz4vVJCXQh p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vVJCXQh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vVJCXQh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vVJCXQh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vVJCXQh .content-wrap {
    width: 100%;
  }
}
.cid-uz4vVJCXQh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vVJCXQh .mbr-text,
.cid-uz4vVJCXQh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vVJCXQh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVWUQ8j8C {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVWUQ8j8C .content-wrapper {
  justify-content: center;
}
.cid-uDVWUQ8j8C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVWUQ8j8C .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVWUQ8j8C .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVWUQ8j8C .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVWUQ8j8C .embla__button--next,
.cid-uDVWUQ8j8C .embla__button--prev {
  display: flex;
}
.cid-uDVWUQ8j8C .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVWUQ8j8C .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVWUQ8j8C .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVWUQ8j8C .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVWUQ8j8C .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVWUQ8j8C .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVWUQ8j8C .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVWUQ8j8C .embla {
    padding: 20px 16px;
  }
}
.cid-uDVWUQ8j8C .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVWUQ8j8C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVWUQ8j8C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVWUQ8j8C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVWUQ8j8C .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVWUQ8j8C .item-title {
  color: #272b2e;
}
.cid-uDVWUQ8j8C .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVWUQ8j8C .item-tag {
  color: #ffffff;
}
.cid-uDVWUQ8j8C .item-title,
.cid-uDVWUQ8j8C .icon-wrapper {
  text-align: center;
}
.cid-v5Jhbd4tsc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Jhbd4tsc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5Jhbd4tsc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5Jhbd4tsc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5Jhbd4tsc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5Jhbd4tsc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuGPhnjH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuGPhnjH .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuGPhnjH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuGPhnjH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuGPhnjH .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuGPhnjH .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuGPhnjH .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuGPhnjH .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuGPhnjH .input-group-btn {
  padding-left: 0;
}
.cid-uLJuGPhnjH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuGPhnjH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuGPhnjH .mbr-text {
  color: #444;
}
.cid-uLJuGPhnjH h5 {
  margin-bottom: 0;
}
.cid-uLJuGPhnjH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuGPhnjH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuGPhnjH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuGPhnjH .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuGPhnjH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuGPhnjH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuGPhnjH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuGPhnjH .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuGPhnjH .media-container-row > div {
  padding: 0px;
}
.cid-uLJuGPhnjH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuGPhnjH .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuGPhnjH .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuGPhnjH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuGPhnjH .social-list,
  .cid-uLJuGPhnjH .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuGPhnjH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuGPhnjH .form-group {
    max-width: 180px;
  }
}
.cid-uLJuGPhnjH .links span {
  color: #9e9e9e;
}
.cid-uLJuGPhnjH .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuGPhnjH .logo-title {
  text-align: center;
}
.cid-uLJuGPhnjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuGPhnjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuGPhnjH .logo-title,
.cid-uLJuGPhnjH .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuGPhnjH .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuGPhnjH .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuGPhnjH .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuGPhnjH .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vVOBejV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vX4KLLs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vX4KLLs .nav-item,
.cid-uz4vX4KLLs .nav-link,
.cid-uz4vX4KLLs .navbar-caption {
  font-weight: normal;
}
.cid-uz4vX4KLLs .nav-item:focus,
.cid-uz4vX4KLLs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vX4KLLs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vX4KLLs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vX4KLLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vX4KLLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vX4KLLs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vX4KLLs .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vX4KLLs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vX4KLLs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vX4KLLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vX4KLLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vX4KLLs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vX4KLLs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vX4KLLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vX4KLLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vX4KLLs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vX4KLLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vX4KLLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vX4KLLs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vX4KLLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vX4KLLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vX4KLLs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vX4KLLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vX4KLLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vX4KLLs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vX4KLLs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vX4KLLs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vX4KLLs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vX4KLLs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vX4KLLs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vX4KLLs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vX4KLLs .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vX4KLLs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vX4KLLs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vX4KLLs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vX4KLLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vX4KLLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vX4KLLs .dropdown-item.active,
.cid-uz4vX4KLLs .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vX4KLLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vX4KLLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vX4KLLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vX4KLLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vX4KLLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vX4KLLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vX4KLLs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vX4KLLs .navbar-buttons {
  text-align: center;
}
.cid-uz4vX4KLLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vX4KLLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vX4KLLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vX4KLLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vX4KLLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vX4KLLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vX4KLLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vX4KLLs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vX4KLLs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vX4KLLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vX4KLLs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vX4KLLs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vX4KLLs .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vX4KLLs .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vX4KLLs .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vX4KLLs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vX4KLLs a.nav-link,
.cid-uz4vX4KLLs a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vX4KLLs a.nav-link .mbr-iconfont-btn,
.cid-uz4vX4KLLs a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vX4KLLs a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vX4KLLs a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vX4KLLs a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vX4KLLs .navbar {
    height: 77px;
  }
  .cid-uz4vX4KLLs .navbar.opened {
    height: auto;
  }
  .cid-uz4vX4KLLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vX5xkI4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vX5xkI4 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vX5xkI4 .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vX5xkI4 .mbr-text {
  color: #9a948d;
}
.cid-uz4vX5xkI4 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vX5xkI4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vX5xkI4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vX5xkI4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vX5xkI4 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vX5xkI4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vX5xkI4 .right {
    padding-right: 60px;
  }
}
.cid-uz4vX5xkI4 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uz4vX5xkI4 .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uz4vX5xkI4 .mbr-section-title {
  text-align: right;
}
.cid-uz4vX5xkI4 .mbr-text,
.cid-uz4vX5xkI4 .mbr-section-btn {
  text-align: right;
}
.cid-uz4vX5xkI4 .mbr-text,
.cid-uz4vX5xkI4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vX5xkI4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vX6a4G9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fffbf4;
}
.cid-uz4vX6a4G9 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vX6a4G9 .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vX6a4G9 .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vX6a4G9 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vX6a4G9 .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vX6a4G9 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vX6a4G9 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vX6a4G9 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vX6a4G9 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vX6a4G9 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vX6a4G9 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vX6a4G9 .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vX6a4G9 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vX6a4G9 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vX6a4G9 .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vX6a4G9 .card_text {
  margin-bottom: 50px;
}
.cid-uz4vX6a4G9 .card_link {
  display: block;
}
.cid-uz4vX6a4G9 .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vX6a4G9 .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vX6a4G9 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vX6a4G9 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vX6a4G9 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vX6a4G9 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vX6a4G9 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vX6a4G9 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vX6a4G9 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vX6a4G9 .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vX6a4G9 .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vX6a4G9 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vX6a4G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vX6a4G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vX6a4G9 .card_title,
.cid-uz4vX6a4G9 .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vX6a4G9 .card_text,
.cid-uz4vX6a4G9 .card_link {
  text-align: center;
}
.cid-uAphOkBnY8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uAphOkBnY8 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uAphOkBnY8 .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uAphOkBnY8 .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uAphOkBnY8 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uAphOkBnY8 .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uAphOkBnY8 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uAphOkBnY8 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uAphOkBnY8 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uAphOkBnY8 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uAphOkBnY8 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uAphOkBnY8 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uAphOkBnY8 .icon_block {
  margin-bottom: 40px;
}
.cid-uAphOkBnY8 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uAphOkBnY8 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uAphOkBnY8 .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uAphOkBnY8 .card_text {
  margin-bottom: 50px;
}
.cid-uAphOkBnY8 .card_link {
  display: block;
}
.cid-uAphOkBnY8 .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uAphOkBnY8 .card_link a:hover {
  transform: translateX(6px);
}
.cid-uAphOkBnY8 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uAphOkBnY8 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uAphOkBnY8 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uAphOkBnY8 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uAphOkBnY8 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uAphOkBnY8 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uAphOkBnY8 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uAphOkBnY8 .card_title {
    margin-bottom: 15px;
  }
  .cid-uAphOkBnY8 .card_text {
    margin-bottom: 20px;
  }
  .cid-uAphOkBnY8 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uAphOkBnY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAphOkBnY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAphOkBnY8 .card_title,
.cid-uAphOkBnY8 .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uAphOkBnY8 .card_text,
.cid-uAphOkBnY8 .card_link {
  text-align: center;
}
.cid-uz4vX96NPi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vX96NPi .container {
    max-width: 1400px;
  }
}
.cid-uz4vX96NPi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vX96NPi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vX96NPi .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vX96NPi .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vX96NPi .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vX96NPi .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vX96NPi .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vX96NPi .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vX96NPi .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vX96NPi .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vX96NPi .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vX96NPi .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vX96NPi .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vX96NPi .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vX96NPi .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vX96NPi .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vX96NPi .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vX96NPi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vX96NPi .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vX96NPi .card-box {
    text-align: left;
  }
  .cid-uz4vX96NPi .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vX96NPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vX96NPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vX96NPi SPAN {
  color: #000000;
}
.cid-uz4vX96NPi .main-title {
  color: #000000;
}
.cid-uz4vX96NPi .card .card-wrapper .card-box .card-title,
.cid-uz4vX96NPi .card-box {
  color: #232323;
}
.cid-uz4vX6UcmT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz4vX6UcmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vX6UcmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vX6UcmT .mbr-section-title {
  color: #000000;
}
.cid-uz4vXa2qJz {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vXa2qJz {
    align-items: center;
  }
  .cid-uz4vXa2qJz .row {
    justify-content: center;
  }
}
.cid-uz4vXa2qJz p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vXa2qJz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vXa2qJz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vXa2qJz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vXa2qJz .content-wrap {
    width: 100%;
  }
}
.cid-uz4vXa2qJz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vXa2qJz .mbr-text,
.cid-uz4vXa2qJz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vXa2qJz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVXSNoyLP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVXSNoyLP .content-wrapper {
  justify-content: center;
}
.cid-uDVXSNoyLP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVXSNoyLP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVXSNoyLP .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVXSNoyLP .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVXSNoyLP .embla__button--next,
.cid-uDVXSNoyLP .embla__button--prev {
  display: flex;
}
.cid-uDVXSNoyLP .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVXSNoyLP .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVXSNoyLP .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVXSNoyLP .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVXSNoyLP .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVXSNoyLP .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVXSNoyLP .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVXSNoyLP .embla {
    padding: 20px 16px;
  }
}
.cid-uDVXSNoyLP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVXSNoyLP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVXSNoyLP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVXSNoyLP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVXSNoyLP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVXSNoyLP .item-title {
  color: #272b2e;
}
.cid-uDVXSNoyLP .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVXSNoyLP .item-tag {
  color: #ffffff;
}
.cid-uDVXSNoyLP .item-title,
.cid-uDVXSNoyLP .icon-wrapper {
  text-align: center;
}
.cid-v5JibVq9Eu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JibVq9Eu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JibVq9Eu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JibVq9Eu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JibVq9Eu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JibVq9Eu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuTeoK6W {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuTeoK6W .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuTeoK6W .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuTeoK6W .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuTeoK6W .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuTeoK6W .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuTeoK6W .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuTeoK6W .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuTeoK6W .input-group-btn {
  padding-left: 0;
}
.cid-uLJuTeoK6W .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuTeoK6W .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuTeoK6W .mbr-text {
  color: #444;
}
.cid-uLJuTeoK6W h5 {
  margin-bottom: 0;
}
.cid-uLJuTeoK6W .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuTeoK6W .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuTeoK6W .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuTeoK6W .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuTeoK6W .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuTeoK6W .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuTeoK6W .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuTeoK6W .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuTeoK6W .media-container-row > div {
  padding: 0px;
}
.cid-uLJuTeoK6W .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuTeoK6W .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuTeoK6W .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuTeoK6W .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuTeoK6W .social-list,
  .cid-uLJuTeoK6W .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuTeoK6W h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuTeoK6W .form-group {
    max-width: 180px;
  }
}
.cid-uLJuTeoK6W .links span {
  color: #9e9e9e;
}
.cid-uLJuTeoK6W .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuTeoK6W .logo-title {
  text-align: center;
}
.cid-uLJuTeoK6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuTeoK6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuTeoK6W .logo-title,
.cid-uLJuTeoK6W .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuTeoK6W .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuTeoK6W .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuTeoK6W .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuTeoK6W .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vXeUcOb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vYjmBzb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vYjmBzb .nav-item,
.cid-uz4vYjmBzb .nav-link,
.cid-uz4vYjmBzb .navbar-caption {
  font-weight: normal;
}
.cid-uz4vYjmBzb .nav-item:focus,
.cid-uz4vYjmBzb .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vYjmBzb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vYjmBzb .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vYjmBzb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vYjmBzb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vYjmBzb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vYjmBzb .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vYjmBzb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vYjmBzb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vYjmBzb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vYjmBzb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vYjmBzb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vYjmBzb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vYjmBzb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vYjmBzb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vYjmBzb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vYjmBzb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vYjmBzb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vYjmBzb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vYjmBzb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vYjmBzb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vYjmBzb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vYjmBzb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vYjmBzb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vYjmBzb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vYjmBzb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vYjmBzb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vYjmBzb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vYjmBzb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vYjmBzb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vYjmBzb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vYjmBzb .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vYjmBzb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vYjmBzb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vYjmBzb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vYjmBzb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vYjmBzb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vYjmBzb .dropdown-item.active,
.cid-uz4vYjmBzb .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vYjmBzb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vYjmBzb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vYjmBzb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vYjmBzb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vYjmBzb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vYjmBzb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vYjmBzb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vYjmBzb .navbar-buttons {
  text-align: center;
}
.cid-uz4vYjmBzb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vYjmBzb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vYjmBzb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vYjmBzb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vYjmBzb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vYjmBzb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vYjmBzb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vYjmBzb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vYjmBzb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vYjmBzb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vYjmBzb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vYjmBzb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vYjmBzb .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vYjmBzb .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vYjmBzb .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vYjmBzb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vYjmBzb a.nav-link,
.cid-uz4vYjmBzb a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vYjmBzb a.nav-link .mbr-iconfont-btn,
.cid-uz4vYjmBzb a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vYjmBzb a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vYjmBzb a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vYjmBzb a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vYjmBzb .navbar {
    height: 77px;
  }
  .cid-uz4vYjmBzb .navbar.opened {
    height: auto;
  }
  .cid-uz4vYjmBzb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vYkx6yE {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vYkx6yE .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vYkx6yE .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vYkx6yE .mbr-text {
  color: #9a948d;
}
.cid-uz4vYkx6yE .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vYkx6yE .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vYkx6yE .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vYkx6yE .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vYkx6yE .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vYkx6yE .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vYkx6yE .right {
    padding-right: 60px;
  }
}
.cid-uz4vYkx6yE .mbr-text,
.cid-uz4vYkx6yE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vYkx6yE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vYliQh5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vYliQh5 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vYliQh5 .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vYliQh5 .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vYliQh5 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vYliQh5 .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vYliQh5 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vYliQh5 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vYliQh5 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vYliQh5 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vYliQh5 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vYliQh5 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vYliQh5 .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vYliQh5 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vYliQh5 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vYliQh5 .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vYliQh5 .card_text {
  margin-bottom: 50px;
}
.cid-uz4vYliQh5 .card_link {
  display: block;
}
.cid-uz4vYliQh5 .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vYliQh5 .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vYliQh5 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vYliQh5 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vYliQh5 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vYliQh5 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vYliQh5 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vYliQh5 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vYliQh5 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vYliQh5 .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vYliQh5 .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vYliQh5 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vYliQh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vYliQh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vYliQh5 .card_title,
.cid-uz4vYliQh5 .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vYliQh5 .card_text,
.cid-uz4vYliQh5 .card_link {
  text-align: center;
}
.cid-uz4vYnXpAL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vYnXpAL .container {
    max-width: 1400px;
  }
}
.cid-uz4vYnXpAL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vYnXpAL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vYnXpAL .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vYnXpAL .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vYnXpAL .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vYnXpAL .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vYnXpAL .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vYnXpAL .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vYnXpAL .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vYnXpAL .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vYnXpAL .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vYnXpAL .card-box {
    text-align: left;
  }
  .cid-uz4vYnXpAL .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vYnXpAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vYnXpAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vYnXpAL SPAN {
  color: #000000;
}
.cid-uz4vYnXpAL .main-title {
  color: #000000;
}
.cid-uz4vYnXpAL .card .card-wrapper .card-box .card-title,
.cid-uz4vYnXpAL .card-box {
  color: #232323;
}
.cid-uz4vYm27xg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz4vYm27xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vYm27xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vYm27xg .mbr-section-title {
  color: #000000;
}
.cid-uz4vYoKmDD {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vYoKmDD {
    align-items: center;
  }
  .cid-uz4vYoKmDD .row {
    justify-content: center;
  }
}
.cid-uz4vYoKmDD p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vYoKmDD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vYoKmDD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vYoKmDD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vYoKmDD .content-wrap {
    width: 100%;
  }
}
.cid-uz4vYoKmDD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vYoKmDD .mbr-text,
.cid-uz4vYoKmDD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vYoKmDD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVYsohgSk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVYsohgSk .content-wrapper {
  justify-content: center;
}
.cid-uDVYsohgSk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVYsohgSk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVYsohgSk .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVYsohgSk .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVYsohgSk .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVYsohgSk .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVYsohgSk .embla__button--next,
.cid-uDVYsohgSk .embla__button--prev {
  display: flex;
}
.cid-uDVYsohgSk .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVYsohgSk .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVYsohgSk .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVYsohgSk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVYsohgSk .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVYsohgSk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVYsohgSk .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVYsohgSk .embla {
    padding: 20px 16px;
  }
}
.cid-uDVYsohgSk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVYsohgSk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVYsohgSk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVYsohgSk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVYsohgSk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVYsohgSk .item-title {
  color: #272b2e;
}
.cid-uDVYsohgSk .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVYsohgSk .item-tag {
  color: #ffffff;
}
.cid-uDVYsohgSk .item-title,
.cid-uDVYsohgSk .icon-wrapper {
  text-align: center;
}
.cid-v5JiNEGWAM {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JiNEGWAM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JiNEGWAM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JiNEGWAM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JiNEGWAM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JiNEGWAM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuYmZ2BN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuYmZ2BN .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuYmZ2BN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuYmZ2BN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuYmZ2BN .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuYmZ2BN .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuYmZ2BN .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuYmZ2BN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuYmZ2BN .input-group-btn {
  padding-left: 0;
}
.cid-uLJuYmZ2BN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuYmZ2BN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuYmZ2BN .mbr-text {
  color: #444;
}
.cid-uLJuYmZ2BN h5 {
  margin-bottom: 0;
}
.cid-uLJuYmZ2BN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuYmZ2BN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuYmZ2BN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuYmZ2BN .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuYmZ2BN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuYmZ2BN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuYmZ2BN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuYmZ2BN .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuYmZ2BN .media-container-row > div {
  padding: 0px;
}
.cid-uLJuYmZ2BN .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuYmZ2BN .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuYmZ2BN .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuYmZ2BN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuYmZ2BN .social-list,
  .cid-uLJuYmZ2BN .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuYmZ2BN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuYmZ2BN .form-group {
    max-width: 180px;
  }
}
.cid-uLJuYmZ2BN .links span {
  color: #9e9e9e;
}
.cid-uLJuYmZ2BN .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuYmZ2BN .logo-title {
  text-align: center;
}
.cid-uLJuYmZ2BN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuYmZ2BN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuYmZ2BN .logo-title,
.cid-uLJuYmZ2BN .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuYmZ2BN .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuYmZ2BN .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuYmZ2BN .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuYmZ2BN .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vYtKFVD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vZ9gzL9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .nav-item,
.cid-uz4vZ9gzL9 .nav-link,
.cid-uz4vZ9gzL9 .navbar-caption {
  font-weight: normal;
}
.cid-uz4vZ9gzL9 .nav-item:focus,
.cid-uz4vZ9gzL9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vZ9gzL9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vZ9gzL9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vZ9gzL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vZ9gzL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vZ9gzL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vZ9gzL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vZ9gzL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vZ9gzL9 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vZ9gzL9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vZ9gzL9 .dropdown-item.active,
.cid-uz4vZ9gzL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vZ9gzL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vZ9gzL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vZ9gzL9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vZ9gzL9 .navbar-buttons {
  text-align: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vZ9gzL9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vZ9gzL9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vZ9gzL9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link,
.cid-uz4vZ9gzL9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vZ9gzL9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vZ9gzL9 .navbar {
    height: 77px;
  }
  .cid-uz4vZ9gzL9 .navbar.opened {
    height: auto;
  }
  .cid-uz4vZ9gzL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vZbV1L4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vZbV1L4 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vZbV1L4 .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vZbV1L4 .mbr-text {
  color: #9a948d;
}
.cid-uz4vZbV1L4 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vZbV1L4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vZbV1L4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vZbV1L4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vZbV1L4 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vZbV1L4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vZbV1L4 .right {
    padding-right: 60px;
  }
}
.cid-uz4vZbV1L4 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uz4vZbV1L4 .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uz4vZbV1L4 .mbr-section-title {
  text-align: right;
}
.cid-uz4vZbV1L4 .mbr-text,
.cid-uz4vZbV1L4 .mbr-section-btn {
  text-align: right;
}
.cid-uz4vZbV1L4 .mbr-text,
.cid-uz4vZbV1L4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vZbV1L4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vZcCjsR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vZcCjsR .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vZcCjsR .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vZcCjsR .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vZcCjsR .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vZcCjsR .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vZcCjsR .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vZcCjsR .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vZcCjsR .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vZcCjsR .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vZcCjsR .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vZcCjsR .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vZcCjsR .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vZcCjsR .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vZcCjsR .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vZcCjsR .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vZcCjsR .card_text {
  margin-bottom: 50px;
}
.cid-uz4vZcCjsR .card_link {
  display: block;
}
.cid-uz4vZcCjsR .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vZcCjsR .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vZcCjsR .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vZcCjsR .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vZcCjsR .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vZcCjsR .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vZcCjsR .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vZcCjsR .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vZcCjsR .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vZcCjsR .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vZcCjsR .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vZcCjsR .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vZcCjsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZcCjsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZcCjsR .card_title,
.cid-uz4vZcCjsR .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vZcCjsR .card_text,
.cid-uz4vZcCjsR .card_link {
  text-align: center;
}
.cid-uz4vZfjkMp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vZfjkMp .container {
    max-width: 1400px;
  }
}
.cid-uz4vZfjkMp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vZfjkMp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vZfjkMp .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vZfjkMp .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vZfjkMp .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vZfjkMp .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vZfjkMp .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vZfjkMp .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vZfjkMp .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vZfjkMp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vZfjkMp .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vZfjkMp .card-box {
    text-align: left;
  }
  .cid-uz4vZfjkMp .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vZfjkMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZfjkMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZfjkMp SPAN {
  color: #000000;
}
.cid-uz4vZfjkMp .main-title {
  color: #000000;
}
.cid-uz4vZfjkMp .card .card-wrapper .card-box .card-title,
.cid-uz4vZfjkMp .card-box {
  color: #232323;
}
.cid-uz4vZdqTLC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz4vZdqTLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZdqTLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZdqTLC .mbr-section-title {
  color: #000000;
}
.cid-uz4vZg1gIS {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vZg1gIS {
    align-items: center;
  }
  .cid-uz4vZg1gIS .row {
    justify-content: center;
  }
}
.cid-uz4vZg1gIS p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vZg1gIS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vZg1gIS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vZg1gIS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vZg1gIS .content-wrap {
    width: 100%;
  }
}
.cid-uz4vZg1gIS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vZg1gIS .mbr-text,
.cid-uz4vZg1gIS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vZg1gIS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVZ1tLDJv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVZ1tLDJv .content-wrapper {
  justify-content: center;
}
.cid-uDVZ1tLDJv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVZ1tLDJv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVZ1tLDJv .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVZ1tLDJv .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVZ1tLDJv .embla__button--next,
.cid-uDVZ1tLDJv .embla__button--prev {
  display: flex;
}
.cid-uDVZ1tLDJv .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVZ1tLDJv .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVZ1tLDJv .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZ1tLDJv .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVZ1tLDJv .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZ1tLDJv .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVZ1tLDJv .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVZ1tLDJv .embla {
    padding: 20px 16px;
  }
}
.cid-uDVZ1tLDJv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVZ1tLDJv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVZ1tLDJv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVZ1tLDJv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVZ1tLDJv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVZ1tLDJv .item-title {
  color: #272b2e;
}
.cid-uDVZ1tLDJv .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVZ1tLDJv .item-tag {
  color: #ffffff;
}
.cid-uDVZ1tLDJv .item-title,
.cid-uDVZ1tLDJv .icon-wrapper {
  text-align: center;
}
.cid-v5JjhLkd1I {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JjhLkd1I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JjhLkd1I form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JjhLkd1I form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JjhLkd1I form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JjhLkd1I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJv5EdSBC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJv5EdSBC .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJv5EdSBC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJv5EdSBC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJv5EdSBC .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJv5EdSBC .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJv5EdSBC .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJv5EdSBC .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJv5EdSBC .input-group-btn {
  padding-left: 0;
}
.cid-uLJv5EdSBC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJv5EdSBC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJv5EdSBC .mbr-text {
  color: #444;
}
.cid-uLJv5EdSBC h5 {
  margin-bottom: 0;
}
.cid-uLJv5EdSBC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJv5EdSBC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJv5EdSBC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJv5EdSBC .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJv5EdSBC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJv5EdSBC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJv5EdSBC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJv5EdSBC .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJv5EdSBC .media-container-row > div {
  padding: 0px;
}
.cid-uLJv5EdSBC .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJv5EdSBC .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJv5EdSBC .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJv5EdSBC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJv5EdSBC .social-list,
  .cid-uLJv5EdSBC .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJv5EdSBC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJv5EdSBC .form-group {
    max-width: 180px;
  }
}
.cid-uLJv5EdSBC .links span {
  color: #9e9e9e;
}
.cid-uLJv5EdSBC .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJv5EdSBC .logo-title {
  text-align: center;
}
.cid-uLJv5EdSBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJv5EdSBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJv5EdSBC .logo-title,
.cid-uLJv5EdSBC .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJv5EdSBC .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJv5EdSBC .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJv5EdSBC .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJv5EdSBC .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vZkUQUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vZUE2c4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZUE2c4 .nav-item,
.cid-uz4vZUE2c4 .nav-link,
.cid-uz4vZUE2c4 .navbar-caption {
  font-weight: normal;
}
.cid-uz4vZUE2c4 .nav-item:focus,
.cid-uz4vZUE2c4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vZUE2c4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vZUE2c4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZUE2c4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vZUE2c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vZUE2c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vZUE2c4 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vZUE2c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vZUE2c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vZUE2c4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vZUE2c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vZUE2c4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vZUE2c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vZUE2c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vZUE2c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vZUE2c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vZUE2c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vZUE2c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vZUE2c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vZUE2c4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vZUE2c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vZUE2c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vZUE2c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vZUE2c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vZUE2c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vZUE2c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vZUE2c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vZUE2c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vZUE2c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vZUE2c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vZUE2c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vZUE2c4 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vZUE2c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vZUE2c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vZUE2c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vZUE2c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vZUE2c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vZUE2c4 .dropdown-item.active,
.cid-uz4vZUE2c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vZUE2c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vZUE2c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vZUE2c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vZUE2c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vZUE2c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vZUE2c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vZUE2c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vZUE2c4 .navbar-buttons {
  text-align: center;
}
.cid-uz4vZUE2c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vZUE2c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vZUE2c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vZUE2c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZUE2c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZUE2c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vZUE2c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZUE2c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vZUE2c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vZUE2c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZUE2c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vZUE2c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZUE2c4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vZUE2c4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vZUE2c4 .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vZUE2c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZUE2c4 a.nav-link,
.cid-uz4vZUE2c4 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vZUE2c4 a.nav-link .mbr-iconfont-btn,
.cid-uz4vZUE2c4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vZUE2c4 a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vZUE2c4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vZUE2c4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vZUE2c4 .navbar {
    height: 77px;
  }
  .cid-uz4vZUE2c4 .navbar.opened {
    height: auto;
  }
  .cid-uz4vZUE2c4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vZVrt9K {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vZVrt9K .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vZVrt9K .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vZVrt9K .mbr-text {
  color: #9a948d;
}
.cid-uz4vZVrt9K .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vZVrt9K .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vZVrt9K .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vZVrt9K .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vZVrt9K .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vZVrt9K .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vZVrt9K .right {
    padding-right: 60px;
  }
}
.cid-uz4vZVrt9K .mbr-text,
.cid-uz4vZVrt9K .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vZVrt9K .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vZW28Ej {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vZW28Ej .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vZW28Ej .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vZW28Ej .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vZW28Ej .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vZW28Ej .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vZW28Ej .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vZW28Ej .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vZW28Ej .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vZW28Ej .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vZW28Ej .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vZW28Ej .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vZW28Ej .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vZW28Ej .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vZW28Ej .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vZW28Ej .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vZW28Ej .card_text {
  margin-bottom: 50px;
}
.cid-uz4vZW28Ej .card_link {
  display: block;
}
.cid-uz4vZW28Ej .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vZW28Ej .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vZW28Ej .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vZW28Ej .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vZW28Ej .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vZW28Ej .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vZW28Ej .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vZW28Ej .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vZW28Ej .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vZW28Ej .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vZW28Ej .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vZW28Ej .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vZW28Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZW28Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZW28Ej .card_title,
.cid-uz4vZW28Ej .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vZW28Ej .card_text,
.cid-uz4vZW28Ej .card_link {
  text-align: center;
}
.cid-uz4vZYIIvh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vZYIIvh .container {
    max-width: 1400px;
  }
}
.cid-uz4vZYIIvh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vZYIIvh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vZYIIvh .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vZYIIvh .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vZYIIvh .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vZYIIvh .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vZYIIvh .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vZYIIvh .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vZYIIvh .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vZYIIvh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vZYIIvh .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vZYIIvh .card-box {
    text-align: left;
  }
  .cid-uz4vZYIIvh .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vZYIIvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZYIIvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZYIIvh SPAN {
  color: #000000;
}
.cid-uz4vZYIIvh .main-title {
  color: #000000;
}
.cid-uz4vZYIIvh .card .card-wrapper .card-box .card-title,
.cid-uz4vZYIIvh .card-box {
  color: #232323;
}
.cid-uz4vZWQ5N2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz4vZWQ5N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vZWQ5N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vZWQ5N2 .mbr-section-title {
  color: #000000;
}
.cid-uz4vZZrMcy {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vZZrMcy {
    align-items: center;
  }
  .cid-uz4vZZrMcy .row {
    justify-content: center;
  }
}
.cid-uz4vZZrMcy p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vZZrMcy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vZZrMcy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vZZrMcy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vZZrMcy .content-wrap {
    width: 100%;
  }
}
.cid-uz4vZZrMcy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vZZrMcy .mbr-text,
.cid-uz4vZZrMcy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vZZrMcy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVZonT5iz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVZonT5iz .content-wrapper {
  justify-content: center;
}
.cid-uDVZonT5iz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVZonT5iz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVZonT5iz .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVZonT5iz .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVZonT5iz .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVZonT5iz .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVZonT5iz .embla__button--next,
.cid-uDVZonT5iz .embla__button--prev {
  display: flex;
}
.cid-uDVZonT5iz .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVZonT5iz .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVZonT5iz .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZonT5iz .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVZonT5iz .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZonT5iz .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVZonT5iz .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVZonT5iz .embla {
    padding: 20px 16px;
  }
}
.cid-uDVZonT5iz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVZonT5iz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVZonT5iz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVZonT5iz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVZonT5iz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVZonT5iz .item-title {
  color: #272b2e;
}
.cid-uDVZonT5iz .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVZonT5iz .item-tag {
  color: #ffffff;
}
.cid-uDVZonT5iz .item-title,
.cid-uDVZonT5iz .icon-wrapper {
  text-align: center;
}
.cid-v5JjmtNYoW {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JjmtNYoW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JjmtNYoW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JjmtNYoW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JjmtNYoW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JjmtNYoW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJval3Lto {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJval3Lto .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJval3Lto .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJval3Lto .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJval3Lto .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJval3Lto .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJval3Lto .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJval3Lto .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJval3Lto .input-group-btn {
  padding-left: 0;
}
.cid-uLJval3Lto .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJval3Lto .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJval3Lto .mbr-text {
  color: #444;
}
.cid-uLJval3Lto h5 {
  margin-bottom: 0;
}
.cid-uLJval3Lto .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJval3Lto .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJval3Lto .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJval3Lto .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJval3Lto .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJval3Lto .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJval3Lto .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJval3Lto .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJval3Lto .media-container-row > div {
  padding: 0px;
}
.cid-uLJval3Lto .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJval3Lto .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJval3Lto .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJval3Lto .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJval3Lto .social-list,
  .cid-uLJval3Lto .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJval3Lto h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJval3Lto .form-group {
    max-width: 180px;
  }
}
.cid-uLJval3Lto .links span {
  color: #9e9e9e;
}
.cid-uLJval3Lto .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJval3Lto .logo-title {
  text-align: center;
}
.cid-uLJval3Lto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJval3Lto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJval3Lto .logo-title,
.cid-uLJval3Lto .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJval3Lto .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJval3Lto .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJval3Lto .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJval3Lto .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4w04kJzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vZ9gzL9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .nav-item,
.cid-uz4vZ9gzL9 .nav-link,
.cid-uz4vZ9gzL9 .navbar-caption {
  font-weight: normal;
}
.cid-uz4vZ9gzL9 .nav-item:focus,
.cid-uz4vZ9gzL9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vZ9gzL9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vZ9gzL9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vZ9gzL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vZ9gzL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vZ9gzL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vZ9gzL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vZ9gzL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vZ9gzL9 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vZ9gzL9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vZ9gzL9 .dropdown-item.active,
.cid-uz4vZ9gzL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vZ9gzL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vZ9gzL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vZ9gzL9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vZ9gzL9 .navbar-buttons {
  text-align: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vZ9gzL9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vZ9gzL9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vZ9gzL9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link,
.cid-uz4vZ9gzL9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vZ9gzL9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vZ9gzL9 .navbar {
    height: 77px;
  }
  .cid-uz4vZ9gzL9 .navbar.opened {
    height: auto;
  }
  .cid-uz4vZ9gzL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzaMIanpbi {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzaMIanpbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzaMIanpbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzgtfQEfTi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzgtfQEfTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzgtfQEfTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzgtfQEfTi b,
.cid-uzgtfQEfTi strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uzgtfQEfTi img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uzgtfQEfTi img {
    padding-bottom: 2rem;
  }
}
.cid-uzgtfQEfTi .row {
  align-items: center;
}
.cid-uzgtfQEfTi .mbr-section-title {
  color: #000000;
}
.cid-uzgtfQEfTi .mbr-text,
.cid-uzgtfQEfTi .mbr-section-btn {
  color: #17003b;
}
.cid-uzgtfQEfTi .mbr-section-subtitle {
  color: #000000;
}
.cid-uzgtfQEfTi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #670c0b;
  transition: all 0.3s;
}
.cid-uzgtfQEfTi .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #670c0b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uzgtfQEfTi .social-row .soc-item:hover {
  background-color: #670c0b;
}
.cid-uzgtfQEfTi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uzgtfQEfTi .mbr-text,
.cid-uzgtfQEfTi .mbr-section-btn,
.cid-uzgtfQEfTi .social-row {
  color: #000000;
}
.cid-uzgyiPco0B {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzgyiPco0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzgyiPco0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzgyiPco0B b,
.cid-uzgyiPco0B strong {
  font-weight: 900;
}
.cid-uzgyiPco0B .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uzgyiPco0B img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uzgyiPco0B img {
    padding-bottom: 2rem;
  }
}
.cid-uzgyiPco0B .row {
  align-items: center;
}
.cid-uzgyiPco0B .mbr-section-title {
  color: #000000;
}
.cid-uzgyiPco0B .mbr-text,
.cid-uzgyiPco0B .mbr-section-btn {
  color: #17003b;
}
.cid-uzgyiPco0B .mbr-section-subtitle {
  color: #000000;
}
.cid-uzgyiPco0B .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #670c0b;
  transition: all 0.3s;
}
.cid-uzgyiPco0B .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #670c0b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uzgyiPco0B .social-row .soc-item:hover {
  background-color: #670c0b;
}
.cid-uzgyiPco0B .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uzms6Rft0l {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzms6Rft0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzms6Rft0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzms6Rft0l b,
.cid-uzms6Rft0l strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uzms6Rft0l img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uzms6Rft0l img {
    padding-bottom: 2rem;
  }
}
.cid-uzms6Rft0l .row {
  align-items: center;
}
.cid-uzms6Rft0l .mbr-section-title {
  color: #000000;
}
.cid-uzms6Rft0l .mbr-text,
.cid-uzms6Rft0l .mbr-section-btn {
  color: #17003b;
}
.cid-uzms6Rft0l .mbr-section-subtitle {
  color: #000000;
}
.cid-uzms6Rft0l .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #670c0b;
  transition: all 0.3s;
}
.cid-uzms6Rft0l .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #670c0b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uzms6Rft0l .social-row .soc-item:hover {
  background-color: #670c0b;
}
.cid-uzms6Rft0l .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v58xXdMaAN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v58xXdMaAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58xXdMaAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58xXdMaAN b,
.cid-v58xXdMaAN strong {
  font-weight: 900;
}
.cid-v58xXdMaAN .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v58xXdMaAN img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v58xXdMaAN img {
    padding-bottom: 2rem;
  }
}
.cid-v58xXdMaAN .row {
  align-items: center;
}
.cid-v58xXdMaAN .mbr-section-title {
  color: #000000;
}
.cid-v58xXdMaAN .mbr-text,
.cid-v58xXdMaAN .mbr-section-btn {
  color: #17003b;
}
.cid-v58xXdMaAN .mbr-section-subtitle {
  color: #000000;
}
.cid-v58xXdMaAN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #670c0b;
  transition: all 0.3s;
}
.cid-v58xXdMaAN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #670c0b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v58xXdMaAN .social-row .soc-item:hover {
  background-color: #670c0b;
}
.cid-v58xXdMaAN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5wfYsJQd1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5wfYsJQd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wfYsJQd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wfYsJQd1 b,
.cid-v5wfYsJQd1 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v5wfYsJQd1 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v5wfYsJQd1 img {
    padding-bottom: 2rem;
  }
}
.cid-v5wfYsJQd1 .row {
  align-items: center;
}
.cid-v5wfYsJQd1 .mbr-section-title {
  color: #000000;
}
.cid-v5wfYsJQd1 .mbr-text,
.cid-v5wfYsJQd1 .mbr-section-btn {
  color: #17003b;
}
.cid-v5wfYsJQd1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v5wfYsJQd1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #670c0b;
  transition: all 0.3s;
}
.cid-v5wfYsJQd1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #670c0b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v5wfYsJQd1 .social-row .soc-item:hover {
  background-color: #670c0b;
}
.cid-v5wfYsJQd1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uzmsxFRCFF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/untitled-design-57.png");
}
.cid-uzmsxFRCFF .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uzmsxFRCFF .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uzmsxFRCFF .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uzmsxFRCFF .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzmsxFRCFF .btn:hover {
  box-shadow: none;
}
.cid-uzmsxFRCFF .mbr-section-title,
.cid-uzmsxFRCFF .mbr-section-btn {
  text-align: center;
}
.cid-v7AH3ybckK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AH3ybckK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AH3ybckK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AH3ybckK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AH3ybckK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AH3ybckK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJvB9ns0x {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvB9ns0x .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvB9ns0x .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvB9ns0x .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvB9ns0x .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvB9ns0x .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvB9ns0x .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvB9ns0x .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvB9ns0x .input-group-btn {
  padding-left: 0;
}
.cid-uLJvB9ns0x .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvB9ns0x .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvB9ns0x .mbr-text {
  color: #444;
}
.cid-uLJvB9ns0x h5 {
  margin-bottom: 0;
}
.cid-uLJvB9ns0x .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvB9ns0x .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvB9ns0x .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvB9ns0x .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvB9ns0x .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvB9ns0x .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvB9ns0x .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvB9ns0x .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvB9ns0x .media-container-row > div {
  padding: 0px;
}
.cid-uLJvB9ns0x .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvB9ns0x .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvB9ns0x .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvB9ns0x .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvB9ns0x .social-list,
  .cid-uLJvB9ns0x .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvB9ns0x h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvB9ns0x .form-group {
    max-width: 180px;
  }
}
.cid-uLJvB9ns0x .links span {
  color: #9e9e9e;
}
.cid-uLJvB9ns0x .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvB9ns0x .logo-title {
  text-align: center;
}
.cid-uLJvB9ns0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvB9ns0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvB9ns0x .logo-title,
.cid-uLJvB9ns0x .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvB9ns0x .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvB9ns0x .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvB9ns0x .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvB9ns0x .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vZkUQUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vWtVnqu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vWtVnqu .nav-item,
.cid-uz4vWtVnqu .nav-link,
.cid-uz4vWtVnqu .navbar-caption {
  font-weight: normal;
}
.cid-uz4vWtVnqu .nav-item:focus,
.cid-uz4vWtVnqu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vWtVnqu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vWtVnqu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vWtVnqu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vWtVnqu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vWtVnqu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vWtVnqu .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vWtVnqu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vWtVnqu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vWtVnqu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vWtVnqu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vWtVnqu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vWtVnqu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vWtVnqu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vWtVnqu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vWtVnqu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vWtVnqu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vWtVnqu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vWtVnqu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vWtVnqu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vWtVnqu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vWtVnqu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vWtVnqu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vWtVnqu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vWtVnqu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vWtVnqu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vWtVnqu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vWtVnqu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vWtVnqu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vWtVnqu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vWtVnqu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vWtVnqu .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vWtVnqu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vWtVnqu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vWtVnqu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vWtVnqu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vWtVnqu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vWtVnqu .dropdown-item.active,
.cid-uz4vWtVnqu .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vWtVnqu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vWtVnqu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vWtVnqu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vWtVnqu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vWtVnqu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vWtVnqu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vWtVnqu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vWtVnqu .navbar-buttons {
  text-align: center;
}
.cid-uz4vWtVnqu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vWtVnqu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vWtVnqu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vWtVnqu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vWtVnqu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vWtVnqu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vWtVnqu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vWtVnqu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vWtVnqu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vWtVnqu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vWtVnqu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vWtVnqu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vWtVnqu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vWtVnqu .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vWtVnqu .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vWtVnqu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vWtVnqu a.nav-link,
.cid-uz4vWtVnqu a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vWtVnqu a.nav-link .mbr-iconfont-btn,
.cid-uz4vWtVnqu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vWtVnqu a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vWtVnqu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vWtVnqu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vWtVnqu .navbar {
    height: 77px;
  }
  .cid-uz4vWtVnqu .navbar.opened {
    height: auto;
  }
  .cid-uz4vWtVnqu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz4vWuES12 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uz4vWuES12 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uz4vWuES12 .wrapper {
    padding: 0 6rem;
  }
}
.cid-uz4vWuES12 .mbr-text {
  color: #9a948d;
}
.cid-uz4vWuES12 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uz4vWuES12 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uz4vWuES12 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vWuES12 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uz4vWuES12 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uz4vWuES12 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uz4vWuES12 .right {
    padding-right: 60px;
  }
}
.cid-uz4vWuES12 .mbr-text,
.cid-uz4vWuES12 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uz4vWuES12 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uz4vWvg1lS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uz4vWvg1lS .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uz4vWvg1lS .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uz4vWvg1lS .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vWvg1lS .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uz4vWvg1lS .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uz4vWvg1lS .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uz4vWvg1lS .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uz4vWvg1lS .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uz4vWvg1lS .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uz4vWvg1lS .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uz4vWvg1lS .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uz4vWvg1lS .icon_block {
  margin-bottom: 40px;
}
.cid-uz4vWvg1lS .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uz4vWvg1lS .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uz4vWvg1lS .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vWvg1lS .card_text {
  margin-bottom: 50px;
}
.cid-uz4vWvg1lS .card_link {
  display: block;
}
.cid-uz4vWvg1lS .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uz4vWvg1lS .card_link a:hover {
  transform: translateX(6px);
}
.cid-uz4vWvg1lS .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uz4vWvg1lS .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uz4vWvg1lS .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uz4vWvg1lS .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uz4vWvg1lS .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uz4vWvg1lS .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uz4vWvg1lS .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uz4vWvg1lS .card_title {
    margin-bottom: 15px;
  }
  .cid-uz4vWvg1lS .card_text {
    margin-bottom: 20px;
  }
  .cid-uz4vWvg1lS .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uz4vWvg1lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vWvg1lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vWvg1lS .card_title,
.cid-uz4vWvg1lS .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uz4vWvg1lS .card_text,
.cid-uz4vWvg1lS .card_link {
  text-align: center;
}
.cid-uz4vWy2qW4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uz4vWy2qW4 .container {
    max-width: 1400px;
  }
}
.cid-uz4vWy2qW4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uz4vWy2qW4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uz4vWy2qW4 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uz4vWy2qW4 .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uz4vWy2qW4 .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box {
  height: 100%;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uz4vWy2qW4 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uz4vWy2qW4 .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uz4vWy2qW4 .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uz4vWy2qW4 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uz4vWy2qW4 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uz4vWy2qW4 .card-box {
    text-align: left;
  }
  .cid-uz4vWy2qW4 .card-box .card-title {
    text-align: left;
  }
}
.cid-uz4vWy2qW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vWy2qW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vWy2qW4 SPAN {
  color: #000000;
}
.cid-uz4vWy2qW4 .main-title {
  color: #000000;
}
.cid-uz4vWy2qW4 .card .card-wrapper .card-box .mbr-text,
.cid-uz4vWy2qW4 .link-wrap {
  color: #232323;
  text-align: left;
}
.cid-uz4vWy2qW4 .card .card-wrapper .card-box .card-title,
.cid-uz4vWy2qW4 .card-box {
  color: #232323;
}
.cid-uz4vWw0YEY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz4vWw0YEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz4vWw0YEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz4vWw0YEY .mbr-section-title {
  color: #000000;
}
.cid-uz4vWyQWZ3 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uz4vWyQWZ3 {
    align-items: center;
  }
  .cid-uz4vWyQWZ3 .row {
    justify-content: center;
  }
}
.cid-uz4vWyQWZ3 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uz4vWyQWZ3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uz4vWyQWZ3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uz4vWyQWZ3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uz4vWyQWZ3 .content-wrap {
    width: 100%;
  }
}
.cid-uz4vWyQWZ3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uz4vWyQWZ3 .mbr-text,
.cid-uz4vWyQWZ3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uz4vWyQWZ3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVXjUKRvJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVXjUKRvJ .content-wrapper {
  justify-content: center;
}
.cid-uDVXjUKRvJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVXjUKRvJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVXjUKRvJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVXjUKRvJ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVXjUKRvJ .embla__button--next,
.cid-uDVXjUKRvJ .embla__button--prev {
  display: flex;
}
.cid-uDVXjUKRvJ .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVXjUKRvJ .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVXjUKRvJ .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVXjUKRvJ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVXjUKRvJ .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVXjUKRvJ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVXjUKRvJ .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVXjUKRvJ .embla {
    padding: 20px 16px;
  }
}
.cid-uDVXjUKRvJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVXjUKRvJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVXjUKRvJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVXjUKRvJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVXjUKRvJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVXjUKRvJ .item-title {
  color: #272b2e;
}
.cid-uDVXjUKRvJ .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVXjUKRvJ .item-tag {
  color: #ffffff;
}
.cid-uDVXjUKRvJ .item-title,
.cid-uDVXjUKRvJ .icon-wrapper {
  text-align: center;
}
.cid-v5JhKpP84h {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JhKpP84h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JhKpP84h form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JhKpP84h form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JhKpP84h form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JhKpP84h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJuLsbUgf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJuLsbUgf .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJuLsbUgf .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJuLsbUgf .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJuLsbUgf .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJuLsbUgf .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJuLsbUgf .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJuLsbUgf .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJuLsbUgf .input-group-btn {
  padding-left: 0;
}
.cid-uLJuLsbUgf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJuLsbUgf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJuLsbUgf .mbr-text {
  color: #444;
}
.cid-uLJuLsbUgf h5 {
  margin-bottom: 0;
}
.cid-uLJuLsbUgf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJuLsbUgf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJuLsbUgf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJuLsbUgf .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJuLsbUgf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJuLsbUgf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJuLsbUgf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJuLsbUgf .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJuLsbUgf .media-container-row > div {
  padding: 0px;
}
.cid-uLJuLsbUgf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJuLsbUgf .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJuLsbUgf .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJuLsbUgf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJuLsbUgf .social-list,
  .cid-uLJuLsbUgf .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJuLsbUgf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJuLsbUgf .form-group {
    max-width: 180px;
  }
}
.cid-uLJuLsbUgf .links span {
  color: #9e9e9e;
}
.cid-uLJuLsbUgf .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJuLsbUgf .logo-title {
  text-align: center;
}
.cid-uLJuLsbUgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJuLsbUgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJuLsbUgf .logo-title,
.cid-uLJuLsbUgf .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJuLsbUgf .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJuLsbUgf .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJuLsbUgf .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJuLsbUgf .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vWDFjdr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uxbnSkKD65 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .nav-item,
.cid-uxbnSkKD65 .nav-link,
.cid-uxbnSkKD65 .navbar-caption {
  font-weight: normal;
}
.cid-uxbnSkKD65 .nav-item:focus,
.cid-uxbnSkKD65 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxbnSkKD65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxbnSkKD65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uxbnSkKD65 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uxbnSkKD65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxbnSkKD65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxbnSkKD65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxbnSkKD65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxbnSkKD65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxbnSkKD65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxbnSkKD65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxbnSkKD65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxbnSkKD65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxbnSkKD65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxbnSkKD65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxbnSkKD65 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxbnSkKD65 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxbnSkKD65 .dropdown-item.active,
.cid-uxbnSkKD65 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxbnSkKD65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxbnSkKD65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxbnSkKD65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxbnSkKD65 .navbar-buttons {
  text-align: center;
}
.cid-uxbnSkKD65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxbnSkKD65 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uxbnSkKD65 .soc-item {
  margin: .5rem .3rem;
}
.cid-uxbnSkKD65 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link,
.cid-uxbnSkKD65 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uxbnSkKD65 a.nav-link:hover .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxbnSkKD65 .navbar {
    height: 77px;
  }
  .cid-uxbnSkKD65 .navbar.opened {
    height: auto;
  }
  .cid-uxbnSkKD65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxLySjAjZG {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-115.png");
}
.cid-uxLySjAjZG .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uxLySjAjZG .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uxLySjAjZG {
    align-items: center;
  }
  .cid-uxLySjAjZG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxLySjAjZG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxLySjAjZG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxLySjAjZG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxLySjAjZG .content-wrap {
    width: 100%;
  }
}
.cid-uxLySjAjZG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uxLySjAjZG .mbr-text,
.cid-uxLySjAjZG .mbr-section-btn {
  text-align: left;
}
.cid-uxLBOcIFgk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxLBOcIFgk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxLBOcIFgk .mbr-section-subtitle {
  color: #000000;
}
.cid-uxLBOcIFgk .mbr-section-title {
  color: #000000;
}
.cid-uxStWLuQSY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffbf4;
}
.cid-uxStWLuQSY .title_block {
  margin-bottom: 80px;
}
.cid-uxStWLuQSY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #670c0b;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uxStWLuQSY .mbr-section-title,
.cid-uxStWLuQSY .card-title {
  color: #ffbd59;
}
.cid-uxStWLuQSY .card-title {
  margin-bottom: 22px;
  color: #000000;
  text-align: center;
}
.cid-uxStWLuQSY .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uxStWLuQSY .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uxStWLuQSY .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uxStWLuQSY .btn_link:hover {
  cursor: pointer;
}
.cid-uxStWLuQSY .btn_link:hover a {
  color: #670c0b !important;
}
.cid-uxStWLuQSY .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uxStWLuQSY .item-img {
  margin-bottom: 40px;
}
.cid-uxStWLuQSY img,
.cid-uxStWLuQSY .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-uxStWLuQSY .item:focus,
.cid-uxStWLuQSY span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uxStWLuQSY .title_block {
    margin-bottom: 40px;
  }
  .cid-uxStWLuQSY .card-title,
  .cid-uxStWLuQSY .card-text {
    margin-bottom: 16px;
  }
  .cid-uxStWLuQSY .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uxStWLuQSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxStWLuQSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxStWLuQSY .mbr-section-title {
  color: #000000;
}
.cid-uxRMIoMWoz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxRMIoMWoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRMIoMWoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxRMIoMWoz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxRMIoMWoz img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uxRMIoMWoz img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uxRMIoMWoz .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uxRMIoMWoz .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uxRMIoMWoz .card-link:hover a {
  background-image: none !important;
}
.cid-uxRMIoMWoz .card-link:hover {
  cursor: pointer;
}
.cid-uxRMIoMWoz .card-link:hover:before {
  width: 0%;
}
.cid-uxRMIoMWoz .card {
  margin-bottom: 3rem;
}
.cid-uxRMIoMWoz .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uxRMIoMWoz .row {
  justify-content: center;
}
.cid-uxRMIoMWoz .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uxRMIoMWoz .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uxRMIoMWoz .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uxRMIoMWoz .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uxRMIoMWoz .card-text {
  color: #232323;
  text-align: left;
}
.cid-uxRMIoMWoz .card-title,
.cid-uxRMIoMWoz .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uxRMIoMWoz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uxRMIoMWoz .card-link,
.cid-uxRMIoMWoz .link-icon,
.cid-uxRMIoMWoz .link-align {
  color: #232323;
}
.cid-uDTBaaPHw6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/untitled-design-89.png");
}
.cid-uDTBaaPHw6 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uDTBaaPHw6 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uDTBaaPHw6 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uDTBaaPHw6 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDTBaaPHw6 .btn:hover {
  box-shadow: none;
}
.cid-uDTBaaPHw6 .mbr-section-title,
.cid-uDTBaaPHw6 .mbr-section-btn {
  text-align: center;
}
.cid-uxSGfwPyyT {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxSGfwPyyT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxSGfwPyyT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uxSGfwPyyT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uxSGfwPyyT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxSGfwPyyT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJu6k9Xba {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJu6k9Xba .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJu6k9Xba .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJu6k9Xba .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJu6k9Xba .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJu6k9Xba .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJu6k9Xba .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJu6k9Xba .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJu6k9Xba .input-group-btn {
  padding-left: 0;
}
.cid-uLJu6k9Xba .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJu6k9Xba .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJu6k9Xba .mbr-text {
  color: #444;
}
.cid-uLJu6k9Xba h5 {
  margin-bottom: 0;
}
.cid-uLJu6k9Xba .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJu6k9Xba .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJu6k9Xba .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJu6k9Xba .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJu6k9Xba .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJu6k9Xba .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJu6k9Xba .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJu6k9Xba .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJu6k9Xba .media-container-row > div {
  padding: 0px;
}
.cid-uLJu6k9Xba .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJu6k9Xba .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJu6k9Xba .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJu6k9Xba .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJu6k9Xba .social-list,
  .cid-uLJu6k9Xba .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJu6k9Xba h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJu6k9Xba .form-group {
    max-width: 180px;
  }
}
.cid-uLJu6k9Xba .links span {
  color: #9e9e9e;
}
.cid-uLJu6k9Xba .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJu6k9Xba .logo-title {
  text-align: center;
}
.cid-uLJu6k9Xba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJu6k9Xba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJu6k9Xba .logo-title,
.cid-uLJu6k9Xba .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJu6k9Xba .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJu6k9Xba .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJu6k9Xba .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJu6k9Xba .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uxjLn5foQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uxbnSkKD65 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .nav-item,
.cid-uxbnSkKD65 .nav-link,
.cid-uxbnSkKD65 .navbar-caption {
  font-weight: normal;
}
.cid-uxbnSkKD65 .nav-item:focus,
.cid-uxbnSkKD65 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxbnSkKD65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxbnSkKD65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxbnSkKD65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxbnSkKD65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uxbnSkKD65 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uxbnSkKD65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxbnSkKD65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxbnSkKD65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxbnSkKD65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxbnSkKD65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxbnSkKD65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxbnSkKD65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxbnSkKD65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxbnSkKD65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxbnSkKD65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxbnSkKD65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxbnSkKD65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxbnSkKD65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxbnSkKD65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxbnSkKD65 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxbnSkKD65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxbnSkKD65 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxbnSkKD65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxbnSkKD65 .dropdown-item.active,
.cid-uxbnSkKD65 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxbnSkKD65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxbnSkKD65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uxbnSkKD65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxbnSkKD65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxbnSkKD65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxbnSkKD65 .navbar-buttons {
  text-align: center;
}
.cid-uxbnSkKD65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxbnSkKD65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxbnSkKD65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxbnSkKD65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxbnSkKD65 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uxbnSkKD65 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uxbnSkKD65 .soc-item {
  margin: .5rem .3rem;
}
.cid-uxbnSkKD65 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link,
.cid-uxbnSkKD65 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uxbnSkKD65 a.nav-link .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uxbnSkKD65 a.nav-link:hover .mbr-iconfont-btn,
.cid-uxbnSkKD65 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uxbnSkKD65 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxbnSkKD65 .navbar {
    height: 77px;
  }
  .cid-uxbnSkKD65 .navbar.opened {
    height: auto;
  }
  .cid-uxbnSkKD65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-i3 {
  /* Type valid CSS here */
}
.cid-uLJvtsbYPD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvtsbYPD .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvtsbYPD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvtsbYPD .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvtsbYPD .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvtsbYPD .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvtsbYPD .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvtsbYPD .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvtsbYPD .input-group-btn {
  padding-left: 0;
}
.cid-uLJvtsbYPD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvtsbYPD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvtsbYPD .mbr-text {
  color: #444;
}
.cid-uLJvtsbYPD h5 {
  margin-bottom: 0;
}
.cid-uLJvtsbYPD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvtsbYPD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvtsbYPD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvtsbYPD .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvtsbYPD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvtsbYPD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvtsbYPD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvtsbYPD .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvtsbYPD .media-container-row > div {
  padding: 0px;
}
.cid-uLJvtsbYPD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvtsbYPD .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvtsbYPD .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvtsbYPD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvtsbYPD .social-list,
  .cid-uLJvtsbYPD .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvtsbYPD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvtsbYPD .form-group {
    max-width: 180px;
  }
}
.cid-uLJvtsbYPD .links span {
  color: #9e9e9e;
}
.cid-uLJvtsbYPD .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvtsbYPD .logo-title {
  text-align: center;
}
.cid-uLJvtsbYPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvtsbYPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvtsbYPD .logo-title,
.cid-uLJvtsbYPD .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvtsbYPD .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvtsbYPD .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvtsbYPD .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvtsbYPD .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uxjLn5foQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uBPImdbdD6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBPImdbdD6 .nav-item,
.cid-uBPImdbdD6 .nav-link,
.cid-uBPImdbdD6 .navbar-caption {
  font-weight: normal;
}
.cid-uBPImdbdD6 .nav-item:focus,
.cid-uBPImdbdD6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBPImdbdD6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBPImdbdD6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBPImdbdD6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPImdbdD6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPImdbdD6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uBPImdbdD6 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uBPImdbdD6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBPImdbdD6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPImdbdD6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPImdbdD6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPImdbdD6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uBPImdbdD6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBPImdbdD6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPImdbdD6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPImdbdD6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBPImdbdD6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBPImdbdD6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBPImdbdD6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBPImdbdD6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPImdbdD6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPImdbdD6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBPImdbdD6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPImdbdD6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPImdbdD6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBPImdbdD6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBPImdbdD6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBPImdbdD6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPImdbdD6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBPImdbdD6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBPImdbdD6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBPImdbdD6 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uBPImdbdD6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBPImdbdD6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBPImdbdD6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBPImdbdD6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPImdbdD6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPImdbdD6 .dropdown-item.active,
.cid-uBPImdbdD6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPImdbdD6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPImdbdD6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPImdbdD6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPImdbdD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uBPImdbdD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPImdbdD6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPImdbdD6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBPImdbdD6 .navbar-buttons {
  text-align: center;
}
.cid-uBPImdbdD6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBPImdbdD6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uBPImdbdD6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBPImdbdD6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBPImdbdD6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBPImdbdD6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBPImdbdD6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBPImdbdD6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBPImdbdD6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBPImdbdD6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBPImdbdD6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBPImdbdD6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBPImdbdD6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBPImdbdD6 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uBPImdbdD6 .soc-item {
  margin: .5rem .3rem;
}
.cid-uBPImdbdD6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBPImdbdD6 a.nav-link,
.cid-uBPImdbdD6 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uBPImdbdD6 a.nav-link .mbr-iconfont-btn,
.cid-uBPImdbdD6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uBPImdbdD6 a.nav-link:hover .mbr-iconfont-btn,
.cid-uBPImdbdD6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uBPImdbdD6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPImdbdD6 .navbar {
    height: 77px;
  }
  .cid-uBPImdbdD6 .navbar.opened {
    height: auto;
  }
  .cid-uBPImdbdD6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD2gB4olFk {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD2gB4olFk input,
.cid-uD2gB4olFk textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uD2gB4olFk input:focus,
.cid-uD2gB4olFk textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uD2gB4olFk .form-control,
.cid-uD2gB4olFk .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uD2gB4olFk input::-webkit-input-placeholder,
.cid-uD2gB4olFk textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uD2gB4olFk input:-moz-placeholder,
.cid-uD2gB4olFk textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uD2gB4olFk .jq-selectbox li,
.cid-uD2gB4olFk .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uD2gB4olFk .jq-selectbox li:hover,
.cid-uD2gB4olFk .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uD2gB4olFk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uD2gB4olFk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uD2gB4olFk .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uD2gB4olFk .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #670c0b;
  margin-right: 10px;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .social span:hover {
  background-color: #670c0b;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uD2gB4olFk .entry-content .text-box {
  padding: 0rem;
}
.cid-uD2gB4olFk .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uD2gB4olFk .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uD2gB4olFk .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uD2gB4olFk .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uD2gB4olFk .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uD2gB4olFk .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uD2gB4olFk .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uD2gB4olFk .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uD2gB4olFk .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #670c0b;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uD2gB4olFk .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uD2gB4olFk .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uD2gB4olFk .entry-content .contact {
  margin-top: 30px;
}
.cid-uD2gB4olFk .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uD2gB4olFk .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uD2gB4olFk .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uD2gB4olFk .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uD2gB4olFk .entry-content .contact .btn-black:hover {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.cid-uD2gB4olFk .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uD2gB4olFk .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uD2gB4olFk .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uD2gB4olFk .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uD2gB4olFk .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uD2gB4olFk .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uD2gB4olFk .progress_elements .progress1 progress::after {
  left: 100%;
  border: 3px solid #000000;
}
.cid-uD2gB4olFk .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2gB4olFk .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2gB4olFk .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2gB4olFk progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uD2gB4olFk .progress1 progress::-webkit-progress-value {
  background: #000000;
}
.cid-uD2gB4olFk .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2gB4olFk .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2gB4olFk .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2gB4olFk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uD2gB4olFk .progressbar-title p {
  color: #6d7a8c;
}
.cid-uD2gB4olFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD2gB4olFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD2gB4olFk .entry-content .text-box .card-title {
  color: #000000;
}
.cid-uD2gB4olFk .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-uD2gB4olFk .entry-content .capabilities .capabilities-title,
.cid-uD2gB4olFk .entry-content .capabilities .mbr-list .list {
  color: #000000;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .team-title {
  color: #670c0b;
}
.cid-uD2gB4olFk .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-uBPImeWz3Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBPImeWz3Q .mbr-text {
  color: #9a948d;
}
.cid-uBPImeWz3Q .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBPImeWz3Q .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBPImeWz3Q .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBPImeWz3Q .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBPImeWz3Q .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uBPImeWz3Q .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uBPImeWz3Q .right {
    padding-right: 60px;
  }
}
.cid-uBPImeWz3Q .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uBPImeWz3Q .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uBPImeWz3Q .mbr-section-title {
  text-align: right;
}
.cid-uBPImeWz3Q .mbr-text,
.cid-uBPImeWz3Q .mbr-section-btn {
  text-align: right;
}
.cid-uBPImeWz3Q .mbr-text,
.cid-uBPImeWz3Q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBPImeWz3Q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBPImfn4eD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBPImfn4eD .mbr-text {
  color: #9a948d;
}
.cid-uBPImfn4eD .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBPImfn4eD .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBPImfn4eD .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBPImfn4eD .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBPImfn4eD .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uBPImfn4eD .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uBPImfn4eD .right {
    padding-right: 60px;
  }
}
.cid-uBPImfn4eD .mbr-text,
.cid-uBPImfn4eD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBPImfn4eD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBPImfQhk5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBPImfQhk5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-uBPImfQhk5 .nav-link {
  font-weight: 900;
}
.cid-uBPImfQhk5 .nav-item:not(:first-child)::before {
  background: #ffbd59;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uBPImfQhk5 .navbar-nav {
  display: block;
}
.cid-uBPImfQhk5 .navbar-nav li {
  display: inline-block;
}
.cid-uBPImfQhk5 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uBPImfQhk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPImfQhk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPImfQhk5 .navbar-nav,
.cid-uBPImfQhk5 .mbr-section-title {
  text-align: center;
}
.cid-uBPImglM1S {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBPImglM1S li {
  list-style: none;
}
.cid-uBPImglM1S .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uBPImglM1S .item-wrap:hover .mbr-iconfont {
  color: #ffbd59 !important;
}
.cid-uBPImglM1S .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uBPImglM1S h4 {
  margin: 0;
}
.cid-uBPImglM1S ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uBPImglM1S .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uBPImglM1S .col-title2 {
  color: #ed6436;
}
.cid-uBPImglM1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPImglM1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7AHy7Y2qZ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AHy7Y2qZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AHy7Y2qZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AHy7Y2qZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AHy7Y2qZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AHy7Y2qZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJvUgAQ7c {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvUgAQ7c .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvUgAQ7c .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvUgAQ7c .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvUgAQ7c .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvUgAQ7c .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvUgAQ7c .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvUgAQ7c .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvUgAQ7c .input-group-btn {
  padding-left: 0;
}
.cid-uLJvUgAQ7c .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvUgAQ7c .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvUgAQ7c .mbr-text {
  color: #444;
}
.cid-uLJvUgAQ7c h5 {
  margin-bottom: 0;
}
.cid-uLJvUgAQ7c .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvUgAQ7c .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvUgAQ7c .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvUgAQ7c .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvUgAQ7c .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvUgAQ7c .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvUgAQ7c .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvUgAQ7c .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvUgAQ7c .media-container-row > div {
  padding: 0px;
}
.cid-uLJvUgAQ7c .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvUgAQ7c .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvUgAQ7c .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvUgAQ7c .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvUgAQ7c .social-list,
  .cid-uLJvUgAQ7c .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvUgAQ7c h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvUgAQ7c .form-group {
    max-width: 180px;
  }
}
.cid-uLJvUgAQ7c .links span {
  color: #9e9e9e;
}
.cid-uLJvUgAQ7c .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvUgAQ7c .logo-title {
  text-align: center;
}
.cid-uLJvUgAQ7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvUgAQ7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvUgAQ7c .logo-title,
.cid-uLJvUgAQ7c .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvUgAQ7c .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvUgAQ7c .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvUgAQ7c .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvUgAQ7c .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uBPImj2WFh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uzmdLSoEld .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzmdLSoEld .nav-item,
.cid-uzmdLSoEld .nav-link,
.cid-uzmdLSoEld .navbar-caption {
  font-weight: normal;
}
.cid-uzmdLSoEld .nav-item:focus,
.cid-uzmdLSoEld .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzmdLSoEld .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzmdLSoEld .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzmdLSoEld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzmdLSoEld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzmdLSoEld .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uzmdLSoEld .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uzmdLSoEld .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uzmdLSoEld .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzmdLSoEld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzmdLSoEld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzmdLSoEld .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uzmdLSoEld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uzmdLSoEld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzmdLSoEld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzmdLSoEld .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uzmdLSoEld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzmdLSoEld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzmdLSoEld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzmdLSoEld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzmdLSoEld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzmdLSoEld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzmdLSoEld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzmdLSoEld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzmdLSoEld .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzmdLSoEld .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzmdLSoEld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzmdLSoEld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzmdLSoEld .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzmdLSoEld .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzmdLSoEld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzmdLSoEld .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uzmdLSoEld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzmdLSoEld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzmdLSoEld .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzmdLSoEld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzmdLSoEld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzmdLSoEld .dropdown-item.active,
.cid-uzmdLSoEld .dropdown-item:active {
  background-color: transparent;
}
.cid-uzmdLSoEld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzmdLSoEld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzmdLSoEld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzmdLSoEld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uzmdLSoEld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzmdLSoEld .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzmdLSoEld ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzmdLSoEld .navbar-buttons {
  text-align: center;
}
.cid-uzmdLSoEld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzmdLSoEld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uzmdLSoEld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzmdLSoEld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzmdLSoEld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzmdLSoEld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzmdLSoEld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzmdLSoEld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzmdLSoEld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzmdLSoEld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzmdLSoEld .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uzmdLSoEld a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzmdLSoEld .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uzmdLSoEld .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uzmdLSoEld .soc-item {
  margin: .5rem .3rem;
}
.cid-uzmdLSoEld .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzmdLSoEld a.nav-link,
.cid-uzmdLSoEld a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uzmdLSoEld a.nav-link .mbr-iconfont-btn,
.cid-uzmdLSoEld a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzmdLSoEld a.nav-link:hover .mbr-iconfont-btn,
.cid-uzmdLSoEld a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzmdLSoEld a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzmdLSoEld .navbar {
    height: 77px;
  }
  .cid-uzmdLSoEld .navbar.opened {
    height: auto;
  }
  .cid-uzmdLSoEld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD2fms5aNU {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD2fms5aNU input,
.cid-uD2fms5aNU textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uD2fms5aNU input:focus,
.cid-uD2fms5aNU textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uD2fms5aNU .form-control,
.cid-uD2fms5aNU .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uD2fms5aNU input::-webkit-input-placeholder,
.cid-uD2fms5aNU textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uD2fms5aNU input:-moz-placeholder,
.cid-uD2fms5aNU textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uD2fms5aNU .jq-selectbox li,
.cid-uD2fms5aNU .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uD2fms5aNU .jq-selectbox li:hover,
.cid-uD2fms5aNU .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uD2fms5aNU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uD2fms5aNU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uD2fms5aNU .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uD2fms5aNU .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #670c0b;
  margin-right: 10px;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .social span:hover {
  background-color: #670c0b;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uD2fms5aNU .entry-content .text-box {
  padding: 0rem;
}
.cid-uD2fms5aNU .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uD2fms5aNU .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uD2fms5aNU .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uD2fms5aNU .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uD2fms5aNU .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uD2fms5aNU .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uD2fms5aNU .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uD2fms5aNU .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uD2fms5aNU .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #670c0b;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uD2fms5aNU .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uD2fms5aNU .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uD2fms5aNU .entry-content .contact {
  margin-top: 30px;
}
.cid-uD2fms5aNU .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uD2fms5aNU .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uD2fms5aNU .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uD2fms5aNU .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uD2fms5aNU .entry-content .contact .btn-black:hover {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.cid-uD2fms5aNU .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uD2fms5aNU .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uD2fms5aNU .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uD2fms5aNU .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uD2fms5aNU .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uD2fms5aNU .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uD2fms5aNU .progress_elements .progress1 progress::after {
  left: 100%;
  border: 3px solid #000000;
}
.cid-uD2fms5aNU .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2fms5aNU .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2fms5aNU .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uD2fms5aNU progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uD2fms5aNU .progress1 progress::-webkit-progress-value {
  background: #000000;
}
.cid-uD2fms5aNU .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2fms5aNU .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2fms5aNU .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uD2fms5aNU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uD2fms5aNU .progressbar-title p {
  color: #6d7a8c;
}
.cid-uD2fms5aNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD2fms5aNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD2fms5aNU .entry-content .text-box .card-title {
  color: #000000;
}
.cid-uD2fms5aNU .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-uD2fms5aNU .entry-content .capabilities .capabilities-title,
.cid-uD2fms5aNU .entry-content .capabilities .mbr-list .list {
  color: #000000;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .team-title {
  color: #670c0b;
}
.cid-uD2fms5aNU .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-uzmdLUk4hq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzmdLUk4hq .mbr-text {
  color: #9a948d;
}
.cid-uzmdLUk4hq .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzmdLUk4hq .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzmdLUk4hq .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzmdLUk4hq .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzmdLUk4hq .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uzmdLUk4hq .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uzmdLUk4hq .right {
    padding-right: 60px;
  }
}
.cid-uzmdLUk4hq .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uzmdLUk4hq .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uzmdLUk4hq .mbr-section-title {
  text-align: right;
}
.cid-uzmdLUk4hq .mbr-text,
.cid-uzmdLUk4hq .mbr-section-btn {
  text-align: right;
}
.cid-uzmdLUk4hq .mbr-text,
.cid-uzmdLUk4hq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzmdLUk4hq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzmdLUR0Q4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzmdLUR0Q4 .mbr-text {
  color: #9a948d;
}
.cid-uzmdLUR0Q4 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzmdLUR0Q4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzmdLUR0Q4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzmdLUR0Q4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzmdLUR0Q4 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uzmdLUR0Q4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uzmdLUR0Q4 .right {
    padding-right: 60px;
  }
}
.cid-uzmdLUR0Q4 .mbr-text,
.cid-uzmdLUR0Q4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzmdLUR0Q4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzmdLVmIrR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzmdLVmIrR {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.cid-uzmdLVmIrR .nav-link {
  font-weight: 900;
}
.cid-uzmdLVmIrR .nav-item:not(:first-child)::before {
  background: #ffbd59;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uzmdLVmIrR .navbar-nav {
  display: block;
}
.cid-uzmdLVmIrR .navbar-nav li {
  display: inline-block;
}
.cid-uzmdLVmIrR li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uzmdLVmIrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzmdLVmIrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzmdLVmIrR .navbar-nav,
.cid-uzmdLVmIrR .mbr-section-title {
  text-align: center;
}
.cid-uzmdLVW2pm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzmdLVW2pm li {
  list-style: none;
}
.cid-uzmdLVW2pm .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uzmdLVW2pm .item-wrap:hover .mbr-iconfont {
  color: #ffbd59 !important;
}
.cid-uzmdLVW2pm .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uzmdLVW2pm h4 {
  margin: 0;
}
.cid-uzmdLVW2pm ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uzmdLVW2pm .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uzmdLVW2pm .col-title2 {
  color: #ed6436;
}
.cid-uzmdLVW2pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzmdLVW2pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlLFGfbGy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYlLFGfbGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlLFGfbGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlLFGfbGy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYlLFGfbGy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uYlLFGfbGy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uYlLFGfbGy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uYlLFGfbGy .container {
    padding: 0 12px;
  }
}
.cid-uYlLFGfbGy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYlLFGfbGy .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uYlLFGfbGy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYlLFGfbGy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYlLFGfbGy .mbr-section-title {
  color: #1D1D1F;
}
.cid-uYlLFGfbGy .mbr-text {
  color: #757b62;
  text-align: center;
}
.cid-uYlLFGfbGy .mbr-section-title,
.cid-uYlLFGfbGy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYVqKuY4NZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYVqKuY4NZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVqKuY4NZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVqKuY4NZ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYVqKuY4NZ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYVqKuY4NZ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYVqKuY4NZ .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYVqKuY4NZ .mbr-star {
  color: #000000;
}
.cid-uYVqKuY4NZ .item-text {
  color: #515151;
}
.cid-uYVqKuY4NZ .item-name {
  color: #670c0b;
}
.cid-uYVqKuY4NZ .item-role {
  color: #670c0b;
}
.cid-uYVqKuY4NZ .item-text,
.cid-uYVqKuY4NZ .person-wrapper {
  color: #000000;
}
.cid-v7AHnf3uBk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AHnf3uBk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AHnf3uBk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AHnf3uBk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AHnf3uBk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AHnf3uBk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJvPTMuZS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvPTMuZS .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvPTMuZS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvPTMuZS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvPTMuZS .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvPTMuZS .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvPTMuZS .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvPTMuZS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvPTMuZS .input-group-btn {
  padding-left: 0;
}
.cid-uLJvPTMuZS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvPTMuZS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvPTMuZS .mbr-text {
  color: #444;
}
.cid-uLJvPTMuZS h5 {
  margin-bottom: 0;
}
.cid-uLJvPTMuZS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvPTMuZS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvPTMuZS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvPTMuZS .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvPTMuZS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvPTMuZS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvPTMuZS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvPTMuZS .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvPTMuZS .media-container-row > div {
  padding: 0px;
}
.cid-uLJvPTMuZS .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvPTMuZS .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvPTMuZS .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvPTMuZS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvPTMuZS .social-list,
  .cid-uLJvPTMuZS .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvPTMuZS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvPTMuZS .form-group {
    max-width: 180px;
  }
}
.cid-uLJvPTMuZS .links span {
  color: #9e9e9e;
}
.cid-uLJvPTMuZS .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvPTMuZS .logo-title {
  text-align: center;
}
.cid-uLJvPTMuZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvPTMuZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvPTMuZS .logo-title,
.cid-uLJvPTMuZS .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvPTMuZS .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvPTMuZS .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvPTMuZS .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvPTMuZS .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uzmdLZ5tqU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vZ9gzL9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .nav-item,
.cid-uz4vZ9gzL9 .nav-link,
.cid-uz4vZ9gzL9 .navbar-caption {
  font-weight: normal;
}
.cid-uz4vZ9gzL9 .nav-item:focus,
.cid-uz4vZ9gzL9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vZ9gzL9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vZ9gzL9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vZ9gzL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vZ9gzL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vZ9gzL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vZ9gzL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vZ9gzL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vZ9gzL9 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vZ9gzL9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vZ9gzL9 .dropdown-item.active,
.cid-uz4vZ9gzL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vZ9gzL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vZ9gzL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vZ9gzL9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vZ9gzL9 .navbar-buttons {
  text-align: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vZ9gzL9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vZ9gzL9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vZ9gzL9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link,
.cid-uz4vZ9gzL9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vZ9gzL9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vZ9gzL9 .navbar {
    height: 77px;
  }
  .cid-uz4vZ9gzL9 .navbar.opened {
    height: auto;
  }
  .cid-uz4vZ9gzL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzgVTwOHUB {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzgVTwOHUB input,
.cid-uzgVTwOHUB textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uzgVTwOHUB input:focus,
.cid-uzgVTwOHUB textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uzgVTwOHUB .form-control,
.cid-uzgVTwOHUB .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzgVTwOHUB input::-webkit-input-placeholder,
.cid-uzgVTwOHUB textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uzgVTwOHUB input:-moz-placeholder,
.cid-uzgVTwOHUB textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uzgVTwOHUB .jq-selectbox li,
.cid-uzgVTwOHUB .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uzgVTwOHUB .jq-selectbox li:hover,
.cid-uzgVTwOHUB .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uzgVTwOHUB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uzgVTwOHUB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uzgVTwOHUB .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uzgVTwOHUB .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #670c0b;
  margin-right: 10px;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .social span:hover {
  background-color: #670c0b;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uzgVTwOHUB .entry-content .text-box {
  padding: 0rem;
}
.cid-uzgVTwOHUB .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uzgVTwOHUB .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uzgVTwOHUB .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uzgVTwOHUB .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uzgVTwOHUB .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uzgVTwOHUB .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uzgVTwOHUB .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uzgVTwOHUB .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uzgVTwOHUB .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #670c0b;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uzgVTwOHUB .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uzgVTwOHUB .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uzgVTwOHUB .entry-content .contact {
  margin-top: 30px;
}
.cid-uzgVTwOHUB .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uzgVTwOHUB .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uzgVTwOHUB .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uzgVTwOHUB .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uzgVTwOHUB .entry-content .contact .btn-black:hover {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.cid-uzgVTwOHUB .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uzgVTwOHUB .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uzgVTwOHUB .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uzgVTwOHUB .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uzgVTwOHUB .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uzgVTwOHUB .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uzgVTwOHUB .progress_elements .progress1 progress::after {
  left: 100%;
  border: 3px solid #000000;
}
.cid-uzgVTwOHUB .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uzgVTwOHUB .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uzgVTwOHUB .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-uzgVTwOHUB progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uzgVTwOHUB .progress1 progress::-webkit-progress-value {
  background: #000000;
}
.cid-uzgVTwOHUB .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uzgVTwOHUB .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uzgVTwOHUB .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uzgVTwOHUB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uzgVTwOHUB .progressbar-title p {
  color: #6d7a8c;
}
.cid-uzgVTwOHUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzgVTwOHUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzgVTwOHUB .entry-content .text-box .card-title {
  color: #000000;
}
.cid-uzgVTwOHUB .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-uzgVTwOHUB .entry-content .capabilities .capabilities-title,
.cid-uzgVTwOHUB .entry-content .capabilities .mbr-list .list {
  color: #000000;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .team-title {
  color: #670c0b;
}
.cid-uzgVTwOHUB .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-uzlSCtNvfN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzlSCtNvfN .mbr-text {
  color: #9a948d;
}
.cid-uzlSCtNvfN .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzlSCtNvfN .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzlSCtNvfN .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzlSCtNvfN .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzlSCtNvfN .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uzlSCtNvfN .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uzlSCtNvfN .right {
    padding-right: 60px;
  }
}
.cid-uzlSCtNvfN .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uzlSCtNvfN .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uzlSCtNvfN .mbr-section-title {
  text-align: right;
}
.cid-uzlSCtNvfN .mbr-text,
.cid-uzlSCtNvfN .mbr-section-btn {
  text-align: right;
}
.cid-uzlSCtNvfN .mbr-text,
.cid-uzlSCtNvfN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzlSCtNvfN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzlT9OP23U {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzlT9OP23U .mbr-text {
  color: #9a948d;
}
.cid-uzlT9OP23U .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uzlT9OP23U .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uzlT9OP23U .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzlT9OP23U .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uzlT9OP23U .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uzlT9OP23U .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uzlT9OP23U .right {
    padding-right: 60px;
  }
}
.cid-uzlT9OP23U .mbr-text,
.cid-uzlT9OP23U .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uzlT9OP23U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzm72MzDTL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzm72MzDTL {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-uzm72MzDTL .nav-link {
  font-weight: 900;
}
.cid-uzm72MzDTL .nav-item:not(:first-child)::before {
  background: #ffbd59;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uzm72MzDTL .navbar-nav {
  display: block;
}
.cid-uzm72MzDTL .navbar-nav li {
  display: inline-block;
}
.cid-uzm72MzDTL li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uzm72MzDTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzm72MzDTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzm72MzDTL .navbar-nav,
.cid-uzm72MzDTL .mbr-section-title {
  text-align: center;
}
.cid-uzlX71yge4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uzlX71yge4 li {
  list-style: none;
}
.cid-uzlX71yge4 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uzlX71yge4 .item-wrap:hover .mbr-iconfont {
  color: #ffbd59 !important;
}
.cid-uzlX71yge4 .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uzlX71yge4 h4 {
  margin: 0;
}
.cid-uzlX71yge4 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uzlX71yge4 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uzlX71yge4 .col-title2 {
  color: #ed6436;
}
.cid-uzlX71yge4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzlX71yge4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhvvU2VPq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhvvU2VPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhvvU2VPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhlvPLBVS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYhlvPLBVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhlvPLBVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhlvPLBVS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYhlvPLBVS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-uYhlvPLBVS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYhlvPLBVS .embla__slide .slide-content {
  width: 100%;
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 24px;
    display: block;
  }
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-img .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-content .tag-wrapper .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: #efef51;
  margin-bottom: 24px;
}
.cid-uYhlvPLBVS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uYhlvPLBVS .embla__button--next,
.cid-uYhlvPLBVS .embla__button--prev {
  display: flex;
}
.cid-uYhlvPLBVS .embla__button {
  top: -8rem;
  width: 64px;
  height: 64px;
  font-size: 28px;
  background-color: #670c0b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .embla__button {
    top: 0;
  }
}
.cid-uYhlvPLBVS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uYhlvPLBVS .embla__button.embla__button--prev {
  right: 4.5rem;
}
.cid-uYhlvPLBVS .embla__button.embla__button--next {
  right: 0;
}
.cid-uYhlvPLBVS .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uYhlvPLBVS .embla {
    padding-top: 6rem;
  }
}
.cid-uYhlvPLBVS .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYhlvPLBVS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYhlvPLBVS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYhlvPLBVS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYhlvPLBVS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYhlvPLBVS .mbr-section-title {
  color: #2c2c26;
  text-align: left;
}
.cid-uYhlvPLBVS .item-name {
  color: #000000;
}
.cid-uYhlvPLBVS .item-tag {
  color: #63635d;
}
.cid-uYhlvPLBVS .item-text {
  color: #670c0b;
}
.cid-uYhlvPLBVS .item-tag,
.cid-uYhlvPLBVS .tag-wrapper {
  text-align: left;
}
.cid-uYhlvPLBVS .item-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uYhlvPLBVS .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.cid-uYhlvPLBVS .position {
  color: #670c0b;
}
.cid-v7AHfAPPdv {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AHfAPPdv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AHfAPPdv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AHfAPPdv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AHfAPPdv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AHfAPPdv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJvK6a20o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvK6a20o .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvK6a20o .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvK6a20o .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvK6a20o .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvK6a20o .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvK6a20o .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvK6a20o .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvK6a20o .input-group-btn {
  padding-left: 0;
}
.cid-uLJvK6a20o .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvK6a20o .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvK6a20o .mbr-text {
  color: #444;
}
.cid-uLJvK6a20o h5 {
  margin-bottom: 0;
}
.cid-uLJvK6a20o .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvK6a20o .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvK6a20o .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvK6a20o .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvK6a20o .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvK6a20o .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvK6a20o .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvK6a20o .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvK6a20o .media-container-row > div {
  padding: 0px;
}
.cid-uLJvK6a20o .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvK6a20o .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvK6a20o .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvK6a20o .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvK6a20o .social-list,
  .cid-uLJvK6a20o .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvK6a20o h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvK6a20o .form-group {
    max-width: 180px;
  }
}
.cid-uLJvK6a20o .links span {
  color: #9e9e9e;
}
.cid-uLJvK6a20o .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvK6a20o .logo-title {
  text-align: center;
}
.cid-uLJvK6a20o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvK6a20o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvK6a20o .logo-title,
.cid-uLJvK6a20o .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvK6a20o .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvK6a20o .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvK6a20o .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvK6a20o .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vZkUQUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-v58WILD4oq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v58WILD4oq .nav-item,
.cid-v58WILD4oq .nav-link,
.cid-v58WILD4oq .navbar-caption {
  font-weight: normal;
}
.cid-v58WILD4oq .nav-item:focus,
.cid-v58WILD4oq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v58WILD4oq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v58WILD4oq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v58WILD4oq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v58WILD4oq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v58WILD4oq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-v58WILD4oq .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-v58WILD4oq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v58WILD4oq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v58WILD4oq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v58WILD4oq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v58WILD4oq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-v58WILD4oq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v58WILD4oq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v58WILD4oq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v58WILD4oq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v58WILD4oq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v58WILD4oq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v58WILD4oq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v58WILD4oq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v58WILD4oq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v58WILD4oq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v58WILD4oq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v58WILD4oq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v58WILD4oq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v58WILD4oq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v58WILD4oq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v58WILD4oq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v58WILD4oq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v58WILD4oq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v58WILD4oq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v58WILD4oq .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-v58WILD4oq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v58WILD4oq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v58WILD4oq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v58WILD4oq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v58WILD4oq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v58WILD4oq .dropdown-item.active,
.cid-v58WILD4oq .dropdown-item:active {
  background-color: transparent;
}
.cid-v58WILD4oq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v58WILD4oq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v58WILD4oq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v58WILD4oq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-v58WILD4oq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v58WILD4oq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v58WILD4oq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v58WILD4oq .navbar-buttons {
  text-align: center;
}
.cid-v58WILD4oq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v58WILD4oq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-v58WILD4oq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v58WILD4oq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v58WILD4oq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v58WILD4oq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v58WILD4oq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v58WILD4oq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v58WILD4oq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v58WILD4oq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v58WILD4oq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v58WILD4oq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v58WILD4oq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v58WILD4oq .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v58WILD4oq .soc-item {
  margin: .5rem .3rem;
}
.cid-v58WILD4oq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v58WILD4oq a.nav-link,
.cid-v58WILD4oq a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v58WILD4oq a.nav-link .mbr-iconfont-btn,
.cid-v58WILD4oq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v58WILD4oq a.nav-link:hover .mbr-iconfont-btn,
.cid-v58WILD4oq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v58WILD4oq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v58WILD4oq .navbar {
    height: 77px;
  }
  .cid-v58WILD4oq .navbar.opened {
    height: auto;
  }
  .cid-v58WILD4oq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v58WIMfjAy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v58WIMfjAy input,
.cid-v58WIMfjAy textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-v58WIMfjAy input:focus,
.cid-v58WIMfjAy textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v58WIMfjAy .form-control,
.cid-v58WIMfjAy .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v58WIMfjAy input::-webkit-input-placeholder,
.cid-v58WIMfjAy textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v58WIMfjAy input:-moz-placeholder,
.cid-v58WIMfjAy textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v58WIMfjAy .jq-selectbox li,
.cid-v58WIMfjAy .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v58WIMfjAy .jq-selectbox li:hover,
.cid-v58WIMfjAy .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v58WIMfjAy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v58WIMfjAy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v58WIMfjAy .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-v58WIMfjAy .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #670c0b;
  margin-right: 10px;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .social span:hover {
  background-color: #670c0b;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v58WIMfjAy .entry-content .text-box {
  padding: 0rem;
}
.cid-v58WIMfjAy .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v58WIMfjAy .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v58WIMfjAy .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v58WIMfjAy .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v58WIMfjAy .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v58WIMfjAy .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v58WIMfjAy .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v58WIMfjAy .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v58WIMfjAy .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #670c0b;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v58WIMfjAy .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v58WIMfjAy .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v58WIMfjAy .entry-content .contact {
  margin-top: 30px;
}
.cid-v58WIMfjAy .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v58WIMfjAy .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-v58WIMfjAy .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v58WIMfjAy .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v58WIMfjAy .entry-content .contact .btn-black:hover {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.cid-v58WIMfjAy .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v58WIMfjAy .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v58WIMfjAy .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v58WIMfjAy .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v58WIMfjAy .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v58WIMfjAy .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v58WIMfjAy .progress_elements .progress1 progress::after {
  left: 100%;
  border: 3px solid #000000;
}
.cid-v58WIMfjAy .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v58WIMfjAy .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v58WIMfjAy .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v58WIMfjAy progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v58WIMfjAy .progress1 progress::-webkit-progress-value {
  background: #000000;
}
.cid-v58WIMfjAy .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v58WIMfjAy .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v58WIMfjAy .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v58WIMfjAy .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v58WIMfjAy .progressbar-title p {
  color: #6d7a8c;
}
.cid-v58WIMfjAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58WIMfjAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58WIMfjAy .entry-content .text-box .card-title {
  color: #000000;
}
.cid-v58WIMfjAy .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v58WIMfjAy .entry-content .capabilities .capabilities-title,
.cid-v58WIMfjAy .entry-content .capabilities .mbr-list .list {
  color: #000000;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .team-title {
  color: #670c0b;
}
.cid-v58WIMfjAy .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-v58WIMNZnH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v58WIMNZnH .mbr-text {
  color: #9a948d;
}
.cid-v58WIMNZnH .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v58WIMNZnH .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v58WIMNZnH .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v58WIMNZnH .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v58WIMNZnH .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v58WIMNZnH .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v58WIMNZnH .right {
    padding-right: 60px;
  }
}
.cid-v58WIMNZnH .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v58WIMNZnH .text-wrapper {
    padding-right: 60px;
  }
}
.cid-v58WIMNZnH .mbr-section-title {
  text-align: right;
}
.cid-v58WIMNZnH .mbr-text,
.cid-v58WIMNZnH .mbr-section-btn {
  text-align: right;
}
.cid-v58WIMNZnH .mbr-text,
.cid-v58WIMNZnH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v58WIMNZnH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v58WINb4QP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v58WINb4QP .mbr-text {
  color: #9a948d;
}
.cid-v58WINb4QP .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v58WINb4QP .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v58WINb4QP .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v58WINb4QP .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v58WINb4QP .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v58WINb4QP .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v58WINb4QP .right {
    padding-right: 60px;
  }
}
.cid-v58WINb4QP .mbr-text,
.cid-v58WINb4QP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v58WINb4QP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v58WINCCX4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v58WINCCX4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-v58WINCCX4 .nav-link {
  font-weight: 900;
}
.cid-v58WINCCX4 .nav-item:not(:first-child)::before {
  background: #ffbd59;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-v58WINCCX4 .navbar-nav {
  display: block;
}
.cid-v58WINCCX4 .navbar-nav li {
  display: inline-block;
}
.cid-v58WINCCX4 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-v58WINCCX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58WINCCX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58WINCCX4 .navbar-nav,
.cid-v58WINCCX4 .mbr-section-title {
  text-align: center;
}
.cid-v58WIO60Jg {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v58WIO60Jg li {
  list-style: none;
}
.cid-v58WIO60Jg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v58WIO60Jg .item-wrap:hover .mbr-iconfont {
  color: #ffbd59 !important;
}
.cid-v58WIO60Jg .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-v58WIO60Jg h4 {
  margin: 0;
}
.cid-v58WIO60Jg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v58WIO60Jg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v58WIO60Jg .col-title2 {
  color: #ed6436;
}
.cid-v58WIO60Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58WIO60Jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7AHINzPMN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AHINzPMN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AHINzPMN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AHINzPMN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AHINzPMN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AHINzPMN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v58WIPDHGd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-v58WIPDHGd .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-v58WIPDHGd .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v58WIPDHGd .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v58WIPDHGd .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-v58WIPDHGd .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-v58WIPDHGd .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v58WIPDHGd .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v58WIPDHGd .input-group-btn {
  padding-left: 0;
}
.cid-v58WIPDHGd .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v58WIPDHGd .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-v58WIPDHGd .mbr-text {
  color: #444;
}
.cid-v58WIPDHGd h5 {
  margin-bottom: 0;
}
.cid-v58WIPDHGd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v58WIPDHGd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v58WIPDHGd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v58WIPDHGd .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v58WIPDHGd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v58WIPDHGd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v58WIPDHGd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v58WIPDHGd .social-list a:hover {
  opacity: 0.4;
}
.cid-v58WIPDHGd .media-container-row > div {
  padding: 0px;
}
.cid-v58WIPDHGd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v58WIPDHGd .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-v58WIPDHGd .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v58WIPDHGd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v58WIPDHGd .social-list,
  .cid-v58WIPDHGd .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-v58WIPDHGd h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v58WIPDHGd .form-group {
    max-width: 180px;
  }
}
.cid-v58WIPDHGd .links span {
  color: #9e9e9e;
}
.cid-v58WIPDHGd .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v58WIPDHGd .logo-title {
  text-align: center;
}
.cid-v58WIPDHGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58WIPDHGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58WIPDHGd .logo-title,
.cid-v58WIPDHGd .logo {
  color: #ffffff;
  text-align: center;
}
.cid-v58WIPDHGd .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v58WIPDHGd .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-v58WIPDHGd .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v58WIPDHGd .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-v58WIQkzm5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-v5wfKNuQ11 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5wfKNuQ11 .nav-item,
.cid-v5wfKNuQ11 .nav-link,
.cid-v5wfKNuQ11 .navbar-caption {
  font-weight: normal;
}
.cid-v5wfKNuQ11 .nav-item:focus,
.cid-v5wfKNuQ11 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5wfKNuQ11 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v5wfKNuQ11 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5wfKNuQ11 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wfKNuQ11 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wfKNuQ11 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-v5wfKNuQ11 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-v5wfKNuQ11 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v5wfKNuQ11 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wfKNuQ11 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wfKNuQ11 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wfKNuQ11 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-v5wfKNuQ11 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5wfKNuQ11 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wfKNuQ11 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wfKNuQ11 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5wfKNuQ11 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wfKNuQ11 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5wfKNuQ11 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5wfKNuQ11 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wfKNuQ11 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wfKNuQ11 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5wfKNuQ11 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wfKNuQ11 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wfKNuQ11 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5wfKNuQ11 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5wfKNuQ11 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wfKNuQ11 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5wfKNuQ11 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5wfKNuQ11 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v5wfKNuQ11 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5wfKNuQ11 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-v5wfKNuQ11 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5wfKNuQ11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5wfKNuQ11 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5wfKNuQ11 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5wfKNuQ11 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wfKNuQ11 .dropdown-item.active,
.cid-v5wfKNuQ11 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wfKNuQ11 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wfKNuQ11 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wfKNuQ11 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wfKNuQ11 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-v5wfKNuQ11 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5wfKNuQ11 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wfKNuQ11 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5wfKNuQ11 .navbar-buttons {
  text-align: center;
}
.cid-v5wfKNuQ11 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5wfKNuQ11 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-v5wfKNuQ11 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5wfKNuQ11 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5wfKNuQ11 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5wfKNuQ11 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5wfKNuQ11 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5wfKNuQ11 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5wfKNuQ11 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5wfKNuQ11 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5wfKNuQ11 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v5wfKNuQ11 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5wfKNuQ11 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v5wfKNuQ11 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v5wfKNuQ11 .soc-item {
  margin: .5rem .3rem;
}
.cid-v5wfKNuQ11 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5wfKNuQ11 a.nav-link,
.cid-v5wfKNuQ11 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v5wfKNuQ11 a.nav-link .mbr-iconfont-btn,
.cid-v5wfKNuQ11 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v5wfKNuQ11 a.nav-link:hover .mbr-iconfont-btn,
.cid-v5wfKNuQ11 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v5wfKNuQ11 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wfKNuQ11 .navbar {
    height: 77px;
  }
  .cid-v5wfKNuQ11 .navbar.opened {
    height: auto;
  }
  .cid-v5wfKNuQ11 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wfKO7ibS {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5wfKO7ibS input,
.cid-v5wfKO7ibS textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-v5wfKO7ibS input:focus,
.cid-v5wfKO7ibS textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v5wfKO7ibS .form-control,
.cid-v5wfKO7ibS .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v5wfKO7ibS input::-webkit-input-placeholder,
.cid-v5wfKO7ibS textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v5wfKO7ibS input:-moz-placeholder,
.cid-v5wfKO7ibS textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v5wfKO7ibS .jq-selectbox li,
.cid-v5wfKO7ibS .jq-selectbox li {
  background-color: #ffffff;
}
.cid-v5wfKO7ibS .jq-selectbox li:hover,
.cid-v5wfKO7ibS .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-v5wfKO7ibS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v5wfKO7ibS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v5wfKO7ibS .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-v5wfKO7ibS .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #670c0b;
  margin-right: 10px;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .social span:hover {
  background-color: #670c0b;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-v5wfKO7ibS .entry-content .text-box {
  padding: 0rem;
}
.cid-v5wfKO7ibS .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-v5wfKO7ibS .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-v5wfKO7ibS .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-v5wfKO7ibS .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-v5wfKO7ibS .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-v5wfKO7ibS .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-v5wfKO7ibS .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-v5wfKO7ibS .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-v5wfKO7ibS .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #670c0b;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-v5wfKO7ibS .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-v5wfKO7ibS .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5wfKO7ibS .entry-content .contact {
  margin-top: 30px;
}
.cid-v5wfKO7ibS .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v5wfKO7ibS .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-v5wfKO7ibS .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-v5wfKO7ibS .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-v5wfKO7ibS .entry-content .contact .btn-black:hover {
  background-color: #670c0b !important;
  border-color: #670c0b !important;
}
.cid-v5wfKO7ibS .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-v5wfKO7ibS .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v5wfKO7ibS .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-v5wfKO7ibS .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-v5wfKO7ibS .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-v5wfKO7ibS .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v5wfKO7ibS .progress_elements .progress1 progress::after {
  left: 100%;
  border: 3px solid #000000;
}
.cid-v5wfKO7ibS .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v5wfKO7ibS .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v5wfKO7ibS .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-v5wfKO7ibS progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-v5wfKO7ibS .progress1 progress::-webkit-progress-value {
  background: #000000;
}
.cid-v5wfKO7ibS .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v5wfKO7ibS .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v5wfKO7ibS .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-v5wfKO7ibS .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v5wfKO7ibS .progressbar-title p {
  color: #6d7a8c;
}
.cid-v5wfKO7ibS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wfKO7ibS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wfKO7ibS .entry-content .text-box .card-title {
  color: #000000;
}
.cid-v5wfKO7ibS .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .team-designation {
  color: #000000;
}
.cid-v5wfKO7ibS .entry-content .capabilities .capabilities-title,
.cid-v5wfKO7ibS .entry-content .capabilities .mbr-list .list {
  color: #000000;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .team-title {
  color: #670c0b;
}
.cid-v5wfKO7ibS .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-v5wfKOJgR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wfKOJgR3 .mbr-text {
  color: #9a948d;
}
.cid-v5wfKOJgR3 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5wfKOJgR3 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5wfKOJgR3 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wfKOJgR3 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wfKOJgR3 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5wfKOJgR3 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5wfKOJgR3 .right {
    padding-right: 60px;
  }
}
.cid-v5wfKOJgR3 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v5wfKOJgR3 .text-wrapper {
    padding-right: 60px;
  }
}
.cid-v5wfKOJgR3 .mbr-section-title {
  text-align: right;
}
.cid-v5wfKOJgR3 .mbr-text,
.cid-v5wfKOJgR3 .mbr-section-btn {
  text-align: right;
}
.cid-v5wfKOJgR3 .mbr-text,
.cid-v5wfKOJgR3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5wfKOJgR3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5wfKP8nbv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5wfKP8nbv .mbr-text {
  color: #9a948d;
}
.cid-v5wfKP8nbv .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5wfKP8nbv .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5wfKP8nbv .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wfKP8nbv .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wfKP8nbv .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5wfKP8nbv .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5wfKP8nbv .right {
    padding-right: 60px;
  }
}
.cid-v5wfKP8nbv .mbr-text,
.cid-v5wfKP8nbv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5wfKP8nbv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5wfKPA9sd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5wfKPA9sd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-v5wfKPA9sd .nav-link {
  font-weight: 900;
}
.cid-v5wfKPA9sd .nav-item:not(:first-child)::before {
  background: #ffbd59;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-v5wfKPA9sd .navbar-nav {
  display: block;
}
.cid-v5wfKPA9sd .navbar-nav li {
  display: inline-block;
}
.cid-v5wfKPA9sd li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-v5wfKPA9sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wfKPA9sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wfKPA9sd .navbar-nav,
.cid-v5wfKPA9sd .mbr-section-title {
  text-align: center;
}
.cid-v5wfKPYpU6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v5wfKPYpU6 li {
  list-style: none;
}
.cid-v5wfKPYpU6 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v5wfKPYpU6 .item-wrap:hover .mbr-iconfont {
  color: #ffbd59 !important;
}
.cid-v5wfKPYpU6 .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-v5wfKPYpU6 h4 {
  margin: 0;
}
.cid-v5wfKPYpU6 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v5wfKPYpU6 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v5wfKPYpU6 .col-title2 {
  color: #ed6436;
}
.cid-v5wfKPYpU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wfKPYpU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7AHWGVT37 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7AHWGVT37 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7AHWGVT37 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7AHWGVT37 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7AHWGVT37 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7AHWGVT37 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5wfKRxRmX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-v5wfKRxRmX .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-v5wfKRxRmX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v5wfKRxRmX .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v5wfKRxRmX .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-v5wfKRxRmX .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-v5wfKRxRmX .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v5wfKRxRmX .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v5wfKRxRmX .input-group-btn {
  padding-left: 0;
}
.cid-v5wfKRxRmX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v5wfKRxRmX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-v5wfKRxRmX .mbr-text {
  color: #444;
}
.cid-v5wfKRxRmX h5 {
  margin-bottom: 0;
}
.cid-v5wfKRxRmX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v5wfKRxRmX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5wfKRxRmX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v5wfKRxRmX .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5wfKRxRmX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v5wfKRxRmX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v5wfKRxRmX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v5wfKRxRmX .social-list a:hover {
  opacity: 0.4;
}
.cid-v5wfKRxRmX .media-container-row > div {
  padding: 0px;
}
.cid-v5wfKRxRmX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v5wfKRxRmX .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-v5wfKRxRmX .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v5wfKRxRmX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v5wfKRxRmX .social-list,
  .cid-v5wfKRxRmX .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-v5wfKRxRmX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v5wfKRxRmX .form-group {
    max-width: 180px;
  }
}
.cid-v5wfKRxRmX .links span {
  color: #9e9e9e;
}
.cid-v5wfKRxRmX .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5wfKRxRmX .logo-title {
  text-align: center;
}
.cid-v5wfKRxRmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wfKRxRmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wfKRxRmX .logo-title,
.cid-v5wfKRxRmX .logo {
  color: #ffffff;
  text-align: center;
}
.cid-v5wfKRxRmX .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5wfKRxRmX .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-v5wfKRxRmX .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v5wfKRxRmX .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-v5wfKSEkzn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uz4vZ9gzL9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .nav-item,
.cid-uz4vZ9gzL9 .nav-link,
.cid-uz4vZ9gzL9 .navbar-caption {
  font-weight: normal;
}
.cid-uz4vZ9gzL9 .nav-item:focus,
.cid-uz4vZ9gzL9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uz4vZ9gzL9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz4vZ9gzL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uz4vZ9gzL9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uz4vZ9gzL9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz4vZ9gzL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz4vZ9gzL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uz4vZ9gzL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uz4vZ9gzL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uz4vZ9gzL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz4vZ9gzL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uz4vZ9gzL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uz4vZ9gzL9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uz4vZ9gzL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uz4vZ9gzL9 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uz4vZ9gzL9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uz4vZ9gzL9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz4vZ9gzL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz4vZ9gzL9 .dropdown-item.active,
.cid-uz4vZ9gzL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz4vZ9gzL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz4vZ9gzL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uz4vZ9gzL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz4vZ9gzL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz4vZ9gzL9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uz4vZ9gzL9 .navbar-buttons {
  text-align: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uz4vZ9gzL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uz4vZ9gzL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uz4vZ9gzL9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uz4vZ9gzL9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uz4vZ9gzL9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uz4vZ9gzL9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uz4vZ9gzL9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link,
.cid-uz4vZ9gzL9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uz4vZ9gzL9 a.nav-link .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uz4vZ9gzL9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uz4vZ9gzL9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uz4vZ9gzL9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz4vZ9gzL9 .navbar {
    height: 77px;
  }
  .cid-uz4vZ9gzL9 .navbar.opened {
    height: auto;
  }
  .cid-uz4vZ9gzL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wEVbhPbb {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5wEVbhPbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wEVbhPbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wFbrxCQv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5wFbrxCQv .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-v5wFbrxCQv .wrapper {
    padding: 0 6rem;
  }
}
.cid-v5wFbrxCQv .mbr-text {
  color: #9a948d;
}
.cid-v5wFbrxCQv .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5wFbrxCQv .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5wFbrxCQv .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wFbrxCQv .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wFbrxCQv .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5wFbrxCQv .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5wFbrxCQv .right {
    padding-right: 60px;
  }
}
.cid-v5wFbrxCQv .mbr-text,
.cid-v5wFbrxCQv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5wFbrxCQv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v59wiZGgmg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v59wiZGgmg .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-v59wiZGgmg .wrapper {
    padding: 0 6rem;
  }
}
.cid-v59wiZGgmg .mbr-text {
  color: #9a948d;
}
.cid-v59wiZGgmg .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v59wiZGgmg .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v59wiZGgmg .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v59wiZGgmg .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v59wiZGgmg .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v59wiZGgmg .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v59wiZGgmg .right {
    padding-right: 60px;
  }
}
.cid-v59wiZGgmg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v59wiZGgmg .text-wrapper {
    padding-right: 60px;
  }
}
.cid-v59wiZGgmg .mbr-section-title {
  text-align: right;
}
.cid-v59wiZGgmg .mbr-text,
.cid-v59wiZGgmg .mbr-section-btn {
  text-align: right;
}
.cid-v59wiZGgmg .mbr-text,
.cid-v59wiZGgmg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v59wiZGgmg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5wGwMcj24 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5wGwMcj24 .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-v5wGwMcj24 .wrapper {
    padding: 0 6rem;
  }
}
.cid-v5wGwMcj24 .mbr-text {
  color: #9a948d;
}
.cid-v5wGwMcj24 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5wGwMcj24 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5wGwMcj24 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wGwMcj24 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5wGwMcj24 .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5wGwMcj24 .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5wGwMcj24 .right {
    padding-right: 60px;
  }
}
.cid-v5wGwMcj24 .mbr-text,
.cid-v5wGwMcj24 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5wGwMcj24 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5I6ia1V4c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fffbf4;
}
.cid-v5I6ia1V4c .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v5I6ia1V4c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5I6ia1V4c .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v5I6ia1V4c .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5I6ia1V4c .container {
    padding: 0 14px;
  }
}
.cid-v5I6ia1V4c .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5I6ia1V4c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5I6ia1V4c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-v5I6ia1V4c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v5I6ia1V4c .embla__slide .slide-content {
  width: 100%;
}
.cid-v5I6ia1V4c .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-v5I6ia1V4c .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #670c0b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-v5I6ia1V4c .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-v5I6ia1V4c .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #670c0b;
}
.cid-v5I6ia1V4c .embla__button--next,
.cid-v5I6ia1V4c .embla__button--prev {
  display: flex;
}
.cid-v5I6ia1V4c .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #670c0b !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v5I6ia1V4c .embla__button:hover {
  opacity: .7 !important;
}
.cid-v5I6ia1V4c .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-v5I6ia1V4c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5I6ia1V4c .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-v5I6ia1V4c .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v5I6ia1V4c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5I6ia1V4c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5I6ia1V4c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5I6ia1V4c .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-v59nZ6xpHi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-v59nZ6xpHi .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-v59nZ6xpHi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v59nZ6xpHi .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v59nZ6xpHi .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-v59nZ6xpHi .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-v59nZ6xpHi .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v59nZ6xpHi .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v59nZ6xpHi .input-group-btn {
  padding-left: 0;
}
.cid-v59nZ6xpHi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v59nZ6xpHi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-v59nZ6xpHi .mbr-text {
  color: #444;
}
.cid-v59nZ6xpHi h5 {
  margin-bottom: 0;
}
.cid-v59nZ6xpHi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v59nZ6xpHi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v59nZ6xpHi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v59nZ6xpHi .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v59nZ6xpHi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v59nZ6xpHi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v59nZ6xpHi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v59nZ6xpHi .social-list a:hover {
  opacity: 0.4;
}
.cid-v59nZ6xpHi .media-container-row > div {
  padding: 0px;
}
.cid-v59nZ6xpHi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v59nZ6xpHi .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-v59nZ6xpHi .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v59nZ6xpHi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v59nZ6xpHi .social-list,
  .cid-v59nZ6xpHi .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-v59nZ6xpHi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v59nZ6xpHi .form-group {
    max-width: 180px;
  }
}
.cid-v59nZ6xpHi .links span {
  color: #9e9e9e;
}
.cid-v59nZ6xpHi .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v59nZ6xpHi .logo-title {
  text-align: center;
}
.cid-v59nZ6xpHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59nZ6xpHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59nZ6xpHi .logo-title,
.cid-v59nZ6xpHi .logo {
  color: #ffffff;
  text-align: center;
}
.cid-v59nZ6xpHi .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v59nZ6xpHi .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-v59nZ6xpHi .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v59nZ6xpHi .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uz4vZkUQUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-v5DmUMVjk0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5DmUMVjk0 .nav-item,
.cid-v5DmUMVjk0 .nav-link,
.cid-v5DmUMVjk0 .navbar-caption {
  font-weight: normal;
}
.cid-v5DmUMVjk0 .nav-item:focus,
.cid-v5DmUMVjk0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5DmUMVjk0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v5DmUMVjk0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5DmUMVjk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5DmUMVjk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5DmUMVjk0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-v5DmUMVjk0 .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-v5DmUMVjk0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v5DmUMVjk0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5DmUMVjk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5DmUMVjk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5DmUMVjk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-v5DmUMVjk0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5DmUMVjk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5DmUMVjk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5DmUMVjk0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5DmUMVjk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5DmUMVjk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5DmUMVjk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5DmUMVjk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5DmUMVjk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5DmUMVjk0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5DmUMVjk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5DmUMVjk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5DmUMVjk0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5DmUMVjk0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5DmUMVjk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5DmUMVjk0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5DmUMVjk0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5DmUMVjk0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v5DmUMVjk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5DmUMVjk0 .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-v5DmUMVjk0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5DmUMVjk0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5DmUMVjk0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5DmUMVjk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5DmUMVjk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5DmUMVjk0 .dropdown-item.active,
.cid-v5DmUMVjk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5DmUMVjk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5DmUMVjk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5DmUMVjk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5DmUMVjk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-v5DmUMVjk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5DmUMVjk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5DmUMVjk0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5DmUMVjk0 .navbar-buttons {
  text-align: center;
}
.cid-v5DmUMVjk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5DmUMVjk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-v5DmUMVjk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5DmUMVjk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5DmUMVjk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5DmUMVjk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5DmUMVjk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5DmUMVjk0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5DmUMVjk0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5DmUMVjk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5DmUMVjk0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v5DmUMVjk0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5DmUMVjk0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v5DmUMVjk0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v5DmUMVjk0 .soc-item {
  margin: .5rem .3rem;
}
.cid-v5DmUMVjk0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5DmUMVjk0 a.nav-link,
.cid-v5DmUMVjk0 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v5DmUMVjk0 a.nav-link .mbr-iconfont-btn,
.cid-v5DmUMVjk0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v5DmUMVjk0 a.nav-link:hover .mbr-iconfont-btn,
.cid-v5DmUMVjk0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v5DmUMVjk0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5DmUMVjk0 .navbar {
    height: 77px;
  }
  .cid-v5DmUMVjk0 .navbar.opened {
    height: auto;
  }
  .cid-v5DmUMVjk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5DmUNA3Mv {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5DmUNA3Mv .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-v5DmUNA3Mv .wrapper {
    padding: 0 6rem;
  }
}
.cid-v5DmUNA3Mv .mbr-text {
  color: #9a948d;
}
.cid-v5DmUNA3Mv .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5DmUNA3Mv .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5DmUNA3Mv .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5DmUNA3Mv .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5DmUNA3Mv .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5DmUNA3Mv .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5DmUNA3Mv .right {
    padding-right: 60px;
  }
}
.cid-v5DmUNA3Mv .mbr-text,
.cid-v5DmUNA3Mv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5DmUNA3Mv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5DmUO2fTg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-v5DmUO2fTg .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-v5DmUO2fTg .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v5DmUO2fTg .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-v5DmUO2fTg .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-v5DmUO2fTg .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-v5DmUO2fTg .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-v5DmUO2fTg .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-v5DmUO2fTg .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-v5DmUO2fTg .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-v5DmUO2fTg .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-v5DmUO2fTg .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-v5DmUO2fTg .icon_block {
  margin-bottom: 40px;
}
.cid-v5DmUO2fTg .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-v5DmUO2fTg .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-v5DmUO2fTg .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v5DmUO2fTg .card_text {
  margin-bottom: 50px;
}
.cid-v5DmUO2fTg .card_link {
  display: block;
}
.cid-v5DmUO2fTg .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-v5DmUO2fTg .card_link a:hover {
  transform: translateX(6px);
}
.cid-v5DmUO2fTg .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v5DmUO2fTg .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-v5DmUO2fTg .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-v5DmUO2fTg .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-v5DmUO2fTg .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-v5DmUO2fTg .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-v5DmUO2fTg .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-v5DmUO2fTg .card_title {
    margin-bottom: 15px;
  }
  .cid-v5DmUO2fTg .card_text {
    margin-bottom: 20px;
  }
  .cid-v5DmUO2fTg .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-v5DmUO2fTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DmUO2fTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DmUO2fTg .card_title,
.cid-v5DmUO2fTg .icon_block {
  text-align: center;
  color: #000000;
}
.cid-v5DmUO2fTg .card_text,
.cid-v5DmUO2fTg .card_link {
  text-align: center;
}
.cid-v5DmUOFTsW {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-v5DmUOFTsW .container {
    max-width: 1400px;
  }
}
.cid-v5DmUOFTsW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v5DmUOFTsW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v5DmUOFTsW .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-v5DmUOFTsW .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-v5DmUOFTsW .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-v5DmUOFTsW .card-wrapper .card-box {
  height: 100%;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v5DmUOFTsW .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-v5DmUOFTsW .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-v5DmUOFTsW .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-v5DmUOFTsW .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-v5DmUOFTsW .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-v5DmUOFTsW .card-box {
    text-align: left;
  }
  .cid-v5DmUOFTsW .card-box .card-title {
    text-align: left;
  }
}
.cid-v5DmUOFTsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DmUOFTsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DmUOFTsW SPAN {
  color: #000000;
}
.cid-v5DmUOFTsW .main-title {
  color: #000000;
}
.cid-v5DmUOFTsW .card .card-wrapper .card-box .card-title,
.cid-v5DmUOFTsW .card-box {
  color: #232323;
}
.cid-v5DmUPgbwv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5DmUPgbwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DmUPgbwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DmUPgbwv .mbr-section-title {
  color: #000000;
}
.cid-v5DmUPOdPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5DmUPOdPa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v5DmUPOdPa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v5DmUPOdPa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffbd59;
  background-color: #ffbd59;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v5DmUPOdPa .mbr-text UL {
  text-align: left;
}
.cid-v5IKidshyf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5IKidshyf .mbr-text,
.cid-v5IKidshyf .mbr-section-btn {
  color: #999999;
}
.cid-v5IKidshyf ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v5IKidshyf ul li::before {
  content: "\2022";
  color: #ffbd59;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  transform: translateY(5px);
}
.cid-v5IKidshyf li {
  padding-bottom: 0rem;
  transition: all 0.3s;
}
.cid-v5IKidshyf li a {
  font-weight: 600;
}
.cid-v5IKidshyf li:hover {
  color: #670c0b;
}
.cid-v5IKidshyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IKidshyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IKidshyf H2 {
  text-align: center;
}
.cid-v5ILpo66XJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ILpo66XJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v5ILpo66XJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v5ILpo66XJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffbd59;
  background-color: #ffbd59;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v5ILpo66XJ .mbr-text UL {
  text-align: left;
}
.cid-v5DmUQVDGY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5DmUQVDGY {
    align-items: center;
  }
  .cid-v5DmUQVDGY .row {
    justify-content: center;
  }
}
.cid-v5DmUQVDGY p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5DmUQVDGY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5DmUQVDGY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5DmUQVDGY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5DmUQVDGY .content-wrap {
    width: 100%;
  }
}
.cid-v5DmUQVDGY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5DmUQVDGY .mbr-text,
.cid-v5DmUQVDGY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5DmUQVDGY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5JlRNV2um {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5JlRNV2um .content-wrapper {
  justify-content: center;
}
.cid-v5JlRNV2um .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-v5JlRNV2um .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v5JlRNV2um .embla__slide .slide-content {
  width: 100%;
}
.cid-v5JlRNV2um .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-v5JlRNV2um .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5JlRNV2um .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v5JlRNV2um .embla__button--next,
.cid-v5JlRNV2um .embla__button--prev {
  display: flex;
}
.cid-v5JlRNV2um .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v5JlRNV2um .embla__button:hover {
  opacity: .9 !important;
}
.cid-v5JlRNV2um .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-v5JlRNV2um .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v5JlRNV2um .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v5JlRNV2um .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v5JlRNV2um .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v5JlRNV2um .embla {
    padding: 20px 16px;
  }
}
.cid-v5JlRNV2um .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5JlRNV2um .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5JlRNV2um .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5JlRNV2um .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5JlRNV2um .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5JlRNV2um .item-title {
  color: #272b2e;
}
.cid-v5JlRNV2um .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-v5JlRNV2um .item-tag {
  color: #ffffff;
}
.cid-v5JlRNV2um .item-title,
.cid-v5JlRNV2um .icon-wrapper {
  text-align: center;
}
.cid-v5Jm1AheNz {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Jm1AheNz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5Jm1AheNz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5Jm1AheNz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5Jm1AheNz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5Jm1AheNz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5DmUU08qU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-v5DmUU08qU .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-v5DmUU08qU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v5DmUU08qU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v5DmUU08qU .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-v5DmUU08qU .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-v5DmUU08qU .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v5DmUU08qU .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v5DmUU08qU .input-group-btn {
  padding-left: 0;
}
.cid-v5DmUU08qU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v5DmUU08qU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-v5DmUU08qU .mbr-text {
  color: #444;
}
.cid-v5DmUU08qU h5 {
  margin-bottom: 0;
}
.cid-v5DmUU08qU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v5DmUU08qU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5DmUU08qU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v5DmUU08qU .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5DmUU08qU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v5DmUU08qU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v5DmUU08qU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v5DmUU08qU .social-list a:hover {
  opacity: 0.4;
}
.cid-v5DmUU08qU .media-container-row > div {
  padding: 0px;
}
.cid-v5DmUU08qU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v5DmUU08qU .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-v5DmUU08qU .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v5DmUU08qU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v5DmUU08qU .social-list,
  .cid-v5DmUU08qU .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-v5DmUU08qU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v5DmUU08qU .form-group {
    max-width: 180px;
  }
}
.cid-v5DmUU08qU .links span {
  color: #9e9e9e;
}
.cid-v5DmUU08qU .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5DmUU08qU .logo-title {
  text-align: center;
}
.cid-v5DmUU08qU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DmUU08qU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DmUU08qU .logo-title,
.cid-v5DmUU08qU .logo {
  color: #ffffff;
  text-align: center;
}
.cid-v5DmUU08qU .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5DmUU08qU .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-v5DmUU08qU .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v5DmUU08qU .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-v5DmUUU9bf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-v5IeXJZY5s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5IeXJZY5s .nav-item,
.cid-v5IeXJZY5s .nav-link,
.cid-v5IeXJZY5s .navbar-caption {
  font-weight: normal;
}
.cid-v5IeXJZY5s .nav-item:focus,
.cid-v5IeXJZY5s .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5IeXJZY5s .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v5IeXJZY5s .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v5IeXJZY5s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5IeXJZY5s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5IeXJZY5s .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-v5IeXJZY5s .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-v5IeXJZY5s .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v5IeXJZY5s .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5IeXJZY5s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5IeXJZY5s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5IeXJZY5s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-v5IeXJZY5s .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5IeXJZY5s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5IeXJZY5s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5IeXJZY5s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5IeXJZY5s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5IeXJZY5s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5IeXJZY5s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5IeXJZY5s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5IeXJZY5s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5IeXJZY5s .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5IeXJZY5s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5IeXJZY5s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5IeXJZY5s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5IeXJZY5s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5IeXJZY5s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5IeXJZY5s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5IeXJZY5s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5IeXJZY5s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v5IeXJZY5s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5IeXJZY5s .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-v5IeXJZY5s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5IeXJZY5s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5IeXJZY5s .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5IeXJZY5s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5IeXJZY5s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5IeXJZY5s .dropdown-item.active,
.cid-v5IeXJZY5s .dropdown-item:active {
  background-color: transparent;
}
.cid-v5IeXJZY5s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5IeXJZY5s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5IeXJZY5s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5IeXJZY5s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-v5IeXJZY5s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5IeXJZY5s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5IeXJZY5s ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5IeXJZY5s .navbar-buttons {
  text-align: center;
}
.cid-v5IeXJZY5s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5IeXJZY5s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-v5IeXJZY5s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5IeXJZY5s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5IeXJZY5s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5IeXJZY5s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5IeXJZY5s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5IeXJZY5s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5IeXJZY5s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5IeXJZY5s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5IeXJZY5s .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v5IeXJZY5s a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5IeXJZY5s .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v5IeXJZY5s .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v5IeXJZY5s .soc-item {
  margin: .5rem .3rem;
}
.cid-v5IeXJZY5s .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5IeXJZY5s a.nav-link,
.cid-v5IeXJZY5s a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v5IeXJZY5s a.nav-link .mbr-iconfont-btn,
.cid-v5IeXJZY5s a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v5IeXJZY5s a.nav-link:hover .mbr-iconfont-btn,
.cid-v5IeXJZY5s a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v5IeXJZY5s a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5IeXJZY5s .navbar {
    height: 77px;
  }
  .cid-v5IeXJZY5s .navbar.opened {
    height: auto;
  }
  .cid-v5IeXJZY5s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5IeXKDFOc {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5IeXKDFOc .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-v5IeXKDFOc .wrapper {
    padding: 0 6rem;
  }
}
.cid-v5IeXKDFOc .mbr-text {
  color: #9a948d;
}
.cid-v5IeXKDFOc .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v5IeXKDFOc .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v5IeXKDFOc .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5IeXKDFOc .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v5IeXKDFOc .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-v5IeXKDFOc .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-v5IeXKDFOc .right {
    padding-right: 60px;
  }
}
.cid-v5IeXKDFOc .mbr-text,
.cid-v5IeXKDFOc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5IeXKDFOc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5IeXLcdlW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-v5IeXLcdlW .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-v5IeXLcdlW .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v5IeXLcdlW .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-v5IeXLcdlW .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-v5IeXLcdlW .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-v5IeXLcdlW .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-v5IeXLcdlW .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-v5IeXLcdlW .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-v5IeXLcdlW .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-v5IeXLcdlW .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-v5IeXLcdlW .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-v5IeXLcdlW .icon_block {
  margin-bottom: 40px;
}
.cid-v5IeXLcdlW .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-v5IeXLcdlW .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-v5IeXLcdlW .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v5IeXLcdlW .card_text {
  margin-bottom: 50px;
}
.cid-v5IeXLcdlW .card_link {
  display: block;
}
.cid-v5IeXLcdlW .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-v5IeXLcdlW .card_link a:hover {
  transform: translateX(6px);
}
.cid-v5IeXLcdlW .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v5IeXLcdlW .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-v5IeXLcdlW .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-v5IeXLcdlW .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-v5IeXLcdlW .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-v5IeXLcdlW .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-v5IeXLcdlW .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-v5IeXLcdlW .card_title {
    margin-bottom: 15px;
  }
  .cid-v5IeXLcdlW .card_text {
    margin-bottom: 20px;
  }
  .cid-v5IeXLcdlW .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-v5IeXLcdlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IeXLcdlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IeXLcdlW .card_title,
.cid-v5IeXLcdlW .icon_block {
  text-align: center;
  color: #000000;
}
.cid-v5IeXLcdlW .card_text,
.cid-v5IeXLcdlW .card_link {
  text-align: center;
}
.cid-v5IeXLUbqt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-v5IeXLUbqt .container {
    max-width: 1400px;
  }
}
.cid-v5IeXLUbqt .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v5IeXLUbqt .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v5IeXLUbqt .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-v5IeXLUbqt .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-v5IeXLUbqt .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-v5IeXLUbqt .card-wrapper .card-box {
  height: 100%;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v5IeXLUbqt .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-v5IeXLUbqt .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-v5IeXLUbqt .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-v5IeXLUbqt .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-v5IeXLUbqt .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-v5IeXLUbqt .card-box {
    text-align: left;
  }
  .cid-v5IeXLUbqt .card-box .card-title {
    text-align: left;
  }
}
.cid-v5IeXLUbqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IeXLUbqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IeXLUbqt SPAN {
  color: #000000;
}
.cid-v5IeXLUbqt .main-title {
  color: #000000;
}
.cid-v5IeXLUbqt .card .card-wrapper .card-box .card-title,
.cid-v5IeXLUbqt .card-box {
  color: #232323;
}
.cid-v5IDy2Qe40 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5IDy2Qe40 .mbr-text,
.cid-v5IDy2Qe40 .mbr-section-btn {
  color: #999999;
}
.cid-v5IDy2Qe40 ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v5IDy2Qe40 ul li::before {
  content: "\2022";
  color: #ffbd59;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  transform: translateY(5px);
}
.cid-v5IDy2Qe40 li {
  padding-bottom: 0rem;
  transition: all 0.3s;
}
.cid-v5IDy2Qe40 li a {
  font-weight: 600;
}
.cid-v5IDy2Qe40 li:hover {
  color: #670c0b;
}
.cid-v5IDy2Qe40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IDy2Qe40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IDy2Qe40 H2 {
  text-align: center;
}
.cid-v5IEAVDHxF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5IEAVDHxF .mbr-text,
.cid-v5IEAVDHxF .mbr-section-btn {
  color: #999999;
}
.cid-v5IEAVDHxF ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v5IEAVDHxF ul li::before {
  content: "\2022";
  color: #ffbd59;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  transform: translateY(5px);
}
.cid-v5IEAVDHxF li {
  padding-bottom: 0rem;
  transition: all 0.3s;
}
.cid-v5IEAVDHxF li a {
  font-weight: 600;
}
.cid-v5IEAVDHxF li:hover {
  color: #670c0b;
}
.cid-v5IEAVDHxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IEAVDHxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IEAVDHxF H2 {
  text-align: center;
}
.cid-v5IO7F15HW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v5IO7F15HW .mbr-text,
.cid-v5IO7F15HW .mbr-section-btn {
  color: #999999;
}
.cid-v5IO7F15HW ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v5IO7F15HW ul li::before {
  content: "\2022";
  color: #ffbd59;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  transform: translateY(5px);
}
.cid-v5IO7F15HW li {
  padding-bottom: 0rem;
  transition: all 0.3s;
}
.cid-v5IO7F15HW li a {
  font-weight: 600;
}
.cid-v5IO7F15HW li:hover {
  color: #670c0b;
}
.cid-v5IO7F15HW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IO7F15HW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IO7F15HW H2 {
  text-align: center;
}
.cid-v5IeXOzqwR {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5IeXOzqwR {
    align-items: center;
  }
  .cid-v5IeXOzqwR .row {
    justify-content: center;
  }
}
.cid-v5IeXOzqwR p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5IeXOzqwR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5IeXOzqwR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5IeXOzqwR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5IeXOzqwR .content-wrap {
    width: 100%;
  }
}
.cid-v5IeXOzqwR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5IeXOzqwR .mbr-text,
.cid-v5IeXOzqwR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5IeXOzqwR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5Jljx8gZ6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5Jljx8gZ6 .content-wrapper {
  justify-content: center;
}
.cid-v5Jljx8gZ6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-v5Jljx8gZ6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content {
  width: 100%;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5Jljx8gZ6 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v5Jljx8gZ6 .embla__button--next,
.cid-v5Jljx8gZ6 .embla__button--prev {
  display: flex;
}
.cid-v5Jljx8gZ6 .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v5Jljx8gZ6 .embla__button:hover {
  opacity: .9 !important;
}
.cid-v5Jljx8gZ6 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-v5Jljx8gZ6 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v5Jljx8gZ6 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v5Jljx8gZ6 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v5Jljx8gZ6 .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v5Jljx8gZ6 .embla {
    padding: 20px 16px;
  }
}
.cid-v5Jljx8gZ6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5Jljx8gZ6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5Jljx8gZ6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5Jljx8gZ6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5Jljx8gZ6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5Jljx8gZ6 .item-title {
  color: #272b2e;
}
.cid-v5Jljx8gZ6 .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-v5Jljx8gZ6 .item-tag {
  color: #ffffff;
}
.cid-v5Jljx8gZ6 .item-title,
.cid-v5Jljx8gZ6 .icon-wrapper {
  text-align: center;
}
.cid-v5JlawtB47 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JlawtB47 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JlawtB47 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JlawtB47 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JlawtB47 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JlawtB47 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5IeXRGb01 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-v5IeXRGb01 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-v5IeXRGb01 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v5IeXRGb01 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v5IeXRGb01 .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-v5IeXRGb01 .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-v5IeXRGb01 .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v5IeXRGb01 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v5IeXRGb01 .input-group-btn {
  padding-left: 0;
}
.cid-v5IeXRGb01 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v5IeXRGb01 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-v5IeXRGb01 .mbr-text {
  color: #444;
}
.cid-v5IeXRGb01 h5 {
  margin-bottom: 0;
}
.cid-v5IeXRGb01 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v5IeXRGb01 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5IeXRGb01 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v5IeXRGb01 .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5IeXRGb01 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v5IeXRGb01 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v5IeXRGb01 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v5IeXRGb01 .social-list a:hover {
  opacity: 0.4;
}
.cid-v5IeXRGb01 .media-container-row > div {
  padding: 0px;
}
.cid-v5IeXRGb01 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v5IeXRGb01 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-v5IeXRGb01 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v5IeXRGb01 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v5IeXRGb01 .social-list,
  .cid-v5IeXRGb01 .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-v5IeXRGb01 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v5IeXRGb01 .form-group {
    max-width: 180px;
  }
}
.cid-v5IeXRGb01 .links span {
  color: #9e9e9e;
}
.cid-v5IeXRGb01 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5IeXRGb01 .logo-title {
  text-align: center;
}
.cid-v5IeXRGb01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IeXRGb01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IeXRGb01 .logo-title,
.cid-v5IeXRGb01 .logo {
  color: #ffffff;
  text-align: center;
}
.cid-v5IeXRGb01 .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5IeXRGb01 .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-v5IeXRGb01 .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v5IeXRGb01 .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-v5IeXSSy7i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
.cid-uBP1Cg9yIG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBP1Cg9yIG .nav-item,
.cid-uBP1Cg9yIG .nav-link,
.cid-uBP1Cg9yIG .navbar-caption {
  font-weight: normal;
}
.cid-uBP1Cg9yIG .nav-item:focus,
.cid-uBP1Cg9yIG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBP1Cg9yIG .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBP1Cg9yIG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBP1Cg9yIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBP1Cg9yIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBP1Cg9yIG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #670c0b;
}
.cid-uBP1Cg9yIG .navbar.opened {
  transition: all .3s;
  background: #670c0b !important;
}
.cid-uBP1Cg9yIG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBP1Cg9yIG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBP1Cg9yIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBP1Cg9yIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBP1Cg9yIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5rem);
  }
}
.cid-uBP1Cg9yIG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBP1Cg9yIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBP1Cg9yIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBP1Cg9yIG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBP1Cg9yIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBP1Cg9yIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBP1Cg9yIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBP1Cg9yIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBP1Cg9yIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBP1Cg9yIG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBP1Cg9yIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBP1Cg9yIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBP1Cg9yIG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBP1Cg9yIG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBP1Cg9yIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBP1Cg9yIG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBP1Cg9yIG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBP1Cg9yIG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBP1Cg9yIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBP1Cg9yIG .navbar.navbar-short {
  background: #670c0b !important;
  min-height: 60px;
}
.cid-uBP1Cg9yIG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBP1Cg9yIG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBP1Cg9yIG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBP1Cg9yIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBP1Cg9yIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBP1Cg9yIG .dropdown-item.active,
.cid-uBP1Cg9yIG .dropdown-item:active {
  background-color: transparent;
}
.cid-uBP1Cg9yIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBP1Cg9yIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBP1Cg9yIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBP1Cg9yIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #670c0b;
}
.cid-uBP1Cg9yIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBP1Cg9yIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBP1Cg9yIG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBP1Cg9yIG .navbar-buttons {
  text-align: center;
}
.cid-uBP1Cg9yIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBP1Cg9yIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cea64b;
}
.cid-uBP1Cg9yIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBP1Cg9yIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBP1Cg9yIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBP1Cg9yIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBP1Cg9yIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBP1Cg9yIG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBP1Cg9yIG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBP1Cg9yIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBP1Cg9yIG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBP1Cg9yIG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBP1Cg9yIG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uBP1Cg9yIG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uBP1Cg9yIG .soc-item {
  margin: .5rem .3rem;
}
.cid-uBP1Cg9yIG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBP1Cg9yIG a.nav-link,
.cid-uBP1Cg9yIG a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uBP1Cg9yIG a.nav-link .mbr-iconfont-btn,
.cid-uBP1Cg9yIG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uBP1Cg9yIG a.nav-link:hover .mbr-iconfont-btn,
.cid-uBP1Cg9yIG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uBP1Cg9yIG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBP1Cg9yIG .navbar {
    height: 77px;
  }
  .cid-uBP1Cg9yIG .navbar.opened {
    height: auto;
  }
  .cid-uBP1Cg9yIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBP1CgHgzh {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uBP1CgHgzh .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-uBP1CgHgzh .wrapper {
    padding: 0 6rem;
  }
}
.cid-uBP1CgHgzh .mbr-text {
  color: #9a948d;
}
.cid-uBP1CgHgzh .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uBP1CgHgzh .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uBP1CgHgzh .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBP1CgHgzh .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uBP1CgHgzh .btn:hover .effectHover::before {
  border-top: 1px solid #670c0b;
  border-left: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
.cid-uBP1CgHgzh .btn:hover .effectHover::after {
  border-bottom: 1px solid #670c0b;
  border-right: 1px solid #670c0b;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uBP1CgHgzh .right {
    padding-right: 60px;
  }
}
.cid-uBP1CgHgzh .mbr-text,
.cid-uBP1CgHgzh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBP1CgHgzh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uBP1ChbC2m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf4;
}
.cid-uBP1ChbC2m .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #ffbd59;
  text-align: center;
}
.cid-uBP1ChbC2m .mbr-section-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBP1ChbC2m .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uBP1ChbC2m .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uBP1ChbC2m .card_wrapper:hover .card_title a {
  color: #670c0b !important;
}
.cid-uBP1ChbC2m .card_wrapper:hover .card_link .mbr-iconfont {
  color: #670c0b !important;
}
.cid-uBP1ChbC2m .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uBP1ChbC2m .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uBP1ChbC2m .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uBP1ChbC2m .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uBP1ChbC2m .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uBP1ChbC2m .icon_block {
  margin-bottom: 40px;
}
.cid-uBP1ChbC2m .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #f29200 0%, rgba(255, 189, 89, 0.8) 100%);
}
.cid-uBP1ChbC2m .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uBP1ChbC2m .card_title {
  margin-bottom: 20px;
  color: #ffbd59;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uBP1ChbC2m .card_text {
  margin-bottom: 50px;
}
.cid-uBP1ChbC2m .card_link {
  display: block;
}
.cid-uBP1ChbC2m .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uBP1ChbC2m .card_link a:hover {
  transform: translateX(6px);
}
.cid-uBP1ChbC2m .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uBP1ChbC2m .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uBP1ChbC2m .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fffbf4;
  border-radius: 50%;
}
.cid-uBP1ChbC2m .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #320707;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uBP1ChbC2m .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #670c0b;
}
.cid-uBP1ChbC2m .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #fcbb07;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uBP1ChbC2m .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uBP1ChbC2m .card_title {
    margin-bottom: 15px;
  }
  .cid-uBP1ChbC2m .card_text {
    margin-bottom: 20px;
  }
  .cid-uBP1ChbC2m .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uBP1ChbC2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP1ChbC2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP1ChbC2m .card_title,
.cid-uBP1ChbC2m .icon_block {
  text-align: center;
  color: #000000;
}
.cid-uBP1ChbC2m .card_text,
.cid-uBP1ChbC2m .card_link {
  text-align: center;
}
.cid-uBP1ChPwmh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uBP1ChPwmh .container {
    max-width: 1400px;
  }
}
.cid-uBP1ChPwmh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #670c0b;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uBP1ChPwmh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uBP1ChPwmh .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-uBP1ChPwmh .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-uBP1ChPwmh .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 189, 89, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
}
.cid-uBP1ChPwmh .card-wrapper .card-box {
  height: 100%;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uBP1ChPwmh .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uBP1ChPwmh .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-uBP1ChPwmh .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-uBP1ChPwmh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uBP1ChPwmh .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-uBP1ChPwmh .card-box {
    text-align: left;
  }
  .cid-uBP1ChPwmh .card-box .card-title {
    text-align: left;
  }
}
.cid-uBP1ChPwmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP1ChPwmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP1ChPwmh SPAN {
  color: #000000;
}
.cid-uBP1ChPwmh .main-title {
  color: #000000;
}
.cid-uBP1ChPwmh .card .card-wrapper .card-box .card-title,
.cid-uBP1ChPwmh .card-box {
  color: #232323;
}
.cid-uBP1Cj3lHU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBP1Cj3lHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP1Cj3lHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP1Cj3lHU .mbr-section-title {
  color: #000000;
}
.cid-uBPaL5UGVe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBPaL5UGVe .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uBPaL5UGVe .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uBPaL5UGVe .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffbd59;
  background-color: #ffbd59;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uBPaL5UGVe .mbr-text UL {
  text-align: left;
}
.cid-uBTLA3DLlS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBTLA3DLlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBTLA3DLlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBTLA3DLlS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBTLA3DLlS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBTLA3DLlS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBTLA3DLlS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBTLA3DLlS .container {
    padding: 0 24px;
  }
}
.cid-uBTLA3DLlS .row {
  justify-content: center;
}
.cid-uBTLA3DLlS .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBTLA3DLlS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBTLA3DLlS .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uBTLA3DLlS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #ffbd59;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBTLA3DLlS .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffbd59;
  border-radius: 100%;
  border: 1px solid #ffbd59;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uBTLA3DLlS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBTLA3DLlS .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uBTLA3DLlS .mbr-desc,
.cid-uBTLA3DLlS .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBTLA3DLlS .panel-title-edit {
  color: #18212d;
}
.cid-uBTLA3DLlS .panel-text {
  color: #18212d;
}
.cid-uBP1CjzJmU {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uBP1CjzJmU {
    align-items: center;
  }
  .cid-uBP1CjzJmU .row {
    justify-content: center;
  }
}
.cid-uBP1CjzJmU p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBP1CjzJmU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBP1CjzJmU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBP1CjzJmU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBP1CjzJmU .content-wrap {
    width: 100%;
  }
}
.cid-uBP1CjzJmU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBP1CjzJmU .mbr-text,
.cid-uBP1CjzJmU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBP1CjzJmU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDVZTUMh2M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVZTUMh2M .content-wrapper {
  justify-content: center;
}
.cid-uDVZTUMh2M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uDVZTUMh2M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDVZTUMh2M .embla__slide .slide-content {
  width: 100%;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 16px;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #fffbf4;
  border: 1px solid #ffa600;
  overflow: hidden;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uDVZTUMh2M .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uDVZTUMh2M .embla__button--next,
.cid-uDVZTUMh2M .embla__button--prev {
  display: flex;
}
.cid-uDVZTUMh2M .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #670c0b, #c31715) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uDVZTUMh2M .embla__button:hover {
  opacity: .9 !important;
}
.cid-uDVZTUMh2M .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZTUMh2M .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDVZTUMh2M .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uDVZTUMh2M .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDVZTUMh2M .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fffbf4;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uDVZTUMh2M .embla {
    padding: 20px 16px;
  }
}
.cid-uDVZTUMh2M .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDVZTUMh2M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVZTUMh2M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVZTUMh2M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVZTUMh2M .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDVZTUMh2M .item-title {
  color: #272b2e;
}
.cid-uDVZTUMh2M .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uDVZTUMh2M .item-tag {
  color: #ffffff;
}
.cid-uDVZTUMh2M .item-title,
.cid-uDVZTUMh2M .icon-wrapper {
  text-align: center;
}
.cid-v5JkQj4eZR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5JkQj4eZR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JkQj4eZR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5JkQj4eZR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5JkQj4eZR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5JkQj4eZR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLJvhrAqZk {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #670c0b;
}
.cid-uLJvhrAqZk .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uLJvhrAqZk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLJvhrAqZk .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLJvhrAqZk .btn-primary {
  border: 1px solid #670c0b !important;
}
.cid-uLJvhrAqZk .btn-primary:hover {
  border: 1px solid #670c0b !important;
}
.cid-uLJvhrAqZk .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLJvhrAqZk .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLJvhrAqZk .input-group-btn {
  padding-left: 0;
}
.cid-uLJvhrAqZk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLJvhrAqZk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fcbb07;
  width: 85%;
}
.cid-uLJvhrAqZk .mbr-text {
  color: #444;
}
.cid-uLJvhrAqZk h5 {
  margin-bottom: 0;
}
.cid-uLJvhrAqZk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLJvhrAqZk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLJvhrAqZk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLJvhrAqZk .socicon {
  font-size: 1.3rem;
  background: #f7f7f7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJvhrAqZk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLJvhrAqZk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLJvhrAqZk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJvhrAqZk .social-list a:hover {
  opacity: 0.4;
}
.cid-uLJvhrAqZk .media-container-row > div {
  padding: 0px;
}
.cid-uLJvhrAqZk .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLJvhrAqZk .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uLJvhrAqZk .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLJvhrAqZk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLJvhrAqZk .social-list,
  .cid-uLJvhrAqZk .img-list {
    -webkit-justify-content: center;
    justify-content: left;
    text-align: center;
  }
  .cid-uLJvhrAqZk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLJvhrAqZk .form-group {
    max-width: 180px;
  }
}
.cid-uLJvhrAqZk .links span {
  color: #9e9e9e;
}
.cid-uLJvhrAqZk .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLJvhrAqZk .logo-title {
  text-align: center;
}
.cid-uLJvhrAqZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJvhrAqZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJvhrAqZk .logo-title,
.cid-uLJvhrAqZk .logo {
  color: #ffffff;
  text-align: center;
}
.cid-uLJvhrAqZk .logo-wrap1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLJvhrAqZk .logo-wrap1 {
    margin-bottom: 5px;
  }
}
.cid-uLJvhrAqZk .logo-wrap1 img {
  display: inline-flex;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uLJvhrAqZk .logo-wrap1 img {
    width: 100px;
    height: 100px;
  }
}
.cid-uBP1CnIlsF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #670c0b;
  overflow: hidden;
}
