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: #f06060 !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: #f06060 !important;
  border-color: #f06060 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e91a1a !important;
  border-color: #e91a1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e91a1a !important;
  border-color: #e91a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #d61414;
  color: #d61414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f06060;
  border-color: #f06060;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f06060 !important;
  border-color: #f06060 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #f06060 !important;
}
.text-secondary {
  color: #149dcc !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: #d61414 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !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: #f06060;
  border-color: #f06060;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f06060;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f06060;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f06060;
  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: #f06060;
  border-bottom-color: #f06060;
}
.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: #f06060 !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: #149dcc !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='%23f06060' %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-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rEvfz48qzQ {
  background-image: url("../../../assets/images/moments-ue30-kkthun-0036-6-1800x1200.jpeg");
}
.cid-rEvfz48qzQ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfz48qzQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfz48qzQ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rEvfz48qzQ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rEvfz48qzQ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rEvfz48qzQ .mbr-text,
.cid-rEvfz48qzQ .mbr-section-btn {
  color: #cccccc;
}
.cid-rMdjLpvIUg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdjLpvIUg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdjLpvIUg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdjLpvIUg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdjLpvIUg .mbr-text,
.cid-rMdjLpvIUg .mbr-section-btn {
  color: #767676;
}
.cid-rLtg3kBkhC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLtg3kBkhC .mbr-text {
  color: #767676;
}
.cid-rLtg3kBkhC .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rLtg3kBkhC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rLtXQfV1WR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtXQfV1WR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtXQfV1WR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtXQfV1WR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtXQfV1WR .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtXQfV1WR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtXQfV1WR .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtXQfV1WR .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtXQfV1WR .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtXQfV1WR .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtXQfV1WR .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtXQfV1WR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtXQfV1WR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtXQfV1WR .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtXQfV1WR .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtXQfV1WR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtXQfV1WR .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtXQfV1WR img {
  transition: all 2s!important;
}
.cid-rLtXQfV1WR .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-rLtXQfV1WR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtXQfV1WR .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-rLthxijyx8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rLthxijyx8 .mbr-text {
  color: #767676;
}
.cid-rLthxijyx8 .mbr-iconfont {
  color: #767676 !important;
  font-size: 3.5rem!important;
}
.cid-rLthxijyx8 .link {
  margin: 0;
}
.cid-rLthxijyx8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rLthxijyx8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rLthxijyx8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rLthxijyx8 .card {
    margin-bottom: 3rem;
  }
}
.cid-rLtVQIVWvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLtVQIVWvM .mbr-text {
    text-align: center;
  }
}
.cid-rLtVQIVWvM .container-fluid {
  padding: 0;
}
.cid-rLtVQIVWvM .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rLtVQIVWvM img {
  height: 100%;
  object-fit: cover;
}
.cid-rLtVQIVWvM .mbr-figure {
  height: 100%;
}
.cid-rLtVQIVWvM .col-lg-7 {
  padding: 0;
}
.cid-rLtVQIVWvM .row {
  margin: 0;
}
.cid-sNf1hNroJH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sNf1hNroJH {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sNf1hNroJH .text {
  padding: 0;
}
.cid-sNf1hNroJH section {
  position: relative;
}
.cid-sNf1hNroJH h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sNf1hNroJH .mbr-iconfont {
  padding: 0!important;
}
.cid-sNf1hNroJH .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-sNf1hNroJH .box {
  background-image: url("../../../assets/images/img-8442-1512x1512.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNf1hNroJH .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sNf1hNroJH .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sNf1hNroJH .icon-wrap span {
  padding-left: 8px;
}
.cid-sNf1hNroJH .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sNf1hNroJH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sNf1hNroJH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sNf1hNroJH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sNf1hNroJH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sNf1hNroJH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sNf1hNroJH a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sNf1hNroJH {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sNf1hNroJH .box {
    height: 250px;
  }
  .cid-sNf1hNroJH .row {
    padding: 1rem!important;
  }
}
.cid-rLtmt0119H .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-rLtmt0119H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rLtmt0119H .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rLtmt0119H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rLtmt0119H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rLPTkMk5Tm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .content {
    text-align: center;
  }
  .cid-rLPTkMk5Tm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTkMk5Tm .img-logo img {
  height: 6rem;
}
.cid-rLPTkMk5Tm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTkMk5Tm .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTkMk5Tm .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTkMk5Tm .social-list a:hover {
  opacity: 1;
}
.cid-rLPTkMk5Tm .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTkMk5Tm .list li {
  padding-bottom: .5rem;
}
.cid-rLPTkMk5Tm .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTkMk5Tm .mbr-footer-list,
.cid-rLPTkMk5Tm .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .mbr-footer-list,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .footer-title,
  .cid-rLPTkMk5Tm .footer-main-title,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .list {
    text-align: center !important;
  }
  .cid-rLPTkMk5Tm .mbr-form,
  .cid-rLPTkMk5Tm .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTkMk5Tm .footer-main-title {
  color: #ffffff;
}
.cid-rLPTkMk5Tm .mbr-footer-list {
  color: #f06060;
}
.cid-uMk0Cl3oTy.popup-builder {
  background-color: #ffffff;
}
.cid-uMk0Cl3oTy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMk0Cl3oTy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMk0Cl3oTy .modal-content,
.cid-uMk0Cl3oTy .modal-dialog {
  height: auto;
}
.cid-uMk0Cl3oTy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMk0Cl3oTy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMk0Cl3oTy .form-wrapper .mbr-form .form-group,
  .cid-uMk0Cl3oTy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMk0Cl3oTy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMk0Cl3oTy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMk0Cl3oTy .mbr-text {
  text-align: center;
}
.cid-uMk0Cl3oTy .pt-0 {
  padding-top: 0 !important;
}
.cid-uMk0Cl3oTy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMk0Cl3oTy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMk0Cl3oTy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMk0Cl3oTy .modal-open {
  overflow: hidden;
}
.cid-uMk0Cl3oTy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMk0Cl3oTy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMk0Cl3oTy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMk0Cl3oTy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMk0Cl3oTy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMk0Cl3oTy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMk0Cl3oTy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMk0Cl3oTy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMk0Cl3oTy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMk0Cl3oTy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMk0Cl3oTy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMk0Cl3oTy .modal-backdrop.show {
  opacity: .5;
}
.cid-uMk0Cl3oTy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMk0Cl3oTy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMk0Cl3oTy .modal-header {
    padding: 1rem;
  }
}
.cid-uMk0Cl3oTy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMk0Cl3oTy .modal-header .close svg {
  fill: #353535;
}
.cid-uMk0Cl3oTy .modal-header .close:hover {
  opacity: 1;
}
.cid-uMk0Cl3oTy .modal-header .close:focus {
  outline: none;
}
.cid-uMk0Cl3oTy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMk0Cl3oTy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMk0Cl3oTy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMk0Cl3oTy .modal-body {
    padding: 1rem;
  }
}
.cid-uMk0Cl3oTy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMk0Cl3oTy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMk0Cl3oTy .modal-footer {
    padding: 1rem;
  }
}
.cid-uMk0Cl3oTy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMk0Cl3oTy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMk0Cl3oTy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMk0Cl3oTy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMk0Cl3oTy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMk0Cl3oTy .modal-lg,
  .cid-uMk0Cl3oTy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMk0Cl3oTy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMk0Cl3oTy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMk0Cl3oTy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMk0Cl3oTy .form-group {
  margin-bottom: 1rem;
}
.cid-uMk0Cl3oTy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMk0Cl3oTy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMk0Cl3oTy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMk0Cl3oTy .mbr-section-btn {
  margin: 0;
}
.cid-uMk0Cl3oTy .mbr-section-btn .btn {
  margin: 0;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rLto8CpPFr {
  background-image: url("../../../assets/images/79522297-159323132084995-7155566036766431830-n-961x961.jpg");
}
.cid-rLto8CpPFr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rLto8CpPFr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rLto8CpPFr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t1gB71hap7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t1gB71hap7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t1gB71hap7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t1gB71hap7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t1gB71hap7 .mbr-text,
.cid-t1gB71hap7 .mbr-section-btn {
  color: #767676;
}
.cid-t1gB8VUvD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gB8VUvD7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1gB8VUvD7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1gB8VUvD7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1gB8VUvD7 .mbr-gallery-item {
  width: 33.3%;
}
.cid-t1gB8VUvD7 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t1gB8VUvD7 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-t1gB8VUvD7 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t1gB8VUvD7 .mbr-gallery-row {
  justify-content: center;
}
.cid-t1gB8VUvD7 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t1gB8VUvD7 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-t1gB8VUvD7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1gB8VUvD7 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-t1gB8VUvD7 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t1gB8VUvD7 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-t1gB8VUvD7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1gB8VUvD7 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t1gB8VUvD7 img {
  transition: all 2s!important;
}
.cid-t1gB8VUvD7 .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-t1gB8VUvD7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t1gB8VUvD7 .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-t1gBa6DxRH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1gBa6DxRH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1gBa6DxRH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1gBa6DxRH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1gBa6DxRH .mbr-gallery-item {
  width: 33.3%;
}
.cid-t1gBa6DxRH .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t1gBa6DxRH .mbr-gallery-item {
    width: 100%;
  }
}
.cid-t1gBa6DxRH .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t1gBa6DxRH .mbr-gallery-row {
  justify-content: center;
}
.cid-t1gBa6DxRH .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t1gBa6DxRH .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-t1gBa6DxRH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1gBa6DxRH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-t1gBa6DxRH .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t1gBa6DxRH .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-t1gBa6DxRH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1gBa6DxRH .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t1gBa6DxRH img {
  transition: all 2s!important;
}
.cid-t1gBa6DxRH .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-t1gBa6DxRH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t1gBa6DxRH .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-sNeZ8YChXT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sNeZ8YChXT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sNeZ8YChXT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sNeZ8YChXT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sNeZ8YChXT .mbr-text,
.cid-sNeZ8YChXT .mbr-section-btn {
  color: #767676;
}
.cid-sNeZDVYerx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNeZDVYerx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNeZDVYerx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNeZDVYerx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNeZDVYerx .mbr-gallery-item {
  width: 33.3%;
}
.cid-sNeZDVYerx .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sNeZDVYerx .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sNeZDVYerx .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sNeZDVYerx .mbr-gallery-row {
  justify-content: center;
}
.cid-sNeZDVYerx .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sNeZDVYerx .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sNeZDVYerx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNeZDVYerx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sNeZDVYerx .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sNeZDVYerx .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sNeZDVYerx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNeZDVYerx .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sNeZDVYerx img {
  transition: all 2s!important;
}
.cid-sNeZDVYerx .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-sNeZDVYerx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sNeZDVYerx .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-rPyv0DP08r {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPyv0DP08r h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rPyv0DP08r h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPyv0DP08r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPyv0DP08r .mbr-text,
.cid-rPyv0DP08r .mbr-section-btn {
  color: #767676;
}
.cid-rPyIkdChnH {
  background-color: #ffffff;
}
.cid-rPyIkdChnH .box1 {
  background-image: url("../../../assets/images/2020-02-04-194929-610x782.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rPyIkdChnH .box2 {
  background-image: url("../../../assets/images/2020-02-04-195054-612x877.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rPyIkdChnH .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rPyIkdChnH .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rPyIkdChnH .icon-wrap span {
  padding-left: 8px;
}
.cid-rPyIkdChnH .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rPyIkdChnH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rPyIkdChnH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rPyIkdChnH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rPyIkdChnH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rPyIkdChnH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rPyIkdChnH a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rPyIkdChnH .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rPyIkdChnH .box1,
  .cid-rPyIkdChnH .box2 {
    height: 250px;
  }
}
.cid-rMdkCqKixD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdkCqKixD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdkCqKixD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkCqKixD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkCqKixD .mbr-text,
.cid-rMdkCqKixD .mbr-section-btn {
  color: #767676;
}
.cid-rLtoyeyZPW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtoyeyZPW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtoyeyZPW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtoyeyZPW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtoyeyZPW .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtoyeyZPW .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtoyeyZPW .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtoyeyZPW .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtoyeyZPW .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtoyeyZPW .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtoyeyZPW .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtoyeyZPW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtoyeyZPW .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtoyeyZPW .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtoyeyZPW .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtoyeyZPW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtoyeyZPW .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtoyeyZPW img {
  transition: all 2s!important;
}
.cid-rLtoyeyZPW .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-rLtoyeyZPW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtoyeyZPW .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-rMdkLhw8il {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdkLhw8il h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdkLhw8il h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkLhw8il h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkLhw8il .mbr-text,
.cid-rMdkLhw8il .mbr-section-btn {
  color: #767676;
}
.cid-rLtpFLi7IM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtpFLi7IM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtpFLi7IM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtpFLi7IM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtpFLi7IM .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtpFLi7IM .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtpFLi7IM .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtpFLi7IM .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtpFLi7IM .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtpFLi7IM .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtpFLi7IM .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtpFLi7IM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtpFLi7IM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtpFLi7IM .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtpFLi7IM .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtpFLi7IM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtpFLi7IM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtpFLi7IM img {
  transition: all 2s!important;
}
.cid-rLtpFLi7IM .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-rLtpFLi7IM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtpFLi7IM .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-rMdkLWGFAZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdkLWGFAZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdkLWGFAZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkLWGFAZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkLWGFAZ .mbr-text,
.cid-rMdkLWGFAZ .mbr-section-btn {
  color: #767676;
}
.cid-rLtQQBURmP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtQQBURmP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtQQBURmP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtQQBURmP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtQQBURmP .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtQQBURmP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtQQBURmP .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtQQBURmP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtQQBURmP .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtQQBURmP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtQQBURmP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtQQBURmP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtQQBURmP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtQQBURmP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtQQBURmP .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtQQBURmP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtQQBURmP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtQQBURmP img {
  transition: all 2s!important;
}
.cid-rLtQQBURmP .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-rLtQQBURmP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtQQBURmP .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-rMdkMSU15a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdkMSU15a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdkMSU15a h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkMSU15a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkMSU15a .mbr-text,
.cid-rMdkMSU15a .mbr-section-btn {
  color: #767676;
}
.cid-rLtIEmO71M {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rLtIEmO71M .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rLtIEmO71M .image-block: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-rLtIEmO71M .image-block:hover:before {
  opacity: 0.4;
}
.cid-rLtIEmO71M .image-block:hover .wrap {
  opacity: 1;
}
.cid-rLtIEmO71M .image-block:hover img {
  transform: scale(1.05);
}
.cid-rLtIEmO71M figcaption {
  position: relative;
}
.cid-rLtIEmO71M figcaption .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rLtIEmO71M img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-rLtIEmO71M .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rLtIEmO71M .wrap {
    opacity: 1!important;
  }
  .cid-rLtIEmO71M .image-block:before {
    opacity: 0.2!important;
  }
  .cid-rLtIEmO71M .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-rMdkNNrGCc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdkNNrGCc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdkNNrGCc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkNNrGCc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdkNNrGCc .mbr-text,
.cid-rMdkNNrGCc .mbr-section-btn {
  color: #767676;
}
.cid-rLtRNYPn9P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtRNYPn9P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtRNYPn9P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtRNYPn9P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtRNYPn9P .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtRNYPn9P .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtRNYPn9P .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtRNYPn9P .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtRNYPn9P .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtRNYPn9P .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtRNYPn9P .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtRNYPn9P .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtRNYPn9P .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtRNYPn9P .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtRNYPn9P .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtRNYPn9P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtRNYPn9P .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtRNYPn9P img {
  transition: all 2s!important;
}
.cid-rLtRNYPn9P .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-rLtRNYPn9P .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtRNYPn9P .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-rLPSPOlsj3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPSPOlsj3 .content {
    text-align: center;
  }
  .cid-rLPSPOlsj3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPSPOlsj3 .img-logo img {
  height: 6rem;
}
.cid-rLPSPOlsj3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPSPOlsj3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPSPOlsj3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPSPOlsj3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPSPOlsj3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPSPOlsj3 .social-list a:hover {
  opacity: 1;
}
.cid-rLPSPOlsj3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPSPOlsj3 .list li {
  padding-bottom: .5rem;
}
.cid-rLPSPOlsj3 .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPSPOlsj3 .mbr-footer-list,
.cid-rLPSPOlsj3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPSPOlsj3 .mbr-footer-list,
  .cid-rLPSPOlsj3 .form-text,
  .cid-rLPSPOlsj3 .footer-title,
  .cid-rLPSPOlsj3 .footer-main-title,
  .cid-rLPSPOlsj3 .form-text,
  .cid-rLPSPOlsj3 .list {
    text-align: center !important;
  }
  .cid-rLPSPOlsj3 .mbr-form,
  .cid-rLPSPOlsj3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPSPOlsj3 .footer-main-title {
  color: #ffffff;
}
.cid-rLPSPOlsj3 .mbr-footer-list {
  color: #f06060;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rLtqjwxpDH {
  background-image: url("../../../assets/images/img-3491-2000x1333.jpg");
}
.cid-rLtqjwxpDH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rLtqjwxpDH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rLtqjwxpDH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5WP9OVOWx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WP9OVOWx .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WP9OVOWx .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WP9OVOWx .mbr-text,
.cid-u5WP9OVOWx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WP9OVOWx img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWL1IlCi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWL1IlCi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWL1IlCi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWL1IlCi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWL1IlCi .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWL1IlCi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWL1IlCi .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWL1IlCi .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWL1IlCi .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWL1IlCi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWL1IlCi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWL1IlCi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWL1IlCi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWL1IlCi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWL1IlCi .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWL1IlCi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWL1IlCi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWL1IlCi img {
  transition: all 2s!important;
}
.cid-u5WWL1IlCi .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-u5WWL1IlCi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWL1IlCi .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-u5WP8HA3kY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WP8HA3kY .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WP8HA3kY .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WP8HA3kY .mbr-text,
.cid-u5WP8HA3kY .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WP8HA3kY img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWMsVTb5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWMsVTb5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWMsVTb5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWMsVTb5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWMsVTb5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWMsVTb5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWMsVTb5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWMsVTb5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWMsVTb5 .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWMsVTb5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWMsVTb5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWMsVTb5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWMsVTb5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWMsVTb5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWMsVTb5 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWMsVTb5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWMsVTb5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWMsVTb5 img {
  transition: all 2s!important;
}
.cid-u5WWMsVTb5 .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-u5WWMsVTb5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWMsVTb5 .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-u5WP3VS1MW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WP3VS1MW .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WP3VS1MW .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WP3VS1MW .mbr-text,
.cid-u5WP3VS1MW .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WP3VS1MW img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWNKot5f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWNKot5f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWNKot5f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWNKot5f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWNKot5f .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWNKot5f .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWNKot5f .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWNKot5f .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWNKot5f .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWNKot5f .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWNKot5f .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWNKot5f .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWNKot5f .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWNKot5f .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWNKot5f .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWNKot5f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWNKot5f .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWNKot5f img {
  transition: all 2s!important;
}
.cid-u5WWNKot5f .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-u5WWNKot5f .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWNKot5f .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-u5WU3x3BpL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WU3x3BpL .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WU3x3BpL .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WU3x3BpL .mbr-text,
.cid-u5WU3x3BpL .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WU3x3BpL img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWOEanA1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWOEanA1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWOEanA1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWOEanA1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWOEanA1 .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWOEanA1 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWOEanA1 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWOEanA1 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWOEanA1 .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWOEanA1 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWOEanA1 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWOEanA1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWOEanA1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWOEanA1 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWOEanA1 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWOEanA1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWOEanA1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWOEanA1 img {
  transition: all 2s!important;
}
.cid-u5WWOEanA1 .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-u5WWOEanA1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWOEanA1 .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-u5WOWKf17t {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WOWKf17t .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WOWKf17t .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WOWKf17t .mbr-text,
.cid-u5WOWKf17t .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WOWKf17t img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWPtXfZz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWPtXfZz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWPtXfZz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWPtXfZz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWPtXfZz .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWPtXfZz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWPtXfZz .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWPtXfZz .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWPtXfZz .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWPtXfZz .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWPtXfZz .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWPtXfZz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWPtXfZz .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWPtXfZz .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWPtXfZz .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWPtXfZz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWPtXfZz .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWPtXfZz img {
  transition: all 2s!important;
}
.cid-u5WWPtXfZz .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-u5WWPtXfZz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWPtXfZz .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-u5WOUzqq22 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WOUzqq22 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WOUzqq22 .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WOUzqq22 .mbr-text,
.cid-u5WOUzqq22 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WOUzqq22 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWQgVese {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWQgVese .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWQgVese .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWQgVese .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWQgVese .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWQgVese .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWQgVese .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWQgVese .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWQgVese .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWQgVese .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWQgVese .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWQgVese .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWQgVese .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWQgVese .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWQgVese .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWQgVese .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWQgVese .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWQgVese img {
  transition: all 2s!important;
}
.cid-u5WWQgVese .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-u5WWQgVese .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWQgVese .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-u5WOSByd0f {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WOSByd0f .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WOSByd0f .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WOSByd0f .mbr-text,
.cid-u5WOSByd0f .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WOSByd0f img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWQSOSas {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWQSOSas .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWQSOSas .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWQSOSas .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWQSOSas .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWQSOSas .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWQSOSas .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWQSOSas .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWQSOSas .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWQSOSas .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWQSOSas .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWQSOSas .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWQSOSas .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWQSOSas .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWQSOSas .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWQSOSas .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWQSOSas .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWQSOSas img {
  transition: all 2s!important;
}
.cid-u5WWQSOSas .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-u5WWQSOSas .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWQSOSas .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-u5WUoY0Grs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WUoY0Grs .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WUoY0Grs .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WUoY0Grs .mbr-text,
.cid-u5WUoY0Grs .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WUoY0Grs img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWRr7Wxe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWRr7Wxe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWRr7Wxe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWRr7Wxe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWRr7Wxe .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWRr7Wxe .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWRr7Wxe .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWRr7Wxe .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWRr7Wxe .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWRr7Wxe .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWRr7Wxe .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWRr7Wxe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWRr7Wxe .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWRr7Wxe .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWRr7Wxe .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWRr7Wxe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWRr7Wxe .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWRr7Wxe img {
  transition: all 2s!important;
}
.cid-u5WWRr7Wxe .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-u5WWRr7Wxe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWRr7Wxe .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-u5WODT5ga4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WODT5ga4 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WODT5ga4 .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WODT5ga4 .mbr-text,
.cid-u5WODT5ga4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WODT5ga4 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWS0iEtY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWS0iEtY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWS0iEtY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWS0iEtY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWS0iEtY .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWS0iEtY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWS0iEtY .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWS0iEtY .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWS0iEtY .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWS0iEtY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWS0iEtY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWS0iEtY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWS0iEtY .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWS0iEtY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWS0iEtY .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWS0iEtY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWS0iEtY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWS0iEtY img {
  transition: all 2s!important;
}
.cid-u5WWS0iEtY .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-u5WWS0iEtY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWS0iEtY .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-u5WOwJsYJ3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WOwJsYJ3 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WOwJsYJ3 .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WOwJsYJ3 .mbr-text,
.cid-u5WOwJsYJ3 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WOwJsYJ3 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WWSBtuxi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WWSBtuxi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WWSBtuxi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WWSBtuxi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WWSBtuxi .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WWSBtuxi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WWSBtuxi .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WWSBtuxi .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WWSBtuxi .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WWSBtuxi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WWSBtuxi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WWSBtuxi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WWSBtuxi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WWSBtuxi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WWSBtuxi .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WWSBtuxi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WWSBtuxi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WWSBtuxi img {
  transition: all 2s!important;
}
.cid-u5WWSBtuxi .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-u5WWSBtuxi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WWSBtuxi .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-u5WOqopQzn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WOqopQzn .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WOqopQzn .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WOqopQzn .mbr-text,
.cid-u5WOqopQzn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WOqopQzn img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WOrjO8BL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WOrjO8BL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WOrjO8BL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WOrjO8BL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WOrjO8BL .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WOrjO8BL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WOrjO8BL .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WOrjO8BL .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WOrjO8BL .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WOrjO8BL .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WOrjO8BL .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WOrjO8BL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WOrjO8BL .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WOrjO8BL .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WOrjO8BL .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WOrjO8BL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WOrjO8BL .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WOrjO8BL img {
  transition: all 2s!important;
}
.cid-u5WOrjO8BL .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-u5WOrjO8BL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WOrjO8BL .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-u5WNYL4okI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u5WNYL4okI .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5WNYL4okI .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5WNYL4okI .mbr-text,
.cid-u5WNYL4okI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u5WNYL4okI img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5WO0rlgAc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WO0rlgAc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5WO0rlgAc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5WO0rlgAc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5WO0rlgAc .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5WO0rlgAc .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5WO0rlgAc .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5WO0rlgAc .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5WO0rlgAc .mbr-gallery-row {
  justify-content: center;
}
.cid-u5WO0rlgAc .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5WO0rlgAc .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-u5WO0rlgAc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5WO0rlgAc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5WO0rlgAc .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5WO0rlgAc .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-u5WO0rlgAc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5WO0rlgAc .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5WO0rlgAc img {
  transition: all 2s!important;
}
.cid-u5WO0rlgAc .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-u5WO0rlgAc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5WO0rlgAc .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-tyAMAIrjVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tyAMAIrjVJ .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tyAMAIrjVJ .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tyAMAIrjVJ .mbr-text,
.cid-tyAMAIrjVJ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tyAMAIrjVJ img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tyAMHwzoot {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyAMHwzoot .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyAMHwzoot .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyAMHwzoot .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyAMHwzoot .mbr-gallery-item {
  width: 33.3%;
}
.cid-tyAMHwzoot .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tyAMHwzoot .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tyAMHwzoot .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tyAMHwzoot .mbr-gallery-row {
  justify-content: center;
}
.cid-tyAMHwzoot .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tyAMHwzoot .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tyAMHwzoot .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyAMHwzoot .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tyAMHwzoot .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tyAMHwzoot .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tyAMHwzoot .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyAMHwzoot .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tyAMHwzoot img {
  transition: all 2s!important;
}
.cid-tyAMHwzoot .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-tyAMHwzoot .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tyAMHwzoot .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-tyAMBBANPF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tyAMBBANPF .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tyAMBBANPF .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tyAMBBANPF .mbr-text,
.cid-tyAMBBANPF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tyAMBBANPF img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tyAMICNIKB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyAMICNIKB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyAMICNIKB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyAMICNIKB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyAMICNIKB .mbr-gallery-item {
  width: 33.3%;
}
.cid-tyAMICNIKB .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tyAMICNIKB .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tyAMICNIKB .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tyAMICNIKB .mbr-gallery-row {
  justify-content: center;
}
.cid-tyAMICNIKB .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tyAMICNIKB .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tyAMICNIKB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyAMICNIKB .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tyAMICNIKB .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tyAMICNIKB .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tyAMICNIKB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyAMICNIKB .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tyAMICNIKB img {
  transition: all 2s!important;
}
.cid-tyAMICNIKB .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-tyAMICNIKB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tyAMICNIKB .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-tyAMzRMP6L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tyAMzRMP6L .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tyAMzRMP6L .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tyAMzRMP6L .mbr-text,
.cid-tyAMzRMP6L .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tyAMzRMP6L img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tyAMFJVNUP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyAMFJVNUP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyAMFJVNUP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyAMFJVNUP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyAMFJVNUP .mbr-gallery-item {
  width: 33.3%;
}
.cid-tyAMFJVNUP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tyAMFJVNUP .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tyAMFJVNUP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tyAMFJVNUP .mbr-gallery-row {
  justify-content: center;
}
.cid-tyAMFJVNUP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tyAMFJVNUP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tyAMFJVNUP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyAMFJVNUP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tyAMFJVNUP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tyAMFJVNUP .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tyAMFJVNUP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyAMFJVNUP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tyAMFJVNUP img {
  transition: all 2s!important;
}
.cid-tyAMFJVNUP .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-tyAMFJVNUP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tyAMFJVNUP .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-tglPgTt4Wg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tglPgTt4Wg .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tglPgTt4Wg .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tglPgTt4Wg .mbr-text,
.cid-tglPgTt4Wg .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tglPgTt4Wg img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tglTCekZfL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tglTCekZfL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tglTCekZfL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tglTCekZfL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tglTCekZfL .mbr-gallery-item {
  width: 33.3%;
}
.cid-tglTCekZfL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tglTCekZfL .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tglTCekZfL .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tglTCekZfL .mbr-gallery-row {
  justify-content: center;
}
.cid-tglTCekZfL .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tglTCekZfL .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tglTCekZfL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tglTCekZfL .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tglTCekZfL .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tglTCekZfL .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tglTCekZfL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tglTCekZfL .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tglTCekZfL img {
  transition: all 2s!important;
}
.cid-tglTCekZfL .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-tglTCekZfL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tglTCekZfL .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-tglOzRCfZA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tglOzRCfZA .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tglOzRCfZA .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tglOzRCfZA .mbr-text,
.cid-tglOzRCfZA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tglOzRCfZA img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tglTDjnDDF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tglTDjnDDF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tglTDjnDDF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tglTDjnDDF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tglTDjnDDF .mbr-gallery-item {
  width: 33.3%;
}
.cid-tglTDjnDDF .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tglTDjnDDF .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tglTDjnDDF .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tglTDjnDDF .mbr-gallery-row {
  justify-content: center;
}
.cid-tglTDjnDDF .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tglTDjnDDF .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tglTDjnDDF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tglTDjnDDF .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tglTDjnDDF .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tglTDjnDDF .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tglTDjnDDF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tglTDjnDDF .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tglTDjnDDF img {
  transition: all 2s!important;
}
.cid-tglTDjnDDF .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-tglTDjnDDF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tglTDjnDDF .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-sNf2pYDgad {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sNf2pYDgad .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sNf2pYDgad .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sNf2pYDgad .mbr-text,
.cid-sNf2pYDgad .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sNf2pYDgad img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sNf2PUiBKs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNf2PUiBKs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNf2PUiBKs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNf2PUiBKs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNf2PUiBKs .mbr-gallery-item {
  width: 33.3%;
}
.cid-sNf2PUiBKs .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sNf2PUiBKs .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sNf2PUiBKs .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sNf2PUiBKs .mbr-gallery-row {
  justify-content: center;
}
.cid-sNf2PUiBKs .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sNf2PUiBKs .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sNf2PUiBKs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNf2PUiBKs .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sNf2PUiBKs .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sNf2PUiBKs .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sNf2PUiBKs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNf2PUiBKs .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sNf2PUiBKs img {
  transition: all 2s!important;
}
.cid-sNf2PUiBKs .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-sNf2PUiBKs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sNf2PUiBKs .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-srKwENUzQE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-srKwENUzQE .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-srKwENUzQE .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-srKwENUzQE .mbr-text,
.cid-srKwENUzQE .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srKwENUzQE img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-srKwFKxnnX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-srKwFKxnnX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srKwFKxnnX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srKwFKxnnX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srKwFKxnnX .mbr-gallery-item {
  width: 33.3%;
}
.cid-srKwFKxnnX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-srKwFKxnnX .mbr-gallery-item {
    width: 100%;
  }
}
.cid-srKwFKxnnX .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-srKwFKxnnX .mbr-gallery-row {
  justify-content: center;
}
.cid-srKwFKxnnX .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-srKwFKxnnX .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-srKwFKxnnX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srKwFKxnnX .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-srKwFKxnnX .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-srKwFKxnnX .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-srKwFKxnnX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srKwFKxnnX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-srKwFKxnnX img {
  transition: all 2s!important;
}
.cid-srKwFKxnnX .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-srKwFKxnnX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-srKwFKxnnX .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-rPyttOolMN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rPyttOolMN .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rPyttOolMN .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rPyttOolMN .mbr-text,
.cid-rPyttOolMN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rPyttOolMN img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rPyuob2K2k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPyuob2K2k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rPyuob2K2k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPyuob2K2k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPyuob2K2k .mbr-gallery-item {
  width: 33.3%;
}
.cid-rPyuob2K2k .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rPyuob2K2k .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rPyuob2K2k .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rPyuob2K2k .mbr-gallery-row {
  justify-content: center;
}
.cid-rPyuob2K2k .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rPyuob2K2k .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rPyuob2K2k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rPyuob2K2k .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rPyuob2K2k .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rPyuob2K2k .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rPyuob2K2k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rPyuob2K2k .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rPyuob2K2k img {
  transition: all 2s!important;
}
.cid-rPyuob2K2k .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-rPyuob2K2k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rPyuob2K2k .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-rM7cGXdmKt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rM7cGXdmKt .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rM7cGXdmKt .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rM7cGXdmKt .mbr-text,
.cid-rM7cGXdmKt .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rM7cGXdmKt img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rM70vsXKrQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rM70vsXKrQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rM70vsXKrQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rM70vsXKrQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rM70vsXKrQ .mbr-gallery-item {
  width: 33.3%;
}
.cid-rM70vsXKrQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rM70vsXKrQ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rM70vsXKrQ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rM70vsXKrQ .mbr-gallery-row {
  justify-content: center;
}
.cid-rM70vsXKrQ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rM70vsXKrQ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rM70vsXKrQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rM70vsXKrQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rM70vsXKrQ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rM70vsXKrQ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rM70vsXKrQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rM70vsXKrQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rM70vsXKrQ img {
  transition: all 2s!important;
}
.cid-rM70vsXKrQ .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-rM70vsXKrQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rM70vsXKrQ .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-rMdmrbVKcP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdmrbVKcP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdmrbVKcP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmrbVKcP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmrbVKcP .mbr-text,
.cid-rMdmrbVKcP .mbr-section-btn {
  color: #767676;
}
.cid-rLtSeq7eo9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtSeq7eo9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtSeq7eo9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtSeq7eo9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtSeq7eo9 .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtSeq7eo9 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtSeq7eo9 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtSeq7eo9 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtSeq7eo9 .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtSeq7eo9 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtSeq7eo9 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtSeq7eo9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtSeq7eo9 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtSeq7eo9 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtSeq7eo9 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtSeq7eo9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtSeq7eo9 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtSeq7eo9 img {
  transition: all 2s!important;
}
.cid-rLtSeq7eo9 .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-rLtSeq7eo9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtSeq7eo9 .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-rM7dsIPvJK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rM7dsIPvJK .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rM7dsIPvJK .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rM7dsIPvJK .mbr-text,
.cid-rM7dsIPvJK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rM7dsIPvJK img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rLtSzBmg76 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtSzBmg76 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtSzBmg76 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtSzBmg76 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtSzBmg76 .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtSzBmg76 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtSzBmg76 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtSzBmg76 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtSzBmg76 .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtSzBmg76 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtSzBmg76 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtSzBmg76 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtSzBmg76 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtSzBmg76 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtSzBmg76 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtSzBmg76 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtSzBmg76 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtSzBmg76 img {
  transition: all 2s!important;
}
.cid-rLtSzBmg76 .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-rLtSzBmg76 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtSzBmg76 .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-rM7dujvf7A {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rM7dujvf7A .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rM7dujvf7A .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rM7dujvf7A .mbr-text,
.cid-rM7dujvf7A .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rM7dujvf7A img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rLtTpCwxqv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtTpCwxqv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtTpCwxqv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtTpCwxqv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtTpCwxqv .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtTpCwxqv .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtTpCwxqv .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtTpCwxqv .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtTpCwxqv .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtTpCwxqv .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtTpCwxqv .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtTpCwxqv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtTpCwxqv .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtTpCwxqv .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtTpCwxqv .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtTpCwxqv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtTpCwxqv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtTpCwxqv img {
  transition: all 2s!important;
}
.cid-rLtTpCwxqv .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-rLtTpCwxqv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtTpCwxqv .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-rMdmBSWk8f {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdmBSWk8f h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdmBSWk8f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmBSWk8f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmBSWk8f .mbr-text,
.cid-rMdmBSWk8f .mbr-section-btn {
  color: #767676;
}
.cid-rLtTr2RaQC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtTr2RaQC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtTr2RaQC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtTr2RaQC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtTr2RaQC .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtTr2RaQC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtTr2RaQC .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtTr2RaQC .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtTr2RaQC .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtTr2RaQC .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtTr2RaQC .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtTr2RaQC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtTr2RaQC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtTr2RaQC .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtTr2RaQC .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtTr2RaQC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtTr2RaQC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtTr2RaQC img {
  transition: all 2s!important;
}
.cid-rLtTr2RaQC .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-rLtTr2RaQC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtTr2RaQC .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-rMdmCCNW2f {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdmCCNW2f h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdmCCNW2f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmCCNW2f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdmCCNW2f .mbr-text,
.cid-rMdmCCNW2f .mbr-section-btn {
  color: #767676;
}
.cid-rLtTsaiF1K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rLtTsaiF1K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLtTsaiF1K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLtTsaiF1K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLtTsaiF1K .mbr-gallery-item {
  width: 33.3%;
}
.cid-rLtTsaiF1K .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rLtTsaiF1K .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rLtTsaiF1K .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rLtTsaiF1K .mbr-gallery-row {
  justify-content: center;
}
.cid-rLtTsaiF1K .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rLtTsaiF1K .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rLtTsaiF1K .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLtTsaiF1K .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rLtTsaiF1K .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rLtTsaiF1K .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rLtTsaiF1K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLtTsaiF1K .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rLtTsaiF1K img {
  transition: all 2s!important;
}
.cid-rLtTsaiF1K .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-rLtTsaiF1K .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rLtTsaiF1K .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-rLPTapReIU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTapReIU .content {
    text-align: center;
  }
  .cid-rLPTapReIU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTapReIU .img-logo img {
  height: 6rem;
}
.cid-rLPTapReIU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTapReIU .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTapReIU .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTapReIU .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTapReIU .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTapReIU .social-list a:hover {
  opacity: 1;
}
.cid-rLPTapReIU .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTapReIU .list li {
  padding-bottom: .5rem;
}
.cid-rLPTapReIU .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTapReIU .mbr-footer-list,
.cid-rLPTapReIU .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTapReIU .mbr-footer-list,
  .cid-rLPTapReIU .form-text,
  .cid-rLPTapReIU .footer-title,
  .cid-rLPTapReIU .footer-main-title,
  .cid-rLPTapReIU .form-text,
  .cid-rLPTapReIU .list {
    text-align: center !important;
  }
  .cid-rLPTapReIU .mbr-form,
  .cid-rLPTapReIU .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTapReIU .footer-main-title {
  color: #ffffff;
}
.cid-rLPTapReIU .mbr-footer-list {
  color: #f06060;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rLtxNbEM78 {
  background-image: url("../../../assets/images/img-3398-2000x1333.jpg");
}
.cid-rLtxNbEM78 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rLtxNbEM78 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rLtxNbEM78 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rLFFeKrPVv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-rLFFeKrPVv .card-icon {
  font-size: 72px;
  color: #767676;
  transition: color 0.3s;
}
.cid-rLFFeKrPVv .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rLFFeKrPVv .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-rLFFeKrPVv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #767676;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rLFFeKrPVv .card {
  padding: 0!important;
}
.cid-rLFFeKrPVv .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-rLFFeKrPVv .card-wrapper:hover {
  background: #767676;
}
.cid-rLFFeKrPVv .card-wrapper:hover .card-icon {
  color: #cccccc;
}
.cid-rLFFeKrPVv .card-wrapper:hover .line {
  background: #cccccc;
}
.cid-rLFFeKrPVv .card1 {
  background: #cccccc;
}
.cid-rLFFeKrPVv .card2 {
  background: #d1d1d1;
}
.cid-rLFFeKrPVv .card3 {
  background: #d6d6d6;
}
.cid-rLFFeKrPVv .card4 {
  background: #dbdbdb;
}
.cid-rLFFeKrPVv .card5 {
  background: #e0e0e0;
}
.cid-rLFFeKrPVv .card6 {
  background: #e6e6e6;
}
.cid-rLFFeKrPVv .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-rLFFeKrPVv .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-rLFG013tgb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLFG013tgb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLFG013tgb .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rLFG013tgb .carousel-item .wrap-img {
  text-align: center;
}
.cid-rLFG013tgb .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rLFG013tgb .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #f06060;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rLFG013tgb .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rLFG013tgb .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rLFG013tgb .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rLFG013tgb .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rLFG013tgb .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rLFG013tgb .carousel-control:hover {
  background-color: #f06060;
}
@media (max-width: 767px) {
  .cid-rLFG013tgb .carousel-control {
    display: none;
  }
  .cid-rLFG013tgb .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rLFG013tgb .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rLFG013tgb .cloneditem-1,
.cid-rLFG013tgb .cloneditem-2,
.cid-rLFG013tgb .cloneditem-3,
.cid-rLFG013tgb .cloneditem-4,
.cid-rLFG013tgb .cloneditem-5 {
  display: none;
}
.cid-rLFG013tgb .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rLFG013tgb .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides2 .cloneditem-1,
  .cid-rLFG013tgb .carousel-inner.slides2 .cloneditem-2,
  .cid-rLFG013tgb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides3 .cloneditem-1,
  .cid-rLFG013tgb .carousel-inner.slides3 .cloneditem-2,
  .cid-rLFG013tgb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides4 .cloneditem-1,
  .cid-rLFG013tgb .carousel-inner.slides4 .cloneditem-2,
  .cid-rLFG013tgb .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides5 .cloneditem-1,
  .cid-rLFG013tgb .carousel-inner.slides5 .cloneditem-2,
  .cid-rLFG013tgb .carousel-inner.slides5 .cloneditem-3,
  .cid-rLFG013tgb .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLFG013tgb .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLFG013tgb .carousel-inner.slides6 .cloneditem-1,
  .cid-rLFG013tgb .carousel-inner.slides6 .cloneditem-2,
  .cid-rLFG013tgb .carousel-inner.slides6 .cloneditem-3,
  .cid-rLFG013tgb .carousel-inner.slides6 .cloneditem-4,
  .cid-rLFG013tgb .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rLFG013tgb .mbr-section-title {
  margin: 0;
}
.cid-rLFG013tgb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rLFG013tgb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rLFG013tgb .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rLFG013tgb .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rLFG013tgb .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rLFG013tgb .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rLFG013tgb .carousel-control-next {
    right: 15px !important;
  }
  .cid-rLFG013tgb .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-twCjm5qadJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-twCjm5qadJ .mbr-text {
    text-align: center;
  }
}
.cid-twCjm5qadJ .container-fluid {
  padding: 0;
}
.cid-twCjm5qadJ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twCjm5qadJ img {
  height: 100%;
  object-fit: cover;
}
.cid-twCjm5qadJ .mbr-figure {
  height: 100%;
}
.cid-twCjm5qadJ .col-lg-6 {
  padding: 0;
}
.cid-twCjm5qadJ .row {
  margin: 0;
}
.cid-rLPTdMRMD9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTdMRMD9 .content {
    text-align: center;
  }
  .cid-rLPTdMRMD9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTdMRMD9 .img-logo img {
  height: 6rem;
}
.cid-rLPTdMRMD9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTdMRMD9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTdMRMD9 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTdMRMD9 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTdMRMD9 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTdMRMD9 .social-list a:hover {
  opacity: 1;
}
.cid-rLPTdMRMD9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTdMRMD9 .list li {
  padding-bottom: .5rem;
}
.cid-rLPTdMRMD9 .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTdMRMD9 .mbr-footer-list,
.cid-rLPTdMRMD9 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTdMRMD9 .mbr-footer-list,
  .cid-rLPTdMRMD9 .form-text,
  .cid-rLPTdMRMD9 .footer-title,
  .cid-rLPTdMRMD9 .footer-main-title,
  .cid-rLPTdMRMD9 .form-text,
  .cid-rLPTdMRMD9 .list {
    text-align: center !important;
  }
  .cid-rLPTdMRMD9 .mbr-form,
  .cid-rLPTdMRMD9 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTdMRMD9 .footer-main-title {
  color: #ffffff;
}
.cid-rLPTdMRMD9 .mbr-footer-list {
  color: #f06060;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rLtCn0wVLa {
  background-image: url("../../../assets/images/190731-diegondel-2-1664x1109.jpg");
}
.cid-rLtCn0wVLa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rLtCn0wVLa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rLtCn0wVLa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdk2iHsNd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMdk2iHsNd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rMdk2iHsNd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdk2iHsNd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rMdk2iHsNd .mbr-text,
.cid-rMdk2iHsNd .mbr-section-btn {
  color: #767676;
}
.cid-rLu0qgAAug {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/photo-2019-04-19-13-31-50-1-600x800.jpeg");
}
.cid-rLu0qgAAug img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rLu0qgAAug .row {
  justify-content: center;
}
.cid-rLu0qgAAug .mbr-text,
.cid-rLu0qgAAug .mbr-section-btn {
  color: #cccccc;
}
.cid-rLu0qgAAug .icon-box {
  display: flex;
  align-items: center;
}
.cid-rLu0qgAAug .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rLu0qgAAug .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rLu0qgAAug .date {
  margin: 0;
  color: #cccccc;
}
.cid-rLu0qgAAug .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rLu0qgAAug .icon-box {
    flex-direction: column;
  }
  .cid-rLu0qgAAug .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rLu0qgAAug img {
    margin-bottom: 2rem;
  }
}
.cid-rLu0TB5WvK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-3369-1664x1248.jpg");
}
.cid-rLu0TB5WvK img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rLu0TB5WvK .row {
  justify-content: center;
}
.cid-rLu0TB5WvK .mbr-text,
.cid-rLu0TB5WvK .mbr-section-btn {
  color: #cccccc;
}
.cid-rLu0TB5WvK .icon-box {
  display: flex;
  align-items: center;
}
.cid-rLu0TB5WvK .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rLu0TB5WvK .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rLu0TB5WvK .date {
  margin: 0;
  color: #cccccc;
}
.cid-rLu0TB5WvK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rLu0TB5WvK .icon-box {
    flex-direction: column;
  }
  .cid-rLu0TB5WvK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rLu0TB5WvK img {
    margin-bottom: 2rem;
  }
}
.cid-rLPTh8rX80 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTh8rX80 .content {
    text-align: center;
  }
  .cid-rLPTh8rX80 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTh8rX80 .img-logo img {
  height: 6rem;
}
.cid-rLPTh8rX80 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTh8rX80 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTh8rX80 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTh8rX80 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTh8rX80 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTh8rX80 .social-list a:hover {
  opacity: 1;
}
.cid-rLPTh8rX80 .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTh8rX80 .list li {
  padding-bottom: .5rem;
}
.cid-rLPTh8rX80 .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTh8rX80 .mbr-footer-list,
.cid-rLPTh8rX80 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTh8rX80 .mbr-footer-list,
  .cid-rLPTh8rX80 .form-text,
  .cid-rLPTh8rX80 .footer-title,
  .cid-rLPTh8rX80 .footer-main-title,
  .cid-rLPTh8rX80 .form-text,
  .cid-rLPTh8rX80 .list {
    text-align: center !important;
  }
  .cid-rLPTh8rX80 .mbr-form,
  .cid-rLPTh8rX80 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTh8rX80 .footer-main-title {
  color: #ffffff;
}
.cid-rLPTh8rX80 .mbr-footer-list {
  color: #f06060;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rLPTkMk5Tm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .content {
    text-align: center;
  }
  .cid-rLPTkMk5Tm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTkMk5Tm .img-logo img {
  height: 6rem;
}
.cid-rLPTkMk5Tm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTkMk5Tm .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTkMk5Tm .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTkMk5Tm .social-list a:hover {
  opacity: 1;
}
.cid-rLPTkMk5Tm .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTkMk5Tm .list li {
  padding-bottom: .5rem;
}
.cid-rLPTkMk5Tm .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTkMk5Tm .mbr-footer-list,
.cid-rLPTkMk5Tm .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .mbr-footer-list,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .footer-title,
  .cid-rLPTkMk5Tm .footer-main-title,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .list {
    text-align: center !important;
  }
  .cid-rLPTkMk5Tm .mbr-form,
  .cid-rLPTkMk5Tm .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTkMk5Tm .footer-main-title {
  color: #ffffff;
}
.cid-rLPTkMk5Tm .mbr-footer-list {
  color: #f06060;
}
.cid-uy9a9MSxw5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-4567.jpeg");
}
.cid-uy9a9MSxw5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uy9a9MSxw5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uy9a9MSxw5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uy9a9MSxw5 h3:before,
  .cid-uy9a9MSxw5 h3:after {
    display: none;
  }
}
.cid-uy9a9MSxw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9a9MSxw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy97xGaENo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uy97xGaENo .mbr-text {
    text-align: center;
  }
}
.cid-uy97xGaENo .mbr-text,
.cid-uy97xGaENo .mbr-section-btn {
  color: #767676;
}
.cid-uy97xGaENo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy97xGaENo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .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-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .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-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uy9aHwuHEx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-4567.jpeg");
}
.cid-uy9aHwuHEx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uy9aHwuHEx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uy9aHwuHEx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uy9aHwuHEx h3:before,
  .cid-uy9aHwuHEx h3:after {
    display: none;
  }
}
.cid-uy9aHwuHEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9aHwuHEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rLPTkMk5Tm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .content {
    text-align: center;
  }
  .cid-rLPTkMk5Tm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLPTkMk5Tm .img-logo img {
  height: 6rem;
}
.cid-rLPTkMk5Tm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rLPTkMk5Tm .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rLPTkMk5Tm .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rLPTkMk5Tm .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLPTkMk5Tm .social-list a:hover {
  opacity: 1;
}
.cid-rLPTkMk5Tm .list {
  list-style-type: none;
  padding: 0;
}
.cid-rLPTkMk5Tm .list li {
  padding-bottom: .5rem;
}
.cid-rLPTkMk5Tm .list li:last-child {
  padding-bottom: 0;
}
.cid-rLPTkMk5Tm .mbr-footer-list,
.cid-rLPTkMk5Tm .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rLPTkMk5Tm .mbr-footer-list,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .footer-title,
  .cid-rLPTkMk5Tm .footer-main-title,
  .cid-rLPTkMk5Tm .form-text,
  .cid-rLPTkMk5Tm .list {
    text-align: center !important;
  }
  .cid-rLPTkMk5Tm .mbr-form,
  .cid-rLPTkMk5Tm .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rLPTkMk5Tm .footer-main-title {
  color: #ffffff;
}
.cid-rLPTkMk5Tm .mbr-footer-list {
  color: #f06060;
}
.cid-uy98r5VOvE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uy98r5VOvE .mbr-text {
    text-align: center;
  }
}
.cid-uy98r5VOvE .mbr-text,
.cid-uy98r5VOvE .mbr-section-btn {
  color: #767676;
}
.cid-uy98r5VOvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy98r5VOvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjX911h8v .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uMjX911h8v .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uMjX911h8v a {
  font-style: normal;
}
.cid-uMjX911h8v .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uMjX911h8v .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uMjX911h8v .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uMjX911h8v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMjX911h8v .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-uMjX911h8v .nav-item:focus,
.cid-uMjX911h8v .nav-link:focus {
  outline: none;
}
.cid-uMjX911h8v .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uMjX911h8v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMjX911h8v .menu-logo {
  margin-right: auto;
}
.cid-uMjX911h8v .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-uMjX911h8v .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-uMjX911h8v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uMjX911h8v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMjX911h8v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMjX911h8v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMjX911h8v .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uMjX911h8v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMjX911h8v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMjX911h8v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMjX911h8v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMjX911h8v .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMjX911h8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMjX911h8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjX911h8v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMjX911h8v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMjX911h8v .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-uMjX911h8v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMjX911h8v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMjX911h8v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMjX911h8v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMjX911h8v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMjX911h8v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMjX911h8v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMjX911h8v button.navbar-toggler:focus {
  outline: none;
}
.cid-uMjX911h8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMjX911h8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMjX911h8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMjX911h8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMjX911h8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMjX911h8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMjX911h8v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMjX911h8v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMjX911h8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMjX911h8v .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMjX911h8v .collapsed .btn {
  display: -webkit-flex;
}
.cid-uMjX911h8v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing,
.cid-uMjX911h8v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjX911h8v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjX911h8v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjX911h8v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjX911h8v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMjX911h8v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjX911h8v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uMjX911h8v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uMjX911h8v .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMjX911h8v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMjX911h8v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMjX911h8v .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-uMjX911h8v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMjX911h8v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMjX911h8v .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-uMjX911h8v.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMjX911h8v img {
    height: 3.8rem !important;
  }
  .cid-uMjX911h8v .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uMjX911h8v .menu-wrap {
    flex-direction: column;
  }
  .cid-uMjX911h8v .btn {
    display: -webkit-flex;
  }
  .cid-uMjX911h8v button.navbar-toggler {
    display: block;
  }
  .cid-uMjX911h8v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uMjX911h8v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMjX911h8v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing,
  .cid-uMjX911h8v .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjX911h8v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjX911h8v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjX911h8v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjX911h8v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMjX911h8v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjX911h8v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMjX911h8v .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-uMjX911h8v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMjX911h8v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMjX911h8v .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-uMjX911h8v .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMjX911h8v .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uMjX911h8v .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uMjX911h8v .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uMjX911h8v .nav-link:hover,
.cid-uMjX911h8v .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uMjX91tjrm {
  background-image: url("../../../assets/images/img-7666-2000x1500.jpeg");
}
.cid-uMjX91tjrm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uMjX91tjrm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uMjX91tjrm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uMjX91MdFz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMjX91MdFz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMjX91MdFz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMjX91MdFz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMjX91MdFz .mbr-gallery-item {
  width: 33.3%;
}
.cid-uMjX91MdFz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uMjX91MdFz .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uMjX91MdFz .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uMjX91MdFz .mbr-gallery-row {
  justify-content: center;
}
.cid-uMjX91MdFz .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uMjX91MdFz .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uMjX91MdFz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMjX91MdFz .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uMjX91MdFz .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uMjX91MdFz .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uMjX91MdFz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMjX91MdFz .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uMjX91MdFz img {
  transition: all 2s!important;
}
.cid-uMjX91MdFz .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-uMjX91MdFz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uMjX91MdFz .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-uMjX94MdbW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uMjX94MdbW .content {
    text-align: center;
  }
  .cid-uMjX94MdbW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMjX94MdbW .img-logo img {
  height: 6rem;
}
.cid-uMjX94MdbW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMjX94MdbW .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uMjX94MdbW .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uMjX94MdbW .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uMjX94MdbW .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMjX94MdbW .social-list a:hover {
  opacity: 1;
}
.cid-uMjX94MdbW .list {
  list-style-type: none;
  padding: 0;
}
.cid-uMjX94MdbW .list li {
  padding-bottom: .5rem;
}
.cid-uMjX94MdbW .list li:last-child {
  padding-bottom: 0;
}
.cid-uMjX94MdbW .mbr-footer-list,
.cid-uMjX94MdbW .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uMjX94MdbW .mbr-footer-list,
  .cid-uMjX94MdbW .form-text,
  .cid-uMjX94MdbW .footer-title,
  .cid-uMjX94MdbW .footer-main-title,
  .cid-uMjX94MdbW .form-text,
  .cid-uMjX94MdbW .list {
    text-align: center !important;
  }
  .cid-uMjX94MdbW .mbr-form,
  .cid-uMjX94MdbW .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uMjX94MdbW .footer-main-title {
  color: #ffffff;
}
.cid-uMjX94MdbW .mbr-footer-list {
  color: #f06060;
}
