@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.76rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.12rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #c26b12 !important;
  border-color: #c26b12 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #ea851d !important;
  border-color: #ea851d !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #48331e !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea851d !important;
  border-color: #ea851d !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ea851d;
  border-color: #ea851d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #ea851d !important;
  border-color: #ea851d !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #48331e !important;
  border-color: #48331e !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #48331e;
  border-color: #48331e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #48331e !important;
  border-color: #48331e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #93510e;
  color: #93510e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ea851d;
  border-color: #ea851d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea851d !important;
  border-color: #ea851d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #48331e;
  border-color: #48331e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #48331e !important;
  border-color: #48331e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #ea851d !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #48331e !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f3b77a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #90663c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #48331e;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cba681;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.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: #e7272d !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: #ea851d !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='%23e7272d' %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-sq9xne7AFz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq9xne7AFz .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sq9xne7AFz .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sq9xne7AFz .dropdown-item {
  color: #000000 !important;
}
.cid-sq9xne7AFz .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sq9xne7AFz .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sq9xne7AFz .nav-link:hover {
  color: #48331e !important;
}
.cid-sq9xne7AFz .nav-link:hover:before {
  opacity: 1;
}
.cid-sq9xne7AFz .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #48331e;
}
.cid-sq9xne7AFz .btn-white {
  color: #e7272d !important;
}
.cid-sq9xne7AFz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sq9xne7AFz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sq9xne7AFz .container {
  display: flex;
  margin: auto;
}
.cid-sq9xne7AFz .navbar-caption {
  padding-right: 3rem;
}
.cid-sq9xne7AFz .navbar.opened {
  background: #cbab5e !important;
}
.cid-sq9xne7AFz .nav-item:focus,
.cid-sq9xne7AFz .nav-link:focus {
  outline: none;
}
.cid-sq9xne7AFz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq9xne7AFz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq9xne7AFz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sq9xne7AFz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq9xne7AFz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq9xne7AFz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq9xne7AFz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #cbab5e;
}
.cid-sq9xne7AFz .navbar.opened {
  transition: all 0.3s;
}
.cid-sq9xne7AFz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sq9xne7AFz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq9xne7AFz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq9xne7AFz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sq9xne7AFz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sq9xne7AFz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq9xne7AFz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq9xne7AFz .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-sq9xne7AFz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq9xne7AFz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sq9xne7AFz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sq9xne7AFz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq9xne7AFz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq9xne7AFz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq9xne7AFz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq9xne7AFz .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-sq9xne7AFz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sq9xne7AFz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq9xne7AFz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq9xne7AFz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sq9xne7AFz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sq9xne7AFz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sq9xne7AFz .navbar.navbar-short {
  background: #cbab5e !important;
  min-height: 60px;
}
.cid-sq9xne7AFz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sq9xne7AFz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq9xne7AFz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq9xne7AFz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq9xne7AFz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq9xne7AFz .dropdown-item.active,
.cid-sq9xne7AFz .dropdown-item:active {
  background-color: transparent;
}
.cid-sq9xne7AFz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq9xne7AFz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq9xne7AFz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq9xne7AFz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cbab5e;
}
.cid-sq9xne7AFz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq9xne7AFz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq9xne7AFz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sq9xne7AFz .navbar-buttons {
  text-align: center;
}
.cid-sq9xne7AFz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq9xne7AFz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sq9xne7AFz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq9xne7AFz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq9xne7AFz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq9xne7AFz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq9xne7AFz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq9xne7AFz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq9xne7AFz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq9xne7AFz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq9xne7AFz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sq9xne7AFz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9xne7AFz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq9xne7AFz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sq9xne7AFz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq9xne7AFz .navbar {
    height: 77px;
  }
  .cid-sq9xne7AFz .navbar.opened {
    height: auto;
  }
  .cid-sq9xne7AFz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq9xs90DW3 {
  padding-top: 210px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/bg2-960x720.jpg");
}
.cid-sq9xs90DW3 .title-align {
  width: 100%;
}
.cid-sq9xs90DW3 .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-sq9xs90DW3 .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-sq9xs90DW3 .img-col img {
  z-index: 2;
  position: relative;
}
.cid-sq9xs90DW3 .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq9xs90DW3 H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-sq9xs90DW3 H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-sq9xs90DW3 img {
  max-width: 500px;
  margin: auto;
}
.cid-sq9xs90DW3 .mbr-section-subtitle,
.cid-sq9xs90DW3 .title-align {
  color: #efefef;
}
.cid-sq9xs90DW3 .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sq9xs90DW3 .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-sq9xs90DW3 .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-sq9xs90DW3 H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-sq9xs90DW3 .img-col {
    padding-top: 4rem;
  }
}
.cid-sqaifNbJOP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cbab5e;
  background: linear-gradient(to right top, #cbab5e, #cbab5e);
}
.cid-sqaifNbJOP .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sqlIG0B4K6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-960x720.jpg");
}
.cid-sqlIG0B4K6 H2 {
  color: #ea851d;
}
.cid-sqlIG0B4K6 .mbr-text,
.cid-sqlIG0B4K6 .mbr-section-btn {
  color: #efefef;
}
.cid-sqlIG0B4K6 img {
  max-width: 500px;
  margin: auto;
}
.cid-sqalbiHg4V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbab5e;
  background: linear-gradient(to right top, #cbab5e, #cc2952);
}
.cid-sqalbiHg4V .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
#custom-html-9 {
  background: #48331e;
}
.cid-ssqBigdFqX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #48331e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ssqBigdFqX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssqBigdFqX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssqBigdFqX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssqBigdFqX .title {
  padding: 0 2rem;
}
.cid-ssqBigdFqX .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-ssqBigdFqX .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-ssqBigdFqX .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-ssqBigdFqX .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-ssqBigdFqX .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-ssqBigdFqX .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-ssqBigdFqX .container {
  padding: 0 1rem;
}
.cid-ssqBigdFqX .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-ssqBigdFqX .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ssqBigdFqX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssqBigdFqX .icon-focus {
  display: none;
}
.cid-ssqBigdFqX .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ssqBigdFqX .btn-primary-outline:hover {
  background: transparent !important;
  color: #e7272d !important;
}
.cid-ssqBigdFqX li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ssqBigdFqX li {
  position: relative;
}
.cid-ssqBigdFqX .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ssqBigdFqX .btn {
  font-family: Roboto !important;
}
.cid-ssqBigdFqX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ssqBigdFqX .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssqBigdFqX li:not(:last-child):after {
    top: 9px;
  }
  .cid-ssqBigdFqX .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-ssqBigdFqX .container {
    padding: 0rem;
  }
  .cid-ssqBigdFqX .title {
    padding: 0 1rem;
  }
}
.cid-ssqBigdFqX H2 {
  color: #89b758;
}
.cid-sqamXxT2ic {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ea851d;
}
.cid-sqamXxT2ic H2 {
  color: #ffffff;
}
.cid-sqamXxT2ic .mbr-text,
.cid-sqamXxT2ic .mbr-section-btn {
  color: #0e0e0e;
}
.cid-sqamXxT2ic img {
  max-width: 500px;
  margin: auto;
}
.cid-sqamXxT2ic h4 {
  line-height: 1.4;
}
.cid-sqamXxT2ic .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-sqamXxT2ic .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e7272d;
  display: block;
  padding-bottom: 1rem;
}
.cid-sqamXxT2ic .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sqamXxT2ic .mbr-figure {
    order: 1;
  }
  .cid-sqamXxT2ic .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-sqamXxT2ic .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-sqamXxT2ic .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sqamXxT2ic .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-sqamXxT2ic H3 {
  color: #ffffff;
}
.cid-sqamXxT2ic H1 {
  color: #48331e;
}
.cid-sqa6zywarv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cbab5e;
}
@media (max-width: 767px) {
  .cid-sqa6zywarv .content {
    text-align: center;
  }
  .cid-sqa6zywarv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqa6zywarv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sqa6zywarv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sqa6zywarv .media-wrap img {
  height: 6rem;
}
.cid-sqa6zywarv .mbr-text {
  color: #8d97ad;
}
.cid-sqa6zywarv .p-title {
  font-size: 17px;
}
.cid-sqa6zywarv .p-title span {
  color: #111111;
}
.cid-sqa6zywarv .title-card {
  font-size: 1.3rem;
}
.cid-sqa6zywarv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqa6zywarv .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sqa6zywarv .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sqa6zywarv .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sqa6zywarv .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sqa6zywarv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqa6zywarv .copyright img {
  margin-right: 10px;
}
.cid-sqa6zywarv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #48331e;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sqa6zywarv .icon-transition span:hover {
  background-color: #ea851d;
}
@media (max-width: 767px) {
  .cid-sqa6zywarv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqa6zywarv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqa6zywarv .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqa6zywarv .copyright > p {
  color: #48331e;
}
.cid-sqa6zywarv .p-title,
.cid-sqa6zywarv .social-media {
  color: #48331e;
}
.cid-sqaFe3HTUA {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #cbab5e;
  background: linear-gradient(to right top, #cbab5e, #cc2952);
}
.cid-sqaFe3HTUA .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sqaFe07mk2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqaFe07mk2 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sqaFe07mk2 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sqaFe07mk2 .dropdown-item {
  color: #000000 !important;
}
.cid-sqaFe07mk2 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sqaFe07mk2 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sqaFe07mk2 .nav-link:hover {
  color: #48331e !important;
}
.cid-sqaFe07mk2 .nav-link:hover:before {
  opacity: 1;
}
.cid-sqaFe07mk2 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #48331e;
}
.cid-sqaFe07mk2 .btn-white {
  color: #e7272d !important;
}
.cid-sqaFe07mk2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqaFe07mk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqaFe07mk2 .container {
  display: flex;
  margin: auto;
}
.cid-sqaFe07mk2 .navbar-caption {
  padding-right: 3rem;
}
.cid-sqaFe07mk2 .navbar.opened {
  background: #cbab5e !important;
}
.cid-sqaFe07mk2 .nav-item:focus,
.cid-sqaFe07mk2 .nav-link:focus {
  outline: none;
}
.cid-sqaFe07mk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqaFe07mk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqaFe07mk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqaFe07mk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqaFe07mk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqaFe07mk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqaFe07mk2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #cbab5e;
}
.cid-sqaFe07mk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sqaFe07mk2 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sqaFe07mk2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqaFe07mk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqaFe07mk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqaFe07mk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sqaFe07mk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqaFe07mk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqaFe07mk2 .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-sqaFe07mk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqaFe07mk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqaFe07mk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqaFe07mk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqaFe07mk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqaFe07mk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqaFe07mk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqaFe07mk2 .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-sqaFe07mk2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqaFe07mk2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqaFe07mk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqaFe07mk2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqaFe07mk2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqaFe07mk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqaFe07mk2 .navbar.navbar-short {
  background: #cbab5e !important;
  min-height: 60px;
}
.cid-sqaFe07mk2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqaFe07mk2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqaFe07mk2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqaFe07mk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqaFe07mk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqaFe07mk2 .dropdown-item.active,
.cid-sqaFe07mk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqaFe07mk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqaFe07mk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqaFe07mk2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqaFe07mk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cbab5e;
}
.cid-sqaFe07mk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqaFe07mk2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqaFe07mk2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqaFe07mk2 .navbar-buttons {
  text-align: center;
}
.cid-sqaFe07mk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqaFe07mk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqaFe07mk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqaFe07mk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqaFe07mk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqaFe07mk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqaFe07mk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqaFe07mk2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqaFe07mk2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqaFe07mk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqaFe07mk2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqaFe07mk2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqaFe07mk2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqaFe07mk2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sqaFe07mk2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqaFe07mk2 .navbar {
    height: 77px;
  }
  .cid-sqaFe07mk2 .navbar.opened {
    height: auto;
  }
  .cid-sqaFe07mk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-g {
  background: #cbab5e;
}
.cid-sql3d3HU8N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ea851d;
}
.cid-sql3d3HU8N H2 {
  color: #ffffff;
}
.cid-sql3d3HU8N .mbr-text,
.cid-sql3d3HU8N .mbr-section-btn {
  color: #0e0e0e;
}
.cid-sql3d3HU8N img {
  max-width: 500px;
  margin: auto;
}
.cid-sql3d3HU8N h4 {
  line-height: 1.4;
}
.cid-sql3d3HU8N .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-sql3d3HU8N .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e7272d;
  display: block;
  padding-bottom: 1rem;
}
.cid-sql3d3HU8N .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sql3d3HU8N .mbr-figure {
    order: 1;
  }
  .cid-sql3d3HU8N .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-sql3d3HU8N .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-sql3d3HU8N .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sql3d3HU8N .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-sql3d3HU8N H3 {
  color: #ffffff;
}
.cid-sql3d3HU8N H1 {
  color: #48331e;
}
.cid-sqaFe5wrv8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cbab5e;
}
@media (max-width: 767px) {
  .cid-sqaFe5wrv8 .content {
    text-align: center;
  }
  .cid-sqaFe5wrv8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqaFe5wrv8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sqaFe5wrv8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sqaFe5wrv8 .media-wrap img {
  height: 6rem;
}
.cid-sqaFe5wrv8 .mbr-text {
  color: #8d97ad;
}
.cid-sqaFe5wrv8 .p-title {
  font-size: 17px;
}
.cid-sqaFe5wrv8 .p-title span {
  color: #111111;
}
.cid-sqaFe5wrv8 .title-card {
  font-size: 1.3rem;
}
.cid-sqaFe5wrv8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqaFe5wrv8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sqaFe5wrv8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sqaFe5wrv8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sqaFe5wrv8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sqaFe5wrv8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqaFe5wrv8 .copyright img {
  margin-right: 10px;
}
.cid-sqaFe5wrv8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #48331e;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sqaFe5wrv8 .icon-transition span:hover {
  background-color: #ea851d;
}
@media (max-width: 767px) {
  .cid-sqaFe5wrv8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqaFe5wrv8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqaFe5wrv8 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqaFe5wrv8 .copyright > p {
  color: #48331e;
}
.cid-sqaFe5wrv8 .p-title,
.cid-sqaFe5wrv8 .social-media {
  color: #48331e;
}
