body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Quattrocento', serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fbb161 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #939598 !important;
}
.bg-danger {
  background-color: #bece6a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbb161 !important;
  border-color: #fbb161 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f98c16 !important;
  border-color: #f98c16 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f98c16 !important;
  border-color: #f98c16 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #939598 !important;
  border-color: #939598 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6d6f72 !important;
  border-color: #6d6f72 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d6f72 !important;
  border-color: #6d6f72 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #939598 !important;
  border-color: #939598 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6d6f72 !important;
  border-color: #6d6f72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6d6f72 !important;
  border-color: #6d6f72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bece6a !important;
  border-color: #bece6a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9eb13a !important;
  border-color: #9eb13a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9eb13a !important;
  border-color: #9eb13a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f08006;
  color: #f08006;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fbb161;
  border-color: #fbb161;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbb161 !important;
  border-color: #fbb161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #606265;
  color: #606265;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #939598;
  border-color: #939598;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #939598 !important;
  border-color: #939598 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #606265;
  color: #606265;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #939598;
  border-color: #939598;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #939598 !important;
  border-color: #939598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8d9e34;
  color: #8d9e34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #bece6a;
  border-color: #bece6a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bece6a !important;
  border-color: #bece6a !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: #fbb161 !important;
}
.text-secondary {
  color: #939598 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #939598 !important;
}
.text-danger {
  color: #bece6a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f08006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #606265 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #606265 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bece6a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #939598;
}
.alert-danger {
  background-color: #bece6a;
}
.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.active .btn {
  background-color: #fbb161;
  border-color: #fbb161;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fbb161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4d5d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fbb161;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbb161;
  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: #fbb161;
  border-bottom-color: #fbb161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fbb161 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #939598 !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='%23fbb161' %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;
}
hr {
  border: none;
  background-color: #bece6a;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #bece6a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #bece6a;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #bece6a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #bece6a !important;
}
.btn-danger:hover {
  color: #bece6a !important;
}
.btn-warning:hover {
  color: #939598 !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #939598 !important;
}
.btn-primary:hover {
  color: #fbb161 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #bece6a !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #bece6a;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #939598 !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #fbb161 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #939598 !important;
}
.btn-danger-outline:hover::before {
  background-color: #bece6a !important;
}
.cid-rR8bs0uTgv .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-rR8bs0uTgv .nav-item:focus,
.cid-rR8bs0uTgv .nav-link:focus {
  outline: none;
}
.cid-rR8bs0uTgv .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-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR8bs0uTgv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rR8bs0uTgv .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-rR8bs0uTgv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rR8bs0uTgv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR8bs0uTgv .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rR8bs0uTgv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-rR8bs0uTgv .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-rR8bs0uTgv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR8bs0uTgv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rR8bs0uTgv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rR8bs0uTgv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rR8bs0uTgv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rR8bs0uTgv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rR8bs0uTgv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rR8bs0uTgv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rR8bs0uTgv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rR8bs0uTgv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rR8bs0uTgv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rR8bs0uTgv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rR8bs0uTgv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rR8bs0uTgv .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR8bs0uTgv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR8bs0uTgv .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rR8bs0uTgv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR8bs0uTgv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR8bs0uTgv .dropdown-item.active,
.cid-rR8bs0uTgv .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rR8bs0uTgv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rR8bs0uTgv .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rR8bs0uTgv .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-rR8bs0uTgv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR8bs0uTgv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR8bs0uTgv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR8bs0uTgv .navbar-buttons {
  text-align: center;
}
.cid-rR8bs0uTgv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #939598;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR8bs0uTgv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR8bs0uTgv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR8bs0uTgv .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rR8bs0uTgv a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rR8bs0uTgv .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rR8bs0uTgv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rR8bs0uTgv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR8bs0uTgv .navbar {
    height: 77px;
  }
  .cid-rR8bs0uTgv .navbar.opened {
    height: auto;
  }
  .cid-rR8bs0uTgv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rR8bs0uTgv a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rR8bs0uTgv a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #fbb161;
}
.cid-rR8bs0uTgv .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rR8bs0uTgv .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sC1OBjoJNE {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-sC1OBjoJNE .mbr-section-title {
  color: #ffffff;
}
.cid-sC1OBjoJNE .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sC1OBjoJNE .mbr-text {
  color: #ffffff;
}
.cid-sC1OBjoJNE .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sC1OBjoJNE .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sC1OBjoJNE .text-col {
  align-items: center;
  display: flex;
}
.cid-sC1OBjoJNE .mbr-section-subtitle,
.cid-sC1OBjoJNE .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sC1OEPu6EA {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/2096-frank-1500x989.jpg");
}
.cid-sC1OEPu6EA .mbr-iconfont {
  color: #c7d678;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sC1OEPu6EA .card-inner {
  background-color: #7e7e7e;
  transition: 0.7s;
  z-index: 10;
}
.cid-sC1OEPu6EA .btn {
  margin-left: 0rem;
}
.cid-sC1OEPu6EA .row {
  padding-bottom: 8rem;
}
.cid-sC1OEPu6EA .link {
  margin: 0;
}
.cid-sC1OEPu6EA .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sC1OEPu6EA .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #bece6a;
  transition: 0.7s;
}
.cid-sC1OEPu6EA .card-img {
  margin-bottom: 3.2rem;
}
.cid-sC1OEPu6EA .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sC1OEPu6EA .card:hover .card-inner {
  background-color: #bece6a;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sC1OEPu6EA .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sC1OEPu6EA .card:hover .card-title:after {
  background: #fff;
}
.cid-sC1OEPu6EA .media-container-row {
  align-items: flex-end;
}
.cid-sC1OEPu6EA .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sC1OEPu6EA .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sC1OEPu6EA .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sC1OEPu6EA .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sC1OEPu6EA .card {
    margin-bottom: 2rem;
  }
  .cid-sC1OEPu6EA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sC1OEPu6EA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sC1OEPu6EA .card {
  position: relative;
}
.cid-sC1OEPu6EA .card-3::after {
  content: "";
  background-color: #bece6a;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sC1OEPu6EA .card:first-child .card-inner {
  background-color: #bece6a;
}
.cid-sC1OEPu6EA .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-sC1OEPu6EA .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-sC1OEPu6EA .block-title,
.cid-sC1OEPu6EA .mbr-section-title,
.cid-sC1OEPu6EA .line,
.cid-sC1OEPu6EA .mbr-section-btn {
  color: #000000;
}
.cid-rRBL3bEAXX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBL3bEAXX h2 {
    margin-bottom: 1rem;
  }
  .cid-rRBL3bEAXX .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRBL3bEAXX .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRBL3bEAXX .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRBL3bEAXX .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRBL3bEAXX .container {
    position: relative;
  }
  .cid-rRBL3bEAXX h2 {
    margin: 0;
  }
}
.cid-rRBL3bEAXX .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRBL3bEAXX hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRBL3bEAXX .mbr-section-subtitle {
  color: #939598;
}
.cid-rRBL3bEAXX .btn:hover {
  color: #ffffff !important;
}
.cid-rRBL3bEAXX .container-column,
.cid-rRBL3bEAXX h2 {
  color: #6d6e71;
}
.cid-stVSZJH3rb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f4f2ef;
}
.cid-stVSZJH3rb h1 {
  margin-bottom: 0.2rem;
}
.cid-stVSZJH3rb .container-fluid {
  padding: 0;
}
.cid-stVSZJH3rb img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-stVSZJH3rb .mbr-figure {
  height: 100%;
  width: 100%;
}
.cid-stVSZJH3rb .col-lg-6 {
  padding: 0;
}
.cid-stVSZJH3rb .mbr-text {
  color: #747474;
}
.cid-stVSZJH3rb hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-stVSZJH3rb .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-stVSZJH3rb .mbr-section-subtitle-1 {
  color: #777777;
}
.cid-stVSZJH3rb .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-stVSZJH3rb .mbr-figure::after {
  content: '';
  background-color: #bece6a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-stVSZJH3rb .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-stVSZJH3rb .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-stVSZJH3rb .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-stVSZJH3rb .left-block {
    margin-top: 4.5rem;
  }
}
.cid-stVSZJH3rb .btn {
  color: #101010 !important;
}
.cid-stVSZJH3rb .btn:hover {
  color: #ffffff !important;
}
.cid-stVSZJH3rb .line-title {
  width: 40px;
  height: 2px;
  background-color: #bece6a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-stVSZJH3rb .vertical-line:before {
  content: '';
  background-color: #bece6a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-stVSZJH3rb .media-content,
.cid-stVSZJH3rb .mbr-section-title,
.cid-stVSZJH3rb .line-title {
  color: #777777;
}
.cid-stVSZJH3rb .mbr-text,
.cid-stVSZJH3rb .mbr-section-btn {
  color: #777777;
}
.cid-uYjWQhjL4p {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f4f2ef;
}
.cid-sC1PoPnxmh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sC1PoPnxmh h2 {
    margin-bottom: 1rem;
  }
  .cid-sC1PoPnxmh .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sC1PoPnxmh .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sC1PoPnxmh .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sC1PoPnxmh .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sC1PoPnxmh .container {
    position: relative;
  }
  .cid-sC1PoPnxmh h2 {
    margin: 0;
  }
}
.cid-sC1PoPnxmh .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-sC1PoPnxmh hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sC1PoPnxmh .mbr-section-subtitle {
  color: #939598;
}
.cid-sC1PoPnxmh .btn:hover {
  color: #ffffff !important;
}
.cid-sC1PoPnxmh .container-column,
.cid-sC1PoPnxmh h2 {
  color: #6d6e71;
}
.cid-stWc0elox2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-stWc0elox2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-stWc0elox2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stWc0elox2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stWc0elox2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-stWc0elox2 .row > .row {
  display: block;
}
.cid-stWc0elox2 .mbr-gallery-item {
  width: 100%;
}
.cid-stWc0elox2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-stWc0elox2 .mbr-gallery-item > div {
  position: relative;
}
.cid-stWc0elox2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-stWc0elox2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-stWc0elox2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-stWc0elox2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-stWc0elox2 .icon-focus {
  display: none;
}
.cid-rRBLdieF82 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRBLdieF82 .mbr-text {
  color: #939598;
}
.cid-rRBLdieF82 .mbr-title {
  color: #6d6e71;
}
@media (max-width: 767px) {
  .cid-rRBLdieF82 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rRBLdieF82 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-rRBLdieF82 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBLdieF82 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBLdieF82 .row {
    margin: 0;
  }
}
.cid-sBcohDMUfw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sBcohDMUfw .carousel {
  height: 800px;
}
.cid-sBcohDMUfw .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBcohDMUfw .carousel-item,
.cid-sBcohDMUfw .carousel-inner {
  height: 100%;
}
.cid-sBcohDMUfw .mbr-overlay {
  z-index: 1;
}
.cid-sBcohDMUfw .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sBcohDMUfw .carousel-caption {
    left: 15%;
    right: 70%;
    width: 15%;
  }
}
.cid-sBcohDMUfw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sBcohDMUfw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sBcohDMUfw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sBcohDMUfw .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sBcohDMUfw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBcohDMUfw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBcohDMUfw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBcohDMUfw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-sBcohDMUfw .carousel-indicators {
    display: none;
  }
}
.cid-sBcohDMUfw .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #c7d678;
  border: 0px solid #f7ed4a;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sBcohDMUfw .carousel-indicators li.active,
.cid-sBcohDMUfw .carousel-indicators li:hover {
  background-color: #ffffff;
}
.cid-sBcohDMUfw .carousel-indicators li::after,
.cid-sBcohDMUfw .carousel-indicators li::before {
  content: none;
}
.cid-sBcohDMUfw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sBcohDMUfw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBcohDMUfw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBcohDMUfw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBcohDMUfw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBcohDMUfw .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-sBcohDMUfw H5 {
  text-align: left;
}
.cid-sBcohDMUfw P {
  text-align: left;
}
.cid-sBcohDMUfw .mbr-text,
.cid-sBcohDMUfw .mbr-section-btn {
  text-align: left;
}
.cid-sBcohDMUfw .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-sBcohDMUfw .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-sBcohDMUfw .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0%;
  transition: .5s all;
  pointer-events: none;
}
.cid-stVXVcAiX3 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-stVXVcAiX3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-stVXVcAiX3 textarea {
  min-height: 150px;
}
.cid-stVXVcAiX3 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-stVXVcAiX3 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-stVXVcAiX3 .form-control,
.cid-stVXVcAiX3 .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-stVXVcAiX3 .form-control input::-webkit-input-placeholder,
.cid-stVXVcAiX3 .field-input input::-webkit-input-placeholder,
.cid-stVXVcAiX3 .form-control textarea::-webkit-input-placeholder,
.cid-stVXVcAiX3 .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-stVXVcAiX3 .form-control input:-moz-placeholder,
.cid-stVXVcAiX3 .field-input input:-moz-placeholder,
.cid-stVXVcAiX3 .form-control textarea:-moz-placeholder,
.cid-stVXVcAiX3 .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-stVXVcAiX3 .jq-number__spin:hover,
.cid-stVXVcAiX3 .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-stVXVcAiX3 .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-stVXVcAiX3 .jq-selectbox li,
.cid-stVXVcAiX3 .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-stVXVcAiX3 .jq-selectbox li:hover,
.cid-stVXVcAiX3 .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-stVXVcAiX3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-stVXVcAiX3 .jq-number__spin.minus:hover:after,
.cid-stVXVcAiX3 .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-stVXVcAiX3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-stVXVcAiX3 .jq-number__spin.minus:after,
.cid-stVXVcAiX3 .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-stVXVcAiX3 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-stVXVcAiX3 .social-list {
    margin-bottom: 3rem;
  }
  .cid-stVXVcAiX3 .email-input {
    margin-top: 2rem;
  }
}
.cid-stVXVcAiX3 .mbr-section-subtitle {
  color: #fbb161;
  margin-bottom: 2.4rem;
}
.cid-stVXVcAiX3 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-stVXVcAiX3 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-stVXVcAiX3 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #bece6a;
  transition: all 0.3s;
}
.cid-stVXVcAiX3 .mbr-iconfont-social:hover {
  color: #bece6a;
}
.cid-stVXVcAiX3 .social-list {
  display: flex;
}
.cid-stVXVcAiX3 .social-list a {
  transition: 0.3s;
}
.cid-stVXVcAiX3 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-stVXVcAiX3 .row {
  align-items: center;
}
.cid-stVXVcAiX3 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-stVXVcAiX3 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-stVXVcAiX3 .form-btn {
  margin-top: 2.5rem;
}
.cid-stVXVcAiX3 input::-webkit-input-placeholder,
.cid-stVXVcAiX3 textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-stVXVcAiX3 input:-moz-placeholder,
.cid-stVXVcAiX3 textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-stVXVcAiX3 .media-content {
    padding-right: 3rem;
  }
  .cid-stVXVcAiX3 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-stVXVcAiX3 .row {
    padding: 0 1rem;
  }
}
.cid-stVXVcAiX3 .btn:hover {
  background-color: #bece6a !important;
  border-color: #bece6a !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-stVXVcAiX3 .form-btn {
    width: 100%;
  }
  .cid-stVXVcAiX3 .btn {
    width: 100%;
  }
}
.cid-sBREwIz1hD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 867px) {
  .cid-sBREwIz1hD .col-sm-6 {
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
  }
  .cid-sBREwIz1hD .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 867px) and (max-width: 992px) {
  .cid-sBREwIz1hD .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1092px) {
  .cid-sBREwIz1hD .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 867px) {
  .cid-sBREwIz1hD .row {
    margin: 0;
  }
}
.cid-sBREwIz1hD .container {
  border-top: 1px solid #000;
  padding-top: 2rem;
}
.cid-rRBLG9qwdJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRBLG9qwdJ .media-container-row {
  align-items: center;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rRBLG9qwdJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rRBLG9qwdJ .foot-menu-item {
  transform: 0.2s;
}
.cid-rRBLG9qwdJ .foot-menu-item:hover a {
  color: #bece6a !important;
}
.cid-rRBLG9qwdJ .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLG9qwdJ .foot-menu-item:hover::before {
  width: 60px;
  background-color: #bece6a;
}
.cid-rRBLG9qwdJ .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: center;
  }
  .cid-rRBLG9qwdJ .mbr-text {
    text-align: center;
  }
  .cid-rRBLG9qwdJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rRBLG9qwdJ .link:hover {
  color: #ffffff;
}
.cid-rRBLG9qwdJ .media-container-row .mbr-text {
  text-align: center;
}
.cid-sBQGwsnV67 .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-sBQGwsnV67 .nav-item:focus,
.cid-sBQGwsnV67 .nav-link:focus {
  outline: none;
}
.cid-sBQGwsnV67 .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-sBQGwsnV67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBQGwsnV67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sBQGwsnV67 .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-sBQGwsnV67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBQGwsnV67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBQGwsnV67 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sBQGwsnV67 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-sBQGwsnV67 .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-sBQGwsnV67 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sBQGwsnV67 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBQGwsnV67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBQGwsnV67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBQGwsnV67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-sBQGwsnV67 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBQGwsnV67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBQGwsnV67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBQGwsnV67 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBQGwsnV67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBQGwsnV67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBQGwsnV67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sBQGwsnV67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBQGwsnV67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBQGwsnV67 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBQGwsnV67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBQGwsnV67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBQGwsnV67 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBQGwsnV67 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBQGwsnV67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBQGwsnV67 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBQGwsnV67 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBQGwsnV67 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sBQGwsnV67 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sBQGwsnV67 .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sBQGwsnV67 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBQGwsnV67 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBQGwsnV67 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sBQGwsnV67 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBQGwsnV67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBQGwsnV67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBQGwsnV67 .dropdown-item.active,
.cid-sBQGwsnV67 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sBQGwsnV67 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sBQGwsnV67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sBQGwsnV67 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sBQGwsnV67 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sBQGwsnV67 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBQGwsnV67 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sBQGwsnV67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sBQGwsnV67 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sBQGwsnV67 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sBQGwsnV67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-sBQGwsnV67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBQGwsnV67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBQGwsnV67 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBQGwsnV67 .navbar-buttons {
  text-align: center;
}
.cid-sBQGwsnV67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBQGwsnV67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #939598;
}
.cid-sBQGwsnV67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBQGwsnV67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBQGwsnV67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBQGwsnV67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBQGwsnV67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBQGwsnV67 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBQGwsnV67 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBQGwsnV67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBQGwsnV67 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sBQGwsnV67 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sBQGwsnV67 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sBQGwsnV67 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sBQGwsnV67 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQGwsnV67 .navbar {
    height: 77px;
  }
  .cid-sBQGwsnV67 .navbar.opened {
    height: auto;
  }
  .cid-sBQGwsnV67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQGwsnV67 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sBQGwsnV67 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #fbb161;
}
.cid-sBQGwsnV67 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sBQGwsnV67 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sBQLJohfYH {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-sBQLJohfYH .mbr-section-title {
  color: #ffffff;
}
.cid-sBQLJohfYH .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBQLJohfYH .mbr-text {
  color: #ffffff;
}
.cid-sBQLJohfYH .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBQLJohfYH .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBQLJohfYH .text-col {
  align-items: center;
  display: flex;
}
.cid-sBQLJohfYH .mbr-section-subtitle,
.cid-sBQLJohfYH .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sBQNcWA6cS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sBQNcWA6cS {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sBQNcWA6cS {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sBQNcWA6cS .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBQNcWA6cS .f-row {
    flex-direction: row;
  }
}
.cid-sBQNcWA6cS .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-sBQNcWA6cS .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-sBQNcWA6cS .image-wrapper {
    min-height: 750px;
  }
}
.cid-sBQNcWA6cS .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBQNcWA6cS .text-wrapper {
  width: 100%;
  background-color: #cad67d;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sBQNcWA6cS .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-sBQNcWA6cS .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-sBQNcWA6cS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBQNcWA6cS .mbr-text,
.cid-sBQNcWA6cS .mbr-section-btn {
  color: #ffd8db;
}
.cid-sBQNcWA6cS .z-100 {
  z-index: 100;
}
.cid-sBQNcWA6cS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sBQTmWTkUy {
  background-image: url("../../../assets/images/flowers-1200x1203.jpg");
}
.cid-sBQTmWTkUy .column-content {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sBQTmWTkUy .text-content .btn-bgr {
  z-index: 0;
}
.cid-sBQTmWTkUy .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sBQTmWTkUy .container-full-width {
  position: relative;
}
.cid-sBQTmWTkUy .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sBQTmWTkUy .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sBQTmWTkUy .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sBQTmWTkUy .text-content {
    width: 540px;
  }
  .cid-sBQTmWTkUy .column-content {
    width: 100%;
  }
  .cid-sBQTmWTkUy .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sBQTmWTkUy .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sBQTmWTkUy .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sBQTmWTkUy .column-content {
    width: 50%;
  }
  .cid-sBQTmWTkUy .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sBQTmWTkUy .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBQTmWTkUy .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sBQTmWTkUy .column-content {
    height: 33rem;
  }
}
.cid-sBQXS7WVN1 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sBQXS7WVN1 .image-block {
  margin: auto;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.cid-sBQXS7WVN1 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBQXS7WVN1 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sBQXS7WVN1 .wrap {
    opacity: 1!important;
  }
}
.cid-sBQXS7WVN1 [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sBQXS7WVN1 .mbr-section-title {
  text-align: left;
}
.cid-sBRHRdJEtw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sBRHRdJEtw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sBRHRdJEtw textarea {
  min-height: 150px;
}
.cid-sBRHRdJEtw input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sBRHRdJEtw textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sBRHRdJEtw .form-control,
.cid-sBRHRdJEtw .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sBRHRdJEtw .form-control input::-webkit-input-placeholder,
.cid-sBRHRdJEtw .field-input input::-webkit-input-placeholder,
.cid-sBRHRdJEtw .form-control textarea::-webkit-input-placeholder,
.cid-sBRHRdJEtw .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sBRHRdJEtw .form-control input:-moz-placeholder,
.cid-sBRHRdJEtw .field-input input:-moz-placeholder,
.cid-sBRHRdJEtw .form-control textarea:-moz-placeholder,
.cid-sBRHRdJEtw .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sBRHRdJEtw .jq-number__spin:hover,
.cid-sBRHRdJEtw .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sBRHRdJEtw .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sBRHRdJEtw .jq-selectbox li,
.cid-sBRHRdJEtw .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sBRHRdJEtw .jq-selectbox li:hover,
.cid-sBRHRdJEtw .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sBRHRdJEtw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sBRHRdJEtw .jq-number__spin.minus:hover:after,
.cid-sBRHRdJEtw .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sBRHRdJEtw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sBRHRdJEtw .jq-number__spin.minus:after,
.cid-sBRHRdJEtw .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sBRHRdJEtw .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sBRHRdJEtw .social-list {
    margin-bottom: 3rem;
  }
  .cid-sBRHRdJEtw .email-input {
    margin-top: 2rem;
  }
}
.cid-sBRHRdJEtw .mbr-section-subtitle {
  color: #fbb161;
  margin-bottom: 2.4rem;
}
.cid-sBRHRdJEtw .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sBRHRdJEtw .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sBRHRdJEtw .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #bece6a;
  transition: all 0.3s;
}
.cid-sBRHRdJEtw .mbr-iconfont-social:hover {
  color: #bece6a;
}
.cid-sBRHRdJEtw .social-list {
  display: flex;
}
.cid-sBRHRdJEtw .social-list a {
  transition: 0.3s;
}
.cid-sBRHRdJEtw .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sBRHRdJEtw .row {
  align-items: center;
}
.cid-sBRHRdJEtw .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sBRHRdJEtw .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sBRHRdJEtw .form-btn {
  margin-top: 2.5rem;
}
.cid-sBRHRdJEtw input::-webkit-input-placeholder,
.cid-sBRHRdJEtw textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sBRHRdJEtw input:-moz-placeholder,
.cid-sBRHRdJEtw textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sBRHRdJEtw .media-content {
    padding-right: 3rem;
  }
  .cid-sBRHRdJEtw .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sBRHRdJEtw .row {
    padding: 0 1rem;
  }
}
.cid-sBRHRdJEtw .btn:hover {
  background-color: #bece6a !important;
  border-color: #bece6a !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sBRHRdJEtw .form-btn {
    width: 100%;
  }
  .cid-sBRHRdJEtw .btn {
    width: 100%;
  }
}
.cid-sCd9wBrz0s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 867px) {
  .cid-sCd9wBrz0s .col-sm-6 {
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
  }
  .cid-sCd9wBrz0s .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 867px) and (max-width: 992px) {
  .cid-sCd9wBrz0s .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1092px) {
  .cid-sCd9wBrz0s .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 867px) {
  .cid-sCd9wBrz0s .row {
    margin: 0;
  }
}
.cid-sCd9wBrz0s .container {
  border-top: 1px solid #000;
  padding-top: 2rem;
}
.cid-sBQGwwoa9a {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBQGwwoa9a .media-container-row {
  align-items: center;
}
.cid-sBQGwwoa9a .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sBQGwwoa9a .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sBQGwwoa9a .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sBQGwwoa9a .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sBQGwwoa9a .foot-menu-item {
  transform: 0.2s;
}
.cid-sBQGwwoa9a .foot-menu-item:hover a {
  color: #bece6a !important;
}
.cid-sBQGwwoa9a .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sBQGwwoa9a .foot-menu-item:hover::before {
  width: 60px;
  background-color: #bece6a;
}
.cid-sBQGwwoa9a .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sBQGwwoa9a .foot-menu {
    justify-content: center;
  }
  .cid-sBQGwwoa9a .mbr-text {
    text-align: center;
  }
  .cid-sBQGwwoa9a .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sBQGwwoa9a .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sBQGwwoa9a .link:hover {
  color: #ffffff;
}
.cid-sBQGwwoa9a .media-container-row .mbr-text {
  text-align: center;
}
.cid-sBVpwdCIxX .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-sBVpwdCIxX .nav-item:focus,
.cid-sBVpwdCIxX .nav-link:focus {
  outline: none;
}
.cid-sBVpwdCIxX .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-sBVpwdCIxX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVpwdCIxX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sBVpwdCIxX .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-sBVpwdCIxX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVpwdCIxX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVpwdCIxX .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sBVpwdCIxX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-sBVpwdCIxX .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-sBVpwdCIxX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sBVpwdCIxX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVpwdCIxX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVpwdCIxX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVpwdCIxX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-sBVpwdCIxX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sBVpwdCIxX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVpwdCIxX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBVpwdCIxX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBVpwdCIxX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBVpwdCIxX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sBVpwdCIxX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sBVpwdCIxX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVpwdCIxX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVpwdCIxX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBVpwdCIxX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVpwdCIxX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBVpwdCIxX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBVpwdCIxX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sBVpwdCIxX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBVpwdCIxX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBVpwdCIxX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBVpwdCIxX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sBVpwdCIxX .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sBVpwdCIxX .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sBVpwdCIxX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBVpwdCIxX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBVpwdCIxX .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sBVpwdCIxX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVpwdCIxX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBVpwdCIxX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVpwdCIxX .dropdown-item.active,
.cid-sBVpwdCIxX .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sBVpwdCIxX .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sBVpwdCIxX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sBVpwdCIxX .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sBVpwdCIxX .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sBVpwdCIxX .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBVpwdCIxX .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sBVpwdCIxX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sBVpwdCIxX .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sBVpwdCIxX .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sBVpwdCIxX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-sBVpwdCIxX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBVpwdCIxX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVpwdCIxX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBVpwdCIxX .navbar-buttons {
  text-align: center;
}
.cid-sBVpwdCIxX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBVpwdCIxX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #939598;
}
.cid-sBVpwdCIxX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBVpwdCIxX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVpwdCIxX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBVpwdCIxX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBVpwdCIxX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVpwdCIxX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBVpwdCIxX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBVpwdCIxX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBVpwdCIxX .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sBVpwdCIxX a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sBVpwdCIxX .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sBVpwdCIxX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sBVpwdCIxX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVpwdCIxX .navbar {
    height: 77px;
  }
  .cid-sBVpwdCIxX .navbar.opened {
    height: auto;
  }
  .cid-sBVpwdCIxX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVpwdCIxX a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sBVpwdCIxX a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #fbb161;
}
.cid-sBVpwdCIxX .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sBVpwdCIxX .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sBVpwdn6EO {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-sBVpwdn6EO .mbr-section-title {
  color: #ffffff;
}
.cid-sBVpwdn6EO .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sBVpwdn6EO .mbr-text {
  color: #ffffff;
}
.cid-sBVpwdn6EO .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sBVpwdn6EO .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sBVpwdn6EO .text-col {
  align-items: center;
  display: flex;
}
.cid-sBVpwdn6EO .mbr-section-subtitle,
.cid-sBVpwdn6EO .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sBVwwj30bH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sBVwwj30bH {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sBVwwj30bH {
    padding-top: 1.2rem;
    padding-bottom: 0.6rem;
  }
}
.cid-sBVwwj30bH .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sBVwwj30bH .f-row {
    flex-direction: row;
  }
}
.cid-sBVwwj30bH .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-sBVwwj30bH .f-item {
    flex: 1 1 50%;
  }
}
.cid-sBVwwj30bH .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sBVwwj30bH .image-wrapper {
    min-height: 650px;
  }
}
.cid-sBVwwj30bH .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBVwwj30bH .text-wrapper {
  width: 100%;
  background: #e7c15d;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-sBVwwj30bH .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-sBVwwj30bH .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-sBVwwj30bH .mbr-text {
  color: #ffffff;
}
.cid-sBVwwj30bH .mbr-section-title {
  color: #ffffff;
}
.cid-sC1PUrnRcn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sC1PUrnRcn h2 {
    margin-bottom: 1rem;
  }
  .cid-sC1PUrnRcn .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sC1PUrnRcn .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sC1PUrnRcn .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sC1PUrnRcn .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sC1PUrnRcn .container {
    position: relative;
  }
  .cid-sC1PUrnRcn h2 {
    margin: 0;
  }
}
.cid-sC1PUrnRcn .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-sC1PUrnRcn hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sC1PUrnRcn .mbr-section-subtitle {
  color: #939598;
}
.cid-sC1PUrnRcn .btn:hover {
  color: #ffffff !important;
}
.cid-sC1PUrnRcn .container-column,
.cid-sC1PUrnRcn h2 {
  color: #6d6e71;
}
.cid-sBVJDA58b7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBVJDA58b7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBVJDA58b7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBVJDA58b7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBVJDA58b7 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sBVJDA58b7 .container {
  padding: 0;
}
.cid-sBVJDA58b7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBVJDA58b7 .icon-focus {
  display: none;
}
.cid-sBVJDA58b7 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sBVJDA58b7 .btn[class*=-outline]:hover,
.cid-sBVJDA58b7 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sBVJDA58b7 li:hover .btn-primary-outline,
.cid-sBVJDA58b7 li:active .btn-primary-outline,
.cid-sBVJDA58b7 li.active .btn-primary-outline {
  color: #fbb161 !important;
}
.cid-sBVJDA58b7 li:hover .btn-secondary-outline,
.cid-sBVJDA58b7 li:active .btn-secondary-outline,
.cid-sBVJDA58b7 li.active .btn-secondary-outline {
  color: #939598 !important;
}
.cid-sBVJDA58b7 li:hover .btn-info-outline,
.cid-sBVJDA58b7 li:active .btn-info-outline,
.cid-sBVJDA58b7 li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-sBVJDA58b7 li:hover .btn-warning-outline,
.cid-sBVJDA58b7 li:active .btn-warning-outline,
.cid-sBVJDA58b7 li.active .btn-warning-outline {
  color: #939598 !important;
}
.cid-sBVJDA58b7 li:hover .btn-white-outline,
.cid-sBVJDA58b7 li:active .btn-white-outline,
.cid-sBVJDA58b7 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sBVJDA58b7 li:hover .btn-black-outline,
.cid-sBVJDA58b7 li:active .btn-black-outline,
.cid-sBVJDA58b7 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sBVJDA58b7 li:hover .btn-success-outline,
.cid-sBVJDA58b7 li:active .btn-success-outline,
.cid-sBVJDA58b7 li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-sBVJDA58b7 li:hover .btn-danger-outline,
.cid-sBVJDA58b7 li:active .btn-danger-outline,
.cid-sBVJDA58b7 li.active .btn-danger-outline {
  color: #bece6a !important;
}
.cid-sBVJDA58b7 li {
  position: relative;
}
.cid-sBVJDA58b7 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sBVJDA58b7 .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;
}
.cid-sBVJDA58b7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sBVJDA58b7 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sBVJDA58b7 .btn {
  font-family: Roboto !important;
}
.cid-sBVJDA58b7 .mbr-gallery-title {
  font-size: .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-sBVJDA58b7 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sBVJDA58b7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sBVJDA58b7 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sC8RLS7EMj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sC8RLS7EMj h2 {
    margin-bottom: 1rem;
  }
  .cid-sC8RLS7EMj .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sC8RLS7EMj .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sC8RLS7EMj .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sC8RLS7EMj .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sC8RLS7EMj .container {
    position: relative;
  }
  .cid-sC8RLS7EMj h2 {
    margin: 0;
  }
}
.cid-sC8RLS7EMj .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-sC8RLS7EMj hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sC8RLS7EMj .mbr-section-subtitle {
  color: #939598;
}
.cid-sC8RLS7EMj .btn:hover {
  color: #ffffff !important;
}
.cid-sC8RLS7EMj .container-column,
.cid-sC8RLS7EMj h2 {
  color: #6d6e71;
}
.cid-sC8PHxTi0y {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sC8PHxTi0y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC8PHxTi0y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC8PHxTi0y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC8PHxTi0y .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sC8PHxTi0y .container {
  padding: 0;
}
.cid-sC8PHxTi0y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC8PHxTi0y .icon-focus {
  display: none;
}
.cid-sC8PHxTi0y .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sC8PHxTi0y .btn[class*=-outline]:hover,
.cid-sC8PHxTi0y .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sC8PHxTi0y li:hover .btn-primary-outline,
.cid-sC8PHxTi0y li:active .btn-primary-outline,
.cid-sC8PHxTi0y li.active .btn-primary-outline {
  color: #fbb161 !important;
}
.cid-sC8PHxTi0y li:hover .btn-secondary-outline,
.cid-sC8PHxTi0y li:active .btn-secondary-outline,
.cid-sC8PHxTi0y li.active .btn-secondary-outline {
  color: #939598 !important;
}
.cid-sC8PHxTi0y li:hover .btn-info-outline,
.cid-sC8PHxTi0y li:active .btn-info-outline,
.cid-sC8PHxTi0y li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-sC8PHxTi0y li:hover .btn-warning-outline,
.cid-sC8PHxTi0y li:active .btn-warning-outline,
.cid-sC8PHxTi0y li.active .btn-warning-outline {
  color: #939598 !important;
}
.cid-sC8PHxTi0y li:hover .btn-white-outline,
.cid-sC8PHxTi0y li:active .btn-white-outline,
.cid-sC8PHxTi0y li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sC8PHxTi0y li:hover .btn-black-outline,
.cid-sC8PHxTi0y li:active .btn-black-outline,
.cid-sC8PHxTi0y li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sC8PHxTi0y li:hover .btn-success-outline,
.cid-sC8PHxTi0y li:active .btn-success-outline,
.cid-sC8PHxTi0y li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-sC8PHxTi0y li:hover .btn-danger-outline,
.cid-sC8PHxTi0y li:active .btn-danger-outline,
.cid-sC8PHxTi0y li.active .btn-danger-outline {
  color: #bece6a !important;
}
.cid-sC8PHxTi0y li {
  position: relative;
}
.cid-sC8PHxTi0y .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sC8PHxTi0y .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;
}
.cid-sC8PHxTi0y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC8PHxTi0y .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sC8PHxTi0y .btn {
  font-family: Roboto !important;
}
.cid-sC8PHxTi0y .mbr-gallery-title {
  font-size: .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-sC8PHxTi0y .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sC8PHxTi0y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sC8PHxTi0y .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sBVpweAJe2 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sBVpweAJe2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sBVpweAJe2 textarea {
  min-height: 150px;
}
.cid-sBVpweAJe2 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sBVpweAJe2 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sBVpweAJe2 .form-control,
.cid-sBVpweAJe2 .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sBVpweAJe2 .form-control input::-webkit-input-placeholder,
.cid-sBVpweAJe2 .field-input input::-webkit-input-placeholder,
.cid-sBVpweAJe2 .form-control textarea::-webkit-input-placeholder,
.cid-sBVpweAJe2 .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sBVpweAJe2 .form-control input:-moz-placeholder,
.cid-sBVpweAJe2 .field-input input:-moz-placeholder,
.cid-sBVpweAJe2 .form-control textarea:-moz-placeholder,
.cid-sBVpweAJe2 .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sBVpweAJe2 .jq-number__spin:hover,
.cid-sBVpweAJe2 .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sBVpweAJe2 .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sBVpweAJe2 .jq-selectbox li,
.cid-sBVpweAJe2 .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sBVpweAJe2 .jq-selectbox li:hover,
.cid-sBVpweAJe2 .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sBVpweAJe2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sBVpweAJe2 .jq-number__spin.minus:hover:after,
.cid-sBVpweAJe2 .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sBVpweAJe2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sBVpweAJe2 .jq-number__spin.minus:after,
.cid-sBVpweAJe2 .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sBVpweAJe2 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sBVpweAJe2 .social-list {
    margin-bottom: 3rem;
  }
  .cid-sBVpweAJe2 .email-input {
    margin-top: 2rem;
  }
}
.cid-sBVpweAJe2 .mbr-section-subtitle {
  color: #fbb161;
  margin-bottom: 2.4rem;
}
.cid-sBVpweAJe2 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sBVpweAJe2 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sBVpweAJe2 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #bece6a;
  transition: all 0.3s;
}
.cid-sBVpweAJe2 .mbr-iconfont-social:hover {
  color: #bece6a;
}
.cid-sBVpweAJe2 .social-list {
  display: flex;
}
.cid-sBVpweAJe2 .social-list a {
  transition: 0.3s;
}
.cid-sBVpweAJe2 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sBVpweAJe2 .row {
  align-items: center;
}
.cid-sBVpweAJe2 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sBVpweAJe2 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sBVpweAJe2 .form-btn {
  margin-top: 2.5rem;
}
.cid-sBVpweAJe2 input::-webkit-input-placeholder,
.cid-sBVpweAJe2 textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sBVpweAJe2 input:-moz-placeholder,
.cid-sBVpweAJe2 textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sBVpweAJe2 .media-content {
    padding-right: 3rem;
  }
  .cid-sBVpweAJe2 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sBVpweAJe2 .row {
    padding: 0 1rem;
  }
}
.cid-sBVpweAJe2 .btn:hover {
  background-color: #bece6a !important;
  border-color: #bece6a !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sBVpweAJe2 .form-btn {
    width: 100%;
  }
  .cid-sBVpweAJe2 .btn {
    width: 100%;
  }
}
.cid-sCd9bDnssZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 867px) {
  .cid-sCd9bDnssZ .col-sm-6 {
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
  }
  .cid-sCd9bDnssZ .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 867px) and (max-width: 992px) {
  .cid-sCd9bDnssZ .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1092px) {
  .cid-sCd9bDnssZ .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 867px) {
  .cid-sCd9bDnssZ .row {
    margin: 0;
  }
}
.cid-sCd9bDnssZ .container {
  border-top: 1px solid #000;
  padding-top: 2rem;
}
.cid-sBVpwfl7HJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBVpwfl7HJ .media-container-row {
  align-items: center;
}
.cid-sBVpwfl7HJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sBVpwfl7HJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sBVpwfl7HJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sBVpwfl7HJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sBVpwfl7HJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sBVpwfl7HJ .foot-menu-item:hover a {
  color: #bece6a !important;
}
.cid-sBVpwfl7HJ .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sBVpwfl7HJ .foot-menu-item:hover::before {
  width: 60px;
  background-color: #bece6a;
}
.cid-sBVpwfl7HJ .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sBVpwfl7HJ .foot-menu {
    justify-content: center;
  }
  .cid-sBVpwfl7HJ .mbr-text {
    text-align: center;
  }
  .cid-sBVpwfl7HJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sBVpwfl7HJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sBVpwfl7HJ .link:hover {
  color: #ffffff;
}
.cid-sBVpwfl7HJ .media-container-row .mbr-text {
  text-align: center;
}
.cid-sC8UIfNgCC .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-sC8UIfNgCC .nav-item:focus,
.cid-sC8UIfNgCC .nav-link:focus {
  outline: none;
}
.cid-sC8UIfNgCC .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-sC8UIfNgCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC8UIfNgCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sC8UIfNgCC .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-sC8UIfNgCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sC8UIfNgCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sC8UIfNgCC .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sC8UIfNgCC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-sC8UIfNgCC .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-sC8UIfNgCC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sC8UIfNgCC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sC8UIfNgCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sC8UIfNgCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sC8UIfNgCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-sC8UIfNgCC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sC8UIfNgCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sC8UIfNgCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sC8UIfNgCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sC8UIfNgCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sC8UIfNgCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sC8UIfNgCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sC8UIfNgCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sC8UIfNgCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sC8UIfNgCC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sC8UIfNgCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sC8UIfNgCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sC8UIfNgCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sC8UIfNgCC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sC8UIfNgCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sC8UIfNgCC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sC8UIfNgCC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sC8UIfNgCC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sC8UIfNgCC .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sC8UIfNgCC .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sC8UIfNgCC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sC8UIfNgCC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sC8UIfNgCC .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sC8UIfNgCC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sC8UIfNgCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sC8UIfNgCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sC8UIfNgCC .dropdown-item.active,
.cid-sC8UIfNgCC .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sC8UIfNgCC .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sC8UIfNgCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sC8UIfNgCC .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sC8UIfNgCC .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sC8UIfNgCC .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sC8UIfNgCC .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sC8UIfNgCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sC8UIfNgCC .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sC8UIfNgCC .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sC8UIfNgCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-sC8UIfNgCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sC8UIfNgCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC8UIfNgCC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sC8UIfNgCC .navbar-buttons {
  text-align: center;
}
.cid-sC8UIfNgCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC8UIfNgCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #939598;
}
.cid-sC8UIfNgCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC8UIfNgCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC8UIfNgCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC8UIfNgCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC8UIfNgCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC8UIfNgCC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC8UIfNgCC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC8UIfNgCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC8UIfNgCC .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sC8UIfNgCC a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sC8UIfNgCC .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sC8UIfNgCC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sC8UIfNgCC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sC8UIfNgCC .navbar {
    height: 77px;
  }
  .cid-sC8UIfNgCC .navbar.opened {
    height: auto;
  }
  .cid-sC8UIfNgCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sC8UIfNgCC a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sC8UIfNgCC a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #fbb161;
}
.cid-sC8UIfNgCC .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sC8UIfNgCC .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sC8UIfoZoG {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-sC8UIfoZoG .mbr-section-title {
  color: #ffffff;
}
.cid-sC8UIfoZoG .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sC8UIfoZoG .mbr-text {
  color: #ffffff;
}
.cid-sC8UIfoZoG .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sC8UIfoZoG .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sC8UIfoZoG .text-col {
  align-items: center;
  display: flex;
}
.cid-sC8UIfoZoG .mbr-section-subtitle,
.cid-sC8UIfoZoG .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sC90jHFJbs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sC90jHFJbs {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sC90jHFJbs {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sC90jHFJbs .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sC90jHFJbs .f-row {
    flex-direction: row;
  }
}
.cid-sC90jHFJbs .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-sC90jHFJbs .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-sC90jHFJbs .image-wrapper {
    min-height: 750px;
  }
}
.cid-sC90jHFJbs .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sC90jHFJbs .text-wrapper {
  width: 100%;
  background-color: #eeeeee;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sC90jHFJbs .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-sC90jHFJbs .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-sC90jHFJbs .mbr-section-title {
  color: #7e7e7e;
  text-align: left;
}
.cid-sC90jHFJbs .mbr-text,
.cid-sC90jHFJbs .mbr-section-btn {
  color: #ffd8db;
}
.cid-sC90jHFJbs .z-100 {
  z-index: 100;
}
.cid-sC90jHFJbs .mbr-text {
  text-align: left;
  color: #7e7e7e;
}
.cid-sC92FdV5Zc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sC92FdV5Zc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sC92FdV5Zc .card-wrap {
  background-color: #7e7e7e;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sC92FdV5Zc .card-wrap:hover h4,
.cid-sC92FdV5Zc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sC92FdV5Zc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sC92FdV5Zc h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sC92FdV5Zc img {
  width: 100%;
}
.cid-sC92FdV5Zc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sC92FdV5Zc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sC92FdV5Zc .card-title1,
.cid-sC92FdV5Zc .title-wrap1 {
  color: #ffffff;
}
.cid-sC92FdV5Zc .card-title,
.cid-sC92FdV5Zc .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sC92FdV5Zc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sC92FdV5Zc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sC92FdV5Zc H3 {
  color: #ffffff;
}
.cid-sC97IGJq7r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sC97IGJq7r [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-sC97IGJq7r .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-sC97IGJq7r .carousel-item {
  justify-content: center;
  text-align: left;
  transition: none;
}
@media (min-width: 992px) {
  .cid-sC97IGJq7r .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-sC97IGJq7r .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sC97IGJq7r .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-sC97IGJq7r .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-sC97IGJq7r .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sC97IGJq7r .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-sC97IGJq7r .slider__title {
    margin-left: 2rem;
  }
}
.cid-sC97IGJq7r .carousel-item.active,
.cid-sC97IGJq7r .carousel-item-next,
.cid-sC97IGJq7r .carousel-item-prev {
  display: flex;
}
.cid-sC97IGJq7r .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sC97IGJq7r .carousel-control-next,
.cid-sC97IGJq7r .carousel-control-prev {
  opacity: 1 !important;
}
.cid-sC97IGJq7r .carousel-control-next:hover,
.cid-sC97IGJq7r .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-sC97IGJq7r .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-sC97IGJq7r .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
}
.cid-sC97IGJq7r .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-sC97IGJq7r .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sC97IGJq7r .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sC97IGJq7r .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-sC97IGJq7r .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sC97IGJq7r .cloneditem-1,
  .cid-sC97IGJq7r .cloneditem-2,
  .cid-sC97IGJq7r .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sC97IGJq7r .carousel-controls {
    display: none;
  }
  .cid-sC97IGJq7r .mbr-text,
  .cid-sC97IGJq7r .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-sC8UIhMHuY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sC8UIhMHuY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sC8UIhMHuY textarea {
  min-height: 150px;
}
.cid-sC8UIhMHuY input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sC8UIhMHuY textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sC8UIhMHuY .form-control,
.cid-sC8UIhMHuY .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sC8UIhMHuY .form-control input::-webkit-input-placeholder,
.cid-sC8UIhMHuY .field-input input::-webkit-input-placeholder,
.cid-sC8UIhMHuY .form-control textarea::-webkit-input-placeholder,
.cid-sC8UIhMHuY .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sC8UIhMHuY .form-control input:-moz-placeholder,
.cid-sC8UIhMHuY .field-input input:-moz-placeholder,
.cid-sC8UIhMHuY .form-control textarea:-moz-placeholder,
.cid-sC8UIhMHuY .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sC8UIhMHuY .jq-number__spin:hover,
.cid-sC8UIhMHuY .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sC8UIhMHuY .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sC8UIhMHuY .jq-selectbox li,
.cid-sC8UIhMHuY .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sC8UIhMHuY .jq-selectbox li:hover,
.cid-sC8UIhMHuY .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sC8UIhMHuY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sC8UIhMHuY .jq-number__spin.minus:hover:after,
.cid-sC8UIhMHuY .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sC8UIhMHuY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sC8UIhMHuY .jq-number__spin.minus:after,
.cid-sC8UIhMHuY .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sC8UIhMHuY .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sC8UIhMHuY .social-list {
    margin-bottom: 3rem;
  }
  .cid-sC8UIhMHuY .email-input {
    margin-top: 2rem;
  }
}
.cid-sC8UIhMHuY .mbr-section-subtitle {
  color: #fbb161;
  margin-bottom: 2.4rem;
}
.cid-sC8UIhMHuY .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sC8UIhMHuY .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sC8UIhMHuY .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #bece6a;
  transition: all 0.3s;
}
.cid-sC8UIhMHuY .mbr-iconfont-social:hover {
  color: #bece6a;
}
.cid-sC8UIhMHuY .social-list {
  display: flex;
}
.cid-sC8UIhMHuY .social-list a {
  transition: 0.3s;
}
.cid-sC8UIhMHuY .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sC8UIhMHuY .row {
  align-items: center;
}
.cid-sC8UIhMHuY .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sC8UIhMHuY .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sC8UIhMHuY .form-btn {
  margin-top: 2.5rem;
}
.cid-sC8UIhMHuY input::-webkit-input-placeholder,
.cid-sC8UIhMHuY textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sC8UIhMHuY input:-moz-placeholder,
.cid-sC8UIhMHuY textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sC8UIhMHuY .media-content {
    padding-right: 3rem;
  }
  .cid-sC8UIhMHuY .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sC8UIhMHuY .row {
    padding: 0 1rem;
  }
}
.cid-sC8UIhMHuY .btn:hover {
  background-color: #bece6a !important;
  border-color: #bece6a !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-sC8UIhMHuY .form-btn {
    width: 100%;
  }
  .cid-sC8UIhMHuY .btn {
    width: 100%;
  }
}
.cid-sCd96JIiNr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 867px) {
  .cid-sCd96JIiNr .col-sm-6 {
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
  }
  .cid-sCd96JIiNr .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 867px) and (max-width: 992px) {
  .cid-sCd96JIiNr .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1092px) {
  .cid-sCd96JIiNr .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 867px) {
  .cid-sCd96JIiNr .row {
    margin: 0;
  }
}
.cid-sCd96JIiNr .container {
  border-top: 1px solid #000;
  padding-top: 2rem;
}
.cid-sC8UIiKMwM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sC8UIiKMwM .media-container-row {
  align-items: center;
}
.cid-sC8UIiKMwM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sC8UIiKMwM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sC8UIiKMwM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sC8UIiKMwM .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sC8UIiKMwM .foot-menu-item {
  transform: 0.2s;
}
.cid-sC8UIiKMwM .foot-menu-item:hover a {
  color: #bece6a !important;
}
.cid-sC8UIiKMwM .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sC8UIiKMwM .foot-menu-item:hover::before {
  width: 60px;
  background-color: #bece6a;
}
.cid-sC8UIiKMwM .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sC8UIiKMwM .foot-menu {
    justify-content: center;
  }
  .cid-sC8UIiKMwM .mbr-text {
    text-align: center;
  }
  .cid-sC8UIiKMwM .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sC8UIiKMwM .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sC8UIiKMwM .link:hover {
  color: #ffffff;
}
.cid-sC8UIiKMwM .media-container-row .mbr-text {
  text-align: center;
}
