body {
  font-family: Jost;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-swAu44NlDF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-swAu44NlDF nav.navbar {
  position: fixed;
}
.cid-swAu44NlDF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swAu44NlDF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swAu44NlDF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swAu44NlDF .dropdown-item:hover,
.cid-swAu44NlDF .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-swAu44NlDF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swAu44NlDF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swAu44NlDF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-swAu44NlDF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swAu44NlDF .nav-link {
  position: relative;
}
.cid-swAu44NlDF .container {
  display: flex;
  margin: auto;
}
.cid-swAu44NlDF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swAu44NlDF .dropdown-menu,
.cid-swAu44NlDF .navbar.opened {
  background: #000000 !important;
}
.cid-swAu44NlDF .nav-item:focus,
.cid-swAu44NlDF .nav-link:focus {
  outline: none;
}
.cid-swAu44NlDF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swAu44NlDF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swAu44NlDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-swAu44NlDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swAu44NlDF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swAu44NlDF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swAu44NlDF .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-swAu44NlDF .navbar.opened {
  transition: all .3s;
}
.cid-swAu44NlDF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-swAu44NlDF .navbar .navbar-logo img {
  width: auto;
}
.cid-swAu44NlDF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swAu44NlDF .navbar.collapsed {
  justify-content: center;
}
.cid-swAu44NlDF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swAu44NlDF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swAu44NlDF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-swAu44NlDF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swAu44NlDF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swAu44NlDF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-swAu44NlDF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swAu44NlDF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-swAu44NlDF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-swAu44NlDF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swAu44NlDF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swAu44NlDF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swAu44NlDF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swAu44NlDF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-swAu44NlDF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swAu44NlDF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swAu44NlDF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swAu44NlDF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swAu44NlDF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swAu44NlDF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swAu44NlDF .navbar.navbar-short {
  min-height: 60px;
}
.cid-swAu44NlDF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swAu44NlDF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swAu44NlDF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swAu44NlDF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swAu44NlDF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swAu44NlDF .dropdown-item.active,
.cid-swAu44NlDF .dropdown-item:active {
  background-color: transparent;
}
.cid-swAu44NlDF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swAu44NlDF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swAu44NlDF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swAu44NlDF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swAu44NlDF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swAu44NlDF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swAu44NlDF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swAu44NlDF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swAu44NlDF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swAu44NlDF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-swAu44NlDF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swAu44NlDF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swAu44NlDF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swAu44NlDF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swAu44NlDF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swAu44NlDF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swAu44NlDF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swAu44NlDF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swAu44NlDF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swAu44NlDF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swAu44NlDF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swAu44NlDF .navbar {
    height: 70px;
  }
  .cid-swAu44NlDF .navbar.opened {
    height: auto;
  }
  .cid-swAu44NlDF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1n {
  /* Type valid CSS here */
}
#custom-html-1n #background-video1 {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#custom-html-1n div {
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}
#custom-html-1n p {
  font-size: 50px;
  color: #ffffff;
}
.cid-swAKr6qJCZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c4c4c4;
}
.cid-swAKr6qJCZ .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-swAKr6qJCZ .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-swAKr6qJCZ .card {
  height: fit-content;
}
.cid-swAKr6qJCZ h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-swAKr6qJCZ .card1 {
  background: #ffffff;
}
.cid-swAKr6qJCZ .card2 {
  background: #232323;
}
.cid-swAKr6qJCZ .card3 {
  background: #ffffff;
}
.cid-swAKr6qJCZ .card4 {
  background: #232323;
}
.cid-swAKr6qJCZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-swAKr6qJCZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-swAKr6qJCZ .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-swAKr6qJCZ .card-subtitle1 {
  text-align: center;
}
.cid-swAKr6qJCZ .card-title1 {
  text-align: center;
}
.cid-swAKr6qJCZ .mbr-text1 {
  text-align: center;
}
.cid-swAKr6qJCZ .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-swAKr6qJCZ .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swAKr6qJCZ .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-swAKr6qJCZ .card-title3 {
  text-align: center;
}
.cid-swAKr6qJCZ .mbr-text3 {
  text-align: center;
}
.cid-swAKr6qJCZ .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-swAKr6qJCZ .card-title4 {
  text-align: center;
}
.cid-swAKr6qJCZ .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-swAKr6qJCZ .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-swAKr6qJCZ .card-title2,
.cid-swAKr6qJCZ .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-swAKr6qJCZ .card-title3,
.cid-swAKr6qJCZ .title-wrap3 {
  text-align: center;
}
.cid-swAKr6qJCZ .card-title4,
.cid-swAKr6qJCZ .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-swAKr6qJCZ .card-title1,
.cid-swAKr6qJCZ .title-wrap1 {
  text-align: center;
}
.cid-swAKr6qJCZ .title {
  text-align: center;
}
.cid-swEHFzr8AO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #978686;
}
.cid-swEHFzr8AO .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #740000;
}
.cid-swEHFzr8AO img {
  width: 100%;
}
.cid-swEHFzr8AO p {
  margin-top: 6rem;
}
.cid-swEHFzr8AO .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-swEHFzr8AO .content-wrapper {
  padding-top: 6rem;
}
.cid-swEHFzr8AO h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-swEHFzr8AO .content-wrapper {
    padding-top: 0rem;
  }
  .cid-swEHFzr8AO p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-swEHFzr8AO .back {
    width: 100%;
    height: 75%;
  }
  .cid-swEHFzr8AO .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-swEHFzr8AO p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-swEHFzr8AO .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-swEHFzr8AO h4 {
    right: 2rem;
  }
}
.cid-swEHFzr8AO H3 {
  color: #ffffff;
}
.cid-swEHFzr8AO H1 {
  color: #ffffff;
}
.cid-swEHFzr8AO .mbr-text,
.cid-swEHFzr8AO .mbr-section-btn {
  color: #ffffff;
}
.cid-tcxJe4OIBB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcxJe4OIBB img,
.cid-tcxJe4OIBB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tcxJe4OIBB .item:focus,
.cid-tcxJe4OIBB span:focus {
  outline: none;
}
.cid-tcxJe4OIBB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcxJe4OIBB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffeded;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcxJe4OIBB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcxJe4OIBB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcxJe4OIBB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcxJe4OIBB .mbr-section-title {
  color: #232323;
}
.cid-tcxJe4OIBB .mbr-text,
.cid-tcxJe4OIBB .mbr-section-btn {
  text-align: left;
}
.cid-tcxJe4OIBB .item-title {
  text-align: left;
  color: #000000;
}
.cid-tcxJe4OIBB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tcxSOxX2nA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tcxSOxX2nA img,
.cid-tcxSOxX2nA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tcxSOxX2nA .item:focus,
.cid-tcxSOxX2nA span:focus {
  outline: none;
}
.cid-tcxSOxX2nA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcxSOxX2nA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffeded;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcxSOxX2nA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcxSOxX2nA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcxSOxX2nA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcxSOxX2nA .mbr-section-title {
  color: #232323;
}
.cid-tcxSOxX2nA .mbr-text,
.cid-tcxSOxX2nA .mbr-section-btn {
  text-align: left;
}
.cid-tcxSOxX2nA .item-title {
  text-align: left;
  color: #000000;
}
.cid-tcxSOxX2nA .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tcy3sxWt3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4c4c4;
}
.cid-tcy3sxWt3C .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-tcy3sxWt3C .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tcy3sxWt3C img {
  border-radius: 10px;
}
.cid-tcy3sxWt3C .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-tcy3sxWt3C .mbr-section-title {
  color: #000000;
}
.cid-tcy3sxWt3C .mbr-buttons {
  background-color: #000000;
}
.cid-tcy3sxWt3C .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-tcy3sxWt3C a {
  text-transform: uppercase;
  color: #000000;
}
.cid-tcy3sxWt3C svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tcy3sxWt3C .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-tcy3sxWt3C .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-tcy3sxWt3C .item-wrapper:hover {
  cursor: pointer;
}
.cid-tcy3sxWt3C .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tcy3sxWt3C .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-tcy3sxWt3C .header {
    margin-bottom: 20px;
  }
  .cid-tcy3sxWt3C .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tcy3sxWt3C .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tcy3sxWt3C .link {
    margin-bottom: 40px;
  }
}
.cid-tcy3sxWt3C .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-swET9SAvqI {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #4f0303;
}
.cid-swET9SAvqI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swET9SAvqI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swET9SAvqI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swET9SAvqI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swET9SAvqI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5eed2;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swET9SAvqI .icon-focus {
  display: none;
}
.cid-swET9SAvqI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-swET9SAvqI ul {
  font-size: 0;
}
.cid-swET9SAvqI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-swET9SAvqI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-swET9SAvqI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ff6666);
}
.cid-swET9SAvqI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-swET9SAvqI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-swET9SAvqI .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-swET9SAvqI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-swET9SAvqI .btn:hover {
  background: transparent !important;
}
.cid-swET9SAvqI .btn:hover:before {
  background: transparent !important;
}
.cid-swET9SAvqI .btn:before {
  background-color: transparent !important;
}
.cid-swET9SAvqI .btn:focus {
  box-shadow: none;
}
.cid-swET9SAvqI .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-swET9SAvqI .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-swAEDqDEPC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/rui-desenha-1920x1080.jpg");
}
.cid-swAEDqDEPC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swAEDqDEPC .form1 {
  background: #353535;
  padding: 2rem;
  height: 100%;
}
.cid-swAEDqDEPC .form-group {
  margin-bottom: 1rem;
}
.cid-swAEDqDEPC .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-swAEDqDEPC .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-swAEDqDEPC .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-swAEDqDEPC .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-swAEDqDEPC .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-swAEDqDEPC .input-group-btn {
  width: 100%;
}
.cid-swAEDqDEPC textarea.form-control {
  min-height: 172px;
}
.cid-swAEDqDEPC .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-swAEDqDEPC .container > .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .cid-swAEDqDEPC .container > .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swAEDqDEPC .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swAEDqDEPC .form-wrapper {
    margin-right: -130px;
    margin-top: 70px;
  }
  .cid-swAEDqDEPC .row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .cid-swAEDqDEPC .form1 {
    padding: 1.5rem;
  }
}
.cid-swAEDqDEPC LABEL {
  color: #ffffff;
}
.cid-swADdtjqja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-swADdtjqja .google-map {
  height: 30rem;
  position: relative;
}
.cid-swADdtjqja .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swADdtjqja .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-swADdtjqja .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swADdtjqja .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swAIF5VKuL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swAIF5VKuL a:link {
  text-decoration: none;
}
.cid-swAIF5VKuL .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #000000;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-swAIF5VKuL .icon-transition span:hover {
  background-color: #232323;
}
.cid-swAIF5VKuL .inner-text {
  line-height: 3em;
}
.cid-swAIF5VKuL .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swAIF5VKuL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-swAIF5VKuL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-swAIF5VKuL .content-text,
.cid-swAIF5VKuL .inner-text {
  color: #c1c1c1;
}
.cid-swG9hAYtHB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-swG9hAYtHB nav.navbar {
  position: fixed;
}
.cid-swG9hAYtHB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swG9hAYtHB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swG9hAYtHB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swG9hAYtHB .dropdown-item:hover,
.cid-swG9hAYtHB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-swG9hAYtHB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swG9hAYtHB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swG9hAYtHB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-swG9hAYtHB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swG9hAYtHB .nav-link {
  position: relative;
}
.cid-swG9hAYtHB .container {
  display: flex;
  margin: auto;
}
.cid-swG9hAYtHB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swG9hAYtHB .dropdown-menu,
.cid-swG9hAYtHB .navbar.opened {
  background: #000000 !important;
}
.cid-swG9hAYtHB .nav-item:focus,
.cid-swG9hAYtHB .nav-link:focus {
  outline: none;
}
.cid-swG9hAYtHB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swG9hAYtHB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swG9hAYtHB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-swG9hAYtHB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swG9hAYtHB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swG9hAYtHB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swG9hAYtHB .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-swG9hAYtHB .navbar.opened {
  transition: all .3s;
}
.cid-swG9hAYtHB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-swG9hAYtHB .navbar .navbar-logo img {
  width: auto;
}
.cid-swG9hAYtHB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swG9hAYtHB .navbar.collapsed {
  justify-content: center;
}
.cid-swG9hAYtHB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swG9hAYtHB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swG9hAYtHB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-swG9hAYtHB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swG9hAYtHB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swG9hAYtHB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-swG9hAYtHB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swG9hAYtHB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-swG9hAYtHB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-swG9hAYtHB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swG9hAYtHB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swG9hAYtHB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swG9hAYtHB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swG9hAYtHB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-swG9hAYtHB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swG9hAYtHB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swG9hAYtHB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swG9hAYtHB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swG9hAYtHB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swG9hAYtHB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swG9hAYtHB .navbar.navbar-short {
  min-height: 60px;
}
.cid-swG9hAYtHB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swG9hAYtHB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swG9hAYtHB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swG9hAYtHB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swG9hAYtHB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swG9hAYtHB .dropdown-item.active,
.cid-swG9hAYtHB .dropdown-item:active {
  background-color: transparent;
}
.cid-swG9hAYtHB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swG9hAYtHB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swG9hAYtHB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swG9hAYtHB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swG9hAYtHB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swG9hAYtHB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swG9hAYtHB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swG9hAYtHB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swG9hAYtHB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swG9hAYtHB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-swG9hAYtHB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swG9hAYtHB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swG9hAYtHB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swG9hAYtHB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swG9hAYtHB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swG9hAYtHB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swG9hAYtHB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swG9hAYtHB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swG9hAYtHB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swG9hAYtHB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swG9hAYtHB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swG9hAYtHB .navbar {
    height: 70px;
  }
  .cid-swG9hAYtHB .navbar.opened {
    height: auto;
  }
  .cid-swG9hAYtHB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swG9JCarYt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-swG9JCarYt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-swG9JCarYt img:hover {
  transform: scale(1.1);
}
.cid-swG9JCarYt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-swG9JCarYt h2 {
  padding: 0;
  margin: 0;
}
.cid-swG9JCarYt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swG9JCarYt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-swG9JCarYt .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-swG9JCarYt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-swG9JCarYt .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-swG9JCarYt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-swG9JCarYt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-swG9JCarYt .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-swG9JCarYt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-swG9JCarYt H2 {
  color: #333333;
}
.cid-swG9JCarYt .mbr-text {
  color: #767676;
}
.cid-swGibhjHuL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
.cid-swGibhjHuL .mbr-text {
  color: #ffffff;
}
.cid-swGibhjHuL .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-swGibhjHuL .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-swGffAFOYY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-swGffAFOYY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-swGffAFOYY img:hover {
  transform: scale(1.1);
}
.cid-swGffAFOYY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-swGffAFOYY h2 {
  padding: 0;
  margin: 0;
}
.cid-swGffAFOYY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swGffAFOYY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-swGffAFOYY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-swGffAFOYY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-swGffAFOYY .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-swGffAFOYY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-swGffAFOYY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-swGffAFOYY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-swGffAFOYY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-swGffAFOYY H2 {
  color: #333333;
}
.cid-swGffAFOYY .mbr-text {
  color: #767676;
}
.cid-swIMnOVsmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-swIMnOVsmO .timeline-element {
  position: relative;
}
.cid-swIMnOVsmO .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-swIMnOVsmO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swIMnOVsmO .mbr-section-title,
.cid-swIMnOVsmO .mbr-section-subtitle,
.cid-swIMnOVsmO .timeline-date {
  text-align: center;
}
.cid-swIMnOVsmO .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-swIMnOVsmO .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-swIMnOVsmO .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-swIMnOVsmO .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-swIMnOVsmO .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-swIMnOVsmO .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-swIMnOVsmO .timeline-date-wrapper,
  .cid-swIMnOVsmO .timeline-text-wrapper,
  .cid-swIMnOVsmO .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-swIMnOVsmO .mbr-timeline-date {
    text-align: center !important;
  }
  .cid-swIMnOVsmO .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-swIMnOVsmO .timeline-date-wrapper,
  .cid-swIMnOVsmO .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-swIMnOVsmO .timeline-date-wrapper,
  .cid-swIMnOVsmO .timeline-text-wrapper,
  .cid-swIMnOVsmO .image-wrapper {
    padding: 2rem;
  }
}
.cid-swIOcQnZVE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5eed2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swIOcQnZVE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swIOcQnZVE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swIOcQnZVE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swIOcQnZVE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swIOcQnZVE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swIOcQnZVE .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-swIOcQnZVE .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-swIOcQnZVE .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-swIOcQnZVE .mbr-gallery-filter ul {
  display: block;
}
.cid-swIOcQnZVE .mbr-gallery-filter ul li {
  position: relative;
}
.cid-swIOcQnZVE .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-swIOcQnZVE .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-swIOcQnZVE .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-swIOcQnZVE .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-swIOcQnZVE .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-swIOcQnZVE .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-swIOcQnZVE .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-swIOcQnZVE .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-swIOcQnZVE .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-swIOcQnZVE .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-swIOcQnZVE .icon-focus:before {
  content: '\e95e';
}
.cid-swIOcQnZVE .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-swIOcQnZVE .mbr-section-title {
  margin: 0;
}
.cid-swIOcQnZVE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-swIOcQnZVE .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-swG9hHPzIz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swG9hHPzIz a:link {
  text-decoration: none;
}
.cid-swG9hHPzIz .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #000000;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-swG9hHPzIz .icon-transition span:hover {
  background-color: #232323;
}
.cid-swG9hHPzIz .inner-text {
  line-height: 3em;
}
.cid-swG9hHPzIz .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swG9hHPzIz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-swG9hHPzIz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-swG9hHPzIz .content-text,
.cid-swG9hHPzIz .inner-text {
  color: #c1c1c1;
}
.cid-swJbi8z6LX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-swJbi8z6LX nav.navbar {
  position: fixed;
}
.cid-swJbi8z6LX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swJbi8z6LX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swJbi8z6LX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swJbi8z6LX .dropdown-item:hover,
.cid-swJbi8z6LX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-swJbi8z6LX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swJbi8z6LX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swJbi8z6LX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-swJbi8z6LX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swJbi8z6LX .nav-link {
  position: relative;
}
.cid-swJbi8z6LX .container {
  display: flex;
  margin: auto;
}
.cid-swJbi8z6LX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swJbi8z6LX .dropdown-menu,
.cid-swJbi8z6LX .navbar.opened {
  background: #000000 !important;
}
.cid-swJbi8z6LX .nav-item:focus,
.cid-swJbi8z6LX .nav-link:focus {
  outline: none;
}
.cid-swJbi8z6LX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swJbi8z6LX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJbi8z6LX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-swJbi8z6LX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swJbi8z6LX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJbi8z6LX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJbi8z6LX .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-swJbi8z6LX .navbar.opened {
  transition: all .3s;
}
.cid-swJbi8z6LX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-swJbi8z6LX .navbar .navbar-logo img {
  width: auto;
}
.cid-swJbi8z6LX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swJbi8z6LX .navbar.collapsed {
  justify-content: center;
}
.cid-swJbi8z6LX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swJbi8z6LX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swJbi8z6LX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-swJbi8z6LX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swJbi8z6LX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swJbi8z6LX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-swJbi8z6LX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swJbi8z6LX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-swJbi8z6LX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-swJbi8z6LX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swJbi8z6LX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swJbi8z6LX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swJbi8z6LX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swJbi8z6LX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-swJbi8z6LX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swJbi8z6LX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swJbi8z6LX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swJbi8z6LX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swJbi8z6LX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swJbi8z6LX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swJbi8z6LX .navbar.navbar-short {
  min-height: 60px;
}
.cid-swJbi8z6LX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swJbi8z6LX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swJbi8z6LX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swJbi8z6LX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swJbi8z6LX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swJbi8z6LX .dropdown-item.active,
.cid-swJbi8z6LX .dropdown-item:active {
  background-color: transparent;
}
.cid-swJbi8z6LX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swJbi8z6LX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swJbi8z6LX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swJbi8z6LX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swJbi8z6LX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swJbi8z6LX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJbi8z6LX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swJbi8z6LX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swJbi8z6LX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swJbi8z6LX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-swJbi8z6LX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swJbi8z6LX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swJbi8z6LX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swJbi8z6LX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swJbi8z6LX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swJbi8z6LX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swJbi8z6LX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swJbi8z6LX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swJbi8z6LX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swJbi8z6LX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swJbi8z6LX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swJbi8z6LX .navbar {
    height: 70px;
  }
  .cid-swJbi8z6LX .navbar.opened {
    height: auto;
  }
  .cid-swJbi8z6LX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swJcBLvWxT {
  overflow-x: hidden !important;
}
.cid-swJcBLvWxT,
.cid-swJcBLvWxT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-swJcBLvWxT .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-swJcBLvWxT .mbr-section-title span {
  color: #000000;
}
.cid-swJcBLvWxT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: left;
}
.cid-swJcBLvWxT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/salas-rui-spohr-1280x852.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-swJcBLvWxT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-swJcBLvWxT .mbr-overlay {
  z-index: 1;
}
.cid-swJcBLvWxT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-swJcWcMZ1V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efe2e2;
}
.cid-swJcWcMZ1V .text-content .btn-bgr {
  z-index: 0;
}
.cid-swJcWcMZ1V .mbr-overlay {
  background: #d7c1c1;
}
.cid-swJcWcMZ1V .text-content {
  padding: 2rem 0rem;
  background-color: #efe2e2;
}
.cid-swJcWcMZ1V .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-swJcWcMZ1V .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-swJcWcMZ1V .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-swJcWcMZ1V .text-content {
    margin-bottom: 2rem;
  }
}
.cid-swJesfwerZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efe2e2;
}
.cid-swJesfwerZ H1 {
  color: #353535;
}
.cid-swJesfwerZ .mbr-text,
.cid-swJesfwerZ .mbr-section-btn {
  color: #353535;
}
.cid-swJesfwerZ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-swJesfwerZ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-swJuBLJRda {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efe2e2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swJuBLJRda .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swJuBLJRda .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swJuBLJRda .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swJuBLJRda .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swJuBLJRda .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swJuBLJRda .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-swJuBLJRda .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-swJuBLJRda .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-swJuBLJRda .mbr-gallery-filter ul {
  display: block;
}
.cid-swJuBLJRda .mbr-gallery-filter ul li {
  position: relative;
}
.cid-swJuBLJRda .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-swJuBLJRda .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-swJuBLJRda .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-swJuBLJRda .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-swJuBLJRda .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-swJuBLJRda .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-swJuBLJRda .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-swJuBLJRda .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-swJuBLJRda .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-swJuBLJRda .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-swJuBLJRda .icon-focus:before {
  content: '\e95e';
}
.cid-swJuBLJRda .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-swJuBLJRda .mbr-section-title {
  margin: 0;
}
.cid-swJuBLJRda .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-swJuBLJRda .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-swJqhWOlsj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-swJqhWOlsj .mbr-text,
.cid-swJqhWOlsj .mbr-section-btn {
  color: #767676;
}
.cid-swJqhWOlsj p {
  z-index: 2;
  position: relative;
}
.cid-swJqhWOlsj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-swJqhWOlsj .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
  padding: 1rem 1.5rem;
}
.cid-swJqhWOlsj .ico1 {
  font-size: 2rem;
}
.cid-swJqhWOlsj .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-swJqhWOlsj H3 {
  color: #000000;
}
.cid-swJbicmZeS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swJbicmZeS a:link {
  text-decoration: none;
}
.cid-swJbicmZeS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #000000;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-swJbicmZeS .icon-transition span:hover {
  background-color: #232323;
}
.cid-swJbicmZeS .inner-text {
  line-height: 3em;
}
.cid-swJbicmZeS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJbicmZeS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-swJbicmZeS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-swJbicmZeS .content-text,
.cid-swJbicmZeS .inner-text {
  color: #c1c1c1;
}
