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: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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_wraper {
  display: none;
}
.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;
}
.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-twBDxiczul {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-twBDxiczul .mbr-text {
  color: #767676;
}
.cid-twBDxiczul .card-subtitle {
  margin: 0;
}
.cid-twBDxiczul .link {
  margin: 0;
}
.cid-twBDxiczul .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-twBDxiczul .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-twBDxiczul img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-twBDxiczul .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-twBDxiczul .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-twBDxiczul .card-img:hover:before {
  opacity: 0.4;
}
.cid-twBDxiczul .card-img:hover img {
  transform: scale(1.05);
}
.cid-twBDxiczul .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-twBDxiczul .card {
    margin-bottom: 3rem;
  }
}
.cid-rym5webdvf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rym5webdvf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.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: #000000;
  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-nav .nav-item:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.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;
}
@media (min-width: 992px) {
  .cid-rym5webdvf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.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-nav .nav-item:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .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-rym5wVfTHQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rym5wVfTHQ .mbr-text {
  color: #767676;
}
.cid-rym5wVfTHQ .card-subtitle {
  margin: 0;
}
.cid-rym5wVfTHQ .link {
  margin: 0;
}
.cid-rym5wVfTHQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rym5wVfTHQ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rym5wVfTHQ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rym5wVfTHQ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rym5wVfTHQ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rym5wVfTHQ .card-img:hover:before {
  opacity: 0.4;
}
.cid-rym5wVfTHQ .card-img:hover img {
  transform: scale(1.05);
}
.cid-rym5wVfTHQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rym5wVfTHQ .card {
    margin-bottom: 3rem;
  }
}
.cid-tvxPl3Wcsx {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tvxPl3Wcsx .mbr-text {
  color: #767676;
}
.cid-tvxPl3Wcsx .card-subtitle {
  margin: 0;
}
.cid-tvxPl3Wcsx .link {
  margin: 0;
}
.cid-tvxPl3Wcsx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tvxPl3Wcsx .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tvxPl3Wcsx img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tvxPl3Wcsx .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tvxPl3Wcsx .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tvxPl3Wcsx .card-img:hover:before {
  opacity: 0.4;
}
.cid-tvxPl3Wcsx .card-img:hover img {
  transform: scale(1.05);
}
.cid-tvxPl3Wcsx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tvxPl3Wcsx .card {
    margin-bottom: 3rem;
  }
}
.cid-ttFJdurXWF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttFJdurXWF .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttFJdurXWF .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-ttFJdurXWF .mbr-text,
.cid-ttFJdurXWF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ttFJdurXWF img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-ttFIZnVye4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-ttFIZnVye4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-ttFIZnVye4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-ttFIZnVye4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFIZnVye4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFIZnVye4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-ttFIZnVye4 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-ttFIZnVye4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-ttFIZnVye4 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-ttFIZnVye4 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ttFIZnVye4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-ttFIZnVye4 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-ttFIZnVye4 .mbr-section-title,
.cid-ttFIZnVye4 .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ttFIZnVye4 h2:before,
  .cid-ttFIZnVye4 h2:after {
    display: none;
  }
}
.cid-rym5A9UzbJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ttFQNf0fwG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ttFQNf0fwG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ttFQNf0fwG a {
  font-style: normal;
}
.cid-ttFQNf0fwG .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ttFQNf0fwG .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ttFQNf0fwG .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ttFQNf0fwG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ttFQNf0fwG .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-ttFQNf0fwG .nav-item:focus,
.cid-ttFQNf0fwG .nav-link:focus {
  outline: none;
}
.cid-ttFQNf0fwG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttFQNf0fwG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ttFQNf0fwG .menu-logo {
  margin-right: auto;
}
.cid-ttFQNf0fwG .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-ttFQNf0fwG .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-ttFQNf0fwG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ttFQNf0fwG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ttFQNf0fwG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ttFQNf0fwG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ttFQNf0fwG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ttFQNf0fwG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ttFQNf0fwG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ttFQNf0fwG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttFQNf0fwG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ttFQNf0fwG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ttFQNf0fwG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ttFQNf0fwG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttFQNf0fwG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ttFQNf0fwG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttFQNf0fwG .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-ttFQNf0fwG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ttFQNf0fwG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ttFQNf0fwG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ttFQNf0fwG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ttFQNf0fwG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ttFQNf0fwG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ttFQNf0fwG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ttFQNf0fwG button.navbar-toggler:focus {
  outline: none;
}
.cid-ttFQNf0fwG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttFQNf0fwG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttFQNf0fwG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttFQNf0fwG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttFQNf0fwG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttFQNf0fwG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttFQNf0fwG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttFQNf0fwG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttFQNf0fwG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttFQNf0fwG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttFQNf0fwG .collapsed .btn {
  display: -webkit-flex;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ttFQNf0fwG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ttFQNf0fwG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttFQNf0fwG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttFQNf0fwG .collapsed button.navbar-toggler {
  display: block;
}
.cid-ttFQNf0fwG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ttFQNf0fwG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttFQNf0fwG .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-ttFQNf0fwG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ttFQNf0fwG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ttFQNf0fwG .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-ttFQNf0fwG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttFQNf0fwG img {
    height: 3.8rem !important;
  }
  .cid-ttFQNf0fwG .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ttFQNf0fwG .menu-wrap {
    flex-direction: column;
  }
  .cid-ttFQNf0fwG .btn {
    display: -webkit-flex;
  }
  .cid-ttFQNf0fwG button.navbar-toggler {
    display: block;
  }
  .cid-ttFQNf0fwG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ttFQNf0fwG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttFQNf0fwG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing,
  .cid-ttFQNf0fwG .navbar-collapse.show {
    display: block !important;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing .navbar-nav,
  .cid-ttFQNf0fwG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ttFQNf0fwG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ttFQNf0fwG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing .navbar-buttons,
  .cid-ttFQNf0fwG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ttFQNf0fwG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ttFQNf0fwG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttFQNf0fwG .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-ttFQNf0fwG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ttFQNf0fwG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ttFQNf0fwG .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-ttFQNf0fwG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttFQNf0fwG .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ttFQNf0fwG .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ttFQNf0fwG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ttFQNf0fwG .nav-link:hover,
.cid-ttFQNf0fwG .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ttFW2bAoBr {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttFW2bAoBr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttFW2bAoBr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFW2bAoBr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFW2bAoBr .mbr-text,
.cid-ttFW2bAoBr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttFW2bAoBr h3:before,
  .cid-ttFW2bAoBr h3:after {
    display: none;
  }
}
.cid-ttFVQiPeSY {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttFVQiPeSY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttFVQiPeSY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttFVQiPeSY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttFVQiPeSY .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttFVQiPeSY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttFVQiPeSY .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttFVQiPeSY .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttFVQiPeSY .mbr-gallery-row {
  justify-content: center;
}
.cid-ttFVQiPeSY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttFVQiPeSY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttFVQiPeSY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttFVQiPeSY .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttFVQiPeSY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttFVQiPeSY .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttFVQiPeSY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttFVQiPeSY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttFVQiPeSY img {
  transition: all 2s !important;
}
.cid-ttFVQiPeSY .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-ttFVQiPeSY .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttFVQiPeSY .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-ttFQNi3468 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-ttFQNi3468 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-ttFQNi3468 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-ttFQNi3468 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFQNi3468 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFQNi3468 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-ttFQNi3468 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-ttFQNi3468 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-ttFQNi3468 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-ttFQNi3468 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ttFQNi3468 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-ttFQNi3468 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-ttFQNi3468 .mbr-section-title,
.cid-ttFQNi3468 .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ttFQNi3468 h2:before,
  .cid-ttFQNi3468 h2:after {
    display: none;
  }
}
.cid-ttFQNiEiyV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-ttFYyyFi3x .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ttFYyyFi3x .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ttFYyyFi3x a {
  font-style: normal;
}
.cid-ttFYyyFi3x .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ttFYyyFi3x .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ttFYyyFi3x .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ttFYyyFi3x .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ttFYyyFi3x .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-ttFYyyFi3x .nav-item:focus,
.cid-ttFYyyFi3x .nav-link:focus {
  outline: none;
}
.cid-ttFYyyFi3x .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ttFYyyFi3x .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ttFYyyFi3x .menu-logo {
  margin-right: auto;
}
.cid-ttFYyyFi3x .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-ttFYyyFi3x .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-ttFYyyFi3x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ttFYyyFi3x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ttFYyyFi3x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ttFYyyFi3x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ttFYyyFi3x .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ttFYyyFi3x .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ttFYyyFi3x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ttFYyyFi3x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttFYyyFi3x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ttFYyyFi3x .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ttFYyyFi3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ttFYyyFi3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttFYyyFi3x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ttFYyyFi3x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttFYyyFi3x .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-ttFYyyFi3x .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ttFYyyFi3x .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ttFYyyFi3x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ttFYyyFi3x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ttFYyyFi3x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ttFYyyFi3x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ttFYyyFi3x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ttFYyyFi3x button.navbar-toggler:focus {
  outline: none;
}
.cid-ttFYyyFi3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttFYyyFi3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttFYyyFi3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttFYyyFi3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttFYyyFi3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttFYyyFi3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttFYyyFi3x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttFYyyFi3x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttFYyyFi3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttFYyyFi3x .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttFYyyFi3x .collapsed .btn {
  display: -webkit-flex;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ttFYyyFi3x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ttFYyyFi3x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttFYyyFi3x .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttFYyyFi3x .collapsed button.navbar-toggler {
  display: block;
}
.cid-ttFYyyFi3x .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ttFYyyFi3x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ttFYyyFi3x .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-ttFYyyFi3x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ttFYyyFi3x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ttFYyyFi3x .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-ttFYyyFi3x.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttFYyyFi3x img {
    height: 3.8rem !important;
  }
  .cid-ttFYyyFi3x .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ttFYyyFi3x .menu-wrap {
    flex-direction: column;
  }
  .cid-ttFYyyFi3x .btn {
    display: -webkit-flex;
  }
  .cid-ttFYyyFi3x button.navbar-toggler {
    display: block;
  }
  .cid-ttFYyyFi3x .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ttFYyyFi3x .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ttFYyyFi3x .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing,
  .cid-ttFYyyFi3x .navbar-collapse.show {
    display: block !important;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing .navbar-nav,
  .cid-ttFYyyFi3x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ttFYyyFi3x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ttFYyyFi3x .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing .navbar-buttons,
  .cid-ttFYyyFi3x .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ttFYyyFi3x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ttFYyyFi3x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ttFYyyFi3x .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-ttFYyyFi3x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ttFYyyFi3x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ttFYyyFi3x .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-ttFYyyFi3x .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ttFYyyFi3x .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ttFYyyFi3x .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ttFYyyFi3x .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ttFYyyFi3x .nav-link:hover,
.cid-ttFYyyFi3x .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ttFYyzuOhV {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttFYyzuOhV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ttFYyzuOhV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFYyzuOhV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFYyzuOhV .mbr-text,
.cid-ttFYyzuOhV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ttFYyzuOhV h3:before,
  .cid-ttFYyzuOhV h3:after {
    display: none;
  }
}
.cid-ttFYyzZ066 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttFYyzZ066 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttFYyzZ066 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttFYyzZ066 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttFYyzZ066 .mbr-gallery-item {
  width: 33.3%;
}
.cid-ttFYyzZ066 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ttFYyzZ066 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ttFYyzZ066 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ttFYyzZ066 .mbr-gallery-row {
  justify-content: center;
}
.cid-ttFYyzZ066 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ttFYyzZ066 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ttFYyzZ066 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttFYyzZ066 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ttFYyzZ066 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ttFYyzZ066 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ttFYyzZ066 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttFYyzZ066 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ttFYyzZ066 img {
  transition: all 2s !important;
}
.cid-ttFYyzZ066 .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-ttFYyzZ066 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ttFYyzZ066 .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-ttFYyARRpl {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-ttFYyARRpl .mbr-section-subtitle {
  color: #cccccc;
}
.cid-ttFYyARRpl h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-ttFYyARRpl h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFYyARRpl h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ttFYyARRpl .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-ttFYyARRpl .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-ttFYyARRpl .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-ttFYyARRpl .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-ttFYyARRpl .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ttFYyARRpl .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-ttFYyARRpl .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-ttFYyARRpl .mbr-section-title,
.cid-ttFYyARRpl .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ttFYyARRpl h2:before,
  .cid-ttFYyARRpl h2:after {
    display: none;
  }
}
.cid-ttFYyBybkI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-tvxS5fyEQL .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tvxS5fyEQL .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tvxS5fyEQL a {
  font-style: normal;
}
.cid-tvxS5fyEQL .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tvxS5fyEQL .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tvxS5fyEQL .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tvxS5fyEQL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tvxS5fyEQL .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-tvxS5fyEQL .nav-item:focus,
.cid-tvxS5fyEQL .nav-link:focus {
  outline: none;
}
.cid-tvxS5fyEQL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvxS5fyEQL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tvxS5fyEQL .menu-logo {
  margin-right: auto;
}
.cid-tvxS5fyEQL .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-tvxS5fyEQL .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-tvxS5fyEQL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tvxS5fyEQL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvxS5fyEQL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvxS5fyEQL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvxS5fyEQL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tvxS5fyEQL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tvxS5fyEQL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvxS5fyEQL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvxS5fyEQL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvxS5fyEQL .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvxS5fyEQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tvxS5fyEQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvxS5fyEQL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvxS5fyEQL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvxS5fyEQL .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-tvxS5fyEQL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tvxS5fyEQL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tvxS5fyEQL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvxS5fyEQL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvxS5fyEQL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvxS5fyEQL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvxS5fyEQL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tvxS5fyEQL button.navbar-toggler:focus {
  outline: none;
}
.cid-tvxS5fyEQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvxS5fyEQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvxS5fyEQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvxS5fyEQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvxS5fyEQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvxS5fyEQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvxS5fyEQL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvxS5fyEQL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvxS5fyEQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvxS5fyEQL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvxS5fyEQL .collapsed .btn {
  display: -webkit-flex;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tvxS5fyEQL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvxS5fyEQL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvxS5fyEQL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tvxS5fyEQL .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvxS5fyEQL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tvxS5fyEQL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvxS5fyEQL .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-tvxS5fyEQL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvxS5fyEQL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvxS5fyEQL .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-tvxS5fyEQL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvxS5fyEQL img {
    height: 3.8rem !important;
  }
  .cid-tvxS5fyEQL .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tvxS5fyEQL .menu-wrap {
    flex-direction: column;
  }
  .cid-tvxS5fyEQL .btn {
    display: -webkit-flex;
  }
  .cid-tvxS5fyEQL button.navbar-toggler {
    display: block;
  }
  .cid-tvxS5fyEQL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tvxS5fyEQL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvxS5fyEQL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing,
  .cid-tvxS5fyEQL .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing .navbar-nav,
  .cid-tvxS5fyEQL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvxS5fyEQL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tvxS5fyEQL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvxS5fyEQL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tvxS5fyEQL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvxS5fyEQL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvxS5fyEQL .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-tvxS5fyEQL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvxS5fyEQL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvxS5fyEQL .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-tvxS5fyEQL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tvxS5fyEQL .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tvxS5fyEQL .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tvxS5fyEQL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tvxS5fyEQL .nav-link:hover,
.cid-tvxS5fyEQL .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tvxS5gjAow {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tvxS5gjAow h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tvxS5gjAow h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxS5gjAow h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxS5gjAow .mbr-text,
.cid-tvxS5gjAow .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tvxS5gjAow h3:before,
  .cid-tvxS5gjAow h3:after {
    display: none;
  }
}
.cid-tvxS5gVw3G {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tvxS5gVw3G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvxS5gVw3G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvxS5gVw3G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvxS5gVw3G .mbr-gallery-item {
  width: 33.3%;
}
.cid-tvxS5gVw3G .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tvxS5gVw3G .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tvxS5gVw3G .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tvxS5gVw3G .mbr-gallery-row {
  justify-content: center;
}
.cid-tvxS5gVw3G .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tvxS5gVw3G .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tvxS5gVw3G .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tvxS5gVw3G .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tvxS5gVw3G .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tvxS5gVw3G .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tvxS5gVw3G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvxS5gVw3G .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tvxS5gVw3G img {
  transition: all 2s !important;
}
.cid-tvxS5gVw3G .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-tvxS5gVw3G .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tvxS5gVw3G .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-tvxS5hZMeU {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tvxS5hZMeU .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tvxS5hZMeU h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tvxS5hZMeU h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxS5hZMeU h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxS5hZMeU .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tvxS5hZMeU .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tvxS5hZMeU .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tvxS5hZMeU .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tvxS5hZMeU .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tvxS5hZMeU .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tvxS5hZMeU .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tvxS5hZMeU .mbr-section-title,
.cid-tvxS5hZMeU .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tvxS5hZMeU h2:before,
  .cid-tvxS5hZMeU h2:after {
    display: none;
  }
}
.cid-tvxS5iJE3d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-tvxUObuohu .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tvxUObuohu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tvxUObuohu a {
  font-style: normal;
}
.cid-tvxUObuohu .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tvxUObuohu .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tvxUObuohu .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tvxUObuohu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tvxUObuohu .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-tvxUObuohu .nav-item:focus,
.cid-tvxUObuohu .nav-link:focus {
  outline: none;
}
.cid-tvxUObuohu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvxUObuohu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tvxUObuohu .menu-logo {
  margin-right: auto;
}
.cid-tvxUObuohu .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-tvxUObuohu .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-tvxUObuohu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tvxUObuohu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvxUObuohu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvxUObuohu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvxUObuohu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tvxUObuohu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tvxUObuohu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvxUObuohu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvxUObuohu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvxUObuohu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvxUObuohu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tvxUObuohu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvxUObuohu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvxUObuohu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvxUObuohu .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-tvxUObuohu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tvxUObuohu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tvxUObuohu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvxUObuohu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvxUObuohu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvxUObuohu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvxUObuohu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tvxUObuohu button.navbar-toggler:focus {
  outline: none;
}
.cid-tvxUObuohu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvxUObuohu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvxUObuohu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvxUObuohu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvxUObuohu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvxUObuohu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvxUObuohu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvxUObuohu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvxUObuohu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvxUObuohu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvxUObuohu .collapsed .btn {
  display: -webkit-flex;
}
.cid-tvxUObuohu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing,
.cid-tvxUObuohu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvxUObuohu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvxUObuohu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tvxUObuohu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvxUObuohu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tvxUObuohu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvxUObuohu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvxUObuohu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tvxUObuohu .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvxUObuohu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tvxUObuohu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvxUObuohu .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-tvxUObuohu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvxUObuohu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvxUObuohu .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-tvxUObuohu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvxUObuohu img {
    height: 3.8rem !important;
  }
  .cid-tvxUObuohu .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tvxUObuohu .menu-wrap {
    flex-direction: column;
  }
  .cid-tvxUObuohu .btn {
    display: -webkit-flex;
  }
  .cid-tvxUObuohu button.navbar-toggler {
    display: block;
  }
  .cid-tvxUObuohu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tvxUObuohu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvxUObuohu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing,
  .cid-tvxUObuohu .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing .navbar-nav,
  .cid-tvxUObuohu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvxUObuohu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tvxUObuohu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvxUObuohu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tvxUObuohu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvxUObuohu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvxUObuohu .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-tvxUObuohu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvxUObuohu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvxUObuohu .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-tvxUObuohu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tvxUObuohu .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tvxUObuohu .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tvxUObuohu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tvxUObuohu .nav-link:hover,
.cid-tvxUObuohu .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tvxUOcfCyo {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tvxUOcfCyo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tvxUOcfCyo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxUOcfCyo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxUOcfCyo .mbr-text,
.cid-tvxUOcfCyo .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tvxUOcfCyo h3:before,
  .cid-tvxUOcfCyo h3:after {
    display: none;
  }
}
.cid-tvxUOcKZkJ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tvxUOcKZkJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvxUOcKZkJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvxUOcKZkJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvxUOcKZkJ .mbr-gallery-item {
  width: 33.3%;
}
.cid-tvxUOcKZkJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tvxUOcKZkJ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tvxUOcKZkJ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tvxUOcKZkJ .mbr-gallery-row {
  justify-content: center;
}
.cid-tvxUOcKZkJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tvxUOcKZkJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tvxUOcKZkJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tvxUOcKZkJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tvxUOcKZkJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tvxUOcKZkJ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tvxUOcKZkJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvxUOcKZkJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tvxUOcKZkJ img {
  transition: all 2s !important;
}
.cid-tvxUOcKZkJ .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-tvxUOcKZkJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tvxUOcKZkJ .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-tvxUOdyVfC {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tvxUOdyVfC .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tvxUOdyVfC h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tvxUOdyVfC h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxUOdyVfC h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tvxUOdyVfC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tvxUOdyVfC .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tvxUOdyVfC .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tvxUOdyVfC .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tvxUOdyVfC .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tvxUOdyVfC .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tvxUOdyVfC .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tvxUOdyVfC .mbr-section-title,
.cid-tvxUOdyVfC .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tvxUOdyVfC h2:before,
  .cid-tvxUOdyVfC h2:after {
    display: none;
  }
}
.cid-tvxUOe8Lau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-twBHTyrbPP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-twBHTyrbPP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-twBHTyrbPP a {
  font-style: normal;
}
.cid-twBHTyrbPP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-twBHTyrbPP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-twBHTyrbPP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-twBHTyrbPP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-twBHTyrbPP .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-twBHTyrbPP .nav-item:focus,
.cid-twBHTyrbPP .nav-link:focus {
  outline: none;
}
.cid-twBHTyrbPP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twBHTyrbPP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twBHTyrbPP .menu-logo {
  margin-right: auto;
}
.cid-twBHTyrbPP .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-twBHTyrbPP .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-twBHTyrbPP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-twBHTyrbPP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twBHTyrbPP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twBHTyrbPP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twBHTyrbPP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-twBHTyrbPP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twBHTyrbPP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twBHTyrbPP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twBHTyrbPP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twBHTyrbPP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twBHTyrbPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twBHTyrbPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twBHTyrbPP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twBHTyrbPP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twBHTyrbPP .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-twBHTyrbPP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twBHTyrbPP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twBHTyrbPP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twBHTyrbPP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twBHTyrbPP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twBHTyrbPP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twBHTyrbPP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twBHTyrbPP button.navbar-toggler:focus {
  outline: none;
}
.cid-twBHTyrbPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twBHTyrbPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twBHTyrbPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twBHTyrbPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twBHTyrbPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twBHTyrbPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twBHTyrbPP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twBHTyrbPP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twBHTyrbPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twBHTyrbPP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twBHTyrbPP .collapsed .btn {
  display: -webkit-flex;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twBHTyrbPP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twBHTyrbPP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twBHTyrbPP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-twBHTyrbPP .collapsed button.navbar-toggler {
  display: block;
}
.cid-twBHTyrbPP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twBHTyrbPP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twBHTyrbPP .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-twBHTyrbPP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twBHTyrbPP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twBHTyrbPP .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-twBHTyrbPP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twBHTyrbPP img {
    height: 3.8rem !important;
  }
  .cid-twBHTyrbPP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-twBHTyrbPP .menu-wrap {
    flex-direction: column;
  }
  .cid-twBHTyrbPP .btn {
    display: -webkit-flex;
  }
  .cid-twBHTyrbPP button.navbar-toggler {
    display: block;
  }
  .cid-twBHTyrbPP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-twBHTyrbPP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twBHTyrbPP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing,
  .cid-twBHTyrbPP .navbar-collapse.show {
    display: block !important;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing .navbar-nav,
  .cid-twBHTyrbPP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twBHTyrbPP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twBHTyrbPP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing .navbar-buttons,
  .cid-twBHTyrbPP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twBHTyrbPP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twBHTyrbPP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twBHTyrbPP .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-twBHTyrbPP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twBHTyrbPP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twBHTyrbPP .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-twBHTyrbPP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-twBHTyrbPP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-twBHTyrbPP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-twBHTyrbPP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-twBHTyrbPP .nav-link:hover,
.cid-twBHTyrbPP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-twBHTziXZn {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twBHTziXZn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twBHTziXZn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twBHTziXZn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twBHTziXZn .mbr-text,
.cid-twBHTziXZn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-twBHTziXZn h3:before,
  .cid-twBHTziXZn h3:after {
    display: none;
  }
}
.cid-twBHTzP4OV {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-twBHTzP4OV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twBHTzP4OV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twBHTzP4OV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twBHTzP4OV .mbr-gallery-item {
  width: 33.3%;
}
.cid-twBHTzP4OV .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-twBHTzP4OV .mbr-gallery-item {
    width: 100%;
  }
}
.cid-twBHTzP4OV .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-twBHTzP4OV .mbr-gallery-row {
  justify-content: center;
}
.cid-twBHTzP4OV .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-twBHTzP4OV .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-twBHTzP4OV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-twBHTzP4OV .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-twBHTzP4OV .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-twBHTzP4OV .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-twBHTzP4OV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twBHTzP4OV .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-twBHTzP4OV img {
  transition: all 2s !important;
}
.cid-twBHTzP4OV .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-twBHTzP4OV .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-twBHTzP4OV .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-twBHTAQbaL {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-twBHTAQbaL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-twBHTAQbaL h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-twBHTAQbaL h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twBHTAQbaL h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twBHTAQbaL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-twBHTAQbaL .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-twBHTAQbaL .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-twBHTAQbaL .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-twBHTAQbaL .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-twBHTAQbaL .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-twBHTAQbaL .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-twBHTAQbaL .mbr-section-title,
.cid-twBHTAQbaL .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-twBHTAQbaL h2:before,
  .cid-twBHTAQbaL h2:after {
    display: none;
  }
}
.cid-twBHTBNJyp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
