.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Mulish', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9a9072 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9a9072;
  color: #9a9072;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9a9072 !important;
  background-color: transparent !important;
  border-color: #9a9072 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9a9072;
  color: #9a9072;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a7f5e !important;
  background-color: transparent !important;
  border-color: #8a7f5e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9072 !important;
  border-color: #9a9072 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9a9072 !important;
}
.text-secondary {
  color: #9a9072 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #631a81 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4b265a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9a9072;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9a9072;
  border-color: #9a9072;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9a9072;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edd6f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9a9072 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #9a9072;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9a9072;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9a9072;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9a9072;
  border-bottom-color: #9a9072;
}
.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: #9a9072 !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: #9a9072 !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='%239a9072' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpVlV8qXV {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/contact-3-1256x837.jpeg");
  overflow: hidden;
}
.cid-tOpVlV8qXV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tOpVlV8qXV #e2_shape {
  fill: #000000 !important;
}
.cid-tOpVlV8qXV .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tOpVlV8qXV .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tOpVlV8qXV img {
  margin-left: auto;
  margin-right: auto;
}
.cid-tOpVlV8qXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpVlV8qXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpVlV8qXV .mbr-section-title,
.cid-tOpVlV8qXV .icon-wrap {
  text-align: center;
}
.cid-tOjzIW4jHc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOjzIW4jHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOjzIW4jHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOjzIW4jHc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOjzIW4jHc .row {
  flex-direction: row-reverse;
}
.cid-tOjzIW4jHc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOjzIW4jHc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOjzIW4jHc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOjzIW4jHc .mbr-section-title {
  color: #ffffff;
}
.cid-tOjzIW4jHc .mbr-text,
.cid-tOjzIW4jHc .mbr-section-btn {
  color: #ffffff;
}
.cid-tOjM8YmqFV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tOjM8YmqFV img,
.cid-tOjM8YmqFV .item-img {
  width: 100%;
}
.cid-tOjM8YmqFV .item:focus,
.cid-tOjM8YmqFV span:focus {
  outline: none;
}
.cid-tOjM8YmqFV .item-wrapper {
  position: relative;
}
.cid-tOjM8YmqFV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOjM8YmqFV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOjM8YmqFV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tOjM8YmqFV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOjM8YmqFV .mbr-section-title {
  color: #232323;
}
.cid-tOjM8YmqFV .mbr-text,
.cid-tOjM8YmqFV .mbr-section-btn {
  text-align: left;
}
.cid-tOjM8YmqFV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOjM8YmqFV .item-subtitle {
  text-align: left;
}
.cid-tOjM8YmqFV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tOjM8YmqFV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOjM8YmqFV .embla__button--next,
.cid-tOjM8YmqFV .embla__button--prev {
  display: flex;
}
.cid-tOjM8YmqFV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tOjM8YmqFV .embla__button {
    display: none;
  }
}
.cid-tOjM8YmqFV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOjM8YmqFV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tOjM8YmqFV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOjM8YmqFV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOjM8YmqFV .embla__button {
    top: auto;
  }
}
.cid-tOjM8YmqFV .embla {
  position: relative;
  width: 100%;
}
.cid-tOjM8YmqFV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOjM8YmqFV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOjM8YmqFV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOjM8YmqFV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOjM8YmqFV .item-title DIV {
  text-align: center;
}
.cid-tOjO5v51x3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOjO5v51x3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOjO5v51x3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOjO5v51x3 .row {
  flex-direction: row-reverse;
}
.cid-tOjO5v51x3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOjO5v51x3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOjO5v51x3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOjO5v51x3 .mbr-section-title {
  text-align: left;
}
.cid-tOjO5v51x3 .mbr-text,
.cid-tOjO5v51x3 .mbr-section-btn {
  text-align: left;
}
.cid-tOjQa4FsiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOjQa4FsiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOjQa4FsiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOjQa4FsiB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOjQa4FsiB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOjQa4FsiB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOjQa4FsiB .mbr-section-title {
  text-align: left;
}
.cid-tOjQa4FsiB .mbr-text,
.cid-tOjQa4FsiB .mbr-section-btn {
  text-align: left;
}
.cid-tOjQgFWPA6 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOjQgFWPA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOjQgFWPA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOjQgFWPA6 .row {
  flex-direction: row-reverse;
}
.cid-tOjQgFWPA6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOjQgFWPA6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOjQgFWPA6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOjQgFWPA6 .mbr-section-title DIV {
  text-align: left;
}
.cid-tOjQgFWPA6 .mbr-section-title {
  text-align: left;
}
.cid-tOjQgFWPA6 .mbr-text,
.cid-tOjQgFWPA6 .mbr-section-btn {
  text-align: left;
}
.cid-tOZIQw2mXK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOZIQw2mXK img,
.cid-tOZIQw2mXK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tOZIQw2mXK .item:focus,
.cid-tOZIQw2mXK span:focus {
  outline: none;
}
.cid-tOZIQw2mXK .item-wrapper {
  position: relative;
}
.cid-tOZIQw2mXK .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOZIQw2mXK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOZIQw2mXK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tOZIQw2mXK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOZIQw2mXK .mbr-section-title {
  color: #000000;
}
.cid-tOZIQw2mXK .mbr-text,
.cid-tOZIQw2mXK .mbr-section-btn {
  text-align: left;
}
.cid-tOZIQw2mXK .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOZIQw2mXK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tOZIQw2mXK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tOZIQw2mXK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOZIQw2mXK .embla__button--next,
.cid-tOZIQw2mXK .embla__button--prev {
  display: flex;
}
.cid-tOZIQw2mXK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOZIQw2mXK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOZIQw2mXK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tOZIQw2mXK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOZIQw2mXK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOZIQw2mXK .embla__button {
    top: auto;
  }
}
.cid-tOZIQw2mXK .embla {
  position: relative;
  width: 100%;
}
.cid-tOZIQw2mXK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOZIQw2mXK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOZIQw2mXK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOZIQw2mXK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tOZIQw2mXK .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tOZIQw2mXK .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tOZIQw2mXK .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tOkyOAU36B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOkyOAU36B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkyOAU36B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkyOAU36B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOkyOAU36B .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tOkyOAU36B .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOkyOAU36B .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOkyOAU36B .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOkyOAU36B .header-menu li p {
  margin: 0;
}
.cid-tOkyOAU36B .content-head {
  max-width: 800px;
}
.cid-tOkyOAU36B .mbr-section-title {
  color: #ffffff;
}
.cid-tOkvkGOhB3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOkvkGOhB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkvkGOhB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkvkGOhB3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tOkvkGOhB3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tOkvkGOhB3 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-tOkvkGOhB3 .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-tOkvkGOhB3 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tOkvkGOhB3 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-tOkvkGOhB3 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tOkvkGOhB3 .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-tOkvkGOhB3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOkvkGOhB3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tOkvkGOhB3 .mbr-text {
  color: #ffffff;
  margin: 0;
}
.cid-tOkvkGOhB3 .content-head {
  max-width: 800px;
}
.cid-tOkvkGOhB3 .item-wrapper {
  background-color: #9a9072;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tOkvkGOhB3 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-tPc1yyPoGw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPc1yyPoGw h6 {
  line-height: 1.2;
}
.cid-tPc1yyPoGw img,
.cid-tPc1yyPoGw .item-img {
  width: 100%;
}
.cid-tPc1yyPoGw .item:focus,
.cid-tPc1yyPoGw span:focus {
  outline: none;
}
.cid-tPc1yyPoGw .item {
  cursor: pointer;
}
.cid-tPc1yyPoGw .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPc1yyPoGw .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPc1yyPoGw .mbr-section-title {
  color: #000000;
}
.cid-tPc1yyPoGw .mbr-text,
.cid-tPc1yyPoGw .mbr-section-btn {
  color: #000000;
}
.cid-tPc1yyPoGw .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPc1yyPoGw .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPc1yyPoGw .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPc1yyPoGw .content-head {
  max-width: 800px;
}
.cid-tOkcRLcml9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOkcRLcml9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOkcRLcml9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOkcRLcml9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOkcRLcml9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOkcRLcml9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOkcRLcml9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOkcRLcml9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOkcRLcml9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOkcRLcml9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOkcRLcml9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOkcRLcml9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOkOZjgRuo {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-max-fischer-5212345-600x400.jpeg");
}
.cid-tOkOZjgRuo .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOkOZjgRuo .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOkOZjgRuo {
    align-items: flex-end;
  }
  .cid-tOkOZjgRuo .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOkOZjgRuo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOkOZjgRuo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOkOZjgRuo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOkOZjgRuo .content-wrap {
    width: 100%;
  }
}
.cid-tOkOZjgRuo .mbr-section-title {
  text-align: left;
}
.cid-tOkOZjgRuo .mbr-text,
.cid-tOkOZjgRuo .mbr-section-btn {
  text-align: left;
}
.cid-tOkRD1TsuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOkRD1TsuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkRD1TsuG .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tOkRD1TsuG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOkRD1TsuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkRD1TsuG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #9a9072;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ecedee;
  height: 80px;
  border-radius: 50%;
}
.cid-tOkRD1TsuG .card-title,
.cid-tOkRD1TsuG .iconfont-wrapper {
  color: #000000;
}
.cid-tOkRD1TsuG .card-text {
  color: #000000;
  text-align: left;
}
.cid-tOkRD1TsuG .content-head {
  max-width: 800px;
}
.cid-tOkRD1TsuG .mbr-section-title {
  color: #000000;
}
.cid-tOkOMs1mBl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOkOMs1mBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkOMs1mBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkOMs1mBl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOkOMs1mBl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOkOMs1mBl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOkOMs1mBl .mbr-section-title {
  text-align: left;
}
.cid-tOkOMs1mBl .mbr-text,
.cid-tOkOMs1mBl .mbr-section-btn {
  text-align: left;
}
.cid-tOkOMrrLEx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOkOMrrLEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkOMrrLEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkOMrrLEx .row {
  flex-direction: row-reverse;
}
.cid-tOkOMrrLEx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOkOMrrLEx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOkOMrrLEx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOkOMrrLEx .mbr-section-title {
  text-align: left;
}
.cid-tOkOMrrLEx .mbr-text,
.cid-tOkOMrrLEx .mbr-section-btn {
  text-align: left;
}
.cid-tOldIbL0yq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOldIbL0yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOldIbL0yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOldIbL0yq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOldIbL0yq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOldIbL0yq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOldIbL0yq .mbr-section-title {
  text-align: left;
}
.cid-tOldIbL0yq .mbr-text,
.cid-tOldIbL0yq .mbr-section-btn {
  text-align: left;
}
.cid-tOkVi4aBim {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOkVi4aBim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkVi4aBim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkVi4aBim .row {
  flex-direction: row-reverse;
}
.cid-tOkVi4aBim .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOkVi4aBim .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOkVi4aBim .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOkVi4aBim .mbr-text,
.cid-tOkVi4aBim .mbr-section-btn {
  text-align: left;
}
.cid-tOkVi4aBim .mbr-section-title {
  text-align: left;
}
.cid-tOkVj61prW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOkVj61prW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkVj61prW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOkVj61prW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOkVj61prW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOkVj61prW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOkVj61prW .mbr-section-title {
  text-align: left;
}
.cid-tOkVj61prW .mbr-text,
.cid-tOkVj61prW .mbr-section-btn {
  text-align: left;
}
.cid-tOkXDr9GuI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOkXDr9GuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkXDr9GuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOkXDr9GuI .container {
    max-width: 1400px;
  }
}
.cid-tOkXDr9GuI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOkXDr9GuI .row {
  justify-content: center;
}
.cid-tOkYC63ZP7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOkYC63ZP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOkYC63ZP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOkYC63ZP7 .container {
    max-width: 1400px;
  }
}
.cid-tOkYC63ZP7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOkYC63ZP7 .row {
  justify-content: center;
}
.cid-tP6hHuwaJJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6hHuwaJJ img,
.cid-tP6hHuwaJJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6hHuwaJJ .item:focus,
.cid-tP6hHuwaJJ span:focus {
  outline: none;
}
.cid-tP6hHuwaJJ .item-wrapper {
  position: relative;
}
.cid-tP6hHuwaJJ .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6hHuwaJJ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6hHuwaJJ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6hHuwaJJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6hHuwaJJ .mbr-section-title {
  color: #000000;
}
.cid-tP6hHuwaJJ .mbr-text,
.cid-tP6hHuwaJJ .mbr-section-btn {
  text-align: left;
}
.cid-tP6hHuwaJJ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6hHuwaJJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6hHuwaJJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6hHuwaJJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6hHuwaJJ .embla__button--next,
.cid-tP6hHuwaJJ .embla__button--prev {
  display: flex;
}
.cid-tP6hHuwaJJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6hHuwaJJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6hHuwaJJ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6hHuwaJJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6hHuwaJJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6hHuwaJJ .embla__button {
    top: auto;
  }
}
.cid-tP6hHuwaJJ .embla {
  position: relative;
  width: 100%;
}
.cid-tP6hHuwaJJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6hHuwaJJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6hHuwaJJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6hHuwaJJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6hHuwaJJ .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6hHuwaJJ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6hHuwaJJ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPghNt7GMh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPghNt7GMh h6 {
  line-height: 1.2;
}
.cid-tPghNt7GMh img,
.cid-tPghNt7GMh .item-img {
  width: 100%;
}
.cid-tPghNt7GMh .item:focus,
.cid-tPghNt7GMh span:focus {
  outline: none;
}
.cid-tPghNt7GMh .item {
  cursor: pointer;
}
.cid-tPghNt7GMh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPghNt7GMh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPghNt7GMh .mbr-section-title {
  color: #000000;
}
.cid-tPghNt7GMh .mbr-text,
.cid-tPghNt7GMh .mbr-section-btn {
  color: #000000;
}
.cid-tPghNt7GMh .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPghNt7GMh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPghNt7GMh .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPghNt7GMh .content-head {
  max-width: 800px;
}
.cid-tOkOMw8ko0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOkOMw8ko0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOkOMw8ko0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOkOMw8ko0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOkOMw8ko0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOkOMw8ko0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOkOMw8ko0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOkOMw8ko0 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOkOMw8ko0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOkOMw8ko0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOkOMw8ko0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOkOMw8ko0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOkOMw8ko0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOkOMw8ko0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOkOMw8ko0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOl21PD44y {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-tembela-bohle-1884576-600x400.jpg");
}
.cid-tOl21PD44y .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOl21PD44y .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOl21PD44y {
    align-items: flex-end;
  }
  .cid-tOl21PD44y .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOl21PD44y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOl21PD44y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOl21PD44y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOl21PD44y .content-wrap {
    width: 100%;
  }
}
.cid-tOl21PD44y .mbr-section-title {
  text-align: left;
}
.cid-tOl21PD44y .mbr-text,
.cid-tOl21PD44y .mbr-section-btn {
  text-align: left;
}
.cid-tOl21Q4ej3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOl21Q4ej3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21Q4ej3 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tOl21Q4ej3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOl21Q4ej3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl21Q4ej3 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #9a9072;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-tOl21Q4ej3 .card-title,
.cid-tOl21Q4ej3 .iconfont-wrapper {
  color: #000000;
}
.cid-tOl21Q4ej3 .card-text {
  color: #000000;
  text-align: left;
}
.cid-tOl21Q4ej3 .content-head {
  max-width: 800px;
}
.cid-tOl21Q4ej3 .mbr-section-title {
  color: #000000;
}
.cid-tOl21QKy3P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOl21QKy3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21QKy3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl21QKy3P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOl21QKy3P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOl21QKy3P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOl21QKy3P .mbr-section-title {
  text-align: left;
}
.cid-tOl21QKy3P .mbr-text,
.cid-tOl21QKy3P .mbr-section-btn {
  text-align: left;
}
.cid-tOl21RHQjq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOl21RHQjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21RHQjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl21RHQjq .row {
  flex-direction: row-reverse;
}
.cid-tOl21RHQjq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOl21RHQjq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOl21RHQjq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOl21RHQjq .mbr-section-title {
  text-align: left;
}
.cid-tOl21RHQjq .mbr-text,
.cid-tOl21RHQjq .mbr-section-btn {
  text-align: left;
}
.cid-tOljKoDrpm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOljKoDrpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOljKoDrpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOljKoDrpm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOljKoDrpm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOljKoDrpm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOljKoDrpm .mbr-section-title {
  text-align: left;
}
.cid-tOljKoDrpm .mbr-text,
.cid-tOljKoDrpm .mbr-section-btn {
  text-align: left;
}
.cid-tOlcRTvQiU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOlcRTvQiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlcRTvQiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlcRTvQiU .row {
  flex-direction: row-reverse;
}
.cid-tOlcRTvQiU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlcRTvQiU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlcRTvQiU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlcRTvQiU .mbr-section-title {
  text-align: left;
}
.cid-tOlcRTvQiU .mbr-text,
.cid-tOlcRTvQiU .mbr-section-btn {
  text-align: left;
}
.cid-tOl21TxNNQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOl21TxNNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21TxNNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOl21TxNNQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOl21TxNNQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOl21TxNNQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOl21TxNNQ .mbr-section-title {
  text-align: left;
}
.cid-tOl21TxNNQ .mbr-text,
.cid-tOl21TxNNQ .mbr-section-btn {
  text-align: left;
}
.cid-tOl21UdyD0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOl21UdyD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21UdyD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOl21UdyD0 .container {
    max-width: 1400px;
  }
}
.cid-tOl21UdyD0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOl21UdyD0 .row {
  justify-content: center;
}
.cid-tOl21V22jy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOl21V22jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl21V22jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOl21V22jy .container {
    max-width: 1400px;
  }
}
.cid-tOl21V22jy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOl21V22jy .row {
  justify-content: center;
}
.cid-tP6hMETk47 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6hMETk47 img,
.cid-tP6hMETk47 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6hMETk47 .item:focus,
.cid-tP6hMETk47 span:focus {
  outline: none;
}
.cid-tP6hMETk47 .item-wrapper {
  position: relative;
}
.cid-tP6hMETk47 .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6hMETk47 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6hMETk47 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6hMETk47 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6hMETk47 .mbr-section-title {
  color: #000000;
}
.cid-tP6hMETk47 .mbr-text,
.cid-tP6hMETk47 .mbr-section-btn {
  text-align: left;
}
.cid-tP6hMETk47 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6hMETk47 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6hMETk47 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6hMETk47 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6hMETk47 .embla__button--next,
.cid-tP6hMETk47 .embla__button--prev {
  display: flex;
}
.cid-tP6hMETk47 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6hMETk47 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6hMETk47 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6hMETk47 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6hMETk47 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6hMETk47 .embla__button {
    top: auto;
  }
}
.cid-tP6hMETk47 .embla {
  position: relative;
  width: 100%;
}
.cid-tP6hMETk47 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6hMETk47 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6hMETk47 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6hMETk47 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6hMETk47 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6hMETk47 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6hMETk47 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPghTYaYnk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPghTYaYnk h6 {
  line-height: 1.2;
}
.cid-tPghTYaYnk img,
.cid-tPghTYaYnk .item-img {
  width: 100%;
}
.cid-tPghTYaYnk .item:focus,
.cid-tPghTYaYnk span:focus {
  outline: none;
}
.cid-tPghTYaYnk .item {
  cursor: pointer;
}
.cid-tPghTYaYnk .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPghTYaYnk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPghTYaYnk .mbr-section-title {
  color: #000000;
}
.cid-tPghTYaYnk .mbr-text,
.cid-tPghTYaYnk .mbr-section-btn {
  color: #000000;
}
.cid-tPghTYaYnk .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPghTYaYnk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPghTYaYnk .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPghTYaYnk .content-head {
  max-width: 800px;
}
.cid-tOl21Y4Hk2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOl21Y4Hk2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOl21Y4Hk2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOl21Y4Hk2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOl21Y4Hk2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOl21Y4Hk2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOl21Y4Hk2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOl21Y4Hk2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOl21Y4Hk2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOl21Y4Hk2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOl21Y4Hk2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOl21Y4Hk2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOl21Y4Hk2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOl21Y4Hk2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOl21Y4Hk2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOleCmxhAY {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-markus-winkler-12111353-529x353.jpg");
}
.cid-tOleCmxhAY .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOleCmxhAY .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOleCmxhAY {
    align-items: flex-end;
  }
  .cid-tOleCmxhAY .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOleCmxhAY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOleCmxhAY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOleCmxhAY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOleCmxhAY .content-wrap {
    width: 100%;
  }
}
.cid-tOleCmxhAY .mbr-section-title {
  text-align: left;
}
.cid-tOleCmxhAY .mbr-text,
.cid-tOleCmxhAY .mbr-section-btn {
  text-align: left;
}
.cid-tOleCoiQTB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOleCoiQTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCoiQTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOleCoiQTB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOleCoiQTB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOleCoiQTB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOleCoiQTB .mbr-section-title {
  text-align: left;
}
.cid-tOleCoiQTB .mbr-text,
.cid-tOleCoiQTB .mbr-section-btn {
  text-align: left;
}
.cid-tOleCpDzpU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOleCpDzpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCpDzpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOleCpDzpU .row {
  flex-direction: row-reverse;
}
.cid-tOleCpDzpU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOleCpDzpU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOleCpDzpU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOleCpDzpU .mbr-section-title {
  text-align: left;
}
.cid-tOleCpDzpU .mbr-text,
.cid-tOleCpDzpU .mbr-section-btn {
  text-align: left;
}
.cid-tOleCs0PEj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOleCs0PEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCs0PEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOleCs0PEj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOleCs0PEj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOleCs0PEj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOleCs0PEj .mbr-section-title {
  text-align: left;
}
.cid-tOleCs0PEj .mbr-text,
.cid-tOleCs0PEj .mbr-section-btn {
  text-align: left;
}
.cid-tOleCreQVu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOleCreQVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCreQVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOleCreQVu .row {
  flex-direction: row-reverse;
}
.cid-tOleCreQVu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOleCreQVu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOleCreQVu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOleCreQVu .mbr-section-title {
  text-align: left;
}
.cid-tOleCreQVu .mbr-text,
.cid-tOleCreQVu .mbr-section-btn {
  text-align: left;
}
.cid-tOlgGIawdd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlgGIawdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlgGIawdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlgGIawdd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlgGIawdd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlgGIawdd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlgGIawdd .mbr-text,
.cid-tOlgGIawdd .mbr-section-btn {
  text-align: left;
}
.cid-tOlgGIawdd .mbr-section-title {
  text-align: left;
}
.cid-tOlgEva2Ls {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tOlgEva2Ls .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlgEva2Ls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlgEva2Ls .row {
  flex-direction: row-reverse;
}
.cid-tOlgEva2Ls .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlgEva2Ls .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlgEva2Ls .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlgEva2Ls .mbr-section-title {
  text-align: left;
}
.cid-tOlgEva2Ls .mbr-text,
.cid-tOlgEva2Ls .mbr-section-btn {
  text-align: left;
}
.cid-tOleCsOJIl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOleCsOJIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCsOJIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOleCsOJIl .container {
    max-width: 1400px;
  }
}
.cid-tOleCsOJIl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOleCsOJIl .row {
  justify-content: center;
}
.cid-tOleCtY0AU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOleCtY0AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleCtY0AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOleCtY0AU .container {
    max-width: 1400px;
  }
}
.cid-tOleCtY0AU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOleCtY0AU .row {
  justify-content: center;
}
.cid-tP6ifp9fgB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6ifp9fgB img,
.cid-tP6ifp9fgB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6ifp9fgB .item:focus,
.cid-tP6ifp9fgB span:focus {
  outline: none;
}
.cid-tP6ifp9fgB .item-wrapper {
  position: relative;
}
.cid-tP6ifp9fgB .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6ifp9fgB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6ifp9fgB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6ifp9fgB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6ifp9fgB .mbr-section-title {
  color: #000000;
}
.cid-tP6ifp9fgB .mbr-text,
.cid-tP6ifp9fgB .mbr-section-btn {
  text-align: left;
}
.cid-tP6ifp9fgB .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6ifp9fgB .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6ifp9fgB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6ifp9fgB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6ifp9fgB .embla__button--next,
.cid-tP6ifp9fgB .embla__button--prev {
  display: flex;
}
.cid-tP6ifp9fgB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6ifp9fgB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6ifp9fgB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6ifp9fgB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6ifp9fgB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6ifp9fgB .embla__button {
    top: auto;
  }
}
.cid-tP6ifp9fgB .embla {
  position: relative;
  width: 100%;
}
.cid-tP6ifp9fgB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6ifp9fgB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6ifp9fgB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6ifp9fgB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6ifp9fgB .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6ifp9fgB .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6ifp9fgB .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPghWO7rDd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPghWO7rDd h6 {
  line-height: 1.2;
}
.cid-tPghWO7rDd img,
.cid-tPghWO7rDd .item-img {
  width: 100%;
}
.cid-tPghWO7rDd .item:focus,
.cid-tPghWO7rDd span:focus {
  outline: none;
}
.cid-tPghWO7rDd .item {
  cursor: pointer;
}
.cid-tPghWO7rDd .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPghWO7rDd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPghWO7rDd .mbr-section-title {
  color: #000000;
}
.cid-tPghWO7rDd .mbr-text,
.cid-tPghWO7rDd .mbr-section-btn {
  color: #000000;
}
.cid-tPghWO7rDd .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPghWO7rDd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPghWO7rDd .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPghWO7rDd .content-head {
  max-width: 800px;
}
.cid-tOleCy75Qp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOleCy75Qp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOleCy75Qp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOleCy75Qp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOleCy75Qp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOleCy75Qp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOleCy75Qp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOleCy75Qp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOleCy75Qp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOleCy75Qp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOleCy75Qp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOleCy75Qp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOleCy75Qp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOleCy75Qp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOleCy75Qp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOllJi5c2y {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-mali-maeder-219095-600x399.jpg");
}
.cid-tOllJi5c2y .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOllJi5c2y .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOllJi5c2y {
    align-items: flex-end;
  }
  .cid-tOllJi5c2y .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOllJi5c2y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOllJi5c2y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOllJi5c2y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOllJi5c2y .content-wrap {
    width: 100%;
  }
}
.cid-tOllJi5c2y .mbr-section-title {
  text-align: left;
}
.cid-tOllJi5c2y .mbr-text,
.cid-tOllJi5c2y .mbr-section-btn {
  text-align: left;
}
.cid-tOllJiASFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOllJiASFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJiASFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJiASFh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJiASFh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJiASFh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJiASFh .mbr-section-title {
  text-align: left;
}
.cid-tOllJiASFh .mbr-text,
.cid-tOllJiASFh .mbr-section-btn {
  text-align: left;
}
.cid-tOllJjPnAr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOllJjPnAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJjPnAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJjPnAr .row {
  flex-direction: row-reverse;
}
.cid-tOllJjPnAr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJjPnAr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJjPnAr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJjPnAr .mbr-section-title {
  text-align: left;
}
.cid-tOllJjPnAr .mbr-text,
.cid-tOllJjPnAr .mbr-section-btn {
  text-align: left;
}
.cid-tOllJkkjXr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOllJkkjXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJkkjXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJkkjXr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJkkjXr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJkkjXr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJkkjXr .mbr-section-title {
  text-align: left;
}
.cid-tOllJkkjXr .mbr-text,
.cid-tOllJkkjXr .mbr-section-btn {
  text-align: left;
}
.cid-tOllJkTWuy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOllJkTWuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJkTWuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJkTWuy .row {
  flex-direction: row-reverse;
}
.cid-tOllJkTWuy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJkTWuy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJkTWuy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJkTWuy .mbr-section-title {
  text-align: left;
}
.cid-tOllJkTWuy .mbr-text,
.cid-tOllJkTWuy .mbr-section-btn {
  text-align: left;
}
.cid-tOllJlnhWV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOllJlnhWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJlnhWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJlnhWV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJlnhWV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJlnhWV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJlnhWV .mbr-text,
.cid-tOllJlnhWV .mbr-section-btn {
  text-align: left;
}
.cid-tOllJlnhWV .mbr-section-title {
  text-align: left;
}
.cid-tOllJlSfg7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOllJlSfg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJlSfg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJlSfg7 .row {
  flex-direction: row-reverse;
}
.cid-tOllJlSfg7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJlSfg7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJlSfg7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJlSfg7 .mbr-section-title {
  text-align: left;
}
.cid-tOllJlSfg7 .mbr-text,
.cid-tOllJlSfg7 .mbr-section-btn {
  text-align: left;
}
.cid-tOllJmxuXo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOllJmxuXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJmxuXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOllJmxuXo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOllJmxuXo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOllJmxuXo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOllJmxuXo .mbr-text,
.cid-tOllJmxuXo .mbr-section-btn {
  text-align: left;
}
.cid-tOllJmxuXo .mbr-section-title {
  text-align: left;
}
.cid-tOlnBokp8o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlnBokp8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlnBokp8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlnBokp8o .row {
  flex-direction: row-reverse;
}
.cid-tOlnBokp8o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlnBokp8o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlnBokp8o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlnBokp8o .mbr-section-title {
  text-align: left;
}
.cid-tOlnBokp8o .mbr-text,
.cid-tOlnBokp8o .mbr-section-btn {
  text-align: left;
}
.cid-tOlnBJvxzm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlnBJvxzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlnBJvxzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlnBJvxzm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlnBJvxzm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlnBJvxzm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlnBJvxzm .mbr-section-title {
  text-align: left;
}
.cid-tOlnBJvxzm .mbr-text,
.cid-tOlnBJvxzm .mbr-section-btn {
  text-align: left;
}
.cid-tOlnCqB55s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlnCqB55s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlnCqB55s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlnCqB55s .row {
  flex-direction: row-reverse;
}
.cid-tOlnCqB55s .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlnCqB55s .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlnCqB55s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlnCqB55s .mbr-section-title {
  text-align: left;
}
.cid-tOlnCqB55s .mbr-text,
.cid-tOlnCqB55s .mbr-section-btn {
  text-align: left;
}
.cid-tOlnEk49uv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlnEk49uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlnEk49uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlnEk49uv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOlnEk49uv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOlnEk49uv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOlnEk49uv .mbr-section-title {
  text-align: left;
}
.cid-tOlnEk49uv .mbr-text,
.cid-tOlnEk49uv .mbr-section-btn {
  text-align: left;
}
.cid-tOllJn2qHf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOllJn2qHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJn2qHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOllJn2qHf .container {
    max-width: 1400px;
  }
}
.cid-tOllJn2qHf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOllJn2qHf .row {
  justify-content: center;
}
.cid-tOllJnExES {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOllJnExES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOllJnExES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOllJnExES .container {
    max-width: 1400px;
  }
}
.cid-tOllJnExES .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOllJnExES .row {
  justify-content: center;
}
.cid-tP6ijxKAHW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6ijxKAHW img,
.cid-tP6ijxKAHW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6ijxKAHW .item:focus,
.cid-tP6ijxKAHW span:focus {
  outline: none;
}
.cid-tP6ijxKAHW .item-wrapper {
  position: relative;
}
.cid-tP6ijxKAHW .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6ijxKAHW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6ijxKAHW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6ijxKAHW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6ijxKAHW .mbr-section-title {
  color: #000000;
}
.cid-tP6ijxKAHW .mbr-text,
.cid-tP6ijxKAHW .mbr-section-btn {
  text-align: left;
}
.cid-tP6ijxKAHW .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6ijxKAHW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6ijxKAHW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6ijxKAHW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6ijxKAHW .embla__button--next,
.cid-tP6ijxKAHW .embla__button--prev {
  display: flex;
}
.cid-tP6ijxKAHW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6ijxKAHW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6ijxKAHW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6ijxKAHW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6ijxKAHW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6ijxKAHW .embla__button {
    top: auto;
  }
}
.cid-tP6ijxKAHW .embla {
  position: relative;
  width: 100%;
}
.cid-tP6ijxKAHW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6ijxKAHW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6ijxKAHW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6ijxKAHW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6ijxKAHW .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6ijxKAHW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6ijxKAHW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPgi0ysECA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgi0ysECA h6 {
  line-height: 1.2;
}
.cid-tPgi0ysECA img,
.cid-tPgi0ysECA .item-img {
  width: 100%;
}
.cid-tPgi0ysECA .item:focus,
.cid-tPgi0ysECA span:focus {
  outline: none;
}
.cid-tPgi0ysECA .item {
  cursor: pointer;
}
.cid-tPgi0ysECA .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPgi0ysECA .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPgi0ysECA .mbr-section-title {
  color: #000000;
}
.cid-tPgi0ysECA .mbr-text,
.cid-tPgi0ysECA .mbr-section-btn {
  color: #000000;
}
.cid-tPgi0ysECA .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPgi0ysECA .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPgi0ysECA .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPgi0ysECA .content-head {
  max-width: 800px;
}
.cid-tOllJqmsCf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOllJqmsCf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOllJqmsCf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOllJqmsCf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOllJqmsCf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOllJqmsCf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOllJqmsCf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOllJqmsCf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOllJqmsCf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOllJqmsCf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOllJqmsCf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOllJqmsCf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOllJqmsCf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOllJqmsCf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOllJqmsCf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpShNpFAa {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-tOpShNpFAa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tOpShNpFAa .form-control,
.cid-tOpShNpFAa .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-tOpShNpFAa .form-control::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input::-webkit-input-placeholder,
.cid-tOpShNpFAa .form-control::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-tOpShNpFAa .form-control:-moz-placeholder,
.cid-tOpShNpFAa .field-input:-moz-placeholder,
.cid-tOpShNpFAa .form-control:-moz-placeholder,
.cid-tOpShNpFAa .field-input:-moz-placeholder {
  color: #606060;
}
.cid-tOpShNpFAa .form-control:hover,
.cid-tOpShNpFAa .field-input:hover,
.cid-tOpShNpFAa .form-control:focus,
.cid-tOpShNpFAa .field-input:focus {
  background-color: #edefeb;
  border-color: #9a9072;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tOpShNpFAa .form-control:hover::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input:hover::-webkit-input-placeholder,
.cid-tOpShNpFAa .form-control:focus::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input:focus::-webkit-input-placeholder,
.cid-tOpShNpFAa .form-control:hover::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input:hover::-webkit-input-placeholder,
.cid-tOpShNpFAa .form-control:focus::-webkit-input-placeholder,
.cid-tOpShNpFAa .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-tOpShNpFAa .form-control:hover:-moz-placeholder,
.cid-tOpShNpFAa .field-input:hover:-moz-placeholder,
.cid-tOpShNpFAa .form-control:focus:-moz-placeholder,
.cid-tOpShNpFAa .field-input:focus:-moz-placeholder,
.cid-tOpShNpFAa .form-control:hover:-moz-placeholder,
.cid-tOpShNpFAa .field-input:hover:-moz-placeholder,
.cid-tOpShNpFAa .form-control:focus:-moz-placeholder,
.cid-tOpShNpFAa .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-tOpShNpFAa textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-tOpShNpFAa .jq-number__spin:hover,
.cid-tOpShNpFAa .jq-number__spin:focus {
  background-color: #edefeb;
  border-color: #9a9072;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tOpShNpFAa .jq-number__spin {
  background-color: #ecedee;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOpShNpFAa .jq-selectbox li,
.cid-tOpShNpFAa .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-tOpShNpFAa .jq-selectbox li:hover,
.cid-tOpShNpFAa .jq-selectbox li.selected {
  background-color: #edefeb;
  color: #000000;
}
.cid-tOpShNpFAa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tOpShNpFAa .jq-number__spin.minus:hover:after,
.cid-tOpShNpFAa .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-tOpShNpFAa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tOpShNpFAa .jq-number__spin.minus:after,
.cid-tOpShNpFAa .jq-number__spin.plus:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-tOpShNpFAa input::-webkit-clear-button {
  display: none;
}
.cid-tOpShNpFAa input::-webkit-inner-spin-button {
  display: none;
}
.cid-tOpShNpFAa input::-webkit-outer-spin-button {
  display: none;
}
.cid-tOpShNpFAa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tOpShNpFAa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9a9072;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tOpShNpFAa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tOpShNpFAa .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tOpShNpFAa .mbr-text {
  color: #606060;
}
.cid-tOpShNpFAa .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tOpShNpFAa .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tOpShNpFAa .required {
  color: #808080;
}
.cid-tOpShNpFAa .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-tOpShNpFAa .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-tOpShNpFAa .list-block .list-item-text {
  color: #606060;
}
.cid-tOpShNpFAa .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tOpShNpFAa .list-block {
  position: relative;
}
.cid-tOpShNpFAa .list-block h4,
.cid-tOpShNpFAa .list-block p {
  padding-left: 3.5rem;
}
.cid-tOpShNpFAa .card-img {
  display: block;
  font-size: 30px;
}
.cid-tOpShNpFAa .mbr-iconfont {
  color: #a0e2e1;
  font-size: 2rem;
}
.cid-tOpShNpFAa .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-tOpShNpFAa .form-control-label,
.cid-tOpShNpFAa .form-check {
  margin-left: 20px;
}
.cid-tOpThzEpjS .google-map {
  height: 30rem;
  position: relative;
}
.cid-tOpThzEpjS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOpThzEpjS .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-tOpThzEpjS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOpThzEpjS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOkcRLcml9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOkcRLcml9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOkcRLcml9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOkcRLcml9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOkcRLcml9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOkcRLcml9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOkcRLcml9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOkcRLcml9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOkcRLcml9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOkcRLcml9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOkcRLcml9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOkcRLcml9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOkcRLcml9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpiswqXYc {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-vishnu-r-nair-1105666-600x400.jpg");
}
.cid-tOpiswqXYc .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOpiswqXYc .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOpiswqXYc {
    align-items: flex-end;
  }
  .cid-tOpiswqXYc .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOpiswqXYc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOpiswqXYc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOpiswqXYc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOpiswqXYc .content-wrap {
    width: 100%;
  }
}
.cid-tOpiswqXYc .mbr-section-title {
  text-align: left;
}
.cid-tOpiswqXYc .mbr-text,
.cid-tOpiswqXYc .mbr-section-btn {
  text-align: left;
}
.cid-tOpisx3VQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpisx3VQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisx3VQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpisx3VQY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpisx3VQY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpisx3VQY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpisx3VQY .mbr-section-title {
  text-align: left;
}
.cid-tOpisx3VQY .mbr-text,
.cid-tOpisx3VQY .mbr-section-btn {
  text-align: left;
}
.cid-tOpisxCWoD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOpisxCWoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisxCWoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpisxCWoD .row {
  flex-direction: row-reverse;
}
.cid-tOpisxCWoD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpisxCWoD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpisxCWoD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpisxCWoD .mbr-section-title {
  text-align: left;
}
.cid-tOpisxCWoD .mbr-text,
.cid-tOpisxCWoD .mbr-section-btn {
  text-align: left;
}
.cid-tOpisy9U8x {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOpisy9U8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisy9U8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpisy9U8x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpisy9U8x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpisy9U8x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpisy9U8x .mbr-section-title {
  text-align: left;
}
.cid-tOpisy9U8x .mbr-text,
.cid-tOpisy9U8x .mbr-section-btn {
  text-align: left;
}
.cid-tOpisyHL33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOpisyHL33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisyHL33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpisyHL33 .row {
  flex-direction: row-reverse;
}
.cid-tOpisyHL33 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpisyHL33 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpisyHL33 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpisyHL33 .mbr-section-title {
  text-align: left;
}
.cid-tOpisyHL33 .mbr-text,
.cid-tOpisyHL33 .mbr-section-btn {
  text-align: left;
}
.cid-tOpiszhuFY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOpiszhuFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpiszhuFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpiszhuFY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpiszhuFY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpiszhuFY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpiszhuFY .mbr-text,
.cid-tOpiszhuFY .mbr-section-btn {
  text-align: left;
}
.cid-tOpiszhuFY .mbr-section-title {
  text-align: left;
}
.cid-tOpiszQR1V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOpiszQR1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpiszQR1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpiszQR1V .row {
  flex-direction: row-reverse;
}
.cid-tOpiszQR1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpiszQR1V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpiszQR1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpiszQR1V .mbr-section-title {
  text-align: left;
}
.cid-tOpiszQR1V .mbr-text,
.cid-tOpiszQR1V .mbr-section-btn {
  text-align: left;
}
.cid-tOpisAmgq0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tOpisAmgq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisAmgq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpisAmgq0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOpisAmgq0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOpisAmgq0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOpisAmgq0 .mbr-text,
.cid-tOpisAmgq0 .mbr-section-btn {
  text-align: left;
}
.cid-tOpisAmgq0 .mbr-section-title {
  text-align: left;
}
.cid-tOpisDY43l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOpisDY43l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisDY43l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOpisDY43l .container {
    max-width: 1400px;
  }
}
.cid-tOpisDY43l .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOpisDY43l .row {
  justify-content: center;
}
.cid-tOpisEMFmW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpisEMFmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpisEMFmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOpisEMFmW .container {
    max-width: 1400px;
  }
}
.cid-tOpisEMFmW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tOpisEMFmW .row {
  justify-content: center;
}
.cid-tP6incRmUE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6incRmUE img,
.cid-tP6incRmUE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6incRmUE .item:focus,
.cid-tP6incRmUE span:focus {
  outline: none;
}
.cid-tP6incRmUE .item-wrapper {
  position: relative;
}
.cid-tP6incRmUE .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6incRmUE .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6incRmUE .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6incRmUE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6incRmUE .mbr-section-title {
  color: #000000;
}
.cid-tP6incRmUE .mbr-text,
.cid-tP6incRmUE .mbr-section-btn {
  text-align: left;
}
.cid-tP6incRmUE .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6incRmUE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6incRmUE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6incRmUE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6incRmUE .embla__button--next,
.cid-tP6incRmUE .embla__button--prev {
  display: flex;
}
.cid-tP6incRmUE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6incRmUE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6incRmUE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6incRmUE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6incRmUE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6incRmUE .embla__button {
    top: auto;
  }
}
.cid-tP6incRmUE .embla {
  position: relative;
  width: 100%;
}
.cid-tP6incRmUE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6incRmUE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6incRmUE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6incRmUE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6incRmUE .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6incRmUE .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6incRmUE .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPgi3DUXHv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgi3DUXHv h6 {
  line-height: 1.2;
}
.cid-tPgi3DUXHv img,
.cid-tPgi3DUXHv .item-img {
  width: 100%;
}
.cid-tPgi3DUXHv .item:focus,
.cid-tPgi3DUXHv span:focus {
  outline: none;
}
.cid-tPgi3DUXHv .item {
  cursor: pointer;
}
.cid-tPgi3DUXHv .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPgi3DUXHv .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPgi3DUXHv .mbr-section-title {
  color: #000000;
}
.cid-tPgi3DUXHv .mbr-text,
.cid-tPgi3DUXHv .mbr-section-btn {
  color: #000000;
}
.cid-tPgi3DUXHv .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPgi3DUXHv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPgi3DUXHv .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPgi3DUXHv .content-head {
  max-width: 800px;
}
.cid-tOpisHq83V {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOpisHq83V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOpisHq83V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOpisHq83V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOpisHq83V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOpisHq83V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOpisHq83V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOpisHq83V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOpisHq83V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOpisHq83V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOpisHq83V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOpisHq83V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOpisHq83V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOpisHq83V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOpisHq83V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP4V05Ovd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP4V05Ovd3 nav.navbar {
  position: fixed;
}
.cid-tP4V05Ovd3 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP4V05Ovd3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP4V05Ovd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP4V05Ovd3 .dropdown-item:hover,
.cid-tP4V05Ovd3 .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP4V05Ovd3 .dropdown-item:hover span {
  color: white;
}
.cid-tP4V05Ovd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP4V05Ovd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP4V05Ovd3 .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP4V05Ovd3 .nav-link {
  position: relative;
}
.cid-tP4V05Ovd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP4V05Ovd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tP4V05Ovd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown-menu,
.cid-tP4V05Ovd3 .navbar.opened {
  background: #000000 !important;
}
.cid-tP4V05Ovd3 .nav-item:focus,
.cid-tP4V05Ovd3 .nav-link:focus {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP4V05Ovd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP4V05Ovd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP4V05Ovd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP4V05Ovd3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP4V05Ovd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP4V05Ovd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP4V05Ovd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar.collapsed {
  justify-content: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP4V05Ovd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP4V05Ovd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP4V05Ovd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP4V05Ovd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP4V05Ovd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP4V05Ovd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP4V05Ovd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP4V05Ovd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP4V05Ovd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP4V05Ovd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP4V05Ovd3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP4V05Ovd3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP4V05Ovd3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP4V05Ovd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP4V05Ovd3 .dropdown-item.active,
.cid-tP4V05Ovd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP4V05Ovd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP4V05Ovd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP4V05Ovd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP4V05Ovd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP4V05Ovd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP4V05Ovd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP4V05Ovd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP4V05Ovd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP4V05Ovd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP4V05Ovd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP4V05Ovd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP4V05Ovd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP4V05Ovd3 .navbar {
    height: 70px;
  }
  .cid-tP4V05Ovd3 .navbar.opened {
    height: auto;
  }
  .cid-tP4V05Ovd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOZwCNpZ9H {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-icsa-1708936-1256x837.jpg");
}
.cid-tOZwCNpZ9H .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tOZwCNpZ9H .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tOZwCNpZ9H {
    align-items: flex-end;
  }
  .cid-tOZwCNpZ9H .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tOZwCNpZ9H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tOZwCNpZ9H {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tOZwCNpZ9H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tOZwCNpZ9H .content-wrap {
    width: 100%;
  }
}
.cid-tOZwCNpZ9H .mbr-section-title {
  text-align: left;
}
.cid-tOZwCNpZ9H .mbr-text,
.cid-tOZwCNpZ9H .mbr-section-btn {
  text-align: left;
}
.cid-tOZwCO1Wtu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZwCO1Wtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZwCO1Wtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZwCO1Wtu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOZwCO1Wtu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOZwCO1Wtu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOZwCO1Wtu .mbr-section-title {
  text-align: left;
}
.cid-tOZwCO1Wtu .mbr-text,
.cid-tOZwCO1Wtu .mbr-section-btn {
  text-align: left;
}
.cid-tOZwCOBik4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOZwCOBik4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZwCOBik4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZwCOBik4 .row {
  flex-direction: row-reverse;
}
.cid-tOZwCOBik4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOZwCOBik4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOZwCOBik4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOZwCOBik4 .mbr-section-title {
  text-align: left;
}
.cid-tOZwCOBik4 .mbr-text,
.cid-tOZwCOBik4 .mbr-section-btn {
  text-align: left;
}
.cid-tOZwCPfbVc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOZwCPfbVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZwCPfbVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZwCPfbVc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOZwCPfbVc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOZwCPfbVc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOZwCPfbVc .mbr-section-title {
  text-align: left;
}
.cid-tOZwCPfbVc .mbr-text,
.cid-tOZwCPfbVc .mbr-section-btn {
  text-align: left;
}
.cid-tOZA4Wcg7L {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZA4Wcg7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZA4Wcg7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZA4Wcg7L .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tOZA4Wcg7L .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-tOZA4Wcg7L .card-col {
  display: grid !important;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tOZA4Wcg7L .card-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tOZA4Wcg7L .card-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tOZA4Wcg7L .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 250px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tOZA4Wcg7L .card-wrapper {
    min-height: 300px;
    padding: 30px 20px 40px;
  }
}
.cid-tOZA4Wcg7L .iconfont-wrapper {
  display: flex;
  justify-content: flex-start;
}
.cid-tOZA4Wcg7L .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-tOZA4Wcg7L .card-text-box {
  margin-top: auto;
  padding-top: 20px;
}
.cid-tOZA4Wcg7L .card-title {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-tOZA4Wcg7L .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #747474;
  text-align: left;
}
.cid-tOZA4Wcg7L .link-text {
  margin-top: 30px;
  color: #000000;
  margin-bottom: 0;
}
.cid-tOZA4Wcg7L .img-item {
  display: flex;
  align-items: flex-start;
}
.cid-tOZA4Wcg7L .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tOZA4Wcg7L .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOZA4Wcg7L .mbr-section-title {
  text-align: center;
}
.cid-tOZwCSlLgF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOZwCSlLgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZwCSlLgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOZwCSlLgF .container {
    max-width: 1400px;
  }
}
.cid-tOZwCSlLgF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9a9072;
  margin-bottom: 2rem;
}
.cid-tOZwCSlLgF .row {
  justify-content: center;
}
.cid-tOZwCTb4WF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOZwCTb4WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZwCTb4WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOZwCTb4WF .container {
    max-width: 1400px;
  }
}
.cid-tOZwCTb4WF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9a9072;
  margin-bottom: 2rem;
}
.cid-tOZwCTb4WF .row {
  justify-content: center;
}
.cid-tP6ir3PwVZ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6ir3PwVZ img,
.cid-tP6ir3PwVZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tP6ir3PwVZ .item:focus,
.cid-tP6ir3PwVZ span:focus {
  outline: none;
}
.cid-tP6ir3PwVZ .item-wrapper {
  position: relative;
}
.cid-tP6ir3PwVZ .slide-content {
  border-radius: 15px !important;
  position: relative;
  background: #9a9072;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP6ir3PwVZ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP6ir3PwVZ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tP6ir3PwVZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP6ir3PwVZ .mbr-section-title {
  color: #000000;
}
.cid-tP6ir3PwVZ .mbr-text,
.cid-tP6ir3PwVZ .mbr-section-btn {
  text-align: left;
}
.cid-tP6ir3PwVZ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP6ir3PwVZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tP6ir3PwVZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tP6ir3PwVZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tP6ir3PwVZ .embla__button--next,
.cid-tP6ir3PwVZ .embla__button--prev {
  display: flex;
}
.cid-tP6ir3PwVZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP6ir3PwVZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tP6ir3PwVZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tP6ir3PwVZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP6ir3PwVZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP6ir3PwVZ .embla__button {
    top: auto;
  }
}
.cid-tP6ir3PwVZ .embla {
  position: relative;
  width: 100%;
}
.cid-tP6ir3PwVZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tP6ir3PwVZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tP6ir3PwVZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tP6ir3PwVZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tP6ir3PwVZ .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tP6ir3PwVZ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tP6ir3PwVZ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tPgi64A0hQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgi64A0hQ h6 {
  line-height: 1.2;
}
.cid-tPgi64A0hQ img,
.cid-tPgi64A0hQ .item-img {
  width: 100%;
}
.cid-tPgi64A0hQ .item:focus,
.cid-tPgi64A0hQ span:focus {
  outline: none;
}
.cid-tPgi64A0hQ .item {
  cursor: pointer;
}
.cid-tPgi64A0hQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPgi64A0hQ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tPgi64A0hQ .mbr-section-title {
  color: #000000;
}
.cid-tPgi64A0hQ .mbr-text,
.cid-tPgi64A0hQ .mbr-section-btn {
  color: #000000;
}
.cid-tPgi64A0hQ .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPgi64A0hQ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tPgi64A0hQ .item-text {
  color: #000000;
  text-align: center;
}
.cid-tPgi64A0hQ .content-head {
  max-width: 800px;
}
.cid-tOZwCVYfXK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tOZwCVYfXK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOZwCVYfXK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOZwCVYfXK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOZwCVYfXK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOZwCVYfXK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOZwCVYfXK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOZwCVYfXK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOZwCVYfXK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOZwCVYfXK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOZwCVYfXK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOZwCVYfXK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOZwCVYfXK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOZwCVYfXK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOZwCVYfXK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tP5o8uKPpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tP5o8uKPpR nav.navbar {
  position: fixed;
}
.cid-tP5o8uKPpR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tP5o8uKPpR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP5o8uKPpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP5o8uKPpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP5o8uKPpR .dropdown-item:hover,
.cid-tP5o8uKPpR .dropdown-item:focus {
  background: #9a9072 !important;
  color: white !important;
}
.cid-tP5o8uKPpR .dropdown-item:hover span {
  color: white;
}
.cid-tP5o8uKPpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP5o8uKPpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP5o8uKPpR .nav-dropdown .link {
  padding: 0 .75em !important;
  margin: 0.667em .25em !important;
}
.cid-tP5o8uKPpR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP5o8uKPpR .nav-link {
  position: relative;
}
.cid-tP5o8uKPpR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP5o8uKPpR .container {
    flex-wrap: nowrap;
  }
}
.cid-tP5o8uKPpR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP5o8uKPpR .dropdown-menu,
.cid-tP5o8uKPpR .navbar.opened {
  background: #000000 !important;
}
.cid-tP5o8uKPpR .nav-item:focus,
.cid-tP5o8uKPpR .nav-link:focus {
  outline: none;
}
.cid-tP5o8uKPpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP5o8uKPpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP5o8uKPpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP5o8uKPpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP5o8uKPpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP5o8uKPpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP5o8uKPpR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP5o8uKPpR .navbar.opened {
  transition: all 0.3s;
}
.cid-tP5o8uKPpR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP5o8uKPpR .navbar .navbar-logo img {
  width: auto;
}
.cid-tP5o8uKPpR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP5o8uKPpR .navbar.collapsed {
  justify-content: center;
}
.cid-tP5o8uKPpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP5o8uKPpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tP5o8uKPpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP5o8uKPpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP5o8uKPpR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tP5o8uKPpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP5o8uKPpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP5o8uKPpR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP5o8uKPpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP5o8uKPpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP5o8uKPpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP5o8uKPpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP5o8uKPpR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tP5o8uKPpR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP5o8uKPpR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP5o8uKPpR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP5o8uKPpR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP5o8uKPpR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP5o8uKPpR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP5o8uKPpR .navbar.navbar-short {
  min-height: 80px;
}
.cid-tP5o8uKPpR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tP5o8uKPpR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP5o8uKPpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP5o8uKPpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP5o8uKPpR .dropdown-item.active,
.cid-tP5o8uKPpR .dropdown-item:active {
  background-color: transparent;
}
.cid-tP5o8uKPpR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP5o8uKPpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP5o8uKPpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP5o8uKPpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP5o8uKPpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP5o8uKPpR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP5o8uKPpR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP5o8uKPpR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP5o8uKPpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP5o8uKPpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP5o8uKPpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP5o8uKPpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5o8uKPpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5o8uKPpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP5o8uKPpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5o8uKPpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP5o8uKPpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP5o8uKPpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5o8uKPpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP5o8uKPpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP5o8uKPpR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP5o8uKPpR .navbar {
    height: 70px;
  }
  .cid-tP5o8uKPpR .navbar.opened {
    height: auto;
  }
  .cid-tP5o8uKPpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP5qX5iG6W {
  padding-top: 24rem;
  padding-bottom: 25rem;
}
.cid-tP5qX5iG6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5qX5iG6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tP5qX5iG6W .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-tP5qX5iG6W .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-tP5qX5iG6W .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tP5qX5iG6W .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-tP5qX5iG6W .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tP5qX5iG6W .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-tP5qX5iG6W .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tP5qX5iG6W .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-tP5qX5iG6W .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tP5qX5iG6W .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-tP5qX5iG6W .mbr-section-title {
  color: #ffffff;
}
.cid-tP5qX5iG6W .mbr-price {
  color: #ffffff;
}
.cid-tP5qX5iG6W .mbr-desc {
  color: #f2f2f2;
}
.cid-tP5qX5iG6W .mbr-text {
  color: #f2f2f2;
}
.cid-tP5qX5iG6W .mbr-section-btn {
  text-align: right;
}
.cid-tPakrAjsoE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPakrAjsoE .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tPakrAjsoE .row {
    text-align: center;
  }
}
.cid-tPak9LMbxa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPak9LMbxa .mbr-media {
  position: relative;
}
.cid-tPak9LMbxa .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tPak9LMbxa a:hover {
  background-image: none!important;
}
.cid-tPak9LMbxa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100px;
  background: #fff;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
  transition: .2s;
}
.cid-tPak9LMbxa .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.cid-tPak9LMbxa .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tPak9LMbxa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPak9LMbxa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPak9LMbxa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPak9LMbxa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 3rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPak9LMbxa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPak9LMbxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPak9LMbxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPa6dKGeq2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-tPa6dKGeq2 .row {
  flex-direction: row-reverse;
}
.cid-tPa6dKGeq2 .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tPa6dKGeq2 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tPa6dKGeq2 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tPa6dKGeq2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
  transition: .2s;
}
.cid-tPa6dKGeq2 .icon-wrap a:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background-image: none !important;
}
.cid-tPa6dKGeq2 .icon-wrap span {
  margin-left: 5px;
}
.cid-tPa6dKGeq2 .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tPa6dKGeq2 .box {
    height: 200px;
  }
}
.cid-tPa6dKGeq2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPa6dKGeq2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPa6dKGeq2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPa6dKGeq2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPa6dKGeq2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPa6dKGeq2 .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-tPa6dKGeq2 .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-tPa6dKGeq2 .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-tPa6dKGeq2 .item-container {
  width: 100%;
}
.cid-tPa6dKGeq2 .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-tPa6dKGeq2 .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tPa6dKGeq2 .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tPa6dKGeq2 .icon-box {
  background: #0057fc;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tPa6dKGeq2 .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-tPa6dKGeq2 .text-box {
  flex-grow: 1;
}
.cid-tPa6dKGeq2 .number-text {
  color: #ffffff;
}
.cid-tPa6dKGeq2 .icon-text {
  color: #ffffff;
}
.cid-tPa6dKGeq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPa6dKGeq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPa6dKGeq2 .icon-title {
  color: #ffffff;
}
.cid-tPajiGCJAn {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-tPajiGCJAn .mbr-media {
  position: relative;
}
.cid-tPajiGCJAn .mbr-media img {
  width: 100%;
  object-fit: cover;
  height: 800px;
}
@media (max-width: 767px) {
  .cid-tPajiGCJAn .mbr-media img {
    height: 400px;
  }
}
.cid-tPajiGCJAn .text {
  padding: 1rem;
  position: absolute;
  bottom: 4rem;
  left: 10rem;
}
@media (max-width: 992px) {
  .cid-tPajiGCJAn .text {
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tPajiGCJAn .container-fluid {
  padding: 0;
}
.cid-tPajiGCJAn .icon-wrap {
  left: 50%;
  top: 50%;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tPajiGCJAn .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 767px) {
  .cid-tPajiGCJAn .icon-wrap {
    top: 25%;
  }
}
.cid-tPajiGCJAn .mbr-media span {
  font-size: 2.5rem;
  transition: all 0.2s;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  color: black;
}
.cid-tPajiGCJAn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPajiGCJAn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPajiGCJAn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPajiGCJAn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPajiGCJAn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPajiGCJAn .mbr-text,
.cid-tPajiGCJAn .mbr-section-btn {
  color: #ffffff;
}
.cid-tPa5XxTH3D {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f3f1;
}
.cid-tPa5XxTH3D .mbr-media {
  position: relative;
}
.cid-tPa5XxTH3D .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tPa5XxTH3D a:hover {
  background-image: none!important;
}
.cid-tPa5XxTH3D .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100px;
  background: #fff;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
  transition: .2s;
}
.cid-tPa5XxTH3D .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.cid-tPa5XxTH3D .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tPa5XxTH3D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPa5XxTH3D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPa5XxTH3D .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPa5XxTH3D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 3rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPa5XxTH3D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPa5XxTH3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPa5XxTH3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUMXOLaya {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f3f3f1;
}
.cid-tPUMXOLaya .mbr-media {
  position: relative;
}
.cid-tPUMXOLaya .mbr-media img {
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-tPUMXOLaya a:hover {
  background-image: none!important;
}
.cid-tPUMXOLaya .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100px;
  background: #fff;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
  transition: .2s;
}
.cid-tPUMXOLaya .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.cid-tPUMXOLaya .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tPUMXOLaya .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPUMXOLaya .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPUMXOLaya .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPUMXOLaya .close {
  position: fixed;
  opacity: 0.5;
  font-size: 3rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPUMXOLaya .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPUMXOLaya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUMXOLaya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5o8u47aq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tP5o8u47aq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tP5o8u47aq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tP5o8u47aq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tP5o8u47aq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tP5o8u47aq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tP5o8u47aq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tP5o8u47aq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tP5o8u47aq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tP5o8u47aq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tP5o8u47aq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tP5o8u47aq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tP5o8u47aq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tP5o8u47aq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tP5o8u47aq .media-container-row .row-copirayt p {
  width: 100%;
}
