body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto-Light';
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Roboto-Light';
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Roboto-Light';
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto-Light';
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c4bc3b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #c4bc3b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !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: #767123;
  color: #767123;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !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: #c4bc3b !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #c4bc3b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #767123 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !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: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c4bc3b !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: #879a9f;
}
.alert-danger {
  background-color: #c4bc3b;
}
.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: #c4bc3b;
  border-color: #c4bc3b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c4bc3b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2dd9d;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2dd9d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #c4bc3b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c4bc3b;
  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: #c4bc3b;
  border-bottom-color: #c4bc3b;
}
.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: #c4bc3b !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: #7e7e7e !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='%23c4bc3b' %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: #c4bc3b;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #c4bc3b;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #c4bc3b;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #c4bc3b;
  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: #c4bc3b !important;
}
.btn-danger:hover {
  color: #c4bc3b !important;
}
.btn-warning:hover {
  color: #879a9f !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: #7e7e7e !important;
}
.btn-primary:hover {
  color: #c4bc3b !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #c4bc3b !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #c4bc3b;
}
.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: #7e7e7e !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: #c4bc3b !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: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #c4bc3b !important;
}
.cid-spysN4ZAs9 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .nav-item:focus,
.cid-spysN4ZAs9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spysN4ZAs9 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link {
    position: relative;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #c4bc3b, #7e7e7e);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spysN4ZAs9 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spysN4ZAs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spysN4ZAs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spysN4ZAs9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-spysN4ZAs9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spysN4ZAs9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spysN4ZAs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spysN4ZAs9 .navbar.collapsed .right-menu,
.cid-spysN4ZAs9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show .brand-container,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spysN4ZAs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spysN4ZAs9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spysN4ZAs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spysN4ZAs9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spysN4ZAs9 .navbar .right-menu,
  .cid-spysN4ZAs9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spysN4ZAs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-spysN4ZAs9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spysN4ZAs9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spysN4ZAs9 .dropdown-item.active,
.cid-spysN4ZAs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-spysN4ZAs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spysN4ZAs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spysN4ZAs9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spysN4ZAs9 .navbar-buttons {
  margin-left: auto;
}
.cid-spysN4ZAs9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 .navbar-dropdown {
  position: fixed;
}
.cid-spysN4ZAs9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spysN4ZAs9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spysN4ZAs9 .right-menu,
.cid-spysN4ZAs9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spysN4ZAs9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-spysN4ZAs9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spysN4ZAs9 .card-wrapper {
  z-index: 3;
}
.cid-spysN4ZAs9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLrDlHoLx {
  padding-top: 300px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/depositphotos-111701536-l-2015-2000x1500.jpg");
}
.cid-spLrDlHoLx .mbr-iconfont2 {
  color: #7f1933;
}
.cid-spLrDlHoLx .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-spLrDlHoLx .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-spLrDlHoLx .btn {
  margin-left: 0rem;
}
.cid-spLrDlHoLx .row {
  padding-bottom: 8rem;
}
.cid-spLrDlHoLx .link {
  margin: 0;
}
.cid-spLrDlHoLx .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-spLrDlHoLx .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #787324;
  transition: 0.7s;
}
.cid-spLrDlHoLx .card-img {
  margin-bottom: 3.2rem;
}
.cid-spLrDlHoLx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-spLrDlHoLx .card:hover .card-inner {
  background-color: #c4bc3b;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-spLrDlHoLx .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-spLrDlHoLx .card:hover .card-title:after {
  background: #ffffff;
}
.cid-spLrDlHoLx .media-container-row {
  align-items: flex-end;
}
.cid-spLrDlHoLx .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-spLrDlHoLx .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-spLrDlHoLx .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-spLrDlHoLx .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-spLrDlHoLx .card {
    margin-bottom: 2rem;
  }
  .cid-spLrDlHoLx .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-spLrDlHoLx .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-spLrDlHoLx .card {
  position: relative;
}
.cid-spLrDlHoLx .card-3::after {
  content: '';
  background-color: #787324;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-spLrDlHoLx .card:first-child .card-inner {
  background-color: #787324;
}
.cid-spLrDlHoLx .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-spLrDlHoLx .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-spLrDlHoLx .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-spLrDlHoLx .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-spLrDlHoLx .line-title {
  width: 40px;
  height: 2px;
  background-color: #c4bc3b;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-spLrDlHoLx .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #c4bc3b;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-spLrDlHoLx .block-title,
.cid-spLrDlHoLx .mbr-section-title,
.cid-spLrDlHoLx .line,
.cid-spLrDlHoLx .mbr-section-btn {
  color: #c4bc3b;
}
.cid-spLrDlHoLx .mbr-maintext,
.cid-spLrDlHoLx .mbr-section-btn {
  color: #ffffff;
}
.cid-spLrDlHoLx H3 {
  color: #ffffff;
}
.cid-spygvUH3Z9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-spygvUH3Z9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
}
.cid-spygvUH3Z9 .mbr-text,
.cid-spygvUH3Z9 .mbr-section-btn {
  color: #000000;
}
.cid-spygvUH3Z9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spygvUH3Z9 img {
    width: 96%;
  }
}
.cid-spygvUH3Z9 .mbr-section-title,
.cid-spygvUH3Z9 .title-wrapper {
  color: #000000;
}
.cid-spyihZQ5CI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/depositphotos-31273253-xl-2015-2000x1333.jpg");
}
.cid-spyihZQ5CI H1 {
  color: #ffffff;
}
.cid-spyihZQ5CI h1 {
  background: linear-gradient(to left, #7e7e7e, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spyihZQ5CI .mbr-text,
.cid-spyihZQ5CI .mbr-section-btn {
  color: #ffffff;
}
.cid-spyh94hHvT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-spyh94hHvT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
}
.cid-spyh94hHvT .mbr-text,
.cid-spyh94hHvT .mbr-section-btn {
  color: #999999;
}
.cid-spyh94hHvT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spyh94hHvT img {
    width: 96%;
  }
}
.cid-spyh94hHvT .mbr-section-title,
.cid-spyh94hHvT .title-wrapper {
  color: #787324;
}
.cid-spPWsXU1fE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/depositphotos-87870508-l-2015-2000x1127.jpg");
}
.cid-spPWsXU1fE H1 {
  color: #f7ed4a;
}
.cid-spPWsXU1fE h1 {
  background: linear-gradient(to left, #7e7e7e, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spPWsXU1fE .mbr-text,
.cid-spPWsXU1fE .mbr-section-btn {
  color: #f3f3f3;
}
.cid-tbbEfjbLin {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tbbEfjbLin .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tbbEfjbLin .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tbbEfjbLin .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tbbEfjbLin P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tbbEfjbLin img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-tbbEfjbLin .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tbbEfjbLin .top,
  .cid-tbbEfjbLin .top-2 {
    margin-top: 0;
  }
}
.cid-spKaCU9e9s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-spKaCU9e9s [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-spKaCU9e9s .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-spKaCU9e9s .carousel-item {
  justify-content: center;
  text-align: left;
  transition: none;
}
@media (min-width: 992px) {
  .cid-spKaCU9e9s .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-spKaCU9e9s .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-spKaCU9e9s .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-spKaCU9e9s .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-spKaCU9e9s .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spKaCU9e9s .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-spKaCU9e9s .slider__title {
    margin-left: 2rem;
  }
}
.cid-spKaCU9e9s .carousel-item.active,
.cid-spKaCU9e9s .carousel-item-next,
.cid-spKaCU9e9s .carousel-item-prev {
  display: flex;
}
.cid-spKaCU9e9s .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spKaCU9e9s .carousel-control-next,
.cid-spKaCU9e9s .carousel-control-prev {
  opacity: 1 !important;
}
.cid-spKaCU9e9s .carousel-control-next:hover,
.cid-spKaCU9e9s .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-spKaCU9e9s .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-spKaCU9e9s .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: #c4bc3b;
}
.cid-spKaCU9e9s .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-spKaCU9e9s .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-spKaCU9e9s .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-spKaCU9e9s .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-spKaCU9e9s .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-spKaCU9e9s .cloneditem-1,
  .cid-spKaCU9e9s .cloneditem-2,
  .cid-spKaCU9e9s .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-spKaCU9e9s .carousel-controls {
    display: none;
  }
  .cid-spKaCU9e9s .mbr-text,
  .cid-spKaCU9e9s .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-spKaCU9e9s .mbr-section-title {
  color: #999999;
  text-align: center;
}
.cid-spKaCU9e9s .mbr-text {
  text-align: center;
  color: #999999;
}
.cid-srf29bAE5Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #272727;
}
.cid-srf29bAE5Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-srf29bAE5Q .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-srf29bAE5Q .title {
    width: 100% !important;
  }
}
.cid-srf29bAE5Q .mbr-section-subtitle,
.cid-srf29bAE5Q .underline {
  color: #999999;
}
.cid-spyujeklXq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-spyujeklXq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-spyujeklXq .link-wrapper {
  margin-bottom: 1rem;
}
.cid-spyujeklXq .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-spyujeklXq .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spyujeklXq .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-spyujeklXq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-spyujeklXq .first:hover:before {
  content: none;
}
.cid-spyujeklXq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
  content: "";
}
.cid-spyujeklXq .last:hover:after {
  content: none;
}
.cid-spyujeklXq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
  content: "";
}
.cid-spyujeklXq .mbr-section-text {
  color: #999999;
}
.cid-spyujeklXq .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-spyujeklXq .card .img-wrapper {
  overflow: hidden;
}
.cid-spyujeklXq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-spyujeklXq .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-spyujeklXq .card:hover .card-wrapper {
  background: linear-gradient(to left, #7e7e7e, #c4bc3b);
  color: #ffffff !important;
}
.cid-spyujeklXq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-spyzlkUplh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-spyzlkUplh .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spyzlkUplh .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spyzlkUplh .mbr-list {
  margin: 0;
}
.cid-spyzlkUplh .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spyzlkUplh .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spyzlkUplh .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spyzlkUplh .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-squJxRob8o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-squJxRob8o .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-squJxRob8o .card-box:focus-within {
  opacity: 1;
}
.cid-squJxRob8o .row-center {
  height: 100%;
}
.cid-squJxRob8o .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-squJxRob8o .card-img img {
  margin: auto;
}
.cid-squJxRob8o .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-squJxRob8o .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #ffffff;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-squJxRob8o .card-wrapper:hover .card-box,
.cid-squJxRob8o .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-squJxRob8o .card-wrapper:hover .card-img,
.cid-squJxRob8o .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-squJxRob8o .card-wrapper:hover:before,
.cid-squJxRob8o .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-squJxRob8o .row {
  justify-content: center;
}
.cid-squJxRob8o .card-title {
  color: #191919;
}
@media (max-width: 992px) {
  .cid-squJxRob8o .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-squJxRob8o .card-img {
    transform: translateY(-15px);
  }
  .cid-squJxRob8o .card-wrapper:before {
    height: 100%;
  }
}
.cid-spysN4ZAs9 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .nav-item:focus,
.cid-spysN4ZAs9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spysN4ZAs9 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link {
    position: relative;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #c4bc3b, #7e7e7e);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spysN4ZAs9 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spysN4ZAs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spysN4ZAs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spysN4ZAs9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-spysN4ZAs9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spysN4ZAs9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spysN4ZAs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spysN4ZAs9 .navbar.collapsed .right-menu,
.cid-spysN4ZAs9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show .brand-container,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spysN4ZAs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spysN4ZAs9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spysN4ZAs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spysN4ZAs9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spysN4ZAs9 .navbar .right-menu,
  .cid-spysN4ZAs9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spysN4ZAs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-spysN4ZAs9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spysN4ZAs9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spysN4ZAs9 .dropdown-item.active,
.cid-spysN4ZAs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-spysN4ZAs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spysN4ZAs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spysN4ZAs9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spysN4ZAs9 .navbar-buttons {
  margin-left: auto;
}
.cid-spysN4ZAs9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 .navbar-dropdown {
  position: fixed;
}
.cid-spysN4ZAs9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spysN4ZAs9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spysN4ZAs9 .right-menu,
.cid-spysN4ZAs9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spysN4ZAs9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-spysN4ZAs9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spysN4ZAs9 .card-wrapper {
  z-index: 3;
}
.cid-spysN4ZAs9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-squLZzGyc9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-squLZzGyc9 .container-fluid {
  padding: 0 3rem;
}
.cid-squLZzGyc9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-squLZzGyc9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #c4bc3b, #7e7e7e);
  display: inline-block;
}
.cid-squLZzGyc9 .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-squLZzGyc9 .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-squLZzGyc9 .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-squLZzGyc9 .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-squLZzGyc9 .content-section {
  padding: 3rem;
}
.cid-squLZzGyc9 .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-squLZzGyc9 .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-squLZzGyc9 .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-squLZzGyc9 .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-squLZzGyc9 .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-squLZzGyc9 .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-squLZzGyc9 .mbr-text {
  color: #000000;
}
.cid-squMjhG3GF {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-squMjhG3GF .container-fluid {
  padding: 0 3rem;
}
.cid-squMjhG3GF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-squMjhG3GF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #c4bc3b, #7e7e7e);
  display: inline-block;
}
.cid-squMjhG3GF .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-squMjhG3GF .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-squMjhG3GF .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-squMjhG3GF .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-squMjhG3GF .content-section {
  padding: 3rem;
}
.cid-squMjhG3GF .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-squMjhG3GF .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-squMjhG3GF .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-squMjhG3GF .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-squMjhG3GF .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-squMjhG3GF .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-squMjhG3GF .mbr-text {
  color: #000000;
}
.cid-spysN4ZAs9 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .nav-item:focus,
.cid-spysN4ZAs9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spysN4ZAs9 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link {
    position: relative;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #c4bc3b, #7e7e7e);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spysN4ZAs9 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spysN4ZAs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spysN4ZAs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spysN4ZAs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spysN4ZAs9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-spysN4ZAs9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spysN4ZAs9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spysN4ZAs9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spysN4ZAs9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spysN4ZAs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spysN4ZAs9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spysN4ZAs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spysN4ZAs9 .navbar.collapsed .right-menu,
.cid-spysN4ZAs9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .navbar-collapse.show .brand-container,
  .cid-spysN4ZAs9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spysN4ZAs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spysN4ZAs9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spysN4ZAs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spysN4ZAs9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spysN4ZAs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spysN4ZAs9 .navbar .right-menu,
  .cid-spysN4ZAs9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spysN4ZAs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-spysN4ZAs9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spysN4ZAs9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spysN4ZAs9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spysN4ZAs9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spysN4ZAs9 .dropdown-item.active,
.cid-spysN4ZAs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-spysN4ZAs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spysN4ZAs9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spysN4ZAs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spysN4ZAs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spysN4ZAs9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spysN4ZAs9 .navbar-buttons {
  margin-left: auto;
}
.cid-spysN4ZAs9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spysN4ZAs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spysN4ZAs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spysN4ZAs9 .navbar-dropdown {
  position: fixed;
}
.cid-spysN4ZAs9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spysN4ZAs9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spysN4ZAs9 .right-menu,
.cid-spysN4ZAs9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spysN4ZAs9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spysN4ZAs9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-spysN4ZAs9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spysN4ZAs9 .card-wrapper {
  z-index: 3;
}
.cid-spysN4ZAs9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spysN4ZAs9 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spysN4ZAs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spyzlkUplh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-spyzlkUplh .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spyzlkUplh .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-spyzlkUplh .mbr-list {
  margin: 0;
}
.cid-spyzlkUplh .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-spyzlkUplh .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spyzlkUplh .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-spyzlkUplh .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-spRVpfrtmw {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/depositphotos-33078523-l-2015-2000x1333.jpg");
}
.cid-spRVpfrtmw .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-spRVpfrtmw .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-spRVpfrtmw .align-center {
    text-align: center;
  }
}
.cid-spRVpfrtmw H1 {
  color: #f3f3f3;
}
.cid-tb61dloPEX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tb61dloPEX .showAlerts {
  display: block !important;
}
.cid-tb61dloPEX .rowflexrev {
  display: -webkit-flex;
}
.cid-tb61dloPEX .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tb61dloPEX .title {
  margin-bottom: 2rem;
}
.cid-tb61dloPEX .mbr-section-subtitle {
  color: #000000;
}
.cid-tb61dloPEX textarea.form-control {
  min-height: 188px;
}
.cid-tb61dloPEX LABEL {
  color: #232323;
  display: initial;
}
.cid-tb61dloPEX .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tb61dloPEX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tb61dloPEX .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tb61dloPEX .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tb61dloPEX .alert {
  margin-bottom: 0;
}
.cid-tb61dloPEX .alert-success {
  background-color: #70c770;
}
.cid-tb61dloPEX .alert-danger {
  background-color: #ff4a52;
}
.cid-tb61dloPEX .btn {
  display: inline-flex;
}
.cid-tb61dloPEX .hidden {
  display: none;
}
.cid-tb61dloPEX .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-tb61dloPEX .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
