body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-7 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 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-2 {
    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))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #59585d !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #59585d !important;
  border-color: #59585d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #333336 !important;
  border-color: #333336 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #333336 !important;
  border-color: #333336 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #212428;
  border-color: #212428;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #272629;
  color: #272629;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #59585d;
  border-color: #59585d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #59585d !important;
  border-color: #59585d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #212428 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #59585d !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #272629 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #59585d;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #99979d;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #212428 !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='%23ffffff' %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;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsK26ckmKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsK26ckmKB .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tsK26ckmKB .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tsK26ckmKB .carousel {
    height: 400px;
  }
}
.cid-tsK26ckmKB .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tsK26ckmKB .carousel .carousel-item,
.cid-tsK26ckmKB .carousel .carousel-inner {
  height: 100%;
}
.cid-tsK26ckmKB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tsK26ckmKB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsK26ckmKB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsK26ckmKB .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tsK26ckmKB .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsK26ckmKB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsK26ckmKB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsK26ckmKB .row {
  position: relative;
}
.cid-tsK26ckmKB .container {
  margin-bottom: 3px;
}
.cid-tsK26ckmKB .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
@media (max-width: 768px) {
  .cid-tsK26ckmKB .carousel-control .mbri-left,
  .cid-tsK26ckmKB .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tsK26ckmKB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsK26ckmKB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsK26ckmKB .carousel-control {
    top: 70%;
  }
  .cid-tsK26ckmKB .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tsK26ckmKB .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tsK26ckmKB .buttons-wrap {
  justify-content: start;
}
.cid-tsK26ckmKB .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tsK26ckmKB .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tsK26ckmKB .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tsK26ckmKB .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tsK26ckmKB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tsK26ckmKB .wrap {
  z-index: 9999;
}
.cid-tsK26ckmKB .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tsK26ckmKB .btnHeader::before,
.cid-tsK26ckmKB .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tsK26ckmKB .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tsK26ckmKB .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tsK26ckmKB .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tsK26ckmKB .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tsK26ckmKB .img {
  position: relative;
}
.cid-sZoSbQS6Qs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-sZoSbQS6Qs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sZoSbQS6Qs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sZoSbQS6Qs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sZoSbQS6Qs .mbr-text,
.cid-sZoSbQS6Qs .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 768px) {
  .cid-sZoSbQS6Qs h3:before,
  .cid-sZoSbQS6Qs h3:after {
    display: none;
  }
}
.cid-tHCWHv02vO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tHCWHv02vO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHCWHv02vO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tHCWHv02vO .col-lg-4 {
    padding: 0 1.8rem;
  }
}
.cid-tHCWHv02vO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHCWHv02vO .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tHCWHv02vO .image-wrapper {
    padding-bottom: 2rem;
    height: 400px;
  }
}
.cid-tHCWHv02vO .mbr-text {
  color: #ffffff;
}
.cid-sYWyWscKIo {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/foto28-1-2000x2500.jpg");
}
.cid-sYWyWscKIo .btn {
  margin: 0.2rem !important;
}
.cid-sYWyWscKIo .row {
  justify-content: flex-end;
}
.cid-sYWyWscKIo .mbr-text,
.cid-sYWyWscKIo .mbr-section-btn {
  color: #cccccc;
}
.cid-sYWyWscKIo H3 {
  color: #cccccc;
}
.cid-sZoWqgSsmt {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/padrao-1-prancheta-1-2000x589.png");
}
.cid-sZoWqgSsmt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sZoWqgSsmt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sZoWqgSsmt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sZoWqgSsmt .mbr-text,
.cid-sZoWqgSsmt .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-sZoWqgSsmt h3:before,
  .cid-sZoWqgSsmt h3:after {
    display: none;
  }
}
.cid-tHg5xVfZFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tHg5xVfZFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHg5xVfZFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHg5xVfZFM .container {
    padding: 0 20px;
  }
}
.cid-tHg5xVfZFM .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tHg5xVfZFM .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tHg5xVfZFM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tHg5xVfZFM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHg5xVfZFM .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tHg5xVfZFM .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tHg5xVfZFM .embla__button--next,
.cid-tHg5xVfZFM .embla__button--prev {
  display: flex;
}
.cid-tHg5xVfZFM .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHg5xVfZFM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHg5xVfZFM .embla__button:hover {
  background: transparent;
  color: #ffffff;
  opacity: .7;
}
.cid-tHg5xVfZFM .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tHg5xVfZFM .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tHg5xVfZFM .embla__button {
    top: 7rem;
  }
}
.cid-tHg5xVfZFM .embla {
  position: relative;
  width: 100%;
}
.cid-tHg5xVfZFM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHg5xVfZFM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHg5xVfZFM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHg5xVfZFM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttS6smTfBF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttS6smTfBF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttS6smTfBF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttS6smTfBF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttS6smTfBF .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttS6smTfBF .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttS6smTfBF .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttS6smTfBF .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttS6smTfBF .mbr-gallery-row {
  justify-content: center;
}
.cid-ttS6smTfBF .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttS6smTfBF .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttS6smTfBF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttS6smTfBF .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttS6smTfBF .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttS6smTfBF .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttS6smTfBF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttS6smTfBF .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttS6smTfBF img {
  transition: all 2s !important;
}
.cid-ttS6smTfBF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttS6smTfBF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttS6smTfBF .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #141414 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-sZoONAKqsV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-sZoONAKqsV .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sZoONAKqsV .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-sZoONAKqsV .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sZoONAKqsV .social-list {
  width: auto;
}
.cid-sZoONAKqsV .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-sZoONAKqsV .social-media {
  padding: 0;
  text-align: center;
}
.cid-sZoONAKqsV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sZoONAKqsV .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sZoONAKqsV .mbr-section-title,
.cid-sZoONAKqsV .social-media {
  color: #111213;
}
.cid-t10bmMhajt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-t10bmMhajt .mbr-text a {
  background-size: 100% 0%;
}
.cid-t10bmMhajt .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-t10bmMhajt .media-container-row .mbr-text {
  color: #999999;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utyo3ZRMUL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-utyo3ZRMUL img,
.cid-utyo3ZRMUL .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utyo3ZRMUL .item:focus,
.cid-utyo3ZRMUL span:focus {
  outline: none;
}
.cid-utyo3ZRMUL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utyo3ZRMUL .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utyo3ZRMUL .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-utyo3ZRMUL .item-title {
  text-transform: uppercase;
  margin: 0 20px;
  color: #ffffff;
}
.cid-utyo3ZRMUL .price {
  margin: 0 20px 36px;
}
.cid-utyo3ZRMUL .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-utyo3ZRMUL .item-title {
  margin-bottom: 10px;
}
.cid-ttuGNfRQl5 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/padrao-1-prancheta-1-2000x589.png");
}
.cid-ttuGNfRQl5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuGNfRQl5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuGNfRQl5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuGNfRQl5 .mbr-text,
.cid-ttuGNfRQl5 .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-ttuGNfRQl5 h3:before,
  .cid-ttuGNfRQl5 h3:after {
    display: none;
  }
}
.cid-tsKAbLq6VJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tsKAbLq6VJ .mbr-text a {
  background-size: 100% 0%;
}
.cid-tsKAbLq6VJ .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tsKAbLq6VJ .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tsKAbKC8NV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tsKAbKC8NV .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tsKAbKC8NV .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tsKAbKC8NV .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tsKAbKC8NV .social-list {
  width: auto;
}
.cid-tsKAbKC8NV .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tsKAbKC8NV .social-media {
  padding: 0;
  text-align: center;
}
.cid-tsKAbKC8NV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tsKAbKC8NV .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tsKAbKC8NV .mbr-section-title,
.cid-tsKAbKC8NV .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuDvMEOnU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuDvMEOnU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuDvMEOnU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuDvMEOnU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuDvMEOnU .mbr-text,
.cid-ttuDvMEOnU .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuDvMEOnU h3:before,
  .cid-ttuDvMEOnU h3:after {
    display: none;
  }
}
.cid-ttuDvMEOnU H1 {
  color: #cccccc;
}
.cid-ttuCMxocqT {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuCMxocqT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuCMxocqT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuCMxocqT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuCMxocqT .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuCMxocqT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuCMxocqT .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuCMxocqT .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuCMxocqT .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuCMxocqT .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuCMxocqT .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuCMxocqT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuCMxocqT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuCMxocqT .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuCMxocqT .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuCMxocqT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuCMxocqT .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuCMxocqT img {
  transition: all 2s !important;
}
.cid-ttuCMxocqT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuCMxocqT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuCMxocqT .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tu9Yz4IkVV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tu9Yz4IkVV .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tu9Yz4IkVV .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tu9Yz4IkVV .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuCMAZfpa {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuCMAZfpa .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuCMAZfpa .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuCMAZfpa .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuCMA60du {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuCMA60du .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuCMA60du .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuCMA60du .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuCMA60du .social-list {
  width: auto;
}
.cid-ttuCMA60du .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuCMA60du .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuCMA60du .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuCMA60du .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuCMA60du .mbr-section-title,
.cid-ttuCMA60du .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuE6rnV3Z {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuE6rnV3Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuE6rnV3Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuE6rnV3Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuE6rnV3Z .mbr-text,
.cid-ttuE6rnV3Z .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuE6rnV3Z h3:before,
  .cid-ttuE6rnV3Z h3:after {
    display: none;
  }
}
.cid-ttuE6rnV3Z H1 {
  color: #cccccc;
}
.cid-ttuDYM0roX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuDYM0roX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuDYM0roX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuDYM0roX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuDYM0roX .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuDYM0roX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuDYM0roX .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuDYM0roX .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuDYM0roX .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuDYM0roX .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuDYM0roX .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuDYM0roX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuDYM0roX .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuDYM0roX .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuDYM0roX .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuDYM0roX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuDYM0roX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuDYM0roX img {
  transition: all 2s !important;
}
.cid-ttuDYM0roX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuDYM0roX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuDYM0roX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vqAjwpmfB2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vqAjwpmfB2 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vqAjwpmfB2 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vqAjwpmfB2 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuDYPcUub {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuDYPcUub .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuDYPcUub .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuDYPcUub .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuDYOdu56 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuDYOdu56 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuDYOdu56 .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuDYOdu56 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuDYOdu56 .social-list {
  width: auto;
}
.cid-ttuDYOdu56 .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuDYOdu56 .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuDYOdu56 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuDYOdu56 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuDYOdu56 .mbr-section-title,
.cid-ttuDYOdu56 .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuF7JxoUG {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuF7JxoUG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuF7JxoUG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuF7JxoUG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuF7JxoUG .mbr-text,
.cid-ttuF7JxoUG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuF7JxoUG h3:before,
  .cid-ttuF7JxoUG h3:after {
    display: none;
  }
}
.cid-ttuF7JxoUG H1 {
  color: #cccccc;
}
.cid-ttuEXKBkbc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuEXKBkbc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuEXKBkbc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuEXKBkbc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuEXKBkbc .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuEXKBkbc .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuEXKBkbc .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuEXKBkbc .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuEXKBkbc .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuEXKBkbc .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuEXKBkbc .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuEXKBkbc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuEXKBkbc img {
  transition: all 2s !important;
}
.cid-ttuEXKBkbc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuEXKBkbc .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuEXKBkbc .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tu9ZZpNTga {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tu9ZZpNTga .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tu9ZZpNTga .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tu9ZZpNTga .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuEXNBk3o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuEXNBk3o .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuEXNBk3o .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuEXNBk3o .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuEXMKgQc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuEXMKgQc .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuEXMKgQc .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuEXMKgQc .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuEXMKgQc .social-list {
  width: auto;
}
.cid-ttuEXMKgQc .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuEXMKgQc .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuEXMKgQc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuEXMKgQc .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuEXMKgQc .mbr-section-title,
.cid-ttuEXMKgQc .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuFAo0sqn {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuFAo0sqn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuFAo0sqn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuFAo0sqn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuFAo0sqn .mbr-text,
.cid-ttuFAo0sqn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuFAo0sqn h3:before,
  .cid-ttuFAo0sqn h3:after {
    display: none;
  }
}
.cid-ttuFAo0sqn H1 {
  color: #cccccc;
}
.cid-ttuFjNdWvI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuFjNdWvI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuFjNdWvI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuFjNdWvI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuFjNdWvI .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuFjNdWvI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuFjNdWvI .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuFjNdWvI .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuFjNdWvI .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuFjNdWvI .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuFjNdWvI .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuFjNdWvI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuFjNdWvI img {
  transition: all 2s !important;
}
.cid-ttuFjNdWvI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuFjNdWvI .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuFjNdWvI .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tua00VcZQt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tua00VcZQt .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tua00VcZQt .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tua00VcZQt .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuFjP6Gxj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuFjP6Gxj .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuFjP6Gxj .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuFjP6Gxj .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuFjOpScx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuFjOpScx .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuFjOpScx .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuFjOpScx .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuFjOpScx .social-list {
  width: auto;
}
.cid-ttuFjOpScx .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuFjOpScx .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuFjOpScx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuFjOpScx .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuFjOpScx .mbr-section-title,
.cid-ttuFjOpScx .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuG2J64AJ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuG2J64AJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuG2J64AJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuG2J64AJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuG2J64AJ .mbr-text,
.cid-ttuG2J64AJ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuG2J64AJ h3:before,
  .cid-ttuG2J64AJ h3:after {
    display: none;
  }
}
.cid-ttuG2J64AJ H1 {
  color: #cccccc;
}
.cid-ttuFLmly3H {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuFLmly3H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuFLmly3H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuFLmly3H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuFLmly3H .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuFLmly3H .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuFLmly3H .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuFLmly3H .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuFLmly3H .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuFLmly3H .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuFLmly3H .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuFLmly3H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuFLmly3H .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuFLmly3H .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuFLmly3H .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuFLmly3H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuFLmly3H .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuFLmly3H img {
  transition: all 2s !important;
}
.cid-ttuFLmly3H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuFLmly3H .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuFLmly3H .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tua02jAdXS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tua02jAdXS .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tua02jAdXS .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tua02jAdXS .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuFLnXL43 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuFLnXL43 .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuFLnXL43 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuFLnXL43 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuFLnf1rl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuFLnf1rl .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuFLnf1rl .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuFLnf1rl .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuFLnf1rl .social-list {
  width: auto;
}
.cid-ttuFLnf1rl .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuFLnf1rl .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuFLnf1rl .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuFLnf1rl .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuFLnf1rl .mbr-section-title,
.cid-ttuFLnf1rl .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuGlQrbkf {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-ttuGlQrbkf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttuGlQrbkf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuGlQrbkf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttuGlQrbkf .mbr-text,
.cid-ttuGlQrbkf .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttuGlQrbkf h3:before,
  .cid-ttuGlQrbkf h3:after {
    display: none;
  }
}
.cid-ttuGlQrbkf H1 {
  color: #cccccc;
}
.cid-ttuGa7TjFU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuGa7TjFU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuGa7TjFU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuGa7TjFU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuGa7TjFU .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuGa7TjFU .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuGa7TjFU .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuGa7TjFU .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuGa7TjFU .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuGa7TjFU .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuGa7TjFU .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuGa7TjFU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuGa7TjFU img {
  transition: all 2s !important;
}
.cid-ttuGa7TjFU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuGa7TjFU .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuGa7TjFU .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tua03Pf8Gt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tua03Pf8Gt .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tua03Pf8Gt .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tua03Pf8Gt .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuGa9hjlv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuGa9hjlv .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuGa9hjlv .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuGa9hjlv .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuGa8zo62 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuGa8zo62 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuGa8zo62 .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuGa8zo62 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuGa8zo62 .social-list {
  width: auto;
}
.cid-ttuGa8zo62 .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuGa8zo62 .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuGa8zo62 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuGa8zo62 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuGa8zo62 .mbr-section-title,
.cid-ttuGa8zo62 .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu9IlD2K69 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tu9IlD2K69 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tu9IlD2K69 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu9IlD2K69 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu9IlD2K69 .mbr-text,
.cid-tu9IlD2K69 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tu9IlD2K69 h3:before,
  .cid-tu9IlD2K69 h3:after {
    display: none;
  }
}
.cid-tu9IlD2K69 H1 {
  color: #cccccc;
}
.cid-tu9IlDnMfy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tu9IlDnMfy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tu9IlDnMfy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tu9IlDnMfy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tu9IlDnMfy .mbr-gallery-item {
  width: 33.3%;
}
.cid-tu9IlDnMfy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tu9IlDnMfy .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tu9IlDnMfy .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tu9IlDnMfy .mbr-gallery-row {
  justify-content: center;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tu9IlDnMfy .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tu9IlDnMfy .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tu9IlDnMfy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tu9IlDnMfy img {
  transition: all 2s !important;
}
.cid-tu9IlDnMfy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tu9IlDnMfy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tu9IlDnMfy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tu9ZTDAJLH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tu9ZTDAJLH .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tu9ZTDAJLH .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tu9ZTDAJLH .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tu9IlEI55o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tu9IlEI55o .mbr-text a {
  background-size: 100% 0%;
}
.cid-tu9IlEI55o .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tu9IlEI55o .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tu9IlE39ma {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tu9IlE39ma .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tu9IlE39ma .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tu9IlE39ma .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tu9IlE39ma .social-list {
  width: auto;
}
.cid-tu9IlE39ma .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tu9IlE39ma .social-media {
  padding: 0;
  text-align: center;
}
.cid-tu9IlE39ma .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tu9IlE39ma .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tu9IlE39ma .mbr-section-title,
.cid-tu9IlE39ma .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHJsESOMK3 {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #212428;
}
.cid-tHJsESOMK3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tHJsESOMK3 .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-tHJsESOMK3 .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-tHJsESOMK3 textarea {
  min-height: 150px;
}
.cid-tHJsESOMK3 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffed00;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tHJsESOMK3 .form-control,
.cid-tHJsESOMK3 .field-input {
  padding: 1rem;
  background-color: #212428 !important;
  border-color: #ffffff !important;
  color: #212428 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tHJsESOMK3 .form-control:hover,
.cid-tHJsESOMK3 .field-input:hover,
.cid-tHJsESOMK3 .form-control:focus,
.cid-tHJsESOMK3 .field-input:focus {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-tHJsESOMK3 .form-control:hover input::-webkit-input-placeholder,
.cid-tHJsESOMK3 .field-input:hover input::-webkit-input-placeholder,
.cid-tHJsESOMK3 .form-control:focus input::-webkit-input-placeholder,
.cid-tHJsESOMK3 .field-input:focus input::-webkit-input-placeholder,
.cid-tHJsESOMK3 .form-control:hover textarea::-webkit-input-placeholder,
.cid-tHJsESOMK3 .field-input:hover textarea::-webkit-input-placeholder,
.cid-tHJsESOMK3 .form-control:focus textarea::-webkit-input-placeholder,
.cid-tHJsESOMK3 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-tHJsESOMK3 .form-control:hover input:-moz-placeholder,
.cid-tHJsESOMK3 .field-input:hover input:-moz-placeholder,
.cid-tHJsESOMK3 .form-control:focus input:-moz-placeholder,
.cid-tHJsESOMK3 .field-input:focus input:-moz-placeholder,
.cid-tHJsESOMK3 .form-control:hover textarea:-moz-placeholder,
.cid-tHJsESOMK3 .field-input:hover textarea:-moz-placeholder,
.cid-tHJsESOMK3 .form-control:focus textarea:-moz-placeholder,
.cid-tHJsESOMK3 .field-input:focus textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-tHJsESOMK3 input::-webkit-input-placeholder,
.cid-tHJsESOMK3 textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-tHJsESOMK3 input:-moz-placeholder,
.cid-tHJsESOMK3 textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-tHJsESOMK3 .jq-number__spin:hover,
.cid-tHJsESOMK3 .jq-number__spin:focus {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tHJsESOMK3 .jq-number__spin {
  background-color: #212428 !important;
  border-color: #ffffff !important;
  color: #212428;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHJsESOMK3 .jq-selectbox li,
.cid-tHJsESOMK3 .jq-selectbox li {
  background-color: #212428 !important;
  color: #ffffff !important;
}
.cid-tHJsESOMK3 .jq-selectbox li:hover,
.cid-tHJsESOMK3 .jq-selectbox li.selected {
  background-color: #efefef !important;
  color: #000000 !important;
}
.cid-tHJsESOMK3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tHJsESOMK3 .jq-number__spin.minus:hover:after,
.cid-tHJsESOMK3 .jq-number__spin.plus:hover:after {
  border-top-color: #212428 !important;
  border-bottom-color: #212428 !important;
}
.cid-tHJsESOMK3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tHJsESOMK3 .jq-number__spin.minus:after,
.cid-tHJsESOMK3 .jq-number__spin.plus:after {
  border-top-color: #efefef !important;
  border-bottom-color: #efefef !important;
}
.cid-tHJsESOMK3 input::-webkit-clear-button {
  display: none;
}
.cid-tHJsESOMK3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tHJsESOMK3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tHJsESOMK3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tHJsEUagaK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHJsEUagaK .mbr-text a {
  background-size: 100% 0%;
}
.cid-tHJsEUagaK .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tHJsEUagaK .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tHJsETRjAT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHJsETRjAT .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHJsETRjAT .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tHJsETRjAT .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tHJsETRjAT .social-list {
  width: auto;
}
.cid-tHJsETRjAT .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tHJsETRjAT .social-media {
  padding: 0;
  text-align: center;
}
.cid-tHJsETRjAT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tHJsETRjAT .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tHJsETRjAT .mbr-section-title,
.cid-tHJsETRjAT .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twUFiSHZiX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-twUFiSHZiX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twUFiSHZiX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twUFiSHZiX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twUFiSHZiX .mbr-text,
.cid-twUFiSHZiX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-twUFiSHZiX h3:before,
  .cid-twUFiSHZiX h3:after {
    display: none;
  }
}
.cid-twUFiSHZiX H1 {
  color: #cccccc;
}
.cid-twUFiSVDxf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-twUFiSVDxf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twUFiSVDxf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twUFiSVDxf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twUFiSVDxf .mbr-gallery-item {
  width: 33.3%;
}
.cid-twUFiSVDxf .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-twUFiSVDxf .mbr-gallery-item {
    width: 100%;
  }
}
.cid-twUFiSVDxf .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-twUFiSVDxf .mbr-gallery-row {
  justify-content: center;
}
.cid-twUFiSVDxf .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-twUFiSVDxf .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-twUFiSVDxf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-twUFiSVDxf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-twUFiSVDxf .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-twUFiSVDxf .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-twUFiSVDxf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twUFiSVDxf .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-twUFiSVDxf img {
  transition: all 2s !important;
}
.cid-twUFiSVDxf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-twUFiSVDxf .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-twUFiSVDxf .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-twUFiTd7LN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-twUFiTd7LN .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-twUFiTd7LN .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-twUFiTd7LN .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-twUFiUxCrm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-twUFiUxCrm .mbr-text a {
  background-size: 100% 0%;
}
.cid-twUFiUxCrm .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-twUFiUxCrm .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-twUFiTQI9A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-twUFiTQI9A .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-twUFiTQI9A .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-twUFiTQI9A .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-twUFiTQI9A .social-list {
  width: auto;
}
.cid-twUFiTQI9A .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-twUFiTQI9A .social-media {
  padding: 0;
  text-align: center;
}
.cid-twUFiTQI9A .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-twUFiTQI9A .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-twUFiTQI9A .mbr-section-title,
.cid-twUFiTQI9A .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY9q3gwtHi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tY9q3gwtHi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tY9q3gwtHi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tY9q3gwtHi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tY9q3gwtHi .mbr-text,
.cid-tY9q3gwtHi .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tY9q3gwtHi h3:before,
  .cid-tY9q3gwtHi h3:after {
    display: none;
  }
}
.cid-tY9q3gwtHi H1 {
  color: #cccccc;
}
.cid-tY9q3gOWxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tY9q3gOWxb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tY9q3gOWxb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9q3gOWxb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tY9q3gOWxb .mbr-gallery-item {
  width: 33.3%;
}
.cid-tY9q3gOWxb .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tY9q3gOWxb .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tY9q3gOWxb .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tY9q3gOWxb .mbr-gallery-row {
  justify-content: center;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tY9q3gOWxb .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tY9q3gOWxb .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tY9q3gOWxb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tY9q3gOWxb img {
  transition: all 2s !important;
}
.cid-tY9q3gOWxb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tY9q3gOWxb .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tY9q3gOWxb .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tY9q3hJgJ1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tY9q3hJgJ1 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tY9q3hJgJ1 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tY9q3hJgJ1 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tY9q3iLwV7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tY9q3iLwV7 .mbr-text a {
  background-size: 100% 0%;
}
.cid-tY9q3iLwV7 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tY9q3iLwV7 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tY9q3imppS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tY9q3imppS .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tY9q3imppS .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tY9q3imppS .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tY9q3imppS .social-list {
  width: auto;
}
.cid-tY9q3imppS .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tY9q3imppS .social-media {
  padding: 0;
  text-align: center;
}
.cid-tY9q3imppS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tY9q3imppS .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tY9q3imppS .mbr-section-title,
.cid-tY9q3imppS .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uth1IpBtOx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uth1IpBtOx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uth1IpBtOx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uth1IpBtOx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uth1IpBtOx .mbr-text,
.cid-uth1IpBtOx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uth1IpBtOx h3:before,
  .cid-uth1IpBtOx h3:after {
    display: none;
  }
}
.cid-uth1IpBtOx H1 {
  color: #cccccc;
}
.cid-uth1IpSWYZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uth1IpSWYZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uth1IpSWYZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uth1IpSWYZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uth1IpSWYZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-uth1IpSWYZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uth1IpSWYZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uth1IpSWYZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uth1IpSWYZ .mbr-gallery-row {
  justify-content: center;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uth1IpSWYZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uth1IpSWYZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uth1IpSWYZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uth1IpSWYZ img {
  transition: all 2s !important;
}
.cid-uth1IpSWYZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uth1IpSWYZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uth1IpSWYZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uth1IqUiRY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uth1IqUiRY .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uth1IqUiRY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uth1IqUiRY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uth1Is09wN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uth1Is09wN .mbr-text a {
  background-size: 100% 0%;
}
.cid-uth1Is09wN .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uth1Is09wN .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uth1IrEWBf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uth1IrEWBf .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uth1IrEWBf .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uth1IrEWBf .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uth1IrEWBf .social-list {
  width: auto;
}
.cid-uth1IrEWBf .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uth1IrEWBf .social-media {
  padding: 0;
  text-align: center;
}
.cid-uth1IrEWBf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uth1IrEWBf .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uth1IrEWBf .mbr-section-title,
.cid-uth1IrEWBf .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmkBpDFn4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-utmkBpDFn4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-utmkBpDFn4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmkBpDFn4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmkBpDFn4 .mbr-text,
.cid-utmkBpDFn4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-utmkBpDFn4 h3:before,
  .cid-utmkBpDFn4 h3:after {
    display: none;
  }
}
.cid-utmkBpDFn4 H1 {
  color: #cccccc;
}
.cid-utmkBpVBto {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-utmkBpVBto .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-utmkBpVBto .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utmkBpVBto .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utmkBpVBto .mbr-gallery-item {
  width: 33.3%;
}
.cid-utmkBpVBto .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-utmkBpVBto .mbr-gallery-item {
    width: 100%;
  }
}
.cid-utmkBpVBto .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-utmkBpVBto .mbr-gallery-row {
  justify-content: center;
}
.cid-utmkBpVBto .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-utmkBpVBto .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-utmkBpVBto .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-utmkBpVBto .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-utmkBpVBto .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-utmkBpVBto .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-utmkBpVBto .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-utmkBpVBto .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-utmkBpVBto img {
  transition: all 2s !important;
}
.cid-utmkBpVBto .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-utmkBpVBto .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-utmkBpVBto .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-utmkBqLx0W {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-utmkBqLx0W .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-utmkBqLx0W .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-utmkBqLx0W .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-utmkBrJdt5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmkBrJdt5 .mbr-text a {
  background-size: 100% 0%;
}
.cid-utmkBrJdt5 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-utmkBrJdt5 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-utmkBrnE9V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmkBrnE9V .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-utmkBrnE9V .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-utmkBrnE9V .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-utmkBrnE9V .social-list {
  width: auto;
}
.cid-utmkBrnE9V .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-utmkBrnE9V .social-media {
  padding: 0;
  text-align: center;
}
.cid-utmkBrnE9V .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-utmkBrnE9V .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-utmkBrnE9V .mbr-section-title,
.cid-utmkBrnE9V .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmohGhmwl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-utmohGhmwl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-utmohGhmwl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmohGhmwl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmohGhmwl .mbr-text,
.cid-utmohGhmwl .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-utmohGhmwl h3:before,
  .cid-utmohGhmwl h3:after {
    display: none;
  }
}
.cid-utmohGhmwl H1 {
  color: #cccccc;
}
.cid-utmohGBEGk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-utmohGBEGk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-utmohGBEGk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utmohGBEGk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utmohGBEGk .mbr-gallery-item {
  width: 33.3%;
}
.cid-utmohGBEGk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-utmohGBEGk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-utmohGBEGk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-utmohGBEGk .mbr-gallery-row {
  justify-content: center;
}
.cid-utmohGBEGk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-utmohGBEGk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-utmohGBEGk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-utmohGBEGk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-utmohGBEGk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-utmohGBEGk .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-utmohGBEGk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-utmohGBEGk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-utmohGBEGk img {
  transition: all 2s !important;
}
.cid-utmohGBEGk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-utmohGBEGk .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-utmohGBEGk .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-utmohI9LRs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-utmohI9LRs .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-utmohI9LRs .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-utmohI9LRs .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-utmohJaDpZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmohJaDpZ .mbr-text a {
  background-size: 100% 0%;
}
.cid-utmohJaDpZ .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-utmohJaDpZ .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-utmohINWgk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmohINWgk .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-utmohINWgk .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-utmohINWgk .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-utmohINWgk .social-list {
  width: auto;
}
.cid-utmohINWgk .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-utmohINWgk .social-media {
  padding: 0;
  text-align: center;
}
.cid-utmohINWgk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-utmohINWgk .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-utmohINWgk .mbr-section-title,
.cid-utmohINWgk .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmt50w0aS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-utmt50w0aS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-utmt50w0aS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmt50w0aS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmt50w0aS .mbr-text,
.cid-utmt50w0aS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-utmt50w0aS h3:before,
  .cid-utmt50w0aS h3:after {
    display: none;
  }
}
.cid-utmt50w0aS H1 {
  color: #cccccc;
}
.cid-utmt50MSgk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-utmt50MSgk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-utmt50MSgk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utmt50MSgk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utmt50MSgk .mbr-gallery-item {
  width: 33.3%;
}
.cid-utmt50MSgk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-utmt50MSgk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-utmt50MSgk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-utmt50MSgk .mbr-gallery-row {
  justify-content: center;
}
.cid-utmt50MSgk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-utmt50MSgk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-utmt50MSgk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-utmt50MSgk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-utmt50MSgk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-utmt50MSgk .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-utmt50MSgk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-utmt50MSgk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-utmt50MSgk img {
  transition: all 2s !important;
}
.cid-utmt50MSgk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-utmt50MSgk .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-utmt50MSgk .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-utmt51KkNw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-utmt51KkNw .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-utmt51KkNw .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-utmt51KkNw .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-utmt52Ir4I {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmt52Ir4I .mbr-text a {
  background-size: 100% 0%;
}
.cid-utmt52Ir4I .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-utmt52Ir4I .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-utmt52n2gx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmt52n2gx .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-utmt52n2gx .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-utmt52n2gx .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-utmt52n2gx .social-list {
  width: auto;
}
.cid-utmt52n2gx .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-utmt52n2gx .social-media {
  padding: 0;
  text-align: center;
}
.cid-utmt52n2gx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-utmt52n2gx .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-utmt52n2gx .mbr-section-title,
.cid-utmt52n2gx .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utmcSqlnH5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-utmcSqlnH5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-utmcSqlnH5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmcSqlnH5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-utmcSqlnH5 .mbr-text,
.cid-utmcSqlnH5 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-utmcSqlnH5 h3:before,
  .cid-utmcSqlnH5 h3:after {
    display: none;
  }
}
.cid-utmcSqlnH5 H1 {
  color: #cccccc;
}
.cid-utmcSqBUuN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-utmcSqBUuN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-utmcSqBUuN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utmcSqBUuN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utmcSqBUuN .mbr-gallery-item {
  width: 33.3%;
}
.cid-utmcSqBUuN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-utmcSqBUuN .mbr-gallery-item {
    width: 100%;
  }
}
.cid-utmcSqBUuN .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-utmcSqBUuN .mbr-gallery-row {
  justify-content: center;
}
.cid-utmcSqBUuN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-utmcSqBUuN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-utmcSqBUuN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-utmcSqBUuN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-utmcSqBUuN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-utmcSqBUuN .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-utmcSqBUuN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-utmcSqBUuN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-utmcSqBUuN img {
  transition: all 2s !important;
}
.cid-utmcSqBUuN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-utmcSqBUuN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-utmcSqBUuN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-utmcSro6RZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-utmcSro6RZ .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-utmcSro6RZ .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-utmcSro6RZ .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-utmcSswQvX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmcSswQvX .mbr-text a {
  background-size: 100% 0%;
}
.cid-utmcSswQvX .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-utmcSswQvX .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-utmcSs5j6x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-utmcSs5j6x .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-utmcSs5j6x .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-utmcSs5j6x .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-utmcSs5j6x .social-list {
  width: auto;
}
.cid-utmcSs5j6x .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-utmcSs5j6x .social-media {
  padding: 0;
  text-align: center;
}
.cid-utmcSs5j6x .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-utmcSs5j6x .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-utmcSs5j6x .mbr-section-title,
.cid-utmcSs5j6x .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuKzkxJCy {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttuKzkxJCy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttuKzkxJCy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuKzkxJCy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttuKzkxJCy .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttuKzkxJCy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttuKzkxJCy .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttuKzkxJCy .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttuKzkxJCy .mbr-gallery-row {
  justify-content: center;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttuKzkxJCy .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttuKzkxJCy .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttuKzkxJCy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttuKzkxJCy img {
  transition: all 2s !important;
}
.cid-ttuKzkxJCy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttuKzkxJCy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttuKzkxJCy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #141414 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tua0g0pWRt {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tua0g0pWRt .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tua0g0pWRt .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tua0g0pWRt .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ttuKuynk6Y {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuKuynk6Y .mbr-text a {
  background-size: 100% 0%;
}
.cid-ttuKuynk6Y .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-ttuKuynk6Y .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-ttuKuxr9OS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-ttuKuxr9OS .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttuKuxr9OS .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-ttuKuxr9OS .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ttuKuxr9OS .social-list {
  width: auto;
}
.cid-ttuKuxr9OS .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-ttuKuxr9OS .social-media {
  padding: 0;
  text-align: center;
}
.cid-ttuKuxr9OS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttuKuxr9OS .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ttuKuxr9OS .mbr-section-title,
.cid-ttuKuxr9OS .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ1dIjAAt9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ1dIjAAt9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ1dIjAAt9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ1dIjAAt9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ1dIjAAt9 .mbr-text,
.cid-uJ1dIjAAt9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ1dIjAAt9 h3:before,
  .cid-uJ1dIjAAt9 h3:after {
    display: none;
  }
}
.cid-uJ1dIjAAt9 H1 {
  color: #cccccc;
}
.cid-uJ1dIjWreO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ1dIjWreO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ1dIjWreO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ1dIjWreO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ1dIjWreO .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ1dIjWreO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ1dIjWreO .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ1dIjWreO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ1dIjWreO .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ1dIjWreO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ1dIjWreO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ1dIjWreO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ1dIjWreO img {
  transition: all 2s !important;
}
.cid-uJ1dIjWreO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ1dIjWreO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ1dIjWreO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ1dIl7qHl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ1dIl7qHl .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ1dIl7qHl .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ1dIl7qHl .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ1dImfNCh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ1dImfNCh .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ1dImfNCh .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ1dImfNCh .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ1dIlOPc4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ1dIlOPc4 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ1dIlOPc4 .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ1dIlOPc4 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ1dIlOPc4 .social-list {
  width: auto;
}
.cid-uJ1dIlOPc4 .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ1dIlOPc4 .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ1dIlOPc4 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ1dIlOPc4 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ1dIlOPc4 .mbr-section-title,
.cid-uJ1dIlOPc4 .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ5VXfN2St {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ5VXfN2St h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ5VXfN2St h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ5VXfN2St h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ5VXfN2St .mbr-text,
.cid-uJ5VXfN2St .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ5VXfN2St h3:before,
  .cid-uJ5VXfN2St h3:after {
    display: none;
  }
}
.cid-uJ5VXfN2St H1 {
  color: #cccccc;
}
.cid-uJ5VXg4LCY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ5VXg4LCY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ5VXg4LCY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5VXg4LCY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ5VXg4LCY .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ5VXg4LCY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ5VXg4LCY .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ5VXg4LCY .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ5VXg4LCY .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ5VXg4LCY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ5VXg4LCY .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ5VXg4LCY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ5VXg4LCY img {
  transition: all 2s !important;
}
.cid-uJ5VXg4LCY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ5VXg4LCY .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ5VXg4LCY .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ5VXh2WLv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ5VXh2WLv .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ5VXh2WLv .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ5VXh2WLv .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ5VXhYzm7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ5VXhYzm7 .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ5VXhYzm7 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ5VXhYzm7 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ5VXhEbxn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ5VXhEbxn .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ5VXhEbxn .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ5VXhEbxn .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ5VXhEbxn .social-list {
  width: auto;
}
.cid-uJ5VXhEbxn .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ5VXhEbxn .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ5VXhEbxn .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ5VXhEbxn .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ5VXhEbxn .mbr-section-title,
.cid-uJ5VXhEbxn .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ63l1aQE1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ63l1aQE1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ63l1aQE1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ63l1aQE1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ63l1aQE1 .mbr-text,
.cid-uJ63l1aQE1 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ63l1aQE1 h3:before,
  .cid-uJ63l1aQE1 h3:after {
    display: none;
  }
}
.cid-uJ63l1aQE1 H1 {
  color: #cccccc;
}
.cid-uJ63l1sdE5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ63l1sdE5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ63l1sdE5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ63l1sdE5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ63l1sdE5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ63l1sdE5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ63l1sdE5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ63l1sdE5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ63l1sdE5 .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ63l1sdE5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ63l1sdE5 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ63l1sdE5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ63l1sdE5 img {
  transition: all 2s !important;
}
.cid-uJ63l1sdE5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ63l1sdE5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ63l1sdE5 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ63l2kT3w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ63l2kT3w .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ63l2kT3w .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ63l2kT3w .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ63l3r9Vf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ63l3r9Vf .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ63l3r9Vf .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ63l3r9Vf .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ63l34iGs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ63l34iGs .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ63l34iGs .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ63l34iGs .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ63l34iGs .social-list {
  width: auto;
}
.cid-uJ63l34iGs .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ63l34iGs .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ63l34iGs .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ63l34iGs .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ63l34iGs .mbr-section-title,
.cid-uJ63l34iGs .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6y1V4Lgx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ6y1V4Lgx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ6y1V4Lgx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ6y1V4Lgx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ6y1V4Lgx .mbr-text,
.cid-uJ6y1V4Lgx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ6y1V4Lgx h3:before,
  .cid-uJ6y1V4Lgx h3:after {
    display: none;
  }
}
.cid-uJ6y1V4Lgx H1 {
  color: #cccccc;
}
.cid-uJ6y1VmVIy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ6y1VmVIy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ6y1VmVIy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ6y1VmVIy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ6y1VmVIy .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ6y1VmVIy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ6y1VmVIy .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ6y1VmVIy .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ6y1VmVIy .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ6y1VmVIy .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ6y1VmVIy .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ6y1VmVIy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ6y1VmVIy img {
  transition: all 2s !important;
}
.cid-uJ6y1VmVIy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ6y1VmVIy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ6y1VmVIy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ6y1WjDi3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ6y1WjDi3 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ6y1WjDi3 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ6y1WjDi3 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ6y1Xk3nC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ6y1Xk3nC .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ6y1Xk3nC .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ6y1Xk3nC .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ6y1X0xrY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ6y1X0xrY .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ6y1X0xrY .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ6y1X0xrY .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ6y1X0xrY .social-list {
  width: auto;
}
.cid-uJ6y1X0xrY .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ6y1X0xrY .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ6y1X0xrY .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ6y1X0xrY .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ6y1X0xrY .mbr-section-title,
.cid-uJ6y1X0xrY .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHlZlhIXF0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tHlZlhIXF0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tHlZlhIXF0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHlZlhIXF0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHlZlhIXF0 .mbr-text,
.cid-tHlZlhIXF0 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tHlZlhIXF0 h3:before,
  .cid-tHlZlhIXF0 h3:after {
    display: none;
  }
}
.cid-tHlZlhIXF0 H1 {
  color: #cccccc;
}
.cid-tHlZlil0vz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHlZlil0vz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHlZlil0vz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHlZlil0vz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHlZlil0vz .mbr-gallery-item {
  width: 33.3%;
}
.cid-tHlZlil0vz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tHlZlil0vz .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tHlZlil0vz .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tHlZlil0vz .mbr-gallery-row {
  justify-content: center;
}
.cid-tHlZlil0vz .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tHlZlil0vz .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tHlZlil0vz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHlZlil0vz .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tHlZlil0vz .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tHlZlil0vz .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tHlZlil0vz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHlZlil0vz .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tHlZlil0vz img {
  transition: all 2s !important;
}
.cid-tHlZlil0vz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tHlZlil0vz .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tHlZlil0vz .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tHlZljk8Ez {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tHlZljk8Ez .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tHlZljk8Ez .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tHlZljk8Ez .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tHlZlkC0bQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHlZlkC0bQ .mbr-text a {
  background-size: 100% 0%;
}
.cid-tHlZlkC0bQ .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tHlZlkC0bQ .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tHlZljTVuK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHlZljTVuK .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHlZljTVuK .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tHlZljTVuK .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tHlZljTVuK .social-list {
  width: auto;
}
.cid-tHlZljTVuK .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tHlZljTVuK .social-media {
  padding: 0;
  text-align: center;
}
.cid-tHlZljTVuK .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tHlZljTVuK .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tHlZljTVuK .mbr-section-title,
.cid-tHlZljTVuK .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpmqo5wXFC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpmqo5wXFC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpmqo5wXFC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmqo5wXFC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmqo5wXFC .mbr-text,
.cid-vpmqo5wXFC .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpmqo5wXFC h3:before,
  .cid-vpmqo5wXFC h3:after {
    display: none;
  }
}
.cid-vpmqo5wXFC H1 {
  color: #cccccc;
}
.cid-vpmqo5Co1T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpmqo5Co1T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmqo5Co1T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmqo5Co1T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmqo5Co1T .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpmqo5Co1T .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpmqo5Co1T .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpmqo5Co1T .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpmqo5Co1T .mbr-gallery-row {
  justify-content: center;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpmqo5Co1T .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpmqo5Co1T .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpmqo5Co1T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpmqo5Co1T img {
  transition: all 2s !important;
}
.cid-vpmqo5Co1T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpmqo5Co1T .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpmqo5Co1T .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpmqo5Q49F {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpmqo5Q49F .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpmqo5Q49F .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpmqo5Q49F .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpmqo6hemp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmqo6hemp .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpmqo6hemp .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpmqo6hemp .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpmqo67vvJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmqo67vvJ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpmqo67vvJ .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpmqo67vvJ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpmqo67vvJ .social-list {
  width: auto;
}
.cid-vpmqo67vvJ .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpmqo67vvJ .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpmqo67vvJ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpmqo67vvJ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpmqo67vvJ .mbr-section-title,
.cid-vpmqo67vvJ .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vprQHZehBv {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vprQHZehBv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vprQHZehBv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprQHZehBv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprQHZehBv .mbr-text,
.cid-vprQHZehBv .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vprQHZehBv h3:before,
  .cid-vprQHZehBv h3:after {
    display: none;
  }
}
.cid-vprQHZehBv H1 {
  color: #cccccc;
}
.cid-vprQHZlBpB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vprQHZlBpB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vprQHZlBpB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vprQHZlBpB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vprQHZlBpB .mbr-gallery-item {
  width: 33.3%;
}
.cid-vprQHZlBpB .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vprQHZlBpB .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vprQHZlBpB .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vprQHZlBpB .mbr-gallery-row {
  justify-content: center;
}
.cid-vprQHZlBpB .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vprQHZlBpB .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vprQHZlBpB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vprQHZlBpB .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vprQHZlBpB .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vprQHZlBpB .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vprQHZlBpB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vprQHZlBpB .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vprQHZlBpB img {
  transition: all 2s !important;
}
.cid-vprQHZlBpB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vprQHZlBpB .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vprQHZlBpB .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vprQHZE2OT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vprQHZE2OT .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vprQHZE2OT .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vprQHZE2OT .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vprQI057P2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprQI057P2 .mbr-text a {
  background-size: 100% 0%;
}
.cid-vprQI057P2 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vprQI057P2 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vprQHZVlwk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprQHZVlwk .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vprQHZVlwk .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vprQHZVlwk .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vprQHZVlwk .social-list {
  width: auto;
}
.cid-vprQHZVlwk .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vprQHZVlwk .social-media {
  padding: 0;
  text-align: center;
}
.cid-vprQHZVlwk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vprQHZVlwk .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vprQHZVlwk .mbr-section-title,
.cid-vprQHZVlwk .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vprS4wQ1Lk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vprS4wQ1Lk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vprS4wQ1Lk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprS4wQ1Lk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprS4wQ1Lk .mbr-text,
.cid-vprS4wQ1Lk .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vprS4wQ1Lk h3:before,
  .cid-vprS4wQ1Lk h3:after {
    display: none;
  }
}
.cid-vprS4wQ1Lk H1 {
  color: #cccccc;
}
.cid-vprS4wXsZX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vprS4wXsZX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vprS4wXsZX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vprS4wXsZX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vprS4wXsZX .mbr-gallery-item {
  width: 33.3%;
}
.cid-vprS4wXsZX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vprS4wXsZX .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vprS4wXsZX .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vprS4wXsZX .mbr-gallery-row {
  justify-content: center;
}
.cid-vprS4wXsZX .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vprS4wXsZX .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vprS4wXsZX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vprS4wXsZX .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vprS4wXsZX .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vprS4wXsZX .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vprS4wXsZX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vprS4wXsZX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vprS4wXsZX img {
  transition: all 2s !important;
}
.cid-vprS4wXsZX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vprS4wXsZX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vprS4wXsZX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vprS4xcDIm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vprS4xcDIm .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vprS4xcDIm .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vprS4xcDIm .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vprS4xE4uo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprS4xE4uo .mbr-text a {
  background-size: 100% 0%;
}
.cid-vprS4xE4uo .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vprS4xE4uo .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vprS4xvELA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprS4xvELA .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vprS4xvELA .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vprS4xvELA .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vprS4xvELA .social-list {
  width: auto;
}
.cid-vprS4xvELA .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vprS4xvELA .social-media {
  padding: 0;
  text-align: center;
}
.cid-vprS4xvELA .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vprS4xvELA .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vprS4xvELA .mbr-section-title,
.cid-vprS4xvELA .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpy0uk8UTM {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpy0uk8UTM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpy0uk8UTM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpy0uk8UTM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpy0uk8UTM .mbr-text,
.cid-vpy0uk8UTM .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpy0uk8UTM h3:before,
  .cid-vpy0uk8UTM h3:after {
    display: none;
  }
}
.cid-vpy0uk8UTM H1 {
  color: #cccccc;
}
.cid-vpy0ukf8XU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpy0ukf8XU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpy0ukf8XU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpy0ukf8XU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpy0ukf8XU .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpy0ukf8XU .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpy0ukf8XU .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpy0ukf8XU .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpy0ukf8XU .mbr-gallery-row {
  justify-content: center;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpy0ukf8XU .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpy0ukf8XU .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpy0ukf8XU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpy0ukf8XU img {
  transition: all 2s !important;
}
.cid-vpy0ukf8XU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpy0ukf8XU .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpy0ukf8XU .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpy0ukz1u4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpy0ukz1u4 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpy0ukz1u4 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpy0ukz1u4 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpy0ul0lDN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpy0ul0lDN .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpy0ul0lDN .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpy0ul0lDN .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpy0ukRmLr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpy0ukRmLr .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpy0ukRmLr .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpy0ukRmLr .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpy0ukRmLr .social-list {
  width: auto;
}
.cid-vpy0ukRmLr .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpy0ukRmLr .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpy0ukRmLr .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpy0ukRmLr .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpy0ukRmLr .mbr-section-title,
.cid-vpy0ukRmLr .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpy1tHX4CO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpy1tHX4CO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpy1tHX4CO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpy1tHX4CO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpy1tHX4CO .mbr-text,
.cid-vpy1tHX4CO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpy1tHX4CO h3:before,
  .cid-vpy1tHX4CO h3:after {
    display: none;
  }
}
.cid-vpy1tHX4CO H1 {
  color: #cccccc;
}
.cid-vpy1tI5vHl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpy1tI5vHl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpy1tI5vHl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpy1tI5vHl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpy1tI5vHl .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpy1tI5vHl .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpy1tI5vHl .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpy1tI5vHl .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpy1tI5vHl .mbr-gallery-row {
  justify-content: center;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpy1tI5vHl .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpy1tI5vHl .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpy1tI5vHl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpy1tI5vHl img {
  transition: all 2s !important;
}
.cid-vpy1tI5vHl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpy1tI5vHl .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpy1tI5vHl .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpy1tIjMP4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpy1tIjMP4 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpy1tIjMP4 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpy1tIjMP4 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpy1tIIMV0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpy1tIIMV0 .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpy1tIIMV0 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpy1tIIMV0 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpy1tIA1Pd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpy1tIA1Pd .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpy1tIA1Pd .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpy1tIA1Pd .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpy1tIA1Pd .social-list {
  width: auto;
}
.cid-vpy1tIA1Pd .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpy1tIA1Pd .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpy1tIA1Pd .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpy1tIA1Pd .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpy1tIA1Pd .mbr-section-title,
.cid-vpy1tIA1Pd .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHm3cvgWAt {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tHm3cvgWAt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tHm3cvgWAt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHm3cvgWAt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHm3cvgWAt .mbr-text,
.cid-tHm3cvgWAt .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tHm3cvgWAt h3:before,
  .cid-tHm3cvgWAt h3:after {
    display: none;
  }
}
.cid-tHm3cvgWAt H1 {
  color: #cccccc;
}
.cid-tHm3cvNW9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHm3cvNW9z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHm3cvNW9z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHm3cvNW9z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHm3cvNW9z .mbr-gallery-item {
  width: 33.3%;
}
.cid-tHm3cvNW9z .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tHm3cvNW9z .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tHm3cvNW9z .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tHm3cvNW9z .mbr-gallery-row {
  justify-content: center;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tHm3cvNW9z .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tHm3cvNW9z .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tHm3cvNW9z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tHm3cvNW9z img {
  transition: all 2s !important;
}
.cid-tHm3cvNW9z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tHm3cvNW9z .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tHm3cvNW9z .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tHm3cwB1Lo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tHm3cwB1Lo .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tHm3cwB1Lo .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tHm3cwB1Lo .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tHm3cxQ5Ym {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHm3cxQ5Ym .mbr-text a {
  background-size: 100% 0%;
}
.cid-tHm3cxQ5Ym .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tHm3cxQ5Ym .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tHm3cx792L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHm3cx792L .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHm3cx792L .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tHm3cx792L .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tHm3cx792L .social-list {
  width: auto;
}
.cid-tHm3cx792L .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tHm3cx792L .social-media {
  padding: 0;
  text-align: center;
}
.cid-tHm3cx792L .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tHm3cx792L .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tHm3cx792L .mbr-section-title,
.cid-tHm3cx792L .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt7HBvycFo {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tt7HBvycFo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tt7HBvycFo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tt7HBvycFo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tt7HBvycFo .mbr-text,
.cid-tt7HBvycFo .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tt7HBvycFo h3:before,
  .cid-tt7HBvycFo h3:after {
    display: none;
  }
}
.cid-tt7HBvycFo H1 {
  color: #cccccc;
}
.cid-tt7GpWHrAI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tt7GpWHrAI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt7GpWHrAI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt7GpWHrAI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt7GpWHrAI .mbr-gallery-item {
  width: 33.3%;
}
.cid-tt7GpWHrAI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tt7GpWHrAI .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tt7GpWHrAI .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tt7GpWHrAI .mbr-gallery-row {
  justify-content: center;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tt7GpWHrAI .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tt7GpWHrAI .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tt7GpWHrAI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tt7GpWHrAI img {
  transition: all 2s !important;
}
.cid-tt7GpWHrAI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt7GpWHrAI .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tt7GpWHrAI .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt7KY80OsE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tt7KY80OsE .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tt7KY80OsE .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tt7KY80OsE .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tt7GpZRlkA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tt7GpZRlkA .mbr-text a {
  background-size: 100% 0%;
}
.cid-tt7GpZRlkA .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tt7GpZRlkA .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tt7GpZ5MdF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tt7GpZ5MdF .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tt7GpZ5MdF .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tt7GpZ5MdF .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tt7GpZ5MdF .social-list {
  width: auto;
}
.cid-tt7GpZ5MdF .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tt7GpZ5MdF .social-media {
  padding: 0;
  text-align: center;
}
.cid-tt7GpZ5MdF .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tt7GpZ5MdF .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tt7GpZ5MdF .mbr-section-title,
.cid-tt7GpZ5MdF .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHltJLWFFi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tHltJLWFFi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tHltJLWFFi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHltJLWFFi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHltJLWFFi .mbr-text,
.cid-tHltJLWFFi .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tHltJLWFFi h3:before,
  .cid-tHltJLWFFi h3:after {
    display: none;
  }
}
.cid-tHltJLWFFi H1 {
  color: #cccccc;
}
.cid-tHltJMFIww {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHltJMFIww .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHltJMFIww .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHltJMFIww .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHltJMFIww .mbr-gallery-item {
  width: 33.3%;
}
.cid-tHltJMFIww .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tHltJMFIww .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tHltJMFIww .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tHltJMFIww .mbr-gallery-row {
  justify-content: center;
}
.cid-tHltJMFIww .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tHltJMFIww .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tHltJMFIww .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHltJMFIww .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tHltJMFIww .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tHltJMFIww .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tHltJMFIww .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHltJMFIww .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tHltJMFIww img {
  transition: all 2s !important;
}
.cid-tHltJMFIww .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tHltJMFIww .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tHltJMFIww .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tHltJOyK0Y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-tHltJOyK0Y .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-tHltJOyK0Y .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tHltJOyK0Y .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tHltJQmyjG {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHltJQmyjG .mbr-text a {
  background-size: 100% 0%;
}
.cid-tHltJQmyjG .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-tHltJQmyjG .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-tHltJPjiSe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tHltJPjiSe .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHltJPjiSe .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-tHltJPjiSe .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tHltJPjiSe .social-list {
  width: auto;
}
.cid-tHltJPjiSe .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-tHltJPjiSe .social-media {
  padding: 0;
  text-align: center;
}
.cid-tHltJPjiSe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tHltJPjiSe .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tHltJPjiSe .mbr-section-title,
.cid-tHltJPjiSe .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vprTt1zhY9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vprTt1zhY9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vprTt1zhY9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprTt1zhY9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vprTt1zhY9 .mbr-text,
.cid-vprTt1zhY9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vprTt1zhY9 h3:before,
  .cid-vprTt1zhY9 h3:after {
    display: none;
  }
}
.cid-vprTt1zhY9 H1 {
  color: #cccccc;
}
.cid-vprTt1Fhe8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vprTt1Fhe8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vprTt1Fhe8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vprTt1Fhe8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vprTt1Fhe8 .mbr-gallery-item {
  width: 33.3%;
}
.cid-vprTt1Fhe8 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vprTt1Fhe8 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vprTt1Fhe8 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vprTt1Fhe8 .mbr-gallery-row {
  justify-content: center;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vprTt1Fhe8 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vprTt1Fhe8 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vprTt1Fhe8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vprTt1Fhe8 img {
  transition: all 2s !important;
}
.cid-vprTt1Fhe8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vprTt1Fhe8 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vprTt1Fhe8 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vprTt1YbuU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vprTt1YbuU .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vprTt1YbuU .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vprTt1YbuU .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vprTt2oNSL {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprTt2oNSL .mbr-text a {
  background-size: 100% 0%;
}
.cid-vprTt2oNSL .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vprTt2oNSL .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vprTt2fYC6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vprTt2fYC6 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vprTt2fYC6 .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vprTt2fYC6 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vprTt2fYC6 .social-list {
  width: auto;
}
.cid-vprTt2fYC6 .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vprTt2fYC6 .social-media {
  padding: 0;
  text-align: center;
}
.cid-vprTt2fYC6 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vprTt2fYC6 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vprTt2fYC6 .mbr-section-title,
.cid-vprTt2fYC6 .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ17HP9Asq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ17HP9Asq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ17HP9Asq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ17HP9Asq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ17HP9Asq .mbr-text,
.cid-uJ17HP9Asq .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ17HP9Asq h3:before,
  .cid-uJ17HP9Asq h3:after {
    display: none;
  }
}
.cid-uJ17HP9Asq H1 {
  color: #cccccc;
}
.cid-uJ17HPrEuj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ17HPrEuj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ17HPrEuj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ17HPrEuj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ17HPrEuj .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ17HPrEuj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ17HPrEuj .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ17HPrEuj .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ17HPrEuj .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ17HPrEuj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ17HPrEuj .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ17HPrEuj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ17HPrEuj img {
  transition: all 2s !important;
}
.cid-uJ17HPrEuj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ17HPrEuj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ17HPrEuj .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ17HQoV0E {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ17HQoV0E .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ17HQoV0E .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ17HQoV0E .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ17HRvm6V {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ17HRvm6V .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ17HRvm6V .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ17HRvm6V .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ17HR9f8a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ17HR9f8a .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ17HR9f8a .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ17HR9f8a .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ17HR9f8a .social-list {
  width: auto;
}
.cid-uJ17HR9f8a .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ17HR9f8a .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ17HR9f8a .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ17HR9f8a .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ17HR9f8a .mbr-section-title,
.cid-uJ17HR9f8a .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpmellLFoc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpmellLFoc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpmellLFoc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmellLFoc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmellLFoc .mbr-text,
.cid-vpmellLFoc .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpmellLFoc h3:before,
  .cid-vpmellLFoc h3:after {
    display: none;
  }
}
.cid-vpmellLFoc H1 {
  color: #cccccc;
}
.cid-vpmellSAx2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpmellSAx2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmellSAx2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmellSAx2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmellSAx2 .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpmellSAx2 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpmellSAx2 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpmellSAx2 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpmellSAx2 .mbr-gallery-row {
  justify-content: center;
}
.cid-vpmellSAx2 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpmellSAx2 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpmellSAx2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmellSAx2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpmellSAx2 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpmellSAx2 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpmellSAx2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmellSAx2 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpmellSAx2 img {
  transition: all 2s !important;
}
.cid-vpmellSAx2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpmellSAx2 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpmellSAx2 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpmelm6eoJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpmelm6eoJ .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpmelm6eoJ .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpmelm6eoJ .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpmelmwyan {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmelmwyan .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpmelmwyan .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpmelmwyan .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpmelmoVyQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmelmoVyQ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpmelmoVyQ .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpmelmoVyQ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpmelmoVyQ .social-list {
  width: auto;
}
.cid-vpmelmoVyQ .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpmelmoVyQ .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpmelmoVyQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpmelmoVyQ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpmelmoVyQ .mbr-section-title,
.cid-vpmelmoVyQ .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ1aTefYLE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-uJ1aTefYLE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJ1aTefYLE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ1aTefYLE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJ1aTefYLE .mbr-text,
.cid-uJ1aTefYLE .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJ1aTefYLE h3:before,
  .cid-uJ1aTefYLE h3:after {
    display: none;
  }
}
.cid-uJ1aTefYLE H1 {
  color: #cccccc;
}
.cid-uJ1aTewYvH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ1aTewYvH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ1aTewYvH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ1aTewYvH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ1aTewYvH .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJ1aTewYvH .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJ1aTewYvH .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJ1aTewYvH .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJ1aTewYvH .mbr-gallery-row {
  justify-content: center;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJ1aTewYvH .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJ1aTewYvH .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJ1aTewYvH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJ1aTewYvH img {
  transition: all 2s !important;
}
.cid-uJ1aTewYvH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJ1aTewYvH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJ1aTewYvH .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uJ1aTfu6tA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-uJ1aTfu6tA .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-uJ1aTfu6tA .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uJ1aTfu6tA .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uJ1aTgrt2o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ1aTgrt2o .mbr-text a {
  background-size: 100% 0%;
}
.cid-uJ1aTgrt2o .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-uJ1aTgrt2o .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-uJ1aTg6lOL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uJ1aTg6lOL .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJ1aTg6lOL .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-uJ1aTg6lOL .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uJ1aTg6lOL .social-list {
  width: auto;
}
.cid-uJ1aTg6lOL .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-uJ1aTg6lOL .social-media {
  padding: 0;
  text-align: center;
}
.cid-uJ1aTg6lOL .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uJ1aTg6lOL .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uJ1aTg6lOL .mbr-section-title,
.cid-uJ1aTg6lOL .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpmk0VnBng {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpmk0VnBng h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpmk0VnBng h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmk0VnBng h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmk0VnBng .mbr-text,
.cid-vpmk0VnBng .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpmk0VnBng h3:before,
  .cid-vpmk0VnBng h3:after {
    display: none;
  }
}
.cid-vpmk0VnBng H1 {
  color: #cccccc;
}
.cid-vpmk0VttLR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpmk0VttLR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmk0VttLR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmk0VttLR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmk0VttLR .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpmk0VttLR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpmk0VttLR .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpmk0VttLR .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpmk0VttLR .mbr-gallery-row {
  justify-content: center;
}
.cid-vpmk0VttLR .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpmk0VttLR .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpmk0VttLR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmk0VttLR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpmk0VttLR .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpmk0VttLR .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpmk0VttLR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmk0VttLR .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpmk0VttLR img {
  transition: all 2s !important;
}
.cid-vpmk0VttLR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpmk0VttLR .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpmk0VttLR .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpmk0VMvO0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpmk0VMvO0 .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpmk0VMvO0 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpmk0VMvO0 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpmk0WewX5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmk0WewX5 .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpmk0WewX5 .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpmk0WewX5 .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpmk0W3lmK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmk0W3lmK .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpmk0W3lmK .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpmk0W3lmK .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpmk0W3lmK .social-list {
  width: auto;
}
.cid-vpmk0W3lmK .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpmk0W3lmK .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpmk0W3lmK .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpmk0W3lmK .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpmk0W3lmK .mbr-section-title,
.cid-vpmk0W3lmK .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpmhFGP3di {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpmhFGP3di h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpmhFGP3di h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmhFGP3di h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmhFGP3di .mbr-text,
.cid-vpmhFGP3di .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpmhFGP3di h3:before,
  .cid-vpmhFGP3di h3:after {
    display: none;
  }
}
.cid-vpmhFGP3di H1 {
  color: #cccccc;
}
.cid-vpmhFGWvV7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpmhFGWvV7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmhFGWvV7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmhFGWvV7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmhFGWvV7 .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpmhFGWvV7 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpmhFGWvV7 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpmhFGWvV7 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpmhFGWvV7 .mbr-gallery-row {
  justify-content: center;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpmhFGWvV7 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpmhFGWvV7 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpmhFGWvV7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpmhFGWvV7 img {
  transition: all 2s !important;
}
.cid-vpmhFGWvV7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpmhFGWvV7 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpmhFGWvV7 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpmhFHeORB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpmhFHeORB .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpmhFHeORB .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpmhFHeORB .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpmhFHGGEr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmhFHGGEr .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpmhFHGGEr .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpmhFHGGEr .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpmhFHvYlI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmhFHvYlI .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpmhFHvYlI .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpmhFHvYlI .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpmhFHvYlI .social-list {
  width: auto;
}
.cid-vpmhFHvYlI .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpmhFHvYlI .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpmhFHvYlI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpmhFHvYlI .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpmhFHvYlI .mbr-section-title,
.cid-vpmhFHvYlI .social-media {
  color: #111213;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAiDLPNYY .nav-link {
  position: relative;
}
.cid-vqAiDLPNYY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAiDLPNYY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAiDLPNYY .container {
  display: flex;
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.navbar-short .nav-link,
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-caption,
.cid-vqAiDLPNYY .navbar.navbar-short .mbr-iconfont,
.cid-vqAiDLPNYY .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAiDLPNYY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAiDLPNYY .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAiDLPNYY .dropdown-menu,
.cid-vqAiDLPNYY .navbar.opened {
  background: #000000 !important;
}
.cid-vqAiDLPNYY .nav-item:focus,
.cid-vqAiDLPNYY .nav-link:focus {
  outline: none;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAiDLPNYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAiDLPNYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAiDLPNYY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAiDLPNYY .navbar.opened {
  transition: all .3s;
}
.cid-vqAiDLPNYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAiDLPNYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAiDLPNYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAiDLPNYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAiDLPNYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAiDLPNYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAiDLPNYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAiDLPNYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAiDLPNYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAiDLPNYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAiDLPNYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAiDLPNYY .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAiDLPNYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAiDLPNYY .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-vqAiDLPNYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAiDLPNYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAiDLPNYY .dropdown-item.active,
.cid-vqAiDLPNYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAiDLPNYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAiDLPNYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAiDLPNYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAiDLPNYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAiDLPNYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAiDLPNYY .navbar-buttons {
  text-align: center;
}
.cid-vqAiDLPNYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAiDLPNYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAiDLPNYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAiDLPNYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAiDLPNYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAiDLPNYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAiDLPNYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAiDLPNYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAiDLPNYY .navbar {
    height: 77px;
  }
  .cid-vqAiDLPNYY .navbar.opened {
    height: auto;
  }
  .cid-vqAiDLPNYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpmp4r0mH5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-vpmp4r0mH5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vpmp4r0mH5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmp4r0mH5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vpmp4r0mH5 .mbr-text,
.cid-vpmp4r0mH5 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vpmp4r0mH5 h3:before,
  .cid-vpmp4r0mH5 h3:after {
    display: none;
  }
}
.cid-vpmp4r0mH5 H1 {
  color: #cccccc;
}
.cid-vpmp4r7W8n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #212428;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vpmp4r7W8n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmp4r7W8n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmp4r7W8n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmp4r7W8n .mbr-gallery-item {
  width: 33.3%;
}
.cid-vpmp4r7W8n .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-vpmp4r7W8n .mbr-gallery-item {
    width: 100%;
  }
}
.cid-vpmp4r7W8n .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-vpmp4r7W8n .mbr-gallery-row {
  justify-content: center;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-vpmp4r7W8n .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-vpmp4r7W8n .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-vpmp4r7W8n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-vpmp4r7W8n img {
  transition: all 2s !important;
}
.cid-vpmp4r7W8n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vpmp4r7W8n .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-vpmp4r7W8n .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vpmp4rj4Cc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #212428;
}
.cid-vpmp4rj4Cc .card {
  position: relative;
  background-image: url("../../../assets/images/pexels-sebastian-beck-2397262-2000x1333.jpg");
  background-size: cover;
}
.cid-vpmp4rj4Cc .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #212428;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-vpmp4rj4Cc .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-vpmp4rIWuC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmp4rIWuC .mbr-text a {
  background-size: 100% 0%;
}
.cid-vpmp4rIWuC .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vpmp4rIWuC .media-container-row .mbr-text {
  color: #999999;
}
.cid-vpDBs5YL0v {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpDBs5YL0v .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vpDBs5YL0v .row {
  border-bottom: 1px solid #767676;
}
.cid-vpDBs5YL0v H2 {
  color: #e7272d;
}
.cid-vpDBs5YL0v .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vpDBs5YL0v .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vpDBs5YL0v .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vpDBs5YL0v .col-lg-12 {
  overflow: hidden;
}
.cid-vpDBs5YL0v H4 {
  color: #cccccc;
}
.cid-vpDBs5YL0v .mbr-text,
.cid-vpDBs5YL0v .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vpDBs5YL0v .logo-wrap:before {
    content: none;
  }
  .cid-vpDBs5YL0v .logo-wrap:after {
    content: none;
  }
}
.cid-vpmp4rzdbT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vpmp4rzdbT .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vpmp4rzdbT .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vpmp4rzdbT .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vpmp4rzdbT .social-list {
  width: auto;
}
.cid-vpmp4rzdbT .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vpmp4rzdbT .social-media {
  padding: 0;
  text-align: center;
}
.cid-vpmp4rzdbT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vpmp4rzdbT .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vpmp4rzdbT .mbr-section-title,
.cid-vpmp4rzdbT .social-media {
  color: #111213;
}
.cid-vqAuLva3BS .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-vqAuLva3BS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vqAuLva3BS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqAuLva3BS .nav-link {
  position: relative;
}
.cid-vqAuLva3BS .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vqAuLva3BS .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vqAuLva3BS .container {
  display: flex;
  margin: auto;
}
.cid-vqAuLva3BS .navbar.navbar-short .nav-link,
.cid-vqAuLva3BS .navbar.navbar-short .navbar-caption,
.cid-vqAuLva3BS .navbar.navbar-short .mbr-iconfont,
.cid-vqAuLva3BS .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-vqAuLva3BS .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-vqAuLva3BS .navbar-caption {
  padding-right: 3rem;
}
.cid-vqAuLva3BS .dropdown-menu,
.cid-vqAuLva3BS .navbar.opened {
  background: #000000 !important;
}
.cid-vqAuLva3BS .nav-item:focus,
.cid-vqAuLva3BS .nav-link:focus {
  outline: none;
}
.cid-vqAuLva3BS .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-vqAuLva3BS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqAuLva3BS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqAuLva3BS .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-vqAuLva3BS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqAuLva3BS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqAuLva3BS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #141414;
  background: none;
}
.cid-vqAuLva3BS .navbar.opened {
  transition: all .3s;
}
.cid-vqAuLva3BS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vqAuLva3BS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vqAuLva3BS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqAuLva3BS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqAuLva3BS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqAuLva3BS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqAuLva3BS .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-vqAuLva3BS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqAuLva3BS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vqAuLva3BS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vqAuLva3BS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqAuLva3BS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqAuLva3BS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqAuLva3BS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqAuLva3BS .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-vqAuLva3BS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vqAuLva3BS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqAuLva3BS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqAuLva3BS .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-vqAuLva3BS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vqAuLva3BS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vqAuLva3BS .navbar.navbar-short {
  background: #141414 !important;
  min-height: 60px;
}
.cid-vqAuLva3BS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vqAuLva3BS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vqAuLva3BS .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-vqAuLva3BS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqAuLva3BS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqAuLva3BS .dropdown-item.active,
.cid-vqAuLva3BS .dropdown-item:active {
  background-color: transparent;
}
.cid-vqAuLva3BS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqAuLva3BS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqAuLva3BS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqAuLva3BS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-vqAuLva3BS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqAuLva3BS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqAuLva3BS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqAuLva3BS .navbar-buttons {
  text-align: center;
}
.cid-vqAuLva3BS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqAuLva3BS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqAuLva3BS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqAuLva3BS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAuLva3BS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqAuLva3BS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqAuLva3BS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAuLva3BS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqAuLva3BS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqAuLva3BS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqAuLva3BS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vqAuLva3BS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqAuLva3BS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vqAuLva3BS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vqAuLva3BS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqAuLva3BS .navbar {
    height: 77px;
  }
  .cid-vqAuLva3BS .navbar.opened {
    height: auto;
  }
  .cid-vqAuLva3BS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqAuLvm11e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vqAuLvm11e .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vqAuLvm11e .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-vqAuLvm11e .carousel {
    height: 400px;
  }
}
.cid-vqAuLvm11e .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vqAuLvm11e .carousel .carousel-item,
.cid-vqAuLvm11e .carousel .carousel-inner {
  height: 100%;
}
.cid-vqAuLvm11e .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-vqAuLvm11e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vqAuLvm11e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vqAuLvm11e .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-vqAuLvm11e .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vqAuLvm11e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vqAuLvm11e .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vqAuLvm11e .row {
  position: relative;
}
.cid-vqAuLvm11e .container {
  margin-bottom: 3px;
}
.cid-vqAuLvm11e .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-vqAuLvm11e .carousel-control .mbri-left,
.cid-vqAuLvm11e .carousel-control .mbri-right {
  display: none;
}
.cid-vqAuLvm11e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqAuLvm11e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqAuLvm11e .carousel-control {
    top: 70%;
  }
  .cid-vqAuLvm11e .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-vqAuLvm11e .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-vqAuLvm11e .buttons-wrap {
  justify-content: start;
}
.cid-vqAuLvm11e .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-vqAuLvm11e .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-vqAuLvm11e .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-vqAuLvm11e .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-vqAuLvm11e .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqAuLvm11e .wrap {
  z-index: 9999;
}
.cid-vqAuLvm11e .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-vqAuLvm11e .btnHeader::before,
.cid-vqAuLvm11e .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-vqAuLvm11e .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-vqAuLvm11e .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vqAuLvm11e .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-vqAuLvm11e .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-vqAuLvm11e .img {
  position: relative;
}
.cid-vqAuLwCryT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vqAuLwCryT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vqAuLwCryT .row {
  border-bottom: 1px solid #767676;
}
.cid-vqAuLwCryT H2 {
  color: #e7272d;
}
.cid-vqAuLwCryT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vqAuLwCryT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vqAuLwCryT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vqAuLwCryT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #767676;
}
.cid-vqAuLwCryT .col-lg-12 {
  overflow: hidden;
}
.cid-vqAuLwCryT H4 {
  color: #cccccc;
}
.cid-vqAuLwCryT .mbr-text,
.cid-vqAuLwCryT .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vqAuLwCryT .logo-wrap:before {
    content: none;
  }
  .cid-vqAuLwCryT .logo-wrap:after {
    content: none;
  }
}
.cid-vqAuLwM7Ee {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vqAuLwM7Ee .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #141414 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vqAuLwM7Ee .mbr-iconfont {
  color: #cccccc;
  align-items: center;
}
.cid-vqAuLwM7Ee .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vqAuLwM7Ee .social-list {
  width: auto;
}
.cid-vqAuLwM7Ee .icon-transition:hover .mbr-iconfont {
  color: #ffed00;
}
.cid-vqAuLwM7Ee .social-media {
  padding: 0;
  text-align: center;
}
.cid-vqAuLwM7Ee .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vqAuLwM7Ee .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vqAuLwM7Ee .mbr-section-title,
.cid-vqAuLwM7Ee .social-media {
  color: #111213;
}
.cid-vqAuLwVacV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-vqAuLwVacV .mbr-text a {
  background-size: 100% 0%;
}
.cid-vqAuLwVacV .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-vqAuLwVacV .media-container-row .mbr-text {
  color: #999999;
}
