@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono:400&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oxygen Mono', monospace;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Oxygen Mono', monospace;
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-6 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
.display-7 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.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: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #a84544 !important;
}
.bg-success {
  background-color: #cccccc !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #a84544 !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-primary:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-secondary:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #a84544, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #a84544, #cccccc);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #722f2e !important;
  border-color: #722f2e !important;
}
.btn-warning:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #a84544, #cccccc);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #a84544, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #a84544, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a84544;
  color: #a84544;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a84544;
  border-color: #a84544;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a84544;
  color: #a84544;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a84544;
  border-color: #a84544;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #a84544, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #a84544, #cccccc);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a84544;
  color: #a84544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a84544;
  border-color: #a84544;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a84544 !important;
  border-color: #a84544 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #a84544, #a84544);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #a84544, #cccccc);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #a84544, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #a84544, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #a84544 !important;
}
.text-secondary {
  color: #a84544 !important;
}
.text-success {
  color: #cccccc !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #a84544 !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cd8585 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cd8585 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #758689 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cd8585 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #a84544;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a84544;
  border-color: #a84544;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a84544;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d59797;
}
.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: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d59797;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #a84544;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a84544;
  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: #a84544;
  border-bottom-color: #a84544;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a84544 !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: #a84544 !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='%23a84544' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}

.cid-sBaIfch4aE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #a84544;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sBaIfch4aE .nav-item,
.cid-sBaIfch4aE .nav-link,
.cid-sBaIfch4aE .navbar-caption {
  font-weight: normal;
}
.cid-sBaIfch4aE .nav-item:focus,
.cid-sBaIfch4aE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sBaIfch4aE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sBaIfch4aE .nav-item .nav-link {
    position: relative;
  }
  .cid-sBaIfch4aE .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #a84544;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sBaIfch4aE .nav-item:hover .nav-link:before,
  .cid-sBaIfch4aE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBaIfch4aE .dropdown .dropdown-menu .dropdown-item .soc-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-sBaIfch4aE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #191919;
  background: none;
}
.cid-sBaIfch4aE .navbar.opened {
  transition: all 0.3s;
  background: #191919 !important;
}
.cid-sBaIfch4aE .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sBaIfch4aE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sBaIfch4aE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBaIfch4aE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBaIfch4aE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBaIfch4aE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBaIfch4aE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBaIfch4aE .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-sBaIfch4aE .navbar .navbar-logo img {
    height: 3.2rem !important;
    width: auto;
  }
  .cid-sBaIfch4aE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBaIfch4aE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBaIfch4aE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBaIfch4aE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sBaIfch4aE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBaIfch4aE .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-sBaIfch4aE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sBaIfch4aE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBaIfch4aE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBaIfch4aE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBaIfch4aE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBaIfch4aE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sBaIfch4aE .dropdown-item.active,
.cid-sBaIfch4aE .dropdown-item:active {
  background-color: transparent;
}
.cid-sBaIfch4aE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBaIfch4aE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBaIfch4aE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBaIfch4aE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  z-index: 2;
}
.cid-sBaIfch4aE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBaIfch4aE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBaIfch4aE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBaIfch4aE .navbar-buttons {
  text-align: center;
}
.cid-sBaIfch4aE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBaIfch4aE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-sBaIfch4aE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBaIfch4aE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaIfch4aE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBaIfch4aE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBaIfch4aE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaIfch4aE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBaIfch4aE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBaIfch4aE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBaIfch4aE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sBaIfch4aE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBaIfch4aE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a84544;
  display: inline-flex;
}
.cid-sBaIfch4aE .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sBaIfch4aE .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sBaIfch4aE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBaIfch4aE a.nav-link .mbr-iconfont-btn,
.cid-sBaIfch4aE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sBaIfch4aE a.nav-link:hover .mbr-iconfont-btn,
.cid-sBaIfch4aE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sBaIfch4aE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBaIfch4aE .navbar {
    height: 77px;
  }
  .cid-sBaIfch4aE .navbar.opened {
    height: auto;
  }
  .cid-sBaIfch4aE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBaCDd11oc {
  background-image: url("../../../assets/images/manifesto-3.jpg");
}
.cid-sBaCDd11oc H1 {
  color: #e2090d;
}
.cid-sBaCDd11oc h1 {
  background: linear-gradient(to left, #a84544, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cid-sBaxtRETrR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sBaxtRETrR h2 {
  display: flex;
  color: #444444;
  text-align: left;
}
.cid-sBaxtRETrR h4 {
  display: flex;
  color: #191919;
  text-align: left;
}

.cid-sBaxtRETrR .panel-text {
  color: #999999;
  line-height: 1.7;
}
.cid-sBaxtRETrR .wrap {
  display: flex;
}
.cid-sBaxtRETrR .icon {
  background: #a84544;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBaxtRETrR img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBaxtRETrR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBaxtRETrR p {
  margin: 0;
}
.cid-sBaxtRETrR .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBaxtRETrR .mbr-section-subtitle {
  font-weight: 500;
  color: #999999;
  text-align: left;
}
.cid-sBaxtRETrR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBaxtRETrR .panel-group {
  width: 100%;
}
.cid-sBaxtRETrR .panel-title {
  border-bottom: 1px solid #191919;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBaxtRETrR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBaxtRETrR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #191919;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBaxtRETrR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBaxtRETrR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBaxtRETrR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBaxtRETrR .card .panel-body {
  background: #191919;
}
.cid-sBaxtRETrR .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBaxtRETrR .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBaxtRETrR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBaxtRETrR .header-text,
.cid-sBaxtRETrR .sign {
  color: #999999;
}

.cid-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #a84544 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.2rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0.5;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #a84544 !important;
  border: 1px solid;
  border-radius: 100px;
  font-size: 1rem;
  display: inline-flex;
  margin: 0.5rem 0.3rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  background-color: #040402;
}
.cid-s1YLYYtmhw H1 {
  color: #a84544;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #a84544, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 90%;
  padding-top: 40px;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #999999;
}
.cid-sxSwiS1skG {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sxSwiS1skG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #a84544, #a84544);
}
.cid-sxSwiS1skG h4 {
  color: #999999;
  font-size: 2em;
}
.cid-sxSwiS1skG .mbr-text,
.cid-sxSwiS1skG .mbr-section-btn {
  color: #999999;
}
.cid-sxSvYLwZjf {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sxSvYLwZjf img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sxSvYLwZjf .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sxSvYLwZjf .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sxSvYLwZjf .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, #a84544, #a84544);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sxSvYLwZjf .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sxSvYLwZjf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sxSvYLwZjf .first:hover:before {
  content: none;
}
.cid-sxSvYLwZjf .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #a84544, #a84544);
  content: "";
}
.cid-sxSvYLwZjf .last:hover:after {
  content: none;
}
.cid-sxSvYLwZjf .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #a84544, #a84544);
  content: "";
}
.cid-sxSvYLwZjf .mbr-section-text {
  color: #999999;
}
.cid-sxSvYLwZjf .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sxSvYLwZjf .card .img-wrapper {
  overflow: hidden;
}
.cid-sxSvYLwZjf .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sxSvYLwZjf .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sxSvYLwZjf .card:hover .card-wrapper {
  background: linear-gradient(to left, #a84544, #a84544);
  color: #ffffff !important;
}
.cid-sxSvYLwZjf .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sxSwpduVGg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sxSwpduVGg .container {
  max-width: 1500px;
}
.cid-sxSwpduVGg .row {
  background: #191919;
}
.cid-sxSwpduVGg .img-col {
  padding: 0;
}
.cid-sxSwpduVGg .title-col {
  padding: 4rem 8rem;
}
.cid-sxSwpduVGg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sxSwpduVGg h2 {
  padding: 0;
  margin: 0;
}
.cid-sxSwpduVGg .text-wrap {
  margin: auto;
}
.cid-sxSwpduVGg .mbr-text {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-sxSwpduVGg .row {
    margin: 2rem;
  }
  .cid-sxSwpduVGg .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxSwpduVGg .row {
    margin: 0rem;
  }
  .cid-sxSwpduVGg .title-col {
    padding: 2rem 1rem;
  }
}
.cid-szXv7TV98W {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-szXv7TV98W .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, #a84544, #a84544);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szXv7TV98W .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-szXv7TV98W .card-wrapper {
    padding: 0;
  }
}
.cid-szXv7TV98W .card-text {
  color: #999999;
}
.cid-s1YM3FtOOn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #040402;
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YM3FtOOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YM3FtOOn .first:hover:before {
  content: none;
}
.cid-s1YM3FtOOn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #a84544, #a84544);
  content: '';
}
.cid-s1YM3FtOOn .last:hover:after {
  content: none;
}
.cid-s1YM3FtOOn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #a84544, #a84544);
  content: '';
}
.cid-s1YM3FtOOn .mbr-section-text {
  color: #999999;
}
.cid-s1YM3FtOOn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YM3FtOOn .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YM3FtOOn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper {
  background: linear-gradient(to left, #a84544, #a84544);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sxSwnHAKAX {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-sxSwnHAKAX p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sxSwnHAKAX .panel-title {
  border-bottom: 2px solid #a84544;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sxSwnHAKAX .collapsed {
  border: none;
}
.cid-sxSwnHAKAX .collapsed span {
  transform: rotate(0deg);
}
.cid-sxSwnHAKAX span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #a84544, #a84544);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sxSwnHAKAX .panel-body {
  padding-top: 0.5rem;
}
.cid-sxSwnHAKAX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sxSwnHAKAX .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sxSwnHAKAX .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sxSwnHAKAX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxSwnHAKAX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sxSwnHAKAX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sxSwnHAKAX .panel-text {
  color: #767676;
}
.cid-sxSwnHAKAX H4 {
  color: #999999;
}
.cid-sxSwnHAKAX H2 {
  color: #ffffff;
}
.cid-sxSwnHAKAX .mbr-section-text {
  color: #999999;
}
.cid-sxSwKciDv2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #323232;
}
@media (min-width: 400px) {
  .cid-sxSwKciDv2 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxSwKciDv2 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sxSwKciDv2 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sxSwKciDv2 .socicon-bg-facebook {
  color: #323232;
  background-color: #a84544;
}
.cid-sxSwKciDv2 .socicon-bg-twitter {
  color: #323232;
  background-color: #a84544;
}
.cid-sxSwKciDv2 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sxSwKciDv2 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sxSwKciDv2 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sxSwKciDv2 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sxSwKciDv2 .socicon-bg-mail {
  color: #134785;
}
.cid-sxSwKciDv2 .btn-social {
  border: none !important;
}
.cid-sxSwKciDv2 .btn-social:hover {
  color: #ffffff;
  background: #323232;
}
.cid-sxSwKciDv2 [class^="socicon-"]:before,
.cid-sxSwKciDv2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sxSwKciDv2 .btn {
    font-size: 20px !important;
  }
}
.cid-sxSwKciDv2 .mbr-section-title {
  color: #ffffff;
}
.cid-sylza6uewc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sylza6uewc .mbr-section-title {
  letter-spacing: 0em;
  color: #333333;
}
.cid-sylza6uewc .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sylza6uewc .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sylza6uewc .wrap-img {
  padding-bottom: 1rem;
}
.cid-sylza6uewc .wrap-img img {
  max-width: 100%;
}
.cid-sylza6uewc .wrapL-img {
  padding-bottom: 1.2rem;
}
.cid-sylza6uewc .wrapL-img img {
  max-width: 130%;
}
.cid-sylza6uewc .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sylza6uewd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sylza6uewd .mbr-section-title {
  letter-spacing: 0em;
  color: #333333;
}
.cid-sylza6uewd .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sylza6uewd .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sylza6uewd .wrap-img {
  padding-bottom: 1rem;
}
.cid-sylza6uewd .wrap-img img {
  max-width: 80%;
}
.cid-sylza6uewd .wrapL-img {
  padding-bottom: 1.2rem;
}
.cid-sylza6uewd .wrapL-img img {
  max-width: 100%;
}
.cid-sylza6uewd .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sylza6uewe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sylza6uewe .mbr-section-title {
  letter-spacing: 0em;
  color: #333333;
}
.cid-sylza6uewe .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sylza6uewe .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sylza6uewe .wrap-img {
  padding-bottom: 1rem;
}
.cid-sylza6uewe .wrap-img img {
  max-width: 80%;
}
.cid-sylza6uewe .wrapL-img {
  padding-bottom: 1.2rem;
}
.cid-sylza6uewe .wrapL-img img {
  max-width: 100%;
}
.cid-sylza6uewe .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sxSAu00N1t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-sxSAu00N1t .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sxSAu00N1t .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sxSAu00N1t .mbr-text {
  color: #999999;
}
.cid-sxSAu00N1t h5 {
  margin-bottom: 0;
}
.cid-sxSAu00N1t .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sxSAu00N1t .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxSAu00N1t .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-sxSAu00N1t .socicon {
  font-size: 1rem;
  color: #a84544;
  border: 1px solid;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxSAu00N1t .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sxSAu00N1t .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sxSAu00N1t .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxSAu00N1t .social-list a:hover {
  opacity: 0.4;
}
.cid-sxSAu00N1t .media-container-row > div {
  padding: 0px;
}
.cid-sxSAu00N1t .text2 {
  color: #999999;
  text-align: left;
}
.cid-sxSAu00N1t .group-title {
  text-align: left;
  color: #999999;
}
.cid-sxSAu00N1t .group-title SPAN {
  color: #999999;
}
.cid-sxSAu00N1t .links {
  color: #999999;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sxSAu00N1t .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sxSAu00N1t .social-list,
  .cid-sxSAu00N1t .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sxSAu00N1t h3 {
    margin-bottom: 10px;
  }
  .cid-sxSAu00N1t .navbar-brand {
    text-align: center;
  }
}
.cid-sxSAu00N1t .links SPAN {
  color: #999999;
}

.cid-sBWdqPbqVP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sBWdqPbqVP .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #191919;
  color: #444444;
  padding: 0;
}
.cid-sBWdqPbqVP .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sBWdqPbqVP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sBWdqPbqVP p {
  line-height: 1.6;
}
.cid-sBWdqPbqVP .rev,
.cid-sBWdqPbqVP .mbr-iconfont {
  display: inline-block;
}
.cid-sBWdqPbqVP .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #a84544;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sBWdqPbqVP .card-title {
  color: #999999;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sBWdqPbqVP .card-box {
  padding: 1.5rem;
}
.cid-sBWdqPbqVP .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sBWdqPbqVP .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sBWdqPbqVP .mbr-section-title,
.cid-sBWdqPbqVP .line-wrap {
  text-align: center;
  color: #999999;
}
.cid-sBWdqPbqVP .rev {
  color: #0a1c44;
}
.cid-sBWdqPbqVP .card-text,
.cid-sBWdqPbqVP .mbr-section-btn,
.cid-sBWdqPbqVP .ico-line {
  color: #999999;
}

.cid-sA38NNJCOd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-sA38NNJCOd .mbr-text1 {
  color: #767676;
}
.cid-sA38NNJCOd .mbr-text2 {
  color: #767676;
}
.cid-sA38NNJCOd p {
  margin: 0;
}
.cid-sBaiMvAUFQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-sBaiMvAUFQ .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sBaiMvAUFQ .container {
  max-width: 1500px;
}
.cid-sBaiMvAUFQ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sBaiMvAUFQ .container {
    padding: 0 4rem;
  }
}
.cid-sBaiMvAUFQ .mbr-text,
.cid-sBaiMvAUFQ .mbr-section-btn {
  color: #999999;
}
.cid-sBaiMvAUFQ .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sBaiMvAUFQ .btn .mbr-iconfont {
  order: 2;
}
.cid-sBaiMvAUFQ .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sBaiMvAUFQ .align-left {
    text-align: center;
  }
  .cid-sBaiMvAUFQ .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sC7C93xucM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sC7C93xucM .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sC7C93xucM .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-sC7C93xucM .card-box {
  margin-left: -1rem;
}
.cid-sC7C93xucM .card-title {
  color: #000000;
}
.cid-sC7C93xucM .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sC7C93xucM .align-right,
  .cid-sC7C93xucM .align-left {
    text-align: center;
  }
  .cid-sC7C93xucM .card-wrapper {
    flex-direction: column;
  }
  .cid-sC7C93xucM .icon,
  .cid-sC7C93xucM .card-box {
    margin: 0rem;
  }
  .cid-sC7C93xucM .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}

