body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #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: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #ff3366 !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='%23e1201d' %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-rym5webdvf .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rym5webdvf .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-rym5webdvf a {
  font-style: normal;
}
.cid-rym5webdvf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rym5webdvf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rym5webdvf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rym5webdvf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rym5webdvf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rym5webdvf .nav-item:focus,
.cid-rym5webdvf .nav-link:focus {
  outline: none;
}
.cid-rym5webdvf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rym5webdvf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rym5webdvf .menu-logo {
  margin-right: auto;
}
.cid-rym5webdvf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rym5webdvf .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rym5webdvf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rym5webdvf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rym5webdvf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rym5webdvf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rym5webdvf button.navbar-toggler:focus {
  outline: none;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .btn {
  display: -webkit-flex;
}
.cid-rym5webdvf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing,
.cid-rym5webdvf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rym5webdvf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rym5webdvf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rym5webdvf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rym5webdvf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rym5webdvf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf img {
    height: 3.8rem !important;
  }
  .cid-rym5webdvf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rym5webdvf .menu-wrap {
    flex-direction: column;
  }
  .cid-rym5webdvf .btn {
    display: -webkit-flex;
  }
  .cid-rym5webdvf button.navbar-toggler {
    display: block;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rym5webdvf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing,
  .cid-rym5webdvf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rym5webdvf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rym5webdvf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rym5webdvf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rym5webdvf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rym5webdvf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rym5webdvf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rym5webdvf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rym5webdvf .nav-link:hover,
.cid-rym5webdvf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxnntx25Ru {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-219-2000x1333.webp");
}
.cid-sxnntx25Ru h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnntx25Ru h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnntx25Ru h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-rym5xVDGLY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5xVDGLY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY .mbr-text,
.cid-rym5xVDGLY .mbr-section-btn {
  color: #767676;
}
.cid-rym5xVDGLY H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sxofp9h8p4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sxofp9h8p4 p {
  text-align: center;
}
.cid-sxofp9h8p4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sxofp9h8p4 .social-list a:focus {
  text-decoration: none;
}
.cid-sxofp9h8p4 .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sxofp9h8p4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sxofp9h8p4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sxofp9h8p4 .logo-footer {
  line-height: normal;
}
.cid-sxofp9h8p4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxofp9h8p4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxofp9h8p4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnxb2LCV7 .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxnxb2LCV7 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxnxb2LCV7 a {
  font-style: normal;
}
.cid-sxnxb2LCV7 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxnxb2LCV7 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxnxb2LCV7 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxnxb2LCV7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxnxb2LCV7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxnxb2LCV7 .nav-item:focus,
.cid-sxnxb2LCV7 .nav-link:focus {
  outline: none;
}
.cid-sxnxb2LCV7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxnxb2LCV7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxnxb2LCV7 .menu-logo {
  margin-right: auto;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxnxb2LCV7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxnxb2LCV7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxnxb2LCV7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxnxb2LCV7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxnxb2LCV7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxnxb2LCV7 .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxnxb2LCV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxnxb2LCV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnxb2LCV7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxnxb2LCV7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnxb2LCV7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxnxb2LCV7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxnxb2LCV7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxnxb2LCV7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxnxb2LCV7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxnxb2LCV7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxnxb2LCV7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxnxb2LCV7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxnxb2LCV7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxnxb2LCV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxnxb2LCV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxnxb2LCV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnxb2LCV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnxb2LCV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxnxb2LCV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnxb2LCV7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxnxb2LCV7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxnxb2LCV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnxb2LCV7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnxb2LCV7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.collapsing,
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxnxb2LCV7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxnxb2LCV7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxnxb2LCV7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxnxb2LCV7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnxb2LCV7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxnxb2LCV7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxnxb2LCV7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxnxb2LCV7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxnxb2LCV7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnxb2LCV7 img {
    height: 3.8rem !important;
  }
  .cid-sxnxb2LCV7 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxnxb2LCV7 .menu-wrap {
    flex-direction: column;
  }
  .cid-sxnxb2LCV7 .btn {
    display: -webkit-flex;
  }
  .cid-sxnxb2LCV7 button.navbar-toggler {
    display: block;
  }
  .cid-sxnxb2LCV7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxnxb2LCV7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnxb2LCV7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxnxb2LCV7 .navbar-collapse.collapsing,
  .cid-sxnxb2LCV7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxnxb2LCV7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxnxb2LCV7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxnxb2LCV7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxnxb2LCV7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxnxb2LCV7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxnxb2LCV7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxnxb2LCV7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxnxb2LCV7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxnxb2LCV7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxnxb2LCV7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxnxb2LCV7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxnxb2LCV7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxnxb2LCV7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxnxb2LCV7 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxnxb2LCV7 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxnxb2LCV7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxnxb2LCV7 .nav-link:hover,
.cid-sxnxb2LCV7 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxnxb5lTaE {
  background-image: url("../../../assets/images/31-960x640.webp");
}
.cid-sxnxb5lTaE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnxb5lTaE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnxb5lTaE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnxb6qqti {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxnxb6qqti h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnxb6qqti h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnxb6qqti h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnxb6qqti .mbr-text,
.cid-sxnxb6qqti .mbr-section-btn {
  color: #767676;
}
.cid-sxnPhbrozh {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-sxnPhbrozh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sxnPhbrozh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sxnPhbrozh .text-content {
  padding-right: 1.5rem;
}
.cid-sxnPhbrozh .mbr-text,
.cid-sxnPhbrozh .mbr-section-btn {
  color: #1b1414;
}
.cid-sxnPhbrozh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sxnPhbrozh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sxnPhbrozh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sxnPhbrozh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sxnPhbrozh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sxnPhbrozh .main-row {
    margin: 0;
  }
  .cid-sxnPhbrozh .mbr-section-title,
  .cid-sxnPhbrozh .mbr-text,
  .cid-sxnPhbrozh .list,
  .cid-sxnPhbrozh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sxnPhbrozh .text-content {
    padding: 0;
  }
}
.cid-sxnPhbrozh .mbr-section-title {
  color: #7f1933;
}
.cid-sxnThcTirA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxnThcTirA .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxnThcTirA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxnThcTirA .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #073b4c;
}
.cid-sxnThcTirA .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sxnThcTirA .first {
  margin-left: -24px;
}
.cid-sxnThcTirA .nav-tabs .nav-link {
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sxnThcTirA .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #7f1933;
}
.cid-sxnThcTirA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #7f1933;
  font-style: normal;
}
.cid-sxnThcTirA P {
  color: #1b1414;
}
@media (max-width: 576px) {
  .cid-sxnThcTirA .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxnThcTirA .mbr-text,
  .cid-sxnThcTirA .nav-link {
    text-align: center;
  }
}
.cid-sxnXrWnsN9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sxnXrWnsN9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxnXrWnsN9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxnXrWnsN9 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sxnXrWnsN9 .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sxnXrWnsN9 .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sxnXrWnsN9 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-sxnXrWnsN9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnXrWnsN9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnXrWnsN9 P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sxnXrWnsN9 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxnXrWnsN9 .mbr-text,
  .cid-sxnXrWnsN9 .nav-link {
    text-align: center;
  }
}
.cid-sxnVAxIMMy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxnVAxIMMy .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxnVAxIMMy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxnVAxIMMy .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sxnVAxIMMy .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sxnVAxIMMy .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sxnVAxIMMy .nav-tabs .nav-link {
  color: #7f1933;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #7f1933;
}
.cid-sxnVAxIMMy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnVAxIMMy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnVAxIMMy P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sxnVAxIMMy .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxnVAxIMMy .mbr-text,
  .cid-sxnVAxIMMy .nav-link {
    text-align: center;
  }
}
.cid-sxnVWVuTfg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sxnVWVuTfg .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxnVWVuTfg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxnVWVuTfg .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sxnVWVuTfg .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sxnVWVuTfg .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sxnVWVuTfg .nav-tabs .nav-link {
  color: #1b1414;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-sxnVWVuTfg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnVWVuTfg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnVWVuTfg P {
  color: #1b1414;
}
@media (max-width: 576px) {
  .cid-sxnVWVuTfg .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxnVWVuTfg .mbr-text,
  .cid-sxnVWVuTfg .nav-link {
    text-align: center;
  }
}
.cid-sxnWbQMua3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxnWbQMua3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxnWbQMua3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxnWbQMua3 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sxnWbQMua3 .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sxnWbQMua3 .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sxnWbQMua3 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-sxnWbQMua3 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnWbQMua3 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-sxnWbQMua3 P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sxnWbQMua3 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxnWbQMua3 .mbr-text,
  .cid-sxnWbQMua3 .nav-link {
    text-align: center;
  }
}
.cid-sCveoWKvfx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCveoWKvfx p {
  text-align: center;
}
.cid-sCveoWKvfx .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCveoWKvfx .social-list a:focus {
  text-decoration: none;
}
.cid-sCveoWKvfx .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCveoWKvfx .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCveoWKvfx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCveoWKvfx .logo-footer {
  line-height: normal;
}
.cid-sCveoWKvfx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCveoWKvfx .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCveoWKvfx .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnYjCcFyZ .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxnYjCcFyZ .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxnYjCcFyZ a {
  font-style: normal;
}
.cid-sxnYjCcFyZ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxnYjCcFyZ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxnYjCcFyZ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxnYjCcFyZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxnYjCcFyZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxnYjCcFyZ .nav-item:focus,
.cid-sxnYjCcFyZ .nav-link:focus {
  outline: none;
}
.cid-sxnYjCcFyZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxnYjCcFyZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxnYjCcFyZ .menu-logo {
  margin-right: auto;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxnYjCcFyZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxnYjCcFyZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxnYjCcFyZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxnYjCcFyZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxnYjCcFyZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxnYjCcFyZ .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxnYjCcFyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxnYjCcFyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnYjCcFyZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxnYjCcFyZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnYjCcFyZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxnYjCcFyZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxnYjCcFyZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxnYjCcFyZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxnYjCcFyZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxnYjCcFyZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxnYjCcFyZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxnYjCcFyZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxnYjCcFyZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sxnYjCcFyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxnYjCcFyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxnYjCcFyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnYjCcFyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnYjCcFyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxnYjCcFyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnYjCcFyZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxnYjCcFyZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxnYjCcFyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnYjCcFyZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnYjCcFyZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.collapsing,
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxnYjCcFyZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxnYjCcFyZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxnYjCcFyZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxnYjCcFyZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnYjCcFyZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxnYjCcFyZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxnYjCcFyZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxnYjCcFyZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxnYjCcFyZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnYjCcFyZ img {
    height: 3.8rem !important;
  }
  .cid-sxnYjCcFyZ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxnYjCcFyZ .menu-wrap {
    flex-direction: column;
  }
  .cid-sxnYjCcFyZ .btn {
    display: -webkit-flex;
  }
  .cid-sxnYjCcFyZ button.navbar-toggler {
    display: block;
  }
  .cid-sxnYjCcFyZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxnYjCcFyZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnYjCcFyZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxnYjCcFyZ .navbar-collapse.collapsing,
  .cid-sxnYjCcFyZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxnYjCcFyZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sxnYjCcFyZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxnYjCcFyZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxnYjCcFyZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxnYjCcFyZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxnYjCcFyZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxnYjCcFyZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxnYjCcFyZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxnYjCcFyZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxnYjCcFyZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxnYjCcFyZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxnYjCcFyZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxnYjCcFyZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxnYjCcFyZ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxnYjCcFyZ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxnYjCcFyZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxnYjCcFyZ .nav-link:hover,
.cid-sxnYjCcFyZ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxnYjF9jzS {
  background-image: url("../../../assets/images/21-1-1080x720.webp");
}
.cid-sxnYjF9jzS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnYjF9jzS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYjF9jzS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYjGToWW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sxnYjGToWW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnYjGToWW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYjGToWW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYjGToWW .mbr-text,
.cid-sxnYjGToWW .mbr-section-btn {
  color: #767676;
}
.cid-uxvGZcuVNJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/contact4-1900x1235.webp");
  background-size: calc(50% - 1rem);
  background-position: left;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-uxvGZcuVNJ {
    background-size: cover;
    background-position: center;
  }
}
.cid-uxvGZcuVNJ .container-fluid {
  padding: 0 4rem;
}
.cid-uxvGZcuVNJ a:hover {
  text-decoration: underline;
}
.cid-uxvGZcuVNJ .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  background: #e1201d;
  display: flex;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uxvGZcuVNJ .iconfont-wrapper span {
  font-size: 1.1rem;
  width: fit-content;
  color: white;
}
.cid-uxvGZcuVNJ .list-item {
  align-items: center;
  margin-bottom: 0.5rem;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uxvGZcuVNJ .list-item {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .cid-uxvGZcuVNJ .content-col {
    padding-left: 6rem;
  }
}
.cid-uxu8T9pstt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #cccccc;
}
.cid-uxu8T9pstt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxu8T9pstt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxu8T9pstt .google-map {
  height: 35rem;
  position: relative;
}
.cid-uxu8T9pstt .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uxu8T9pstt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxu8T9pstt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxu8T9pstt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxu8T9pstt .mbr-section-title {
  color: #ffffff;
}
.cid-sCvev8ZzRC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvev8ZzRC p {
  text-align: center;
}
.cid-sCvev8ZzRC .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvev8ZzRC .social-list a:focus {
  text-decoration: none;
}
.cid-sCvev8ZzRC .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvev8ZzRC .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvev8ZzRC .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvev8ZzRC .logo-footer {
  line-height: normal;
}
.cid-sCvev8ZzRC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvev8ZzRC .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvev8ZzRC .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnYPDpBbt .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxnYPDpBbt .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxnYPDpBbt a {
  font-style: normal;
}
.cid-sxnYPDpBbt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxnYPDpBbt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxnYPDpBbt .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxnYPDpBbt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxnYPDpBbt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxnYPDpBbt .nav-item:focus,
.cid-sxnYPDpBbt .nav-link:focus {
  outline: none;
}
.cid-sxnYPDpBbt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxnYPDpBbt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxnYPDpBbt .menu-logo {
  margin-right: auto;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxnYPDpBbt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxnYPDpBbt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxnYPDpBbt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxnYPDpBbt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxnYPDpBbt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxnYPDpBbt .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxnYPDpBbt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxnYPDpBbt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnYPDpBbt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxnYPDpBbt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnYPDpBbt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxnYPDpBbt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxnYPDpBbt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxnYPDpBbt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxnYPDpBbt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxnYPDpBbt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxnYPDpBbt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxnYPDpBbt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxnYPDpBbt button.navbar-toggler:focus {
  outline: none;
}
.cid-sxnYPDpBbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxnYPDpBbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxnYPDpBbt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnYPDpBbt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxnYPDpBbt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxnYPDpBbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnYPDpBbt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxnYPDpBbt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxnYPDpBbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxnYPDpBbt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnYPDpBbt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse.collapsing,
.cid-sxnYPDpBbt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxnYPDpBbt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxnYPDpBbt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxnYPDpBbt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxnYPDpBbt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxnYPDpBbt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxnYPDpBbt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxnYPDpBbt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxnYPDpBbt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxnYPDpBbt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxnYPDpBbt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxnYPDpBbt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxnYPDpBbt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxnYPDpBbt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnYPDpBbt img {
    height: 3.8rem !important;
  }
  .cid-sxnYPDpBbt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxnYPDpBbt .menu-wrap {
    flex-direction: column;
  }
  .cid-sxnYPDpBbt .btn {
    display: -webkit-flex;
  }
  .cid-sxnYPDpBbt button.navbar-toggler {
    display: block;
  }
  .cid-sxnYPDpBbt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxnYPDpBbt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxnYPDpBbt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxnYPDpBbt .navbar-collapse.collapsing,
  .cid-sxnYPDpBbt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxnYPDpBbt .navbar-collapse.collapsing .navbar-nav,
  .cid-sxnYPDpBbt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxnYPDpBbt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxnYPDpBbt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxnYPDpBbt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxnYPDpBbt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxnYPDpBbt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxnYPDpBbt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxnYPDpBbt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxnYPDpBbt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxnYPDpBbt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxnYPDpBbt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxnYPDpBbt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxnYPDpBbt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxnYPDpBbt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxnYPDpBbt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxnYPDpBbt .nav-link:hover,
.cid-sxnYPDpBbt .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxnYPFJCTW {
  background-image: url("../../../assets/images/1-1080x720.webp");
}
.cid-sxnYPFJCTW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnYPFJCTW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYPFJCTW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYPFJCTW H3 {
  color: #f7ed4a;
}
.cid-sxnYPGY8aD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxnYPGY8aD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxnYPGY8aD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYPGY8aD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxnYPGY8aD .mbr-text,
.cid-sxnYPGY8aD .mbr-section-btn {
  color: #767676;
}
.cid-sxnYPIrowJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxnYPIrowJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxnYPIrowJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxnYPIrowJ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxnYPIrowJ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxnYPIrowJ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxnYPIrowJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxnYPIrowJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxnYPIrowJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sxnYPIrowJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxnYPIrowJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxnYPIrowJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxnYPIrowJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxnYPIrowJ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sxnYPIrowJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxnYPIrowJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxnYPIrowJ img {
  transition: all 2s!important;
}
.cid-sxnYPIrowJ .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-sxnYPIrowJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxnYPIrowJ .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-sCveDtPAPd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCveDtPAPd p {
  text-align: center;
}
.cid-sCveDtPAPd .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCveDtPAPd .social-list a:focus {
  text-decoration: none;
}
.cid-sCveDtPAPd .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCveDtPAPd .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCveDtPAPd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCveDtPAPd .logo-footer {
  line-height: normal;
}
.cid-sCveDtPAPd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCveDtPAPd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCveDtPAPd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxooPhh9wa .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxooPhh9wa .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxooPhh9wa a {
  font-style: normal;
}
.cid-sxooPhh9wa .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxooPhh9wa .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxooPhh9wa .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxooPhh9wa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxooPhh9wa .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxooPhh9wa .nav-item:focus,
.cid-sxooPhh9wa .nav-link:focus {
  outline: none;
}
.cid-sxooPhh9wa .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxooPhh9wa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxooPhh9wa .menu-logo {
  margin-right: auto;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxooPhh9wa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxooPhh9wa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxooPhh9wa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxooPhh9wa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxooPhh9wa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxooPhh9wa .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxooPhh9wa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxooPhh9wa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxooPhh9wa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxooPhh9wa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxooPhh9wa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxooPhh9wa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxooPhh9wa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxooPhh9wa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxooPhh9wa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxooPhh9wa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxooPhh9wa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxooPhh9wa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxooPhh9wa button.navbar-toggler:focus {
  outline: none;
}
.cid-sxooPhh9wa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxooPhh9wa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxooPhh9wa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxooPhh9wa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxooPhh9wa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxooPhh9wa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxooPhh9wa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxooPhh9wa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxooPhh9wa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxooPhh9wa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxooPhh9wa .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse.collapsing,
.cid-sxooPhh9wa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxooPhh9wa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxooPhh9wa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxooPhh9wa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxooPhh9wa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxooPhh9wa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxooPhh9wa .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxooPhh9wa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxooPhh9wa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxooPhh9wa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxooPhh9wa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxooPhh9wa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxooPhh9wa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxooPhh9wa.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxooPhh9wa img {
    height: 3.8rem !important;
  }
  .cid-sxooPhh9wa .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxooPhh9wa .menu-wrap {
    flex-direction: column;
  }
  .cid-sxooPhh9wa .btn {
    display: -webkit-flex;
  }
  .cid-sxooPhh9wa button.navbar-toggler {
    display: block;
  }
  .cid-sxooPhh9wa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxooPhh9wa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxooPhh9wa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxooPhh9wa .navbar-collapse.collapsing,
  .cid-sxooPhh9wa .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxooPhh9wa .navbar-collapse.collapsing .navbar-nav,
  .cid-sxooPhh9wa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxooPhh9wa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxooPhh9wa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxooPhh9wa .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxooPhh9wa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxooPhh9wa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxooPhh9wa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxooPhh9wa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxooPhh9wa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxooPhh9wa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxooPhh9wa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxooPhh9wa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxooPhh9wa .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxooPhh9wa .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxooPhh9wa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxooPhh9wa .nav-link:hover,
.cid-sxooPhh9wa .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxooPjqc2u {
  background-image: url("../../../assets/images/p1010362-2000x1125.webp");
}
.cid-sxooPjqc2u h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxooPjqc2u h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxooPjqc2u h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxooPjqc2u H3 {
  color: #f7ed4a;
}
.cid-sxooPkZRWl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxooPkZRWl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxooPkZRWl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxooPkZRWl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxooPkZRWl .mbr-text,
.cid-sxooPkZRWl .mbr-section-btn {
  color: #767676;
}
.cid-sxooPmkba3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxooPmkba3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxooPmkba3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxooPmkba3 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxooPmkba3 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxooPmkba3 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxooPmkba3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxooPmkba3 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxooPmkba3 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sxooPmkba3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxooPmkba3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxooPmkba3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxooPmkba3 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxooPmkba3 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sxooPmkba3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxooPmkba3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxooPmkba3 img {
  transition: all 2s!important;
}
.cid-sxooPmkba3 .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-sxooPmkba3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxooPmkba3 .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-sCveKLhcgV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCveKLhcgV p {
  text-align: center;
}
.cid-sCveKLhcgV .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCveKLhcgV .social-list a:focus {
  text-decoration: none;
}
.cid-sCveKLhcgV .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCveKLhcgV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCveKLhcgV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCveKLhcgV .logo-footer {
  line-height: normal;
}
.cid-sCveKLhcgV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCveKLhcgV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCveKLhcgV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxovlbi8gy .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxovlbi8gy .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxovlbi8gy a {
  font-style: normal;
}
.cid-sxovlbi8gy .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxovlbi8gy .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxovlbi8gy .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxovlbi8gy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxovlbi8gy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxovlbi8gy .nav-item:focus,
.cid-sxovlbi8gy .nav-link:focus {
  outline: none;
}
.cid-sxovlbi8gy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxovlbi8gy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxovlbi8gy .menu-logo {
  margin-right: auto;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxovlbi8gy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxovlbi8gy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxovlbi8gy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxovlbi8gy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxovlbi8gy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxovlbi8gy .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxovlbi8gy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxovlbi8gy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxovlbi8gy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxovlbi8gy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxovlbi8gy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxovlbi8gy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxovlbi8gy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxovlbi8gy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxovlbi8gy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxovlbi8gy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxovlbi8gy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxovlbi8gy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxovlbi8gy button.navbar-toggler:focus {
  outline: none;
}
.cid-sxovlbi8gy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxovlbi8gy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxovlbi8gy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxovlbi8gy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxovlbi8gy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxovlbi8gy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxovlbi8gy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxovlbi8gy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxovlbi8gy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxovlbi8gy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxovlbi8gy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse.collapsing,
.cid-sxovlbi8gy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxovlbi8gy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxovlbi8gy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxovlbi8gy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxovlbi8gy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxovlbi8gy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxovlbi8gy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxovlbi8gy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxovlbi8gy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxovlbi8gy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxovlbi8gy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxovlbi8gy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxovlbi8gy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxovlbi8gy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxovlbi8gy img {
    height: 3.8rem !important;
  }
  .cid-sxovlbi8gy .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxovlbi8gy .menu-wrap {
    flex-direction: column;
  }
  .cid-sxovlbi8gy .btn {
    display: -webkit-flex;
  }
  .cid-sxovlbi8gy button.navbar-toggler {
    display: block;
  }
  .cid-sxovlbi8gy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxovlbi8gy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxovlbi8gy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxovlbi8gy .navbar-collapse.collapsing,
  .cid-sxovlbi8gy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxovlbi8gy .navbar-collapse.collapsing .navbar-nav,
  .cid-sxovlbi8gy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxovlbi8gy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxovlbi8gy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxovlbi8gy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxovlbi8gy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxovlbi8gy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxovlbi8gy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxovlbi8gy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxovlbi8gy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxovlbi8gy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxovlbi8gy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxovlbi8gy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxovlbi8gy .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxovlbi8gy .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxovlbi8gy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxovlbi8gy .nav-link:hover,
.cid-sxovlbi8gy .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxovle5wTS {
  background-image: url("../../../assets/images/91-2000x1333.webp");
}
.cid-sxovle5wTS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxovle5wTS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxovle5wTS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxovle5wTS H3 {
  color: #f7ed4a;
}
.cid-sxovlfG7GE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxovlfG7GE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxovlfG7GE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxovlfG7GE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxovlfG7GE .mbr-text,
.cid-sxovlfG7GE .mbr-section-btn {
  color: #767676;
}
.cid-sxovlh6uPi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxovlh6uPi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxovlh6uPi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxovlh6uPi .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxovlh6uPi .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxovlh6uPi .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxovlh6uPi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxovlh6uPi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxovlh6uPi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sxovlh6uPi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxovlh6uPi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxovlh6uPi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxovlh6uPi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxovlh6uPi .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sxovlh6uPi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxovlh6uPi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxovlh6uPi img {
  transition: all 2s!important;
}
.cid-sxovlh6uPi .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-sxovlh6uPi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxovlh6uPi .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-sCvePRepvU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvePRepvU p {
  text-align: center;
}
.cid-sCvePRepvU .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvePRepvU .social-list a:focus {
  text-decoration: none;
}
.cid-sCvePRepvU .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvePRepvU .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvePRepvU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvePRepvU .logo-footer {
  line-height: normal;
}
.cid-sCvePRepvU .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvePRepvU .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvePRepvU .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxY6dqG0RF .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxY6dqG0RF .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxY6dqG0RF a {
  font-style: normal;
}
.cid-sxY6dqG0RF .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxY6dqG0RF .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxY6dqG0RF .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxY6dqG0RF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxY6dqG0RF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxY6dqG0RF .nav-item:focus,
.cid-sxY6dqG0RF .nav-link:focus {
  outline: none;
}
.cid-sxY6dqG0RF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxY6dqG0RF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxY6dqG0RF .menu-logo {
  margin-right: auto;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxY6dqG0RF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxY6dqG0RF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxY6dqG0RF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxY6dqG0RF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxY6dqG0RF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxY6dqG0RF .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxY6dqG0RF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxY6dqG0RF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxY6dqG0RF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxY6dqG0RF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxY6dqG0RF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxY6dqG0RF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxY6dqG0RF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxY6dqG0RF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxY6dqG0RF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxY6dqG0RF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxY6dqG0RF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxY6dqG0RF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxY6dqG0RF button.navbar-toggler:focus {
  outline: none;
}
.cid-sxY6dqG0RF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxY6dqG0RF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxY6dqG0RF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxY6dqG0RF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxY6dqG0RF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxY6dqG0RF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxY6dqG0RF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxY6dqG0RF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxY6dqG0RF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxY6dqG0RF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxY6dqG0RF .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse.collapsing,
.cid-sxY6dqG0RF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxY6dqG0RF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxY6dqG0RF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxY6dqG0RF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxY6dqG0RF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxY6dqG0RF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxY6dqG0RF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxY6dqG0RF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxY6dqG0RF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxY6dqG0RF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxY6dqG0RF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxY6dqG0RF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxY6dqG0RF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxY6dqG0RF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxY6dqG0RF img {
    height: 3.8rem !important;
  }
  .cid-sxY6dqG0RF .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxY6dqG0RF .menu-wrap {
    flex-direction: column;
  }
  .cid-sxY6dqG0RF .btn {
    display: -webkit-flex;
  }
  .cid-sxY6dqG0RF button.navbar-toggler {
    display: block;
  }
  .cid-sxY6dqG0RF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxY6dqG0RF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxY6dqG0RF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxY6dqG0RF .navbar-collapse.collapsing,
  .cid-sxY6dqG0RF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxY6dqG0RF .navbar-collapse.collapsing .navbar-nav,
  .cid-sxY6dqG0RF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxY6dqG0RF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxY6dqG0RF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxY6dqG0RF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxY6dqG0RF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxY6dqG0RF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxY6dqG0RF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxY6dqG0RF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxY6dqG0RF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxY6dqG0RF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxY6dqG0RF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxY6dqG0RF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxY6dqG0RF .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxY6dqG0RF .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxY6dqG0RF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxY6dqG0RF .nav-link:hover,
.cid-sxY6dqG0RF .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxYVwmi3JB {
  background-image: url("../../../assets/images/39-2-1080x720.webp");
}
.cid-sxYVwmi3JB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxYVwmi3JB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYVwmi3JB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYVwmi3JB H3 {
  color: #f7ed4a;
}
.cid-sxY6drXtZM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxY6drXtZM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxY6drXtZM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxY6drXtZM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxY6drXtZM .mbr-text,
.cid-sxY6drXtZM .mbr-section-btn {
  color: #767676;
}
.cid-sxYuz8t31C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxYuz8t31C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxYuz8t31C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxYuz8t31C .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxYuz8t31C .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxYuz8t31C .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxYuz8t31C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxYuz8t31C .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxYuz8t31C .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sxYuz8t31C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxYuz8t31C .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sxYuz8t31C .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxYuz8t31C .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxYuz8t31C .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sxYuz8t31C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxYuz8t31C .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxYuz8t31C .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sxYuz8t31C .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-sxYuz8t31C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxYuz8t31C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sCyR3TXi6B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCyR3TXi6B p {
  text-align: center;
}
.cid-sCyR3TXi6B .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCyR3TXi6B .social-list a:focus {
  text-decoration: none;
}
.cid-sCyR3TXi6B .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCyR3TXi6B .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCyR3TXi6B .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCyR3TXi6B .logo-footer {
  line-height: normal;
}
.cid-sCyR3TXi6B .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCyR3TXi6B .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCyR3TXi6B .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxYXyCgA89 .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxYXyCgA89 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxYXyCgA89 a {
  font-style: normal;
}
.cid-sxYXyCgA89 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxYXyCgA89 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxYXyCgA89 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxYXyCgA89 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxYXyCgA89 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxYXyCgA89 .nav-item:focus,
.cid-sxYXyCgA89 .nav-link:focus {
  outline: none;
}
.cid-sxYXyCgA89 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxYXyCgA89 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxYXyCgA89 .menu-logo {
  margin-right: auto;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxYXyCgA89 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxYXyCgA89 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxYXyCgA89 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxYXyCgA89 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxYXyCgA89 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxYXyCgA89 .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxYXyCgA89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxYXyCgA89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxYXyCgA89 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxYXyCgA89 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxYXyCgA89 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxYXyCgA89 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxYXyCgA89 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxYXyCgA89 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxYXyCgA89 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxYXyCgA89 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxYXyCgA89 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxYXyCgA89 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxYXyCgA89 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxYXyCgA89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxYXyCgA89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxYXyCgA89 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYXyCgA89 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYXyCgA89 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxYXyCgA89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYXyCgA89 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxYXyCgA89 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxYXyCgA89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYXyCgA89 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxYXyCgA89 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse.collapsing,
.cid-sxYXyCgA89 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxYXyCgA89 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxYXyCgA89 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxYXyCgA89 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxYXyCgA89 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxYXyCgA89 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxYXyCgA89 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxYXyCgA89 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxYXyCgA89 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxYXyCgA89 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxYXyCgA89 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxYXyCgA89 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxYXyCgA89 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxYXyCgA89.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxYXyCgA89 img {
    height: 3.8rem !important;
  }
  .cid-sxYXyCgA89 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxYXyCgA89 .menu-wrap {
    flex-direction: column;
  }
  .cid-sxYXyCgA89 .btn {
    display: -webkit-flex;
  }
  .cid-sxYXyCgA89 button.navbar-toggler {
    display: block;
  }
  .cid-sxYXyCgA89 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxYXyCgA89 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxYXyCgA89 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxYXyCgA89 .navbar-collapse.collapsing,
  .cid-sxYXyCgA89 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxYXyCgA89 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxYXyCgA89 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxYXyCgA89 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxYXyCgA89 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxYXyCgA89 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxYXyCgA89 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxYXyCgA89 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxYXyCgA89 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxYXyCgA89 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxYXyCgA89 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxYXyCgA89 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxYXyCgA89 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxYXyCgA89 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxYXyCgA89 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxYXyCgA89 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxYXyCgA89 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxYXyCgA89 .nav-link:hover,
.cid-sxYXyCgA89 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxYXyDNyky {
  background-image: url("../../../assets/images/a-45-2000x1333.webp");
}
.cid-sxYXyDNyky h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxYXyDNyky h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYXyDNyky h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYXyDNyky H3 {
  color: #f7ed4a;
}
.cid-sxYXyEBZWy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxYXyEBZWy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxYXyEBZWy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYXyEBZWy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxYXyEBZWy .mbr-text,
.cid-sxYXyEBZWy .mbr-section-btn {
  color: #767676;
}
.cid-sxZ4xgMyio {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxZ4xgMyio .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxZ4xgMyio .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxZ4xgMyio .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxZ4xgMyio .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxZ4xgMyio .container {
  padding: 0;
}
.cid-sxZ4xgMyio .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxZ4xgMyio .icon-focus {
  display: none;
}
.cid-sxZ4xgMyio .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sxZ4xgMyio .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sxZ4xgMyio .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sxZ4xgMyio li {
  position: relative;
}
.cid-sxZ4xgMyio li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sxZ4xgMyio .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-sxZ4xgMyio .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxZ4xgMyio .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sxZ4xgMyio .btn {
  font-family: DM Sans !important;
}
.cid-sxZ4xgMyio .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sxZ4xgMyio .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sxZ4xgMyio .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sxZ4xgMyio li:not(:last-child):after {
    top: 9px;
  }
  .cid-sxZ4xgMyio .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCviNtiiSs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCviNtiiSs p {
  text-align: center;
}
.cid-sCviNtiiSs .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCviNtiiSs .social-list a:focus {
  text-decoration: none;
}
.cid-sCviNtiiSs .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCviNtiiSs .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCviNtiiSs .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCviNtiiSs .logo-footer {
  line-height: normal;
}
.cid-sCviNtiiSs .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCviNtiiSs .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCviNtiiSs .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxZ5TDB5rG .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxZ5TDB5rG .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxZ5TDB5rG a {
  font-style: normal;
}
.cid-sxZ5TDB5rG .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxZ5TDB5rG .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxZ5TDB5rG .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxZ5TDB5rG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxZ5TDB5rG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxZ5TDB5rG .nav-item:focus,
.cid-sxZ5TDB5rG .nav-link:focus {
  outline: none;
}
.cid-sxZ5TDB5rG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxZ5TDB5rG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxZ5TDB5rG .menu-logo {
  margin-right: auto;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxZ5TDB5rG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxZ5TDB5rG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxZ5TDB5rG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxZ5TDB5rG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxZ5TDB5rG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxZ5TDB5rG .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxZ5TDB5rG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxZ5TDB5rG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxZ5TDB5rG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxZ5TDB5rG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxZ5TDB5rG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxZ5TDB5rG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxZ5TDB5rG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxZ5TDB5rG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxZ5TDB5rG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxZ5TDB5rG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxZ5TDB5rG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxZ5TDB5rG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxZ5TDB5rG button.navbar-toggler:focus {
  outline: none;
}
.cid-sxZ5TDB5rG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxZ5TDB5rG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxZ5TDB5rG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxZ5TDB5rG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxZ5TDB5rG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxZ5TDB5rG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxZ5TDB5rG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxZ5TDB5rG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxZ5TDB5rG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxZ5TDB5rG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxZ5TDB5rG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.collapsing,
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxZ5TDB5rG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxZ5TDB5rG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxZ5TDB5rG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxZ5TDB5rG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxZ5TDB5rG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxZ5TDB5rG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxZ5TDB5rG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxZ5TDB5rG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxZ5TDB5rG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxZ5TDB5rG img {
    height: 3.8rem !important;
  }
  .cid-sxZ5TDB5rG .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxZ5TDB5rG .menu-wrap {
    flex-direction: column;
  }
  .cid-sxZ5TDB5rG .btn {
    display: -webkit-flex;
  }
  .cid-sxZ5TDB5rG button.navbar-toggler {
    display: block;
  }
  .cid-sxZ5TDB5rG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxZ5TDB5rG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxZ5TDB5rG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxZ5TDB5rG .navbar-collapse.collapsing,
  .cid-sxZ5TDB5rG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxZ5TDB5rG .navbar-collapse.collapsing .navbar-nav,
  .cid-sxZ5TDB5rG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxZ5TDB5rG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxZ5TDB5rG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxZ5TDB5rG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxZ5TDB5rG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxZ5TDB5rG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxZ5TDB5rG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxZ5TDB5rG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxZ5TDB5rG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxZ5TDB5rG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxZ5TDB5rG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxZ5TDB5rG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxZ5TDB5rG .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxZ5TDB5rG .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxZ5TDB5rG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxZ5TDB5rG .nav-link:hover,
.cid-sxZ5TDB5rG .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxZ5TFvGKR {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/missafrica1-1-2000x1333.webp");
}
.cid-sxZ5TFvGKR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxZ5TFvGKR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZ5TFvGKR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZ5TFvGKR H3 {
  color: #f7ed4a;
}
.cid-sxZ5TGXQxE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxZ5TGXQxE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxZ5TGXQxE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZ5TGXQxE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZ5TGXQxE .mbr-text,
.cid-sxZ5TGXQxE .mbr-section-btn {
  color: #767676;
}
.cid-sxZ5TI1lf2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxZ5TI1lf2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxZ5TI1lf2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxZ5TI1lf2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxZ5TI1lf2 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxZ5TI1lf2 .container {
  padding: 0;
}
.cid-sxZ5TI1lf2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxZ5TI1lf2 .icon-focus {
  display: none;
}
.cid-sxZ5TI1lf2 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sxZ5TI1lf2 .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sxZ5TI1lf2 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sxZ5TI1lf2 li {
  position: relative;
}
.cid-sxZ5TI1lf2 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sxZ5TI1lf2 .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-sxZ5TI1lf2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxZ5TI1lf2 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sxZ5TI1lf2 .btn {
  font-family: DM Sans !important;
}
.cid-sxZ5TI1lf2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sxZ5TI1lf2 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sxZ5TI1lf2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sxZ5TI1lf2 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sxZ5TI1lf2 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCviwOsbZQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCviwOsbZQ p {
  text-align: center;
}
.cid-sCviwOsbZQ .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCviwOsbZQ .social-list a:focus {
  text-decoration: none;
}
.cid-sCviwOsbZQ .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCviwOsbZQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCviwOsbZQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCviwOsbZQ .logo-footer {
  line-height: normal;
}
.cid-sCviwOsbZQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCviwOsbZQ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCviwOsbZQ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxZbMdYBJi .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxZbMdYBJi .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sxZbMdYBJi a {
  font-style: normal;
}
.cid-sxZbMdYBJi .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxZbMdYBJi .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxZbMdYBJi .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxZbMdYBJi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxZbMdYBJi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxZbMdYBJi .nav-item:focus,
.cid-sxZbMdYBJi .nav-link:focus {
  outline: none;
}
.cid-sxZbMdYBJi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxZbMdYBJi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxZbMdYBJi .menu-logo {
  margin-right: auto;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxZbMdYBJi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxZbMdYBJi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxZbMdYBJi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxZbMdYBJi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxZbMdYBJi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxZbMdYBJi .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxZbMdYBJi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxZbMdYBJi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxZbMdYBJi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxZbMdYBJi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxZbMdYBJi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxZbMdYBJi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxZbMdYBJi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxZbMdYBJi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxZbMdYBJi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxZbMdYBJi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxZbMdYBJi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxZbMdYBJi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxZbMdYBJi button.navbar-toggler:focus {
  outline: none;
}
.cid-sxZbMdYBJi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxZbMdYBJi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxZbMdYBJi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxZbMdYBJi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxZbMdYBJi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxZbMdYBJi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxZbMdYBJi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxZbMdYBJi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxZbMdYBJi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxZbMdYBJi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxZbMdYBJi .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse.collapsing,
.cid-sxZbMdYBJi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxZbMdYBJi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxZbMdYBJi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxZbMdYBJi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxZbMdYBJi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxZbMdYBJi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxZbMdYBJi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxZbMdYBJi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxZbMdYBJi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxZbMdYBJi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxZbMdYBJi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxZbMdYBJi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxZbMdYBJi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxZbMdYBJi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxZbMdYBJi img {
    height: 3.8rem !important;
  }
  .cid-sxZbMdYBJi .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxZbMdYBJi .menu-wrap {
    flex-direction: column;
  }
  .cid-sxZbMdYBJi .btn {
    display: -webkit-flex;
  }
  .cid-sxZbMdYBJi button.navbar-toggler {
    display: block;
  }
  .cid-sxZbMdYBJi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxZbMdYBJi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxZbMdYBJi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxZbMdYBJi .navbar-collapse.collapsing,
  .cid-sxZbMdYBJi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxZbMdYBJi .navbar-collapse.collapsing .navbar-nav,
  .cid-sxZbMdYBJi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxZbMdYBJi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxZbMdYBJi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxZbMdYBJi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxZbMdYBJi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxZbMdYBJi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxZbMdYBJi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxZbMdYBJi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxZbMdYBJi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxZbMdYBJi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxZbMdYBJi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxZbMdYBJi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxZbMdYBJi .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxZbMdYBJi .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxZbMdYBJi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxZbMdYBJi .nav-link:hover,
.cid-sxZbMdYBJi .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxZbMgbxPf {
  background-image: url("../../../assets/images/666-2000x1178.webp");
}
.cid-sxZbMgbxPf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxZbMgbxPf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZbMgbxPf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZbMgbxPf H3 {
  color: #f7ed4a;
}
.cid-sxZbMhkRb7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxZbMhkRb7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxZbMhkRb7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZbMhkRb7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxZbMhkRb7 .mbr-text,
.cid-sxZbMhkRb7 .mbr-section-btn {
  color: #767676;
}
.cid-sxZbMiyxRM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxZbMiyxRM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxZbMiyxRM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxZbMiyxRM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxZbMiyxRM .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxZbMiyxRM .container {
  padding: 0;
}
.cid-sxZbMiyxRM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxZbMiyxRM .icon-focus {
  display: none;
}
.cid-sxZbMiyxRM .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sxZbMiyxRM .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sxZbMiyxRM .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sxZbMiyxRM li {
  position: relative;
}
.cid-sxZbMiyxRM li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sxZbMiyxRM .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-sxZbMiyxRM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxZbMiyxRM .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sxZbMiyxRM .btn {
  font-family: DM Sans !important;
}
.cid-sxZbMiyxRM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sxZbMiyxRM .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sxZbMiyxRM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sxZbMiyxRM li:not(:last-child):after {
    top: 9px;
  }
  .cid-sxZbMiyxRM .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCvhS8zslI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvhS8zslI p {
  text-align: center;
}
.cid-sCvhS8zslI .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvhS8zslI .social-list a:focus {
  text-decoration: none;
}
.cid-sCvhS8zslI .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvhS8zslI .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvhS8zslI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvhS8zslI .logo-footer {
  line-height: normal;
}
.cid-sCvhS8zslI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvhS8zslI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvhS8zslI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtwk2PXk6 .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sCtwk2PXk6 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sCtwk2PXk6 a {
  font-style: normal;
}
.cid-sCtwk2PXk6 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sCtwk2PXk6 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sCtwk2PXk6 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sCtwk2PXk6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCtwk2PXk6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCtwk2PXk6 .nav-item:focus,
.cid-sCtwk2PXk6 .nav-link:focus {
  outline: none;
}
.cid-sCtwk2PXk6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCtwk2PXk6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCtwk2PXk6 .menu-logo {
  margin-right: auto;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCtwk2PXk6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCtwk2PXk6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCtwk2PXk6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCtwk2PXk6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtwk2PXk6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCtwk2PXk6 .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCtwk2PXk6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCtwk2PXk6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtwk2PXk6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCtwk2PXk6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtwk2PXk6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCtwk2PXk6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCtwk2PXk6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCtwk2PXk6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCtwk2PXk6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCtwk2PXk6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCtwk2PXk6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCtwk2PXk6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCtwk2PXk6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCtwk2PXk6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCtwk2PXk6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtwk2PXk6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtwk2PXk6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtwk2PXk6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtwk2PXk6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtwk2PXk6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtwk2PXk6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtwk2PXk6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtwk2PXk6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtwk2PXk6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.collapsing,
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCtwk2PXk6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCtwk2PXk6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCtwk2PXk6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCtwk2PXk6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtwk2PXk6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCtwk2PXk6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCtwk2PXk6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCtwk2PXk6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCtwk2PXk6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtwk2PXk6 img {
    height: 3.8rem !important;
  }
  .cid-sCtwk2PXk6 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sCtwk2PXk6 .menu-wrap {
    flex-direction: column;
  }
  .cid-sCtwk2PXk6 .btn {
    display: -webkit-flex;
  }
  .cid-sCtwk2PXk6 button.navbar-toggler {
    display: block;
  }
  .cid-sCtwk2PXk6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sCtwk2PXk6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtwk2PXk6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCtwk2PXk6 .navbar-collapse.collapsing,
  .cid-sCtwk2PXk6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCtwk2PXk6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCtwk2PXk6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCtwk2PXk6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCtwk2PXk6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCtwk2PXk6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCtwk2PXk6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCtwk2PXk6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCtwk2PXk6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCtwk2PXk6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCtwk2PXk6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCtwk2PXk6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCtwk2PXk6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCtwk2PXk6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCtwk2PXk6 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sCtwk2PXk6 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sCtwk2PXk6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCtwk2PXk6 .nav-link:hover,
.cid-sCtwk2PXk6 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sCtwk3ZkSn {
  background-image: url("../../../assets/images/a-20-2000x1334.webp");
}
.cid-sCtwk3ZkSn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtwk3ZkSn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtwk3ZkSn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtwk3ZkSn H3 {
  color: #f7ed4a;
}
.cid-sCtwk4C68V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sCtwk4C68V h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtwk4C68V h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtwk4C68V h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtwk4C68V .mbr-text,
.cid-sCtwk4C68V .mbr-section-btn {
  color: #767676;
}
.cid-sCtwk58Z07 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtwk58Z07 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCtwk58Z07 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCtwk58Z07 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCtwk58Z07 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCtwk58Z07 .container {
  padding: 0;
}
.cid-sCtwk58Z07 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCtwk58Z07 .icon-focus {
  display: none;
}
.cid-sCtwk58Z07 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sCtwk58Z07 .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sCtwk58Z07 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sCtwk58Z07 li {
  position: relative;
}
.cid-sCtwk58Z07 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCtwk58Z07 .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-sCtwk58Z07 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCtwk58Z07 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCtwk58Z07 .btn {
  font-family: DM Sans !important;
}
.cid-sCtwk58Z07 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCtwk58Z07 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCtwk58Z07 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sCtwk58Z07 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCtwk58Z07 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCvhWaI4YT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvhWaI4YT p {
  text-align: center;
}
.cid-sCvhWaI4YT .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvhWaI4YT .social-list a:focus {
  text-decoration: none;
}
.cid-sCvhWaI4YT .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvhWaI4YT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvhWaI4YT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvhWaI4YT .logo-footer {
  line-height: normal;
}
.cid-sCvhWaI4YT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvhWaI4YT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvhWaI4YT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtAZYX41B .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sCtAZYX41B .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sCtAZYX41B a {
  font-style: normal;
}
.cid-sCtAZYX41B .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sCtAZYX41B .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sCtAZYX41B .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sCtAZYX41B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCtAZYX41B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCtAZYX41B .nav-item:focus,
.cid-sCtAZYX41B .nav-link:focus {
  outline: none;
}
.cid-sCtAZYX41B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCtAZYX41B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCtAZYX41B .menu-logo {
  margin-right: auto;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCtAZYX41B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCtAZYX41B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCtAZYX41B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCtAZYX41B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtAZYX41B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCtAZYX41B .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCtAZYX41B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCtAZYX41B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtAZYX41B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCtAZYX41B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtAZYX41B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCtAZYX41B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCtAZYX41B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCtAZYX41B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCtAZYX41B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCtAZYX41B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCtAZYX41B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCtAZYX41B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCtAZYX41B button.navbar-toggler:focus {
  outline: none;
}
.cid-sCtAZYX41B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCtAZYX41B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtAZYX41B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtAZYX41B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtAZYX41B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtAZYX41B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtAZYX41B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtAZYX41B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtAZYX41B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtAZYX41B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtAZYX41B .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse.collapsing,
.cid-sCtAZYX41B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCtAZYX41B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCtAZYX41B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCtAZYX41B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCtAZYX41B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCtAZYX41B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCtAZYX41B .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCtAZYX41B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCtAZYX41B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtAZYX41B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCtAZYX41B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCtAZYX41B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCtAZYX41B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCtAZYX41B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtAZYX41B img {
    height: 3.8rem !important;
  }
  .cid-sCtAZYX41B .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sCtAZYX41B .menu-wrap {
    flex-direction: column;
  }
  .cid-sCtAZYX41B .btn {
    display: -webkit-flex;
  }
  .cid-sCtAZYX41B button.navbar-toggler {
    display: block;
  }
  .cid-sCtAZYX41B .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sCtAZYX41B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtAZYX41B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCtAZYX41B .navbar-collapse.collapsing,
  .cid-sCtAZYX41B .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCtAZYX41B .navbar-collapse.collapsing .navbar-nav,
  .cid-sCtAZYX41B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCtAZYX41B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCtAZYX41B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCtAZYX41B .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCtAZYX41B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCtAZYX41B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCtAZYX41B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCtAZYX41B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCtAZYX41B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCtAZYX41B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCtAZYX41B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCtAZYX41B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCtAZYX41B .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sCtAZYX41B .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sCtAZYX41B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCtAZYX41B .nav-link:hover,
.cid-sCtAZYX41B .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sCtAZZWoIu {
  background-image: url("../../../assets/images/img-5859-2000x1333.webp");
}
.cid-sCtAZZWoIu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtAZZWoIu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtAZZWoIu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtAZZWoIu H3 {
  color: #f7ed4a;
}
.cid-sCtB00ubfO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sCtB00ubfO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtB00ubfO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtB00ubfO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtB00ubfO .mbr-text,
.cid-sCtB00ubfO .mbr-section-btn {
  color: #767676;
}
.cid-sCtB012yKx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtB012yKx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCtB012yKx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCtB012yKx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCtB012yKx .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCtB012yKx .container {
  padding: 0;
}
.cid-sCtB012yKx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCtB012yKx .icon-focus {
  display: none;
}
.cid-sCtB012yKx .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sCtB012yKx .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sCtB012yKx .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sCtB012yKx li {
  position: relative;
}
.cid-sCtB012yKx li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCtB012yKx .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-sCtB012yKx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCtB012yKx .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCtB012yKx .btn {
  font-family: DM Sans !important;
}
.cid-sCtB012yKx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCtB012yKx .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCtB012yKx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sCtB012yKx li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCtB012yKx .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCvi6kXhVt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvi6kXhVt p {
  text-align: center;
}
.cid-sCvi6kXhVt .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvi6kXhVt .social-list a:focus {
  text-decoration: none;
}
.cid-sCvi6kXhVt .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvi6kXhVt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvi6kXhVt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvi6kXhVt .logo-footer {
  line-height: normal;
}
.cid-sCvi6kXhVt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvi6kXhVt .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvi6kXhVt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtQjJtTFh .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sCtQjJtTFh .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sCtQjJtTFh a {
  font-style: normal;
}
.cid-sCtQjJtTFh .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sCtQjJtTFh .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sCtQjJtTFh .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sCtQjJtTFh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCtQjJtTFh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCtQjJtTFh .nav-item:focus,
.cid-sCtQjJtTFh .nav-link:focus {
  outline: none;
}
.cid-sCtQjJtTFh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCtQjJtTFh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCtQjJtTFh .menu-logo {
  margin-right: auto;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCtQjJtTFh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCtQjJtTFh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCtQjJtTFh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCtQjJtTFh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtQjJtTFh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCtQjJtTFh .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCtQjJtTFh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCtQjJtTFh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtQjJtTFh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCtQjJtTFh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtQjJtTFh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCtQjJtTFh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCtQjJtTFh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCtQjJtTFh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCtQjJtTFh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCtQjJtTFh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCtQjJtTFh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCtQjJtTFh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCtQjJtTFh button.navbar-toggler:focus {
  outline: none;
}
.cid-sCtQjJtTFh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCtQjJtTFh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtQjJtTFh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtQjJtTFh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtQjJtTFh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtQjJtTFh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtQjJtTFh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtQjJtTFh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtQjJtTFh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtQjJtTFh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtQjJtTFh .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse.collapsing,
.cid-sCtQjJtTFh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCtQjJtTFh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCtQjJtTFh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCtQjJtTFh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCtQjJtTFh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCtQjJtTFh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCtQjJtTFh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCtQjJtTFh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCtQjJtTFh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtQjJtTFh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCtQjJtTFh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCtQjJtTFh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCtQjJtTFh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCtQjJtTFh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtQjJtTFh img {
    height: 3.8rem !important;
  }
  .cid-sCtQjJtTFh .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sCtQjJtTFh .menu-wrap {
    flex-direction: column;
  }
  .cid-sCtQjJtTFh .btn {
    display: -webkit-flex;
  }
  .cid-sCtQjJtTFh button.navbar-toggler {
    display: block;
  }
  .cid-sCtQjJtTFh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sCtQjJtTFh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtQjJtTFh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCtQjJtTFh .navbar-collapse.collapsing,
  .cid-sCtQjJtTFh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCtQjJtTFh .navbar-collapse.collapsing .navbar-nav,
  .cid-sCtQjJtTFh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCtQjJtTFh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCtQjJtTFh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCtQjJtTFh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCtQjJtTFh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCtQjJtTFh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCtQjJtTFh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCtQjJtTFh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCtQjJtTFh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCtQjJtTFh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCtQjJtTFh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCtQjJtTFh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCtQjJtTFh .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sCtQjJtTFh .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sCtQjJtTFh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCtQjJtTFh .nav-link:hover,
.cid-sCtQjJtTFh .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sCtQjKvMTY {
  background-image: url("../../../assets/images/a-23-1-2000x1333.webp");
}
.cid-sCtQjKvMTY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtQjKvMTY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtQjKvMTY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtQjKvMTY H3 {
  color: #f7ed4a;
}
.cid-sCtQjL8Oz6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sCtQjL8Oz6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtQjL8Oz6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtQjL8Oz6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtQjL8Oz6 .mbr-text,
.cid-sCtQjL8Oz6 .mbr-section-btn {
  color: #767676;
}
.cid-sCtQjLLA8s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtQjLLA8s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCtQjLLA8s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCtQjLLA8s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCtQjLLA8s .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCtQjLLA8s .container {
  padding: 0;
}
.cid-sCtQjLLA8s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCtQjLLA8s .icon-focus {
  display: none;
}
.cid-sCtQjLLA8s .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sCtQjLLA8s .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sCtQjLLA8s .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sCtQjLLA8s li {
  position: relative;
}
.cid-sCtQjLLA8s li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCtQjLLA8s .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-sCtQjLLA8s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCtQjLLA8s .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCtQjLLA8s .btn {
  font-family: DM Sans !important;
}
.cid-sCtQjLLA8s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCtQjLLA8s .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCtQjLLA8s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sCtQjLLA8s li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCtQjLLA8s .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCvil76Ouh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvil76Ouh p {
  text-align: center;
}
.cid-sCvil76Ouh .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvil76Ouh .social-list a:focus {
  text-decoration: none;
}
.cid-sCvil76Ouh .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvil76Ouh .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvil76Ouh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvil76Ouh .logo-footer {
  line-height: normal;
}
.cid-sCvil76Ouh .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvil76Ouh .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvil76Ouh .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtUEOKLmd .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sCtUEOKLmd .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sCtUEOKLmd a {
  font-style: normal;
}
.cid-sCtUEOKLmd .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sCtUEOKLmd .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sCtUEOKLmd .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sCtUEOKLmd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCtUEOKLmd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCtUEOKLmd .nav-item:focus,
.cid-sCtUEOKLmd .nav-link:focus {
  outline: none;
}
.cid-sCtUEOKLmd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCtUEOKLmd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCtUEOKLmd .menu-logo {
  margin-right: auto;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCtUEOKLmd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCtUEOKLmd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCtUEOKLmd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCtUEOKLmd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtUEOKLmd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCtUEOKLmd .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCtUEOKLmd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCtUEOKLmd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtUEOKLmd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCtUEOKLmd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtUEOKLmd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCtUEOKLmd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCtUEOKLmd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCtUEOKLmd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCtUEOKLmd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCtUEOKLmd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCtUEOKLmd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCtUEOKLmd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCtUEOKLmd button.navbar-toggler:focus {
  outline: none;
}
.cid-sCtUEOKLmd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCtUEOKLmd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtUEOKLmd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtUEOKLmd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtUEOKLmd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtUEOKLmd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtUEOKLmd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtUEOKLmd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtUEOKLmd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtUEOKLmd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtUEOKLmd .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse.collapsing,
.cid-sCtUEOKLmd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCtUEOKLmd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCtUEOKLmd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCtUEOKLmd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCtUEOKLmd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCtUEOKLmd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCtUEOKLmd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCtUEOKLmd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCtUEOKLmd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtUEOKLmd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCtUEOKLmd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCtUEOKLmd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCtUEOKLmd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCtUEOKLmd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtUEOKLmd img {
    height: 3.8rem !important;
  }
  .cid-sCtUEOKLmd .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sCtUEOKLmd .menu-wrap {
    flex-direction: column;
  }
  .cid-sCtUEOKLmd .btn {
    display: -webkit-flex;
  }
  .cid-sCtUEOKLmd button.navbar-toggler {
    display: block;
  }
  .cid-sCtUEOKLmd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sCtUEOKLmd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtUEOKLmd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCtUEOKLmd .navbar-collapse.collapsing,
  .cid-sCtUEOKLmd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCtUEOKLmd .navbar-collapse.collapsing .navbar-nav,
  .cid-sCtUEOKLmd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCtUEOKLmd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCtUEOKLmd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCtUEOKLmd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCtUEOKLmd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCtUEOKLmd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCtUEOKLmd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCtUEOKLmd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCtUEOKLmd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCtUEOKLmd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCtUEOKLmd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCtUEOKLmd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCtUEOKLmd .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sCtUEOKLmd .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sCtUEOKLmd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCtUEOKLmd .nav-link:hover,
.cid-sCtUEOKLmd .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sCtUEPXiUb {
  background-image: url("../../../assets/images/img-20200120-204948-2000x1500.webp");
}
.cid-sCtUEPXiUb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtUEPXiUb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtUEPXiUb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtUEPXiUb H3 {
  color: #f7ed4a;
}
.cid-sCtUEQE6G8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sCtUEQE6G8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtUEQE6G8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtUEQE6G8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtUEQE6G8 .mbr-text,
.cid-sCtUEQE6G8 .mbr-section-btn {
  color: #767676;
}
.cid-sCtUERhCu3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtUERhCu3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCtUERhCu3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCtUERhCu3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCtUERhCu3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCtUERhCu3 .container {
  padding: 0;
}
.cid-sCtUERhCu3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCtUERhCu3 .icon-focus {
  display: none;
}
.cid-sCtUERhCu3 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sCtUERhCu3 .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sCtUERhCu3 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sCtUERhCu3 li {
  position: relative;
}
.cid-sCtUERhCu3 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCtUERhCu3 .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-sCtUERhCu3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCtUERhCu3 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCtUERhCu3 .btn {
  font-family: DM Sans !important;
}
.cid-sCtUERhCu3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCtUERhCu3 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCtUERhCu3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sCtUERhCu3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCtUERhCu3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCviaUtK9P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCviaUtK9P p {
  text-align: center;
}
.cid-sCviaUtK9P .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCviaUtK9P .social-list a:focus {
  text-decoration: none;
}
.cid-sCviaUtK9P .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCviaUtK9P .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCviaUtK9P .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCviaUtK9P .logo-footer {
  line-height: normal;
}
.cid-sCviaUtK9P .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCviaUtK9P .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCviaUtK9P .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtXplwppW .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sCtXplwppW .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sCtXplwppW a {
  font-style: normal;
}
.cid-sCtXplwppW .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sCtXplwppW .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sCtXplwppW .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sCtXplwppW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCtXplwppW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCtXplwppW .nav-item:focus,
.cid-sCtXplwppW .nav-link:focus {
  outline: none;
}
.cid-sCtXplwppW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCtXplwppW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCtXplwppW .menu-logo {
  margin-right: auto;
}
.cid-sCtXplwppW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCtXplwppW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCtXplwppW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCtXplwppW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCtXplwppW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtXplwppW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCtXplwppW .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCtXplwppW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCtXplwppW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtXplwppW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCtXplwppW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtXplwppW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCtXplwppW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCtXplwppW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCtXplwppW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCtXplwppW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCtXplwppW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCtXplwppW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCtXplwppW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCtXplwppW button.navbar-toggler:focus {
  outline: none;
}
.cid-sCtXplwppW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCtXplwppW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtXplwppW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtXplwppW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtXplwppW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtXplwppW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtXplwppW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtXplwppW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtXplwppW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtXplwppW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtXplwppW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCtXplwppW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCtXplwppW .collapsed .navbar-collapse.collapsing,
.cid-sCtXplwppW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCtXplwppW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCtXplwppW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCtXplwppW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCtXplwppW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCtXplwppW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCtXplwppW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCtXplwppW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCtXplwppW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCtXplwppW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCtXplwppW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCtXplwppW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCtXplwppW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCtXplwppW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCtXplwppW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCtXplwppW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCtXplwppW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtXplwppW img {
    height: 3.8rem !important;
  }
  .cid-sCtXplwppW .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sCtXplwppW .menu-wrap {
    flex-direction: column;
  }
  .cid-sCtXplwppW .btn {
    display: -webkit-flex;
  }
  .cid-sCtXplwppW button.navbar-toggler {
    display: block;
  }
  .cid-sCtXplwppW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sCtXplwppW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCtXplwppW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCtXplwppW .navbar-collapse.collapsing,
  .cid-sCtXplwppW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCtXplwppW .navbar-collapse.collapsing .navbar-nav,
  .cid-sCtXplwppW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCtXplwppW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCtXplwppW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCtXplwppW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCtXplwppW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCtXplwppW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCtXplwppW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCtXplwppW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCtXplwppW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCtXplwppW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCtXplwppW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCtXplwppW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCtXplwppW .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sCtXplwppW .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sCtXplwppW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCtXplwppW .nav-link:hover,
.cid-sCtXplwppW .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sCtXpmxRiD {
  background-image: url("../../../assets/images/img-1356-2000x1333.webp");
}
.cid-sCtXpmxRiD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtXpmxRiD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtXpmxRiD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtXpmxRiD H3 {
  color: #f7ed4a;
}
.cid-sCtXpnfjO1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sCtXpnfjO1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sCtXpnfjO1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtXpnfjO1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sCtXpnfjO1 .mbr-text,
.cid-sCtXpnfjO1 .mbr-section-btn {
  color: #767676;
}
.cid-sCtXpnPDYN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtXpnPDYN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCtXpnPDYN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCtXpnPDYN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCtXpnPDYN .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCtXpnPDYN .container {
  padding: 0;
}
.cid-sCtXpnPDYN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCtXpnPDYN .icon-focus {
  display: none;
}
.cid-sCtXpnPDYN .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sCtXpnPDYN .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sCtXpnPDYN .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sCtXpnPDYN li {
  position: relative;
}
.cid-sCtXpnPDYN li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCtXpnPDYN .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-sCtXpnPDYN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCtXpnPDYN .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sCtXpnPDYN .btn {
  font-family: DM Sans !important;
}
.cid-sCtXpnPDYN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sCtXpnPDYN .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sCtXpnPDYN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sCtXpnPDYN li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCtXpnPDYN .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sCvifjjW4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sCvifjjW4y p {
  text-align: center;
}
.cid-sCvifjjW4y .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCvifjjW4y .social-list a:focus {
  text-decoration: none;
}
.cid-sCvifjjW4y .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sCvifjjW4y .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCvifjjW4y .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sCvifjjW4y .logo-footer {
  line-height: normal;
}
.cid-sCvifjjW4y .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCvifjjW4y .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCvifjjW4y .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdnzhD8jI .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDdnzhD8jI .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sDdnzhD8jI a {
  font-style: normal;
}
.cid-sDdnzhD8jI .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDdnzhD8jI .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDdnzhD8jI .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDdnzhD8jI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDdnzhD8jI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDdnzhD8jI .nav-item:focus,
.cid-sDdnzhD8jI .nav-link:focus {
  outline: none;
}
.cid-sDdnzhD8jI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDdnzhD8jI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDdnzhD8jI .menu-logo {
  margin-right: auto;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDdnzhD8jI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDdnzhD8jI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDdnzhD8jI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDdnzhD8jI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDdnzhD8jI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDdnzhD8jI .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDdnzhD8jI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDdnzhD8jI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDdnzhD8jI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDdnzhD8jI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDdnzhD8jI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDdnzhD8jI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDdnzhD8jI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDdnzhD8jI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDdnzhD8jI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDdnzhD8jI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDdnzhD8jI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDdnzhD8jI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDdnzhD8jI button.navbar-toggler:focus {
  outline: none;
}
.cid-sDdnzhD8jI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDdnzhD8jI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDdnzhD8jI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDdnzhD8jI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDdnzhD8jI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDdnzhD8jI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDdnzhD8jI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDdnzhD8jI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDdnzhD8jI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDdnzhD8jI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDdnzhD8jI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse.collapsing,
.cid-sDdnzhD8jI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDdnzhD8jI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDdnzhD8jI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDdnzhD8jI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDdnzhD8jI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDdnzhD8jI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sDdnzhD8jI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDdnzhD8jI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDdnzhD8jI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDdnzhD8jI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDdnzhD8jI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDdnzhD8jI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDdnzhD8jI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDdnzhD8jI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDdnzhD8jI img {
    height: 3.8rem !important;
  }
  .cid-sDdnzhD8jI .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDdnzhD8jI .menu-wrap {
    flex-direction: column;
  }
  .cid-sDdnzhD8jI .btn {
    display: -webkit-flex;
  }
  .cid-sDdnzhD8jI button.navbar-toggler {
    display: block;
  }
  .cid-sDdnzhD8jI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDdnzhD8jI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDdnzhD8jI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDdnzhD8jI .navbar-collapse.collapsing,
  .cid-sDdnzhD8jI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDdnzhD8jI .navbar-collapse.collapsing .navbar-nav,
  .cid-sDdnzhD8jI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDdnzhD8jI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDdnzhD8jI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDdnzhD8jI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDdnzhD8jI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDdnzhD8jI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDdnzhD8jI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDdnzhD8jI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDdnzhD8jI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDdnzhD8jI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDdnzhD8jI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDdnzhD8jI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDdnzhD8jI .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDdnzhD8jI .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDdnzhD8jI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDdnzhD8jI .nav-link:hover,
.cid-sDdnzhD8jI .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDdnziOI4r {
  background-image: url("../../../assets/images/15-2-2000x1367.webp");
}
.cid-sDdnziOI4r h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sDdnziOI4r h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdnziOI4r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdnziOI4r H3 {
  color: #f7ed4a;
}
.cid-sDdnzju7cD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sDdnzju7cD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sDdnzju7cD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdnzju7cD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sDdnzju7cD .mbr-text,
.cid-sDdnzju7cD .mbr-section-btn {
  color: #767676;
}
.cid-sDdnzk8AhF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDdnzk8AhF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sDdnzk8AhF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDdnzk8AhF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDdnzk8AhF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sDdnzk8AhF .container {
  padding: 0;
}
.cid-sDdnzk8AhF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sDdnzk8AhF .icon-focus {
  display: none;
}
.cid-sDdnzk8AhF .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sDdnzk8AhF .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-sDdnzk8AhF .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-sDdnzk8AhF li {
  position: relative;
}
.cid-sDdnzk8AhF li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sDdnzk8AhF .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-sDdnzk8AhF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sDdnzk8AhF .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sDdnzk8AhF .btn {
  font-family: DM Sans !important;
}
.cid-sDdnzk8AhF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sDdnzk8AhF .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sDdnzk8AhF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sDdnzk8AhF li:not(:last-child):after {
    top: 9px;
  }
  .cid-sDdnzk8AhF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sDdnzkRS9q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sDdnzkRS9q p {
  text-align: center;
}
.cid-sDdnzkRS9q .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sDdnzkRS9q .social-list a:focus {
  text-decoration: none;
}
.cid-sDdnzkRS9q .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sDdnzkRS9q .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sDdnzkRS9q .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sDdnzkRS9q .logo-footer {
  line-height: normal;
}
.cid-sDdnzkRS9q .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdnzkRS9q .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDdnzkRS9q .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdWscvRSD .navbar {
  background: #1b1414;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDdWscvRSD .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1414;
}
.cid-sDdWscvRSD a {
  font-style: normal;
}
.cid-sDdWscvRSD .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDdWscvRSD .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDdWscvRSD .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDdWscvRSD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDdWscvRSD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDdWscvRSD .nav-item:focus,
.cid-sDdWscvRSD .nav-link:focus {
  outline: none;
}
.cid-sDdWscvRSD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDdWscvRSD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDdWscvRSD .menu-logo {
  margin-right: auto;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDdWscvRSD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDdWscvRSD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDdWscvRSD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDdWscvRSD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDdWscvRSD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDdWscvRSD .dropdown .dropdown-menu {
  background: #1b1414;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDdWscvRSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDdWscvRSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDdWscvRSD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDdWscvRSD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDdWscvRSD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDdWscvRSD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDdWscvRSD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDdWscvRSD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDdWscvRSD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDdWscvRSD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDdWscvRSD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDdWscvRSD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDdWscvRSD button.navbar-toggler:focus {
  outline: none;
}
.cid-sDdWscvRSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDdWscvRSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDdWscvRSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDdWscvRSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDdWscvRSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDdWscvRSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDdWscvRSD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDdWscvRSD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDdWscvRSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDdWscvRSD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDdWscvRSD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse.collapsing,
.cid-sDdWscvRSD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDdWscvRSD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDdWscvRSD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDdWscvRSD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDdWscvRSD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDdWscvRSD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sDdWscvRSD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDdWscvRSD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDdWscvRSD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDdWscvRSD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDdWscvRSD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDdWscvRSD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDdWscvRSD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDdWscvRSD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDdWscvRSD img {
    height: 3.8rem !important;
  }
  .cid-sDdWscvRSD .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDdWscvRSD .menu-wrap {
    flex-direction: column;
  }
  .cid-sDdWscvRSD .btn {
    display: -webkit-flex;
  }
  .cid-sDdWscvRSD button.navbar-toggler {
    display: block;
  }
  .cid-sDdWscvRSD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDdWscvRSD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDdWscvRSD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDdWscvRSD .navbar-collapse.collapsing,
  .cid-sDdWscvRSD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDdWscvRSD .navbar-collapse.collapsing .navbar-nav,
  .cid-sDdWscvRSD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDdWscvRSD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDdWscvRSD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDdWscvRSD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDdWscvRSD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDdWscvRSD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDdWscvRSD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDdWscvRSD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDdWscvRSD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDdWscvRSD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDdWscvRSD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDdWscvRSD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDdWscvRSD .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDdWscvRSD .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDdWscvRSD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDdWscvRSD .nav-link:hover,
.cid-sDdWscvRSD .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDdWJdJD2B {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sDdWJdJD2B .mbr-text {
    text-align: center;
  }
}
.cid-sDdWJdJD2B .mbr-text,
.cid-sDdWJdJD2B .mbr-section-btn {
  color: #ffffff;
}
.cid-sDdWJdJD2B H1 {
  color: #ffffff;
}
.cid-sDdWsjYeqT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1414;
}
.cid-sDdWsjYeqT p {
  text-align: center;
}
.cid-sDdWsjYeqT .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sDdWsjYeqT .social-list a:focus {
  text-decoration: none;
}
.cid-sDdWsjYeqT .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sDdWsjYeqT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sDdWsjYeqT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sDdWsjYeqT .logo-footer {
  line-height: normal;
}
.cid-sDdWsjYeqT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDdWsjYeqT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDdWsjYeqT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
