body {
  font-family: Jost;
}
.display-1 {
  font-family: 'agency';
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'agency';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'agency';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'agency';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bfae6b !important;
}
.bg-success {
  background-color: #d4c89a !important;
}
.bg-info {
  background-color: #c8a413 !important;
}
.bg-warning {
  background-color: #7a7870 !important;
}
.bg-danger {
  background-color: #d8bb3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bfae6b !important;
  border-color: #bfae6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #948340 !important;
  border-color: #948340 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #948340 !important;
  border-color: #948340 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bfae6b !important;
  border-color: #bfae6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #948340 !important;
  border-color: #948340 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #948340 !important;
  border-color: #948340 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c8a413 !important;
  border-color: #c8a413 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #79630b !important;
  border-color: #79630b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #79630b !important;
  border-color: #79630b !important;
}
.btn-success,
.btn-success:active {
  background-color: #d4c89a !important;
  border-color: #d4c89a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #baa75d !important;
  border-color: #baa75d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #baa75d !important;
  border-color: #baa75d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7a7870 !important;
  border-color: #7a7870 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4d4c47 !important;
  border-color: #4d4c47 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4d4c47 !important;
  border-color: #4d4c47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8bb3c !important;
  border-color: #d8bb3c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e8620 !important;
  border-color: #9e8620 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e8620 !important;
  border-color: #9e8620 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bfae6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #948340 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfae6b !important;
  border-color: #bfae6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bfae6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #948340 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfae6b !important;
  border-color: #bfae6b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8a413;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #79630b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c8a413 !important;
  border-color: #c8a413 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4c89a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #baa75d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d4c89a !important;
  border-color: #d4c89a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7a7870;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4c47 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7a7870 !important;
  border-color: #7a7870 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8bb3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e8620 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d8bb3c !important;
  border-color: #d8bb3c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bfae6b !important;
}
.text-secondary {
  color: #bfae6b !important;
}
.text-success {
  color: #d4c89a !important;
}
.text-info {
  color: #c8a413 !important;
}
.text-warning {
  color: #7a7870 !important;
}
.text-danger {
  color: #d8bb3c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #89793b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #89793b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6a152 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b580a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #45443f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #917b1d !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: #bfae6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c8a413;
}
.alert-warning {
  background-color: #7a7870;
}
.alert-danger {
  background-color: #d8bb3c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bfae6b;
  border-color: #bfae6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bfae6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e5dfc4;
}
.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: #f1d66a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b8b7b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #faf6e6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'agency';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #bfae6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'agency';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #bfae6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bfae6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bfae6b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bfae6b;
  border-bottom-color: #bfae6b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bfae6b !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: #bfae6b !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='%23bfae6b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #bfae6b !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #c2ad5a !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #111111 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #111111;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiVNAwk2g1 {
  background-image: url("../../../assets/images/xtreme-top-1900x950.jpg");
}
.cid-uiVNAwk2g1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiVNAwk2g1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiVNAwk2g1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiVNAwk2g1 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uiVNAwk2g1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiVNAwk2g1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uiVNAwk2g1 .mbr-text,
.cid-uiVNAwk2g1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ujnxsjeBfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujnxsjeBfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnxsjeBfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujnxsjeBfS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .container {
    padding: 0 25px;
  }
}
.cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujnxsjeBfS .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ujnxsjeBfS .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-ujnxsjeBfS .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #b8a664;
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #f0f0e1;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-ujnxsjeBfS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f0f0e1;
}
.cid-ujnxsjeBfS .mbr-section-title {
  color: #000000;
}
.cid-ujnxsjeBfS .mbr-section-title,
.cid-ujnxsjeBfS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uiVSFL88Fd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundx1-1200x600.jpg");
}
.cid-uiVSFL88Fd .mbr-text,
.cid-uiVSFL88Fd .mbr-section-btn {
  color: #232323;
}
.cid-uiVSFL88Fd .btn {
  width: 100%;
}
.cid-uiVSFL88Fd .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uiVSFL88Fd H1 {
  text-align: center;
  color: #c2ad5a;
}
.cid-uiVSFL88Fd P {
  color: #ffffff;
}
.cid-uiHj6iyQi9 {
  background-image: url("../../../assets/images/superbann-1-1200x600.jpg");
}
.cid-uifa6zkMUl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/back-1-1200x640.jpg");
}
.cid-uifa6zkMUl .mbr-overlay {
  background: #2f2e2e;
  opacity: 0.6;
}
.cid-uifa6zkMUl img,
.cid-uifa6zkMUl .item-img {
  width: 100%;
}
.cid-uifa6zkMUl .item:focus,
.cid-uifa6zkMUl span:focus {
  outline: none;
}
.cid-uifa6zkMUl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uifa6zkMUl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uifa6zkMUl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uifa6zkMUl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uifa6zkMUl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uifa6zkMUl .mbr-section-title {
  color: #bfae6b;
}
.cid-uifa6zkMUl .mbr-text,
.cid-uifa6zkMUl .mbr-section-btn {
  text-align: center;
  color: #111111;
}
.cid-uifa6zkMUl .item-title {
  text-align: center;
  color: #998844;
}
.cid-uifa6zkMUl .item-subtitle {
  text-align: center;
}
.cid-uifa6zkMUl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiBXRqPV4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/back-1-1200x640.jpg");
}
.cid-uiBXRqPV4f .mbr-overlay {
  background: #2f2e2e;
  opacity: 0.6;
}
.cid-uiBXRqPV4f img,
.cid-uiBXRqPV4f .item-img {
  width: 100%;
}
.cid-uiBXRqPV4f .item:focus,
.cid-uiBXRqPV4f span:focus {
  outline: none;
}
.cid-uiBXRqPV4f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiBXRqPV4f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uiBXRqPV4f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiBXRqPV4f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uiBXRqPV4f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiBXRqPV4f .mbr-section-title {
  color: #bfae6b;
}
.cid-uiBXRqPV4f .mbr-text,
.cid-uiBXRqPV4f .mbr-section-btn {
  text-align: center;
}
.cid-uiBXRqPV4f .item-title {
  text-align: center;
  color: #998844;
}
.cid-uiBXRqPV4f .item-subtitle {
  text-align: center;
}
.cid-uiBXRqPV4f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiGVdatECN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-uiGVdatECN .line {
  background-color: #c2ad5a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiGVdatECN .mbr-text {
  color: #fafafa;
}
.cid-ujg2xdVSA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundx1-1-1200x600.jpg");
}
.cid-ujg2xdVSA1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-ujg2xdVSA1 .panel-group {
  border: none;
}
.cid-ujg2xdVSA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujg2xdVSA1 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-ujg2xdVSA1 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-ujg2xdVSA1 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujg2xdVSA1 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ujg2xdVSA1 .content {
  margin: 5rem auto;
}
.cid-ujg2xdVSA1 .img-col {
  padding: 0;
}
.cid-ujg2xdVSA1 .img-item {
  height: 100%;
}
.cid-ujg2xdVSA1 img {
  height: 100%;
  object-fit: cover;
}
.cid-ujg2xdVSA1 .collapsed span {
  transform: rotate(0deg);
}
.cid-ujg2xdVSA1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujg2xdVSA1 p {
  margin-bottom: 0.3rem;
}
.cid-ujg2xdVSA1 .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-ujg2xdVSA1 .panel-title-edit {
  color: #000000;
}
.cid-ujg2xdVSA1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-ujg2xdVSA1 .card {
  background: #d4c89a;
  padding: 3rem 2rem;
  border-radius: 2rem !important;
}
.cid-ujg2xdVSA1 .panel-title-edit,
.cid-ujg2xdVSA1 .mbr-iconfont {
  color: #111111;
}
.cid-ujg2xdVSA1 .panel-text {
  color: #787151;
}
.cid-ujg2xdVSA1 H4 {
  color: #777777;
}
.cid-ujg2xdVSA1 H3 {
  text-align: center;
  color: #c2ad5a;
}
.cid-uiJE7Kju3b {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #111111;
}
.cid-uiJE7Kju3b .carousel {
  width: 100%;
}
.cid-uiJE7Kju3b .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uiJE7Kju3b .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uiJE7Kju3b .carousel-caption {
  bottom: 40px;
}
.cid-uiJE7Kju3b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uiJE7Kju3b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uiJE7Kju3b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uiJE7Kju3b .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uiJE7Kju3b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uiJE7Kju3b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uiJE7Kju3b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uiJE7Kju3b .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiJE7Kju3b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiJE7Kju3b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiJE7Kju3b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uiJE7Kju3b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uiJE7Kju3b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uiJE7Kju3b .carousel-indicators li.active,
.cid-uiJE7Kju3b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uiJE7Kju3b .carousel-indicators li::after,
.cid-uiJE7Kju3b .carousel-indicators li::before {
  content: none;
}
.cid-uiJE7Kju3b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uiJE7Kju3b .carousel-indicators {
    display: none !important;
  }
}
.cid-uiWm88yXuZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-uiWm88yXuZ .mbr-section-subtitle {
  color: #111111;
  font-weight: 800;
  text-align: left;
  width: 100%;
}
.cid-uiWm88yXuZ .mbr-section-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 1.85;
  font-size: 13px;
}
.cid-uiWm88yXuZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 100%;
  font-weight: 700;
}
.cid-uiWm88yXuZ .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.cid-uiWm88yXuZ .mbr-text,
.cid-uiWm88yXuZ .video-text {
  color: #ffffff;
}
.cid-uiWm88yXuZ .card {
  padding: 1rem 0.5rem;
}
.cid-uiWm88yXuZ .card .mbr-crt-title .card-title {
  color: #ffffff;
}
.cid-uiWm88yXuZ .wrap {
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
.cid-uiWm88yXuZ .wrap .pie_progress {
  height: inherit;
}
.cid-uiWm88yXuZ .btn {
  margin: 0 !important;
}
.cid-uiWm88yXuZ path {
  stroke: #000000;
}
.cid-uiWm88yXuZ ellipse {
  fill: #ffffff;
}
.cid-uiWm88yXuZ .video-wrap {
  cursor: pointer;
}
.cid-uiWm88yXuZ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uiWm88yXuZ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #c2ad5a !important;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.cid-uiWm88yXuZ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uiWm88yXuZ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uiWm88yXuZ .video-wrap .video-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uiWm88yXuZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uiWm88yXuZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uiWm88yXuZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uiWm88yXuZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .cid-uiWm88yXuZ .video-wrap {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiWm88yXuZ .card {
    flex-basis: 33%;
  }
}
@media (max-width: 1199px) {
  .cid-uiWm88yXuZ .main > div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uiWm88yXuZ h2,
  .cid-uiWm88yXuZ h3 {
    text-align: center !important;
  }
  .cid-uiWm88yXuZ .main > div > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uiWm88yXuZ .second-col {
    padding-top: 1.5rem;
  }
  .cid-uiWm88yXuZ .video-wrap {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-uiWm88yXuZ .show-modal {
    height: 80%;
  }
}
.cid-uiWm88yXuZ p {
  color: #4f87fb;
}
.cid-uiWm88yXuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiWm88yXuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiWm88yXuZ P {
  color: #111111;
}
.cid-uiWm88yXuZ .mbr-text,
.cid-uiWm88yXuZ .mbr-section-btn {
  color: #111111;
}
.cid-uiWm88yXuZ .card .mbr-crt-title .card-title {
  color: #111111;
}
.cid-uiUqb70thF {
  background-image: url("../../../assets/images/e-comm-1-1200x673.jpg");
}
.cid-uiU8Ajoxxv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundx1-1200x600.jpg");
}
.cid-uiU8Ajoxxv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uiU8Ajoxxv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uiU8Ajoxxv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiU8Ajoxxv .mbr-section-title {
  color: #c2ad5a;
}
.cid-uiU8Ajoxxv .mbr-text,
.cid-uiU8Ajoxxv .mbr-section-btn {
  color: #ffffff;
}
.cid-ujn7vXhe1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujn7vXhe1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujn7vXhe1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujn7vXhe1L .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujn7vXhe1L .container-fluid {
    padding: 0;
  }
}
.cid-ujn7vXhe1L .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujn7vXhe1L .container {
    padding: 0 20px;
  }
}
.cid-ujn7vXhe1L .row {
  justify-content: center;
}
.cid-ujn7vXhe1L .card {
  padding: 0;
}
.cid-ujn7vXhe1L .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujn7vXhe1L .card img {
    height: 300px;
  }
}
.cid-ujn7vXhe1L .row.cards {
  margin: 0;
}
.cid-ujn7vXhe1L .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujn7vXhe1L .row.cards img {
    height: 300px;
  }
}
.cid-uiP40hxALj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/superbann-1-1200x600.jpg");
}
@media (max-width: 991px) {
  .cid-uiP40hxALj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiP40hxALj .row {
  flex-direction: row-reverse;
}
.cid-uiP40hxALj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiP40hxALj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiP40hxALj .mbr-description {
  color: #fafafa;
}
.cid-uiP40hxALj .mbr-section-title {
  color: #c2ad5a;
  text-align: center;
}
.cid-uiP40hxALj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiJlELtobT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1b1b;
}
.cid-uiJlELtobT .mbr-section-title {
  color: #c2ad5a;
}
.cid-uiJlELtobT .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uiGND6k2ml {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundx1-1200x600.jpg");
}
.cid-uiGND6k2ml .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uiGND6k2ml .plan-body {
  padding-bottom: 2rem;
}
.cid-uiGND6k2ml .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiGND6k2ml .price {
  color: #bfae6b;
}
.cid-uiGND6k2ml .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uiGND6k2ml .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uiGND6k2ml .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uiGND6k2ml .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiGND6k2ml .plan {
    margin-bottom: 2rem;
  }
}
.cid-uiWnngcpT5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #998844;
}
.cid-uiWnngcpT5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiWnngcpT5 .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-uiWnngcpT5 .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-uiWnngcpT5 .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #ffffff;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-uiWnngcpT5 .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-uiWnngcpT5 .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-uiWnngcpT5 .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-uiWnngcpT5 .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-uiWnngcpT5 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uiWnngcpT5 .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-uiWnngcpT5 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #111111;
}
.cid-uiWnngcpT5 .text-content .social span:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uiWnngcpT5 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uiWnngcpT5 .list-block {
  position: relative;
}
.cid-uiWnngcpT5 .list-block h4,
.cid-uiWnngcpT5 .list-block p {
  padding-left: 4.5rem;
}
.cid-uiWnngcpT5 .card-img {
  display: block;
}
.cid-uiWnngcpT5 .mbr-form {
  max-width: 550px;
}
.cid-uiWnngcpT5 .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uiWnngcpT5 .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uiWnngcpT5 .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uiWnngcpT5 .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uiWnngcpT5 .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-uiWnngcpT5 .mbr-form textarea {
  min-height: 100px;
}
.cid-uiWnngcpT5 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #bfae6b;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-uiWnngcpT5 .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-uiWnngcpT5 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uiWnngcpT5 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uiWnngcpT5 .mbr-section-title,
  .cid-uiWnngcpT5 .content-title,
  .cid-uiWnngcpT5 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uiWnngcpT5 .text-content .content-title,
.cid-uiWnngcpT5 .social {
  color: #111111;
}
.cid-uiWnngcpT5 .mbr-form .mbr-section-title,
.cid-uiWnngcpT5 .mbr-section-btn {
  color: #111111;
}
.cid-uiWnngcpT5 .text-content .list-block .list-item-title {
  color: #ffffff;
}
.cid-uiWnngcpT5 .text-content .list-block .list-item-text {
  color: #111111;
}
.cid-uiWnngcpT5 .mbr-form .mbr-subtitle,
.cid-uiWnngcpT5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uk7jo3zcMZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uk7jo3zcMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7jo3zcMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7jo3zcMZ .item {
  padding-bottom: 2rem;
}
.cid-uk7jo3zcMZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uk7jo3zcMZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uk7jo3zcMZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uk7jo3zcMZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uk7jo3zcMZ .carousel-control,
.cid-uk7jo3zcMZ .close {
  background: #1b1b1b;
}
.cid-uk7jo3zcMZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uk7jo3zcMZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uk7jo3zcMZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uk7jo3zcMZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uk7jo3zcMZ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uk7jo3zcMZ .close::before {
  content: '\e91a';
}
.cid-uk7jo3zcMZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uk7jo3zcMZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uk7jo3zcMZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uk7jo3zcMZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uk7jo3zcMZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uk7jo3zcMZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uk7jo3zcMZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uk7jo3zcMZ .carousel-indicators li.active,
.cid-uk7jo3zcMZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uk7jo3zcMZ .carousel-indicators li::after,
.cid-uk7jo3zcMZ .carousel-indicators li::before {
  content: none;
}
.cid-uk7jo3zcMZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uk7jo3zcMZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uk7jo3zcMZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7jo3zcMZ .carousel-indicators {
    display: none;
  }
}
.cid-uk7jo3zcMZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uk7jo3zcMZ .carousel-inner > .active {
  display: block;
}
.cid-uk7jo3zcMZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uk7jo3zcMZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uk7jo3zcMZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uk7jo3zcMZ .carousel-control,
  .cid-uk7jo3zcMZ .carousel-indicators,
  .cid-uk7jo3zcMZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uk7jo3zcMZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uk7jo3zcMZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uk7jo3zcMZ .carousel-indicators .active,
.cid-uk7jo3zcMZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uk7jo3zcMZ .carousel-indicators .active {
  background: #fff;
}
.cid-uk7jo3zcMZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uk7jo3zcMZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uk7jo3zcMZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uk7jo3zcMZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uk7jo3zcMZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uk7jo3zcMZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uk7jo3zcMZ .carousel {
  width: 100%;
}
.cid-uk7jo3zcMZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uk7jo3zcMZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uk7jo3zcMZ .modal.fade .modal-dialog,
.cid-uk7jo3zcMZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uk7jo3zcMZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uk7jo3zcMZ H6 {
  text-align: center;
}
.cid-uk7jo3zcMZ H3 {
  color: #d4c89a;
}
.cid-uk7aH1kyZg {
  background-image: url("../../../assets/images/bann-super24-1-1200x600.jpg");
}
.cid-uiVIDiAjBG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uiVIDiAjBG img {
  width: 120px;
  margin: auto;
}
.cid-uiVIDiAjBG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uiVIDiAjBG .card {
    max-width: 12.5%;
  }
}
.cid-uhAXsSYAJC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-uhAXsSYAJC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAXsSYAJC .row {
    text-align: center;
  }
  .cid-uhAXsSYAJC .row > div {
    margin: auto;
  }
  .cid-uhAXsSYAJC .social-row {
    justify-content: center;
  }
}
.cid-uhAXsSYAJC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhAXsSYAJC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 0rem;
  }
}
.cid-uhAXsSYAJC .mbr-text {
  color: #bbbbbb;
}
.cid-uhAXsSYAJC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhAXsSYAJC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhAXsSYAJC H5 {
  color: #bfae6b;
}
.cid-uhAXsSYAJC .copyright {
  color: #c2ad5a;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #bfae6b !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #c2ad5a !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #111111 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #111111;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhB6pxsYNx {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uhB6pxsYNx .mbr-text,
.cid-uhB6pxsYNx .mbr-section-btn {
  text-align: right;
}
.cid-uhB6pxsYNx .mbr-section-title {
  text-align: right;
}
.cid-uhAXsSYAJC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-uhAXsSYAJC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAXsSYAJC .row {
    text-align: center;
  }
  .cid-uhAXsSYAJC .row > div {
    margin: auto;
  }
  .cid-uhAXsSYAJC .social-row {
    justify-content: center;
  }
}
.cid-uhAXsSYAJC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhAXsSYAJC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 0rem;
  }
}
.cid-uhAXsSYAJC .mbr-text {
  color: #bbbbbb;
}
.cid-uhAXsSYAJC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhAXsSYAJC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhAXsSYAJC H5 {
  color: #bfae6b;
}
.cid-uhAXsSYAJC .copyright {
  color: #c2ad5a;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #bfae6b !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #c2ad5a !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #111111 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #111111;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukU9Nv5Yjm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #EAE3CC;
}
.cid-ukU9Nv5Yjm img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-ukU9Nv5Yjm .mbr-section-title {
  text-align: left;
  color: #111111;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ukU9Nv5Yjm .mbr-text {
  color: #111111;
  line-height: 1.5;
}
.cid-ukU9Nv5Yjm .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-ukU9Nv5Yjm .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-ukU9Nv5Yjm .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-ukU9Nv5Yjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukU9Nv5Yjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukU9Nv5Yjm .mbr-list,
.cid-ukU9Nv5Yjm .social-media {
  color: #111111;
}
.cid-ukU2JulXUJ {
  padding-top: 40px;
  background-color: #f0f0e1;
}
.cid-ukU2JulXUJ .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-ukU2JulXUJ .box-item {
  width: 29%;
}
.cid-ukU2JulXUJ .box-item:first-child {
  background-image: url("../../../assets/images/e-comm24-1-1200x673.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-ukU2JulXUJ .box-item .wrap {
  height: 100%;
  background-color: #b8a664;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-ukU2JulXUJ .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-ukU2JulXUJ .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 1.75;
}
.cid-ukU2JulXUJ .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-ukU2JulXUJ .box-item .heading h5 {
  font-weight: 700;
}
.cid-ukU2JulXUJ .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 1.45;
}
.cid-ukU2JulXUJ .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-ukU2JulXUJ .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-ukU2JulXUJ .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-ukU2JulXUJ .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-ukU2JulXUJ .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #bfae6b;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-ukU2JulXUJ .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-ukU2JulXUJ .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-ukU2JulXUJ .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-ukU2JulXUJ .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-ukU2JulXUJ .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-ukU2JulXUJ .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-ukU2JulXUJ .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-ukU2JulXUJ .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-ukU2JulXUJ .right-side .box-item .box-item-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-ukU2JulXUJ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #b8a664;
}
.cid-ukU2JulXUJ .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 1.71;
}
.cid-ukU2JulXUJ .box-list li:last-child {
  border-bottom: none;
}
.cid-ukU2JulXUJ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-ukU2JulXUJ .media-content {
  flex-basis: initial;
}
.cid-ukU2JulXUJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukU2JulXUJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukU2JulXUJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukU2JulXUJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ukU2JulXUJ .icon-wrap {
  background-color: #d4c89a;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-ukU2JulXUJ .icon-wrap:hover {
  background-color: #EAE3CC !important;
}
.cid-ukU2JulXUJ .icon-wrap:after {
  content: '';
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-ukU2JulXUJ .icon-wrap span {
  padding-left: 8px;
  font-weight: bold;
}
.cid-ukU2JulXUJ .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/webs1-1200x600.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ukU2JulXUJ .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-ukU2JulXUJ .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-ukU2JulXUJ .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-ukU2JulXUJ .box-item:first-child {
    margin-right: 10px;
  }
  .cid-ukU2JulXUJ .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-ukU2JulXUJ .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-ukU2JulXUJ .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-ukU2JulXUJ .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-ukU2JulXUJ .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-ukU2JulXUJ .box-item-text {
    text-align: center;
  }
  .cid-ukU2JulXUJ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-ukU2JulXUJ .right-side {
    flex-wrap: wrap;
  }
  .cid-ukU2JulXUJ .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-ukU2JulXUJ .show-modal {
    height: 80%;
  }
}
.cid-ukU2JulXUJ .mbr-section-btn {
  color: #232323;
}
.cid-ukU2JulXUJ .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-ukU2JulXUJ h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-ukU2JulXUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukU2JulXUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukU2JulXUJ .right-side .box-item-title {
  color: #787151;
  text-align: center;
}
.cid-ukU2JulXUJ .right-side .box-item .box-item-text {
  color: #111111;
  text-align: center;
}
.cid-ukU2JulXUJ H5 {
  color: #fafafa;
}
.cid-ukU2JulXUJ .box-item .wrap .box-item-text,
.cid-ukU2JulXUJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uhAXsSYAJC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-uhAXsSYAJC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAXsSYAJC .row {
    text-align: center;
  }
  .cid-uhAXsSYAJC .row > div {
    margin: auto;
  }
  .cid-uhAXsSYAJC .social-row {
    justify-content: center;
  }
}
.cid-uhAXsSYAJC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhAXsSYAJC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhAXsSYAJC .list {
    margin-bottom: 0rem;
  }
}
.cid-uhAXsSYAJC .mbr-text {
  color: #bbbbbb;
}
.cid-uhAXsSYAJC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhAXsSYAJC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhAXsSYAJC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhAXsSYAJC H5 {
  color: #bfae6b;
}
.cid-uhAXsSYAJC .copyright {
  color: #c2ad5a;
}
