.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'South Hamburg';
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'JosefinSans-Thin';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'JosefinSans-Thin';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'JosefinSans-Thin';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'JosefinSans-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-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))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #a52712 !important;
}
.bg-success {
  background-color: #e4b1b4 !important;
}
.bg-info {
  background-color: #626262 !important;
}
.bg-warning {
  background-color: #e1efef !important;
}
.bg-danger {
  background-color: #f2f2f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a52712 !important;
  border-color: #a52712 !important;
  color: #000000 !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: #571509 !important;
  border-color: #a52712 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #571509 !important;
  border-color: #a52712 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #000000 !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: #b39617 !important;
  border-color: #e6c63b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #e6c63b !important;
}
.btn-info,
.btn-info:active {
  background-color: #626262 !important;
  border-color: #626262 !important;
  color: #000000 !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: #373737 !important;
  border-color: #626262 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #626262 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4b1b4 !important;
  border-color: #e4b1b4 !important;
  color: #000000 !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: #ce7176 !important;
  border-color: #e4b1b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ce7176 !important;
  border-color: #e4b1b4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e1efef !important;
  border-color: #e1efef !important;
  color: #000000 !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: #a8d1d1 !important;
  border-color: #e1efef !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a8d1d1 !important;
  border-color: #e1efef !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #000000 !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: #c7c7c7 !important;
  border-color: #f2f2f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c7c7c7 !important;
  border-color: #f2f2f2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !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: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #2b2b2b !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: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a52712;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #a52712 !important;
  border-color: #a52712;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a52712 !important;
  border-color: #a52712 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #626262;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e4b1b4;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #e4b1b4 !important;
  border-color: #e4b1b4;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e4b1b4 !important;
  border-color: #e4b1b4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e1efef;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e1efef !important;
  border-color: #e1efef;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e1efef !important;
  border-color: #e1efef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f2f2f2;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #a52712 !important;
}
.text-secondary {
  color: #e6c63b !important;
}
.text-success {
  color: #e4b1b4 !important;
}
.text-info {
  color: #626262 !important;
}
.text-warning {
  color: #e1efef !important;
}
.text-danger {
  color: #f2f2f2 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68b15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a68b15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca656b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f2f2f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9ecccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bfbfbf !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a52712;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #626262;
}
.alert-warning {
  background-color: #e1efef;
}
.alert-danger {
  background-color: #f2f2f2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a52712;
  border-color: #a52712;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a52712;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eb624b;
}
.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: #a2a2a2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'JosefinSans-Thin';
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'JosefinSans-Thin';
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #a52712;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a52712;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #a52712;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #a52712;
  border-bottom-color: #a52712;
}
.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: #a52712 !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: #e6c63b !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='%23a52712' %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 0s;
}
.cid-ud3BBbC9ZE {
  z-index: 1000;
  width: 100%;
}
.cid-ud3BBbC9ZE nav.navbar {
  position: fixed;
}
.cid-ud3BBbC9ZE .btn {
  line-height: 1.2;
}
.cid-ud3BBbC9ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ud3BBbC9ZE .nav-link {
  position: relative;
}
.cid-ud3BBbC9ZE .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #e4b1b4;
}
.cid-ud3BBbC9ZE .nav-link:hover {
  color: #e4b1b4 !important;
}
.cid-ud3BBbC9ZE .nav-link:hover:before {
  width: 100%;
}
.cid-ud3BBbC9ZE .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-ud3BBbC9ZE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud3BBbC9ZE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ud3BBbC9ZE .dropdown-item:hover,
.cid-ud3BBbC9ZE .dropdown-item:focus {
  background: #a52712 !important;
  color: white !important;
}
.cid-ud3BBbC9ZE .dropdown-item:hover span {
  color: white;
}
.cid-ud3BBbC9ZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ud3BBbC9ZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ud3BBbC9ZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud3BBbC9ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-ud3BBbC9ZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ud3BBbC9ZE .container {
    flex-wrap: nowrap;
  }
}
.cid-ud3BBbC9ZE .iconfont-wrapper {
  color: #626262 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud3BBbC9ZE .navbar-nav {
  margin: auto;
}
.cid-ud3BBbC9ZE .dropdown-menu,
.cid-ud3BBbC9ZE .navbar.opened {
  background: #000000 !important;
}
.cid-ud3BBbC9ZE .nav-item:focus,
.cid-ud3BBbC9ZE .nav-link:focus {
  outline: none;
}
.cid-ud3BBbC9ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud3BBbC9ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3BBbC9ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud3BBbC9ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud3BBbC9ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3BBbC9ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3BBbC9ZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #000000;
}
.cid-ud3BBbC9ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-ud3BBbC9ZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud3BBbC9ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-ud3BBbC9ZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud3BBbC9ZE .navbar.collapsed {
  justify-content: center;
}
.cid-ud3BBbC9ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud3BBbC9ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud3BBbC9ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ud3BBbC9ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3BBbC9ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3BBbC9ZE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ud3BBbC9ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3BBbC9ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud3BBbC9ZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud3BBbC9ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud3BBbC9ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3BBbC9ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3BBbC9ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3BBbC9ZE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ud3BBbC9ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ud3BBbC9ZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3BBbC9ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud3BBbC9ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud3BBbC9ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud3BBbC9ZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ud3BBbC9ZE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ud3BBbC9ZE .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud3BBbC9ZE .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-ud3BBbC9ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ud3BBbC9ZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3BBbC9ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3BBbC9ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3BBbC9ZE .dropdown-item.active,
.cid-ud3BBbC9ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3BBbC9ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3BBbC9ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3BBbC9ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3BBbC9ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud3BBbC9ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3BBbC9ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3BBbC9ZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud3BBbC9ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud3BBbC9ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb18a;
}
.cid-ud3BBbC9ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud3BBbC9ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud3BBbC9ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud3BBbC9ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud3BBbC9ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud3BBbC9ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud3BBbC9ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud3BBbC9ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud3BBbC9ZE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ud3BBbC9ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud3BBbC9ZE .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-ud3BBbC9ZE .navbar {
    height: 70px;
  }
  .cid-ud3BBbC9ZE .navbar.opened {
    height: auto;
  }
  .cid-ud3BBbC9ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueogccQ0s0 {
  background-image: url("../../../assets/images/shutterstock-571889578-2000x1333.jpg");
}
.cid-ueogccQ0s0 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueogccQ0s0 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ueogccQ0s0 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ueogccQ0s0 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ueogccQ0s0 H3 {
  color: #ffffff;
}
.cid-udi0SkeSSe {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/371663-3-1920x1200.jpg");
}
.cid-udi0SkeSSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udi0SkeSSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udi0SkeSSe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-udi0SkeSSe .team-card:hover {
  transform: translateY(-10px);
}
.cid-udi0SkeSSe .card-wrap {
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-udi0SkeSSe .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-udi0SkeSSe .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-udi0SkeSSe .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udi0SkeSSe .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-udi0SkeSSe .card-wrap:hover {
  transform: scale(1.05);
}
.cid-udi0SkeSSe .social-row {
  text-align: center;
}
.cid-udi0SkeSSe .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 #04492e;
  transition: all 0.3s;
}
.cid-udi0SkeSSe .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #04492e;
  font-size: 1.5rem;
}
.cid-udi0SkeSSe .social-row .soc-item:hover {
  background-color: #04492e;
}
.cid-udi0SkeSSe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-udi0SkeSSe .mbr-section-title {
  color: #ffffff;
}
.cid-udi0SkeSSe .card-title,
.cid-udi0SkeSSe .social-row {
  color: #000000;
}
.cid-udi0SkeSSe .mbr-role,
.cid-udi0SkeSSe .social-row {
  color: #04492e;
}
.cid-udi0SkeSSe .mbr-section-subtitle {
  color: #cacaca;
}
.cid-udi0SkeSSe .card-text,
.cid-udi0SkeSSe .mbr-section-btn,
.cid-udi0SkeSSe .social-row {
  text-align: left;
  color: #313131;
}
.cid-udi7J3kpXa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/backdrop-874452-1920-1920x1080.jpg");
}
.cid-udi7J3kpXa .item-wrapper {
  width: 100%;
}
.cid-udi7J3kpXa .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-udi7J3kpXa .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-udi7J3kpXa .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-udi7J3kpXa .mbr-section-subtitle {
  color: #cacaca;
}
.cid-udi7J3kpXa .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-udi7J3kpXa .mbr-section-btn {
  border: 2px solid #a52712;
}
.cid-udi7J3kpXa .mbr-section-btn:hover {
  background-color: #a52712;
  border: 2px solid #a52712;
}
.cid-udi7J3kpXa .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-udi7J3kpXa H5 {
  color: #ffffff;
}
.cid-udi7J3kpXa P {
  color: #ffffff;
}
.cid-udi4Tay0Sk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backdrop-874452-1920-1920x1080.jpg");
}
.cid-udi4Tay0Sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-udi4Tay0Sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udi4Tay0Sk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .container {
    padding: 0 26px;
  }
}
.cid-udi4Tay0Sk .row {
  justify-content: center;
}
.cid-udi4Tay0Sk .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #cacaca;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-udi4Tay0Sk .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-udi4Tay0Sk .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-udi4Tay0Sk .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-udi4Tay0Sk .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udi4Tay0Sk .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-udi4Tay0Sk .mbr-section-title {
  color: #000000;
}
.cid-udi4Tay0Sk .mbr-section-subtitle {
  color: #000000;
}
.cid-udi4Tay0Sk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-udi4Tay0Sk P {
  color: #ffffff;
  text-align: right;
}
.cid-udi4Tay0Sk .mbr-section-title,
.cid-udi4Tay0Sk .mbr-section-btn {
  text-align: left;
}
.cid-uf39j32bgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-uf39j32bgY .fb-page,
.cid-uf39j32bgY span,
.cid-uf39j32bgY iframe {
  width: 500px;
  height: 820px;
}
.cid-uf39j32bgY blockquote {
  display: none;
}
.cid-uf39j32bgY .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uf39j32bgY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udiawMdwrD {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udiawMdwrD .item-wrapper {
  width: 100%;
}
.cid-udiawMdwrD .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-udiawMdwrD .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-udiawMdwrD .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-udiawMdwrD .mbr-section-subtitle {
  color: #cacaca;
}
.cid-udiawMdwrD .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-udiawMdwrD .mbr-section-btn {
  border: 2px solid #a52712;
}
.cid-udiawMdwrD .mbr-section-btn:hover {
  background-color: #a52712;
  border: 2px solid #a52712;
}
.cid-udiawMdwrD .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-udiawMdwrD H5 {
  color: #ffffff;
}
.cid-udiawMdwrD P {
  color: #ffffff;
}
.cid-udoMq7CHTh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-udoMq7CHTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoMq7CHTh .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-udoMq7CHTh .container {
    padding: 0 30px;
  }
}
.cid-udoMq7CHTh .row {
  justify-content: center;
}
.cid-udoMq7CHTh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-udoMq7CHTh .card-wrapper {
  background-color: #232323;
  margin-bottom: 10px;
  padding: 25px 100px;
  border-radius: 20px;
}
.cid-udoMq7CHTh .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6c63b;
}
.cid-udoMq7CHTh .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-udoMq7CHTh .mbr-section-title {
  color: #aaaaaa;
  text-align: center;
}
.cid-udoMq7CHTh .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-udoMq7CHTh .mbr-desc {
  color: #e6c63b;
  text-align: center;
}
.cid-udoOGwJV57 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udoOGwJV57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoOGwJV57 .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-udoOGwJV57 .container {
    padding: 0 30px;
  }
}
.cid-udoOGwJV57 .row {
  justify-content: center;
}
.cid-udoOGwJV57 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-udoOGwJV57 .card-wrapper {
  background-color: #232323;
  margin-bottom: 10px;
  padding: 25px 100px;
  border-radius: 20px;
}
.cid-udoOGwJV57 .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6c63b;
}
.cid-udoOGwJV57 .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-udoOGwJV57 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udoOGwJV57 .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-udoOGwJV57 .mbr-desc {
  color: #e6c63b;
  text-align: center;
}
.cid-udoOGwJV57 P {
  color: #aaaaaa;
  text-align: center;
}
.cid-udp390KUMA {
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-udp390KUMA .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #e4b1b4 43%, #e4b1b4 100%);
}
.cid-udp390KUMA .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #e4b1b4 43%, #e4b1b4 100%);
}
.cid-udp390KUMA .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #e4b1b4 43%, #e4b1b4 100%);
}
.cid-udp390KUMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udp390KUMA .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-udp390KUMA .container {
    padding: 0 30px;
  }
}
.cid-udp390KUMA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udp390KUMA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-udp390KUMA .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udp390KUMA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-udp390KUMA .mbr-section-title {
  color: #ffffff;
}
.cid-udp390KUMA .mbr-text,
.cid-udp390KUMA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-udp390KUMA .mbr-section-title,
.cid-udp390KUMA .mbr-section-btn {
  text-align: center;
}
.cid-udDmNohr9x {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/408311-2000x1250.jpg");
}
.cid-udDmNohr9x .item-wrapper {
  width: 100%;
}
.cid-udDmNohr9x .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-udDmNohr9x .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-udDmNohr9x .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-udDmNohr9x .mbr-section-subtitle {
  color: #cacaca;
}
.cid-udDmNohr9x .mbr-text {
  color: #626262;
  padding-top: 10px;
  font-style: italic;
}
.cid-udDmNohr9x .mbr-section-btn {
  border: 2px solid #a52712;
}
.cid-udDmNohr9x .mbr-section-btn:hover {
  background-color: #a52712;
  border: 2px solid #a52712;
}
.cid-udDmNohr9x .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-udDmNohr9x H5 {
  color: #ffffff;
}
.cid-udDmNohr9x P {
  color: #ffffff;
}
.cid-udDoJ1rYox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/408311-2000x1250.jpg");
}
@media (max-width: 991px) {
  .cid-udDoJ1rYox .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-udDoJ1rYox .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-udDoJ1rYox .google-map {
  height: 100%;
  position: relative;
}
.cid-udDoJ1rYox .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-udDoJ1rYox .google-map [data-state-details] {
  color: #fafafa;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udDoJ1rYox .google-map[data-state] {
  background: #fafafa;
}
.cid-udDoJ1rYox .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udDoJ1rYox .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-udDoJ1rYox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udDoJ1rYox .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-udDoJ1rYox .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #a52712;
}
.cid-udDoJ1rYox P {
  color: #000000;
}
.cid-udDoJ1rYox .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uf9kTw5NTQ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf9kTw5NTQ a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uf9kTw5NTQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uf9kTw5NTQ .icon-transition span:hover {
  background-color: #313131;
}
.cid-uf9kTw5NTQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uf9kTw5NTQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uf9kTw5NTQ .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uf9kTw5NTQ .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uf9kTw5NTQ .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #18ab02;
  position: relative;
  top: -19px;
}
.cid-uf9kTw5NTQ .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #18ab02;
}
.cid-uf9kTw5NTQ .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uf9kTw5NTQ .plan-title,
.cid-uf9kTw5NTQ .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uf9kTw5NTQ .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uf9kTw5NTQ .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uf9kTw5NTQ .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uf9kTw5NTQ .mbr-section-title {
  color: #e4b1b4;
}
.cid-uf9kTw5NTQ .mbr-text {
  color: #626262;
}
.cid-uexgrBUPaA {
  z-index: 1000;
  width: 100%;
}
.cid-uexgrBUPaA nav.navbar {
  position: fixed;
}
.cid-uexgrBUPaA .btn {
  line-height: 1.2;
}
.cid-uexgrBUPaA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uexgrBUPaA .nav-link {
  position: relative;
}
.cid-uexgrBUPaA .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #e4b1b4;
}
.cid-uexgrBUPaA .nav-link:hover {
  color: #e4b1b4 !important;
}
.cid-uexgrBUPaA .nav-link:hover:before {
  width: 100%;
}
.cid-uexgrBUPaA .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-uexgrBUPaA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uexgrBUPaA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uexgrBUPaA .dropdown-item:hover,
.cid-uexgrBUPaA .dropdown-item:focus {
  background: #a52712 !important;
  color: white !important;
}
.cid-uexgrBUPaA .dropdown-item:hover span {
  color: white;
}
.cid-uexgrBUPaA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uexgrBUPaA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uexgrBUPaA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uexgrBUPaA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uexgrBUPaA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uexgrBUPaA .container {
    flex-wrap: nowrap;
  }
}
.cid-uexgrBUPaA .iconfont-wrapper {
  color: #626262 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uexgrBUPaA .navbar-nav {
  margin: auto;
}
.cid-uexgrBUPaA .dropdown-menu,
.cid-uexgrBUPaA .navbar.opened {
  background: #000000 !important;
}
.cid-uexgrBUPaA .nav-item:focus,
.cid-uexgrBUPaA .nav-link:focus {
  outline: none;
}
.cid-uexgrBUPaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uexgrBUPaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uexgrBUPaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uexgrBUPaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uexgrBUPaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uexgrBUPaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uexgrBUPaA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #000000;
}
.cid-uexgrBUPaA .navbar.opened {
  transition: all 0.3s;
}
.cid-uexgrBUPaA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uexgrBUPaA .navbar .navbar-logo img {
  width: auto;
}
.cid-uexgrBUPaA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uexgrBUPaA .navbar.collapsed {
  justify-content: center;
}
.cid-uexgrBUPaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uexgrBUPaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uexgrBUPaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uexgrBUPaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uexgrBUPaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uexgrBUPaA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uexgrBUPaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uexgrBUPaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uexgrBUPaA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uexgrBUPaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uexgrBUPaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uexgrBUPaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uexgrBUPaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uexgrBUPaA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uexgrBUPaA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uexgrBUPaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uexgrBUPaA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uexgrBUPaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uexgrBUPaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uexgrBUPaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uexgrBUPaA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uexgrBUPaA .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uexgrBUPaA .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uexgrBUPaA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uexgrBUPaA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uexgrBUPaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uexgrBUPaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uexgrBUPaA .dropdown-item.active,
.cid-uexgrBUPaA .dropdown-item:active {
  background-color: transparent;
}
.cid-uexgrBUPaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uexgrBUPaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uexgrBUPaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uexgrBUPaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uexgrBUPaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uexgrBUPaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uexgrBUPaA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uexgrBUPaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uexgrBUPaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb18a;
}
.cid-uexgrBUPaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uexgrBUPaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uexgrBUPaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uexgrBUPaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uexgrBUPaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uexgrBUPaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uexgrBUPaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uexgrBUPaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uexgrBUPaA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uexgrBUPaA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uexgrBUPaA .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-uexgrBUPaA .navbar {
    height: 70px;
  }
  .cid-uexgrBUPaA .navbar.opened {
    height: auto;
  }
  .cid-uexgrBUPaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uexoRXHRMS {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uexoRXHRMS img {
  border-radius: 0px;
}
.cid-uexoRXHRMS .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uexoRXHRMS .date {
  text-transform: uppercase;
  color: #a52712;
  text-align: left;
  padding-top: 1rem;
}
.cid-uexoRXHRMS .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uexoRXHRMS .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uexoRXHRMS .right {
  display: flex;
  flex-direction: column;
}
.cid-uexoRXHRMS .mbr-section-btn {
  border: 2px solid #a52712;
  width: auto;
}
.cid-uexoRXHRMS .mbr-section-btn:hover {
  background-color: #a52712;
  border: 2px solid #a52712;
}
.cid-uexoRXHRMS .card-heading {
  padding-top: 0;
}
.cid-uexoRXHRMS .mbr-text {
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uexizVyBU2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uexizVyBU2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uexizVyBU2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uexizVyBU2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uexizVyBU2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uexizVyBU2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uexizVyBU2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uexizVyBU2 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uexizVyBU2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uexizVyBU2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-uf9kXwdG3P {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf9kXwdG3P a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uf9kXwdG3P .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uf9kXwdG3P .icon-transition span:hover {
  background-color: #313131;
}
.cid-uf9kXwdG3P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uf9kXwdG3P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uf9kXwdG3P .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uf9kXwdG3P .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uf9kXwdG3P .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #18ab02;
  position: relative;
  top: -19px;
}
.cid-uf9kXwdG3P .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #18ab02;
}
.cid-uf9kXwdG3P .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uf9kXwdG3P .plan-title,
.cid-uf9kXwdG3P .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uf9kXwdG3P .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uf9kXwdG3P .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uf9kXwdG3P .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uf9kXwdG3P .mbr-section-title {
  color: #e4b1b4;
}
.cid-uf9kXwdG3P .mbr-text {
  color: #626262;
}
.cid-uf8Vo7kNSz {
  z-index: 1000;
  width: 100%;
}
.cid-uf8Vo7kNSz nav.navbar {
  position: fixed;
}
.cid-uf8Vo7kNSz .btn {
  line-height: 1.2;
}
.cid-uf8Vo7kNSz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf8Vo7kNSz .nav-link {
  position: relative;
}
.cid-uf8Vo7kNSz .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #e4b1b4;
}
.cid-uf8Vo7kNSz .nav-link:hover {
  color: #e4b1b4 !important;
}
.cid-uf8Vo7kNSz .nav-link:hover:before {
  width: 100%;
}
.cid-uf8Vo7kNSz .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-uf8Vo7kNSz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf8Vo7kNSz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf8Vo7kNSz .dropdown-item:hover,
.cid-uf8Vo7kNSz .dropdown-item:focus {
  background: #a52712 !important;
  color: white !important;
}
.cid-uf8Vo7kNSz .dropdown-item:hover span {
  color: white;
}
.cid-uf8Vo7kNSz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf8Vo7kNSz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf8Vo7kNSz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf8Vo7kNSz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uf8Vo7kNSz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uf8Vo7kNSz .container {
    flex-wrap: nowrap;
  }
}
.cid-uf8Vo7kNSz .iconfont-wrapper {
  color: #626262 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf8Vo7kNSz .navbar-nav {
  margin: auto;
}
.cid-uf8Vo7kNSz .dropdown-menu,
.cid-uf8Vo7kNSz .navbar.opened {
  background: #000000 !important;
}
.cid-uf8Vo7kNSz .nav-item:focus,
.cid-uf8Vo7kNSz .nav-link:focus {
  outline: none;
}
.cid-uf8Vo7kNSz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf8Vo7kNSz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf8Vo7kNSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf8Vo7kNSz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf8Vo7kNSz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf8Vo7kNSz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf8Vo7kNSz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #000000;
}
.cid-uf8Vo7kNSz .navbar.opened {
  transition: all 0.3s;
}
.cid-uf8Vo7kNSz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf8Vo7kNSz .navbar .navbar-logo img {
  width: auto;
}
.cid-uf8Vo7kNSz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf8Vo7kNSz .navbar.collapsed {
  justify-content: center;
}
.cid-uf8Vo7kNSz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf8Vo7kNSz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf8Vo7kNSz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uf8Vo7kNSz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf8Vo7kNSz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf8Vo7kNSz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf8Vo7kNSz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf8Vo7kNSz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf8Vo7kNSz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf8Vo7kNSz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf8Vo7kNSz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf8Vo7kNSz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf8Vo7kNSz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf8Vo7kNSz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf8Vo7kNSz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf8Vo7kNSz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf8Vo7kNSz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf8Vo7kNSz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf8Vo7kNSz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf8Vo7kNSz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf8Vo7kNSz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf8Vo7kNSz .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf8Vo7kNSz .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uf8Vo7kNSz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf8Vo7kNSz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf8Vo7kNSz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf8Vo7kNSz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf8Vo7kNSz .dropdown-item.active,
.cid-uf8Vo7kNSz .dropdown-item:active {
  background-color: transparent;
}
.cid-uf8Vo7kNSz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf8Vo7kNSz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf8Vo7kNSz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf8Vo7kNSz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf8Vo7kNSz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf8Vo7kNSz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf8Vo7kNSz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf8Vo7kNSz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf8Vo7kNSz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb18a;
}
.cid-uf8Vo7kNSz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf8Vo7kNSz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf8Vo7kNSz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf8Vo7kNSz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf8Vo7kNSz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf8Vo7kNSz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf8Vo7kNSz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf8Vo7kNSz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf8Vo7kNSz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf8Vo7kNSz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf8Vo7kNSz .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-uf8Vo7kNSz .navbar {
    height: 70px;
  }
  .cid-uf8Vo7kNSz .navbar.opened {
    height: auto;
  }
  .cid-uf8Vo7kNSz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf8X1U6r90 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uf8X1U6r90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8X1U6r90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8X1U6r90 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uf8X1U6r90 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uf8X1U6r90 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uf8X1U6r90 {
    align-items: center;
  }
  .cid-uf8X1U6r90 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uf8X1U6r90 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uf8X1U6r90 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uf8X1U6r90 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uf8X1U6r90 .content-wrap {
    width: 100%;
  }
}
.cid-uf8X1U6r90 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uf8X1U6r90 .mbr-text,
.cid-uf8X1U6r90 .mbr-section-btn {
  text-align: center;
  color: #f2f2f2;
}
.cid-uf8X1U6r90 .mbr-section-title,
.cid-uf8X1U6r90 .line {
  color: #fffcee;
}
.cid-uf8Z8X8Y2O {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uf8Z8X8Y2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8Z8X8Y2O .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-uf8Z8X8Y2O .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uf8Z8X8Y2O .container {
    padding: 0 16px;
  }
}
.cid-uf8Z8X8Y2O .row {
  justify-content: center;
}
.cid-uf8Z8X8Y2O .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uf8Z8X8Y2O .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf8Z8X8Y2O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf8Z8X8Y2O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uf8Z8X8Y2O .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uf8Z8X8Y2O .mbr-text {
  color: #aaaaaa;
  text-align: center;
}
.cid-uf97H8nzss {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uf97H8nzss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf97H8nzss .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-uf97H8nzss .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uf97H8nzss .container {
    padding: 0 16px;
  }
}
.cid-uf97H8nzss .row {
  justify-content: center;
}
.cid-uf97H8nzss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uf97H8nzss .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf97H8nzss .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf97H8nzss .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uf97H8nzss .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uf97H8nzss .mbr-text {
  color: #aaaaaa;
  text-align: center;
}
.cid-uf8VocXX4e {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf8VocXX4e a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uf8VocXX4e .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uf8VocXX4e .icon-transition span:hover {
  background-color: #313131;
}
.cid-uf8VocXX4e .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uf8VocXX4e .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uf8VocXX4e .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uf8VocXX4e .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uf8VocXX4e .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #18ab02;
  position: relative;
  top: -19px;
}
.cid-uf8VocXX4e .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #18ab02;
}
.cid-uf8VocXX4e .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uf8VocXX4e .plan-title,
.cid-uf8VocXX4e .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uf8VocXX4e .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uf8VocXX4e .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uf8VocXX4e .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uf8VocXX4e .mbr-section-title {
  color: #e4b1b4;
}
.cid-uf8VocXX4e .mbr-text {
  color: #626262;
}
.cid-uf98UwsdnV {
  z-index: 1000;
  width: 100%;
}
.cid-uf98UwsdnV nav.navbar {
  position: fixed;
}
.cid-uf98UwsdnV .btn {
  line-height: 1.2;
}
.cid-uf98UwsdnV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf98UwsdnV .nav-link {
  position: relative;
}
.cid-uf98UwsdnV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #e4b1b4;
}
.cid-uf98UwsdnV .nav-link:hover {
  color: #e4b1b4 !important;
}
.cid-uf98UwsdnV .nav-link:hover:before {
  width: 100%;
}
.cid-uf98UwsdnV .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-uf98UwsdnV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf98UwsdnV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf98UwsdnV .dropdown-item:hover,
.cid-uf98UwsdnV .dropdown-item:focus {
  background: #a52712 !important;
  color: white !important;
}
.cid-uf98UwsdnV .dropdown-item:hover span {
  color: white;
}
.cid-uf98UwsdnV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf98UwsdnV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf98UwsdnV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf98UwsdnV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uf98UwsdnV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uf98UwsdnV .container {
    flex-wrap: nowrap;
  }
}
.cid-uf98UwsdnV .iconfont-wrapper {
  color: #626262 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf98UwsdnV .navbar-nav {
  margin: auto;
}
.cid-uf98UwsdnV .dropdown-menu,
.cid-uf98UwsdnV .navbar.opened {
  background: #000000 !important;
}
.cid-uf98UwsdnV .nav-item:focus,
.cid-uf98UwsdnV .nav-link:focus {
  outline: none;
}
.cid-uf98UwsdnV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf98UwsdnV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf98UwsdnV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf98UwsdnV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf98UwsdnV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf98UwsdnV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf98UwsdnV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #000000;
}
.cid-uf98UwsdnV .navbar.opened {
  transition: all 0.3s;
}
.cid-uf98UwsdnV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf98UwsdnV .navbar .navbar-logo img {
  width: auto;
}
.cid-uf98UwsdnV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf98UwsdnV .navbar.collapsed {
  justify-content: center;
}
.cid-uf98UwsdnV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf98UwsdnV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf98UwsdnV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uf98UwsdnV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf98UwsdnV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf98UwsdnV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf98UwsdnV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf98UwsdnV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf98UwsdnV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf98UwsdnV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf98UwsdnV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf98UwsdnV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf98UwsdnV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf98UwsdnV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf98UwsdnV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf98UwsdnV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf98UwsdnV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf98UwsdnV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf98UwsdnV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf98UwsdnV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf98UwsdnV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf98UwsdnV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf98UwsdnV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uf98UwsdnV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf98UwsdnV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf98UwsdnV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf98UwsdnV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf98UwsdnV .dropdown-item.active,
.cid-uf98UwsdnV .dropdown-item:active {
  background-color: transparent;
}
.cid-uf98UwsdnV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf98UwsdnV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf98UwsdnV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf98UwsdnV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf98UwsdnV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf98UwsdnV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf98UwsdnV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf98UwsdnV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf98UwsdnV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffb18a;
}
.cid-uf98UwsdnV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf98UwsdnV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf98UwsdnV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf98UwsdnV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf98UwsdnV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf98UwsdnV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf98UwsdnV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf98UwsdnV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf98UwsdnV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf98UwsdnV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf98UwsdnV .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-uf98UwsdnV .navbar {
    height: 70px;
  }
  .cid-uf98UwsdnV .navbar.opened {
    height: auto;
  }
  .cid-uf98UwsdnV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf98UxlEfe {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uf98UxlEfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf98UxlEfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf98UxlEfe .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uf98UxlEfe .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uf98UxlEfe .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uf98UxlEfe {
    align-items: center;
  }
  .cid-uf98UxlEfe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uf98UxlEfe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uf98UxlEfe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uf98UxlEfe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uf98UxlEfe .content-wrap {
    width: 100%;
  }
}
.cid-uf98UxlEfe .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uf98UxlEfe .mbr-text,
.cid-uf98UxlEfe .mbr-section-btn {
  text-align: center;
  color: #f2f2f2;
}
.cid-uf98UxlEfe .mbr-section-title,
.cid-uf98UxlEfe .line {
  color: #fffcee;
}
.cid-uf98UynAoq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uf98UynAoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf98UynAoq .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-uf98UynAoq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uf98UynAoq .container {
    padding: 0 16px;
  }
}
.cid-uf98UynAoq .row {
  justify-content: center;
}
.cid-uf98UynAoq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uf98UynAoq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uf98UynAoq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf98UynAoq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uf98UynAoq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uf98UynAoq .mbr-text {
  color: #aaaaaa;
  text-align: center;
}
.cid-uf98UzTP08 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf98UzTP08 a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uf98UzTP08 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uf98UzTP08 .icon-transition span:hover {
  background-color: #313131;
}
.cid-uf98UzTP08 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uf98UzTP08 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uf98UzTP08 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uf98UzTP08 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uf98UzTP08 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #18ab02;
  position: relative;
  top: -19px;
}
.cid-uf98UzTP08 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #18ab02;
}
.cid-uf98UzTP08 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uf98UzTP08 .plan-title,
.cid-uf98UzTP08 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uf98UzTP08 .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uf98UzTP08 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uf98UzTP08 .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uf98UzTP08 .mbr-section-title {
  color: #e4b1b4;
}
.cid-uf98UzTP08 .mbr-text {
  color: #626262;
}
