.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lobster', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Lobster', display;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Lobster', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lobster', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #faf5de !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 245, 222, 0.2);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf5de;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  background-image: url("../../../assets/images/ozolzars1000x667-1000x602.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-ufKuwXEWSz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240615-90714-252x406.jpeg");
}
.cid-ufKuwXEWSz .item {
  padding-bottom: 2rem;
}
.cid-ufKuwXEWSz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufKuwXEWSz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufKuwXEWSz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufKuwXEWSz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufKuwXEWSz .carousel-control,
.cid-ufKuwXEWSz .close {
  background: #1b1b1b;
}
.cid-ufKuwXEWSz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufKuwXEWSz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufKuwXEWSz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufKuwXEWSz .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufKuwXEWSz .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufKuwXEWSz .close::before {
  content: '\e91a';
}
.cid-ufKuwXEWSz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufKuwXEWSz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufKuwXEWSz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKuwXEWSz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufKuwXEWSz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufKuwXEWSz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufKuwXEWSz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufKuwXEWSz .carousel-indicators li.active,
.cid-ufKuwXEWSz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufKuwXEWSz .carousel-indicators li::after,
.cid-ufKuwXEWSz .carousel-indicators li::before {
  content: none;
}
.cid-ufKuwXEWSz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufKuwXEWSz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufKuwXEWSz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufKuwXEWSz .carousel-indicators {
    display: none;
  }
}
.cid-ufKuwXEWSz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufKuwXEWSz .carousel-inner > .active {
  display: block;
}
.cid-ufKuwXEWSz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKuwXEWSz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufKuwXEWSz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufKuwXEWSz .carousel-control,
  .cid-ufKuwXEWSz .carousel-indicators,
  .cid-ufKuwXEWSz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufKuwXEWSz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufKuwXEWSz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufKuwXEWSz .carousel-indicators .active,
.cid-ufKuwXEWSz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufKuwXEWSz .carousel-indicators .active {
  background: #fff;
}
.cid-ufKuwXEWSz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufKuwXEWSz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufKuwXEWSz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufKuwXEWSz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufKuwXEWSz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufKuwXEWSz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufKuwXEWSz .carousel {
  width: 100%;
}
.cid-ufKuwXEWSz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufKuwXEWSz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufKuwXEWSz .modal.fade .modal-dialog,
.cid-ufKuwXEWSz .modal.in .modal-dialog {
  transform: none;
}
.cid-ufKuwXEWSz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufKuwXEWSz H6 {
  text-align: center;
}
.cid-ufKndiVuvR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240529-puk1-252x448.jpeg");
}
.cid-ufKndiVuvR .item {
  padding-bottom: 2rem;
}
.cid-ufKndiVuvR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufKndiVuvR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufKndiVuvR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufKndiVuvR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufKndiVuvR .carousel-control,
.cid-ufKndiVuvR .close {
  background: #1b1b1b;
}
.cid-ufKndiVuvR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufKndiVuvR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufKndiVuvR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufKndiVuvR .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufKndiVuvR .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufKndiVuvR .close::before {
  content: '\e91a';
}
.cid-ufKndiVuvR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufKndiVuvR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufKndiVuvR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKndiVuvR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufKndiVuvR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufKndiVuvR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufKndiVuvR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufKndiVuvR .carousel-indicators li.active,
.cid-ufKndiVuvR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufKndiVuvR .carousel-indicators li::after,
.cid-ufKndiVuvR .carousel-indicators li::before {
  content: none;
}
.cid-ufKndiVuvR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufKndiVuvR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufKndiVuvR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufKndiVuvR .carousel-indicators {
    display: none;
  }
}
.cid-ufKndiVuvR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufKndiVuvR .carousel-inner > .active {
  display: block;
}
.cid-ufKndiVuvR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKndiVuvR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufKndiVuvR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufKndiVuvR .carousel-control,
  .cid-ufKndiVuvR .carousel-indicators,
  .cid-ufKndiVuvR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufKndiVuvR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufKndiVuvR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufKndiVuvR .carousel-indicators .active,
.cid-ufKndiVuvR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufKndiVuvR .carousel-indicators .active {
  background: #fff;
}
.cid-ufKndiVuvR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufKndiVuvR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufKndiVuvR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufKndiVuvR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufKndiVuvR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufKndiVuvR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufKndiVuvR .carousel {
  width: 100%;
}
.cid-ufKndiVuvR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufKndiVuvR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufKndiVuvR .modal.fade .modal-dialog,
.cid-ufKndiVuvR .modal.in .modal-dialog {
  transform: none;
}
.cid-ufKndiVuvR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufKndiVuvR H6 {
  text-align: center;
}
.cid-ufKkSuKKY6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240529-112260-252x448.jpeg");
}
.cid-ufKkSuKKY6 .item {
  padding-bottom: 2rem;
}
.cid-ufKkSuKKY6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufKkSuKKY6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufKkSuKKY6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufKkSuKKY6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufKkSuKKY6 .carousel-control,
.cid-ufKkSuKKY6 .close {
  background: #1b1b1b;
}
.cid-ufKkSuKKY6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufKkSuKKY6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufKkSuKKY6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufKkSuKKY6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufKkSuKKY6 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufKkSuKKY6 .close::before {
  content: '\e91a';
}
.cid-ufKkSuKKY6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufKkSuKKY6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufKkSuKKY6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKkSuKKY6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufKkSuKKY6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufKkSuKKY6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufKkSuKKY6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufKkSuKKY6 .carousel-indicators li.active,
.cid-ufKkSuKKY6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufKkSuKKY6 .carousel-indicators li::after,
.cid-ufKkSuKKY6 .carousel-indicators li::before {
  content: none;
}
.cid-ufKkSuKKY6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufKkSuKKY6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufKkSuKKY6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufKkSuKKY6 .carousel-indicators {
    display: none;
  }
}
.cid-ufKkSuKKY6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufKkSuKKY6 .carousel-inner > .active {
  display: block;
}
.cid-ufKkSuKKY6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKkSuKKY6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufKkSuKKY6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufKkSuKKY6 .carousel-control,
  .cid-ufKkSuKKY6 .carousel-indicators,
  .cid-ufKkSuKKY6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufKkSuKKY6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufKkSuKKY6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufKkSuKKY6 .carousel-indicators .active,
.cid-ufKkSuKKY6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufKkSuKKY6 .carousel-indicators .active {
  background: #fff;
}
.cid-ufKkSuKKY6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufKkSuKKY6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufKkSuKKY6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufKkSuKKY6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufKkSuKKY6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufKkSuKKY6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufKkSuKKY6 .carousel {
  width: 100%;
}
.cid-ufKkSuKKY6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufKkSuKKY6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufKkSuKKY6 .modal.fade .modal-dialog,
.cid-ufKkSuKKY6 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufKkSuKKY6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufKkSuKKY6 H6 {
  text-align: center;
}
.cid-ufEZhxzfLa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-ufEZhxzfLa .item {
  padding-bottom: 2rem;
}
.cid-ufEZhxzfLa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufEZhxzfLa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufEZhxzfLa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufEZhxzfLa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufEZhxzfLa .carousel-control,
.cid-ufEZhxzfLa .close {
  background: #1b1b1b;
}
.cid-ufEZhxzfLa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufEZhxzfLa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufEZhxzfLa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufEZhxzfLa .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufEZhxzfLa .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufEZhxzfLa .close::before {
  content: '\e91a';
}
.cid-ufEZhxzfLa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufEZhxzfLa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufEZhxzfLa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufEZhxzfLa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufEZhxzfLa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufEZhxzfLa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufEZhxzfLa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufEZhxzfLa .carousel-indicators li.active,
.cid-ufEZhxzfLa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufEZhxzfLa .carousel-indicators li::after,
.cid-ufEZhxzfLa .carousel-indicators li::before {
  content: none;
}
.cid-ufEZhxzfLa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufEZhxzfLa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufEZhxzfLa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufEZhxzfLa .carousel-indicators {
    display: none;
  }
}
.cid-ufEZhxzfLa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufEZhxzfLa .carousel-inner > .active {
  display: block;
}
.cid-ufEZhxzfLa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufEZhxzfLa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufEZhxzfLa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufEZhxzfLa .carousel-control,
  .cid-ufEZhxzfLa .carousel-indicators,
  .cid-ufEZhxzfLa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufEZhxzfLa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufEZhxzfLa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufEZhxzfLa .carousel-indicators .active,
.cid-ufEZhxzfLa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufEZhxzfLa .carousel-indicators .active {
  background: #fff;
}
.cid-ufEZhxzfLa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufEZhxzfLa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufEZhxzfLa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufEZhxzfLa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufEZhxzfLa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufEZhxzfLa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufEZhxzfLa .carousel {
  width: 100%;
}
.cid-ufEZhxzfLa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufEZhxzfLa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufEZhxzfLa .modal.fade .modal-dialog,
.cid-ufEZhxzfLa .modal.in .modal-dialog {
  transform: none;
}
.cid-ufEZhxzfLa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufEZhxzfLa H6 {
  text-align: center;
}
.cid-ufEZf8ai81 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20240517-5-252x448.jpeg");
}
.cid-ufEZf8ai81 .item {
  padding-bottom: 2rem;
}
.cid-ufEZf8ai81 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufEZf8ai81 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufEZf8ai81 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufEZf8ai81 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufEZf8ai81 .carousel-control,
.cid-ufEZf8ai81 .close {
  background: #1b1b1b;
}
.cid-ufEZf8ai81 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufEZf8ai81 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufEZf8ai81 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufEZf8ai81 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufEZf8ai81 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufEZf8ai81 .close::before {
  content: '\e91a';
}
.cid-ufEZf8ai81 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufEZf8ai81 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufEZf8ai81 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufEZf8ai81 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufEZf8ai81 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufEZf8ai81 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufEZf8ai81 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufEZf8ai81 .carousel-indicators li.active,
.cid-ufEZf8ai81 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufEZf8ai81 .carousel-indicators li::after,
.cid-ufEZf8ai81 .carousel-indicators li::before {
  content: none;
}
.cid-ufEZf8ai81 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufEZf8ai81 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufEZf8ai81 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufEZf8ai81 .carousel-indicators {
    display: none;
  }
}
.cid-ufEZf8ai81 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufEZf8ai81 .carousel-inner > .active {
  display: block;
}
.cid-ufEZf8ai81 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufEZf8ai81 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufEZf8ai81 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufEZf8ai81 .carousel-control,
  .cid-ufEZf8ai81 .carousel-indicators,
  .cid-ufEZf8ai81 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufEZf8ai81 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufEZf8ai81 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufEZf8ai81 .carousel-indicators .active,
.cid-ufEZf8ai81 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufEZf8ai81 .carousel-indicators .active {
  background: #fff;
}
.cid-ufEZf8ai81 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufEZf8ai81 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufEZf8ai81 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufEZf8ai81 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufEZf8ai81 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufEZf8ai81 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufEZf8ai81 .carousel {
  width: 100%;
}
.cid-ufEZf8ai81 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufEZf8ai81 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufEZf8ai81 .modal.fade .modal-dialog,
.cid-ufEZf8ai81 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufEZf8ai81 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufEZf8ai81 H6 {
  text-align: center;
}
.cid-ucaWjXZXBU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240504-124659-252x448.jpeg");
}
.cid-ucaWjXZXBU .item {
  padding-bottom: 2rem;
}
.cid-ucaWjXZXBU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ucaWjXZXBU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucaWjXZXBU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ucaWjXZXBU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucaWjXZXBU .carousel-control,
.cid-ucaWjXZXBU .close {
  background: #1b1b1b;
}
.cid-ucaWjXZXBU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucaWjXZXBU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucaWjXZXBU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucaWjXZXBU .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucaWjXZXBU .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucaWjXZXBU .close::before {
  content: '\e91a';
}
.cid-ucaWjXZXBU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucaWjXZXBU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucaWjXZXBU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucaWjXZXBU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucaWjXZXBU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucaWjXZXBU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucaWjXZXBU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ucaWjXZXBU .carousel-indicators li.active,
.cid-ucaWjXZXBU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucaWjXZXBU .carousel-indicators li::after,
.cid-ucaWjXZXBU .carousel-indicators li::before {
  content: none;
}
.cid-ucaWjXZXBU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucaWjXZXBU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucaWjXZXBU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucaWjXZXBU .carousel-indicators {
    display: none;
  }
}
.cid-ucaWjXZXBU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucaWjXZXBU .carousel-inner > .active {
  display: block;
}
.cid-ucaWjXZXBU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucaWjXZXBU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucaWjXZXBU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucaWjXZXBU .carousel-control,
  .cid-ucaWjXZXBU .carousel-indicators,
  .cid-ucaWjXZXBU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucaWjXZXBU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucaWjXZXBU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucaWjXZXBU .carousel-indicators .active,
.cid-ucaWjXZXBU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucaWjXZXBU .carousel-indicators .active {
  background: #fff;
}
.cid-ucaWjXZXBU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucaWjXZXBU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucaWjXZXBU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucaWjXZXBU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucaWjXZXBU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucaWjXZXBU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucaWjXZXBU .carousel {
  width: 100%;
}
.cid-ucaWjXZXBU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucaWjXZXBU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucaWjXZXBU .modal.fade .modal-dialog,
.cid-ucaWjXZXBU .modal.in .modal-dialog {
  transform: none;
}
.cid-ucaWjXZXBU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucaWjXZXBU H6 {
  text-align: center;
}
.cid-ubDLi5EV42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240502-175548-252x448.jpeg");
}
.cid-ubDLi5EV42 .item {
  padding-bottom: 2rem;
}
.cid-ubDLi5EV42 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ubDLi5EV42 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDLi5EV42 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubDLi5EV42 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubDLi5EV42 .carousel-control,
.cid-ubDLi5EV42 .close {
  background: #1b1b1b;
}
.cid-ubDLi5EV42 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubDLi5EV42 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubDLi5EV42 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubDLi5EV42 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubDLi5EV42 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubDLi5EV42 .close::before {
  content: '\e91a';
}
.cid-ubDLi5EV42 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubDLi5EV42 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubDLi5EV42 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDLi5EV42 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubDLi5EV42 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubDLi5EV42 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubDLi5EV42 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubDLi5EV42 .carousel-indicators li.active,
.cid-ubDLi5EV42 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubDLi5EV42 .carousel-indicators li::after,
.cid-ubDLi5EV42 .carousel-indicators li::before {
  content: none;
}
.cid-ubDLi5EV42 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubDLi5EV42 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubDLi5EV42 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDLi5EV42 .carousel-indicators {
    display: none;
  }
}
.cid-ubDLi5EV42 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubDLi5EV42 .carousel-inner > .active {
  display: block;
}
.cid-ubDLi5EV42 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDLi5EV42 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubDLi5EV42 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubDLi5EV42 .carousel-control,
  .cid-ubDLi5EV42 .carousel-indicators,
  .cid-ubDLi5EV42 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubDLi5EV42 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubDLi5EV42 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubDLi5EV42 .carousel-indicators .active,
.cid-ubDLi5EV42 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubDLi5EV42 .carousel-indicators .active {
  background: #fff;
}
.cid-ubDLi5EV42 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubDLi5EV42 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubDLi5EV42 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubDLi5EV42 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubDLi5EV42 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubDLi5EV42 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubDLi5EV42 .carousel {
  width: 100%;
}
.cid-ubDLi5EV42 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubDLi5EV42 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubDLi5EV42 .modal.fade .modal-dialog,
.cid-ubDLi5EV42 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubDLi5EV42 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubDLi5EV42 H6 {
  text-align: center;
}
.cid-ubDDt9I3wE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #78d944;
}
.cid-ubDDt9I3wE .item {
  padding-bottom: 2rem;
}
.cid-ubDDt9I3wE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubDDt9I3wE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDDt9I3wE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubDDt9I3wE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubDDt9I3wE .carousel-control,
.cid-ubDDt9I3wE .close {
  background: #1b1b1b;
}
.cid-ubDDt9I3wE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubDDt9I3wE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubDDt9I3wE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubDDt9I3wE .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubDDt9I3wE .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubDDt9I3wE .close::before {
  content: '\e91a';
}
.cid-ubDDt9I3wE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubDDt9I3wE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubDDt9I3wE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDDt9I3wE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubDDt9I3wE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubDDt9I3wE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubDDt9I3wE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubDDt9I3wE .carousel-indicators li.active,
.cid-ubDDt9I3wE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubDDt9I3wE .carousel-indicators li::after,
.cid-ubDDt9I3wE .carousel-indicators li::before {
  content: none;
}
.cid-ubDDt9I3wE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubDDt9I3wE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubDDt9I3wE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDDt9I3wE .carousel-indicators {
    display: none;
  }
}
.cid-ubDDt9I3wE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubDDt9I3wE .carousel-inner > .active {
  display: block;
}
.cid-ubDDt9I3wE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDDt9I3wE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubDDt9I3wE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubDDt9I3wE .carousel-control,
  .cid-ubDDt9I3wE .carousel-indicators,
  .cid-ubDDt9I3wE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubDDt9I3wE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubDDt9I3wE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubDDt9I3wE .carousel-indicators .active,
.cid-ubDDt9I3wE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubDDt9I3wE .carousel-indicators .active {
  background: #fff;
}
.cid-ubDDt9I3wE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubDDt9I3wE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubDDt9I3wE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubDDt9I3wE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubDDt9I3wE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubDDt9I3wE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubDDt9I3wE .carousel {
  width: 100%;
}
.cid-ubDDt9I3wE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubDDt9I3wE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubDDt9I3wE .modal.fade .modal-dialog,
.cid-ubDDt9I3wE .modal.in .modal-dialog {
  transform: none;
}
.cid-ubDDt9I3wE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubDDt9I3wE H6 {
  text-align: center;
}
.cid-ubgnzP5Orf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240428-kart1-1-252x448.jpeg");
}
.cid-ubgnzP5Orf .item {
  padding-bottom: 2rem;
}
.cid-ubgnzP5Orf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ubgnzP5Orf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgnzP5Orf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgnzP5Orf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgnzP5Orf .carousel-control,
.cid-ubgnzP5Orf .close {
  background: #1b1b1b;
}
.cid-ubgnzP5Orf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgnzP5Orf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgnzP5Orf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgnzP5Orf .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgnzP5Orf .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgnzP5Orf .close::before {
  content: '\e91a';
}
.cid-ubgnzP5Orf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgnzP5Orf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgnzP5Orf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgnzP5Orf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgnzP5Orf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgnzP5Orf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgnzP5Orf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgnzP5Orf .carousel-indicators li.active,
.cid-ubgnzP5Orf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgnzP5Orf .carousel-indicators li::after,
.cid-ubgnzP5Orf .carousel-indicators li::before {
  content: none;
}
.cid-ubgnzP5Orf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgnzP5Orf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgnzP5Orf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgnzP5Orf .carousel-indicators {
    display: none;
  }
}
.cid-ubgnzP5Orf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgnzP5Orf .carousel-inner > .active {
  display: block;
}
.cid-ubgnzP5Orf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgnzP5Orf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgnzP5Orf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgnzP5Orf .carousel-control,
  .cid-ubgnzP5Orf .carousel-indicators,
  .cid-ubgnzP5Orf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgnzP5Orf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgnzP5Orf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgnzP5Orf .carousel-indicators .active,
.cid-ubgnzP5Orf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgnzP5Orf .carousel-indicators .active {
  background: #fff;
}
.cid-ubgnzP5Orf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgnzP5Orf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgnzP5Orf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgnzP5Orf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgnzP5Orf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgnzP5Orf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgnzP5Orf .carousel {
  width: 100%;
}
.cid-ubgnzP5Orf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgnzP5Orf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgnzP5Orf .modal.fade .modal-dialog,
.cid-ubgnzP5Orf .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgnzP5Orf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgnzP5Orf H6 {
  text-align: center;
}
.cid-ubglyb593L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20240422-sniegs-2-252x448.jpeg");
}
.cid-ubglyb593L .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubglyb593L .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubglyb593L .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgjk3d1MQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sn-roz-252x448.jpeg");
}
.cid-ubgjk3d1MQ .item {
  padding-bottom: 2rem;
}
.cid-ubgjk3d1MQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ubgjk3d1MQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgjk3d1MQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgjk3d1MQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgjk3d1MQ .carousel-control,
.cid-ubgjk3d1MQ .close {
  background: #1b1b1b;
}
.cid-ubgjk3d1MQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgjk3d1MQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgjk3d1MQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgjk3d1MQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgjk3d1MQ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgjk3d1MQ .close::before {
  content: '\e91a';
}
.cid-ubgjk3d1MQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgjk3d1MQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgjk3d1MQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgjk3d1MQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgjk3d1MQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgjk3d1MQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgjk3d1MQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgjk3d1MQ .carousel-indicators li.active,
.cid-ubgjk3d1MQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgjk3d1MQ .carousel-indicators li::after,
.cid-ubgjk3d1MQ .carousel-indicators li::before {
  content: none;
}
.cid-ubgjk3d1MQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgjk3d1MQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgjk3d1MQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgjk3d1MQ .carousel-indicators {
    display: none;
  }
}
.cid-ubgjk3d1MQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgjk3d1MQ .carousel-inner > .active {
  display: block;
}
.cid-ubgjk3d1MQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgjk3d1MQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgjk3d1MQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgjk3d1MQ .carousel-control,
  .cid-ubgjk3d1MQ .carousel-indicators,
  .cid-ubgjk3d1MQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgjk3d1MQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgjk3d1MQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgjk3d1MQ .carousel-indicators .active,
.cid-ubgjk3d1MQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgjk3d1MQ .carousel-indicators .active {
  background: #fff;
}
.cid-ubgjk3d1MQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgjk3d1MQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgjk3d1MQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgjk3d1MQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgjk3d1MQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgjk3d1MQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgjk3d1MQ .carousel {
  width: 100%;
}
.cid-ubgjk3d1MQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgjk3d1MQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgjk3d1MQ .modal.fade .modal-dialog,
.cid-ubgjk3d1MQ .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgjk3d1MQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgjk3d1MQ H6 {
  text-align: center;
}
.cid-u8wsNjKHZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pav1-252x448.jpeg");
}
.cid-u8wsNjKHZr .item {
  padding-bottom: 2rem;
}
.cid-u8wsNjKHZr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u8wsNjKHZr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8wsNjKHZr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u8wsNjKHZr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8wsNjKHZr .carousel-control,
.cid-u8wsNjKHZr .close {
  background: #1b1b1b;
}
.cid-u8wsNjKHZr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8wsNjKHZr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8wsNjKHZr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8wsNjKHZr .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8wsNjKHZr .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8wsNjKHZr .close::before {
  content: '\e91a';
}
.cid-u8wsNjKHZr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8wsNjKHZr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u8wsNjKHZr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8wsNjKHZr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8wsNjKHZr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8wsNjKHZr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8wsNjKHZr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u8wsNjKHZr .carousel-indicators li.active,
.cid-u8wsNjKHZr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8wsNjKHZr .carousel-indicators li::after,
.cid-u8wsNjKHZr .carousel-indicators li::before {
  content: none;
}
.cid-u8wsNjKHZr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8wsNjKHZr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8wsNjKHZr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8wsNjKHZr .carousel-indicators {
    display: none;
  }
}
.cid-u8wsNjKHZr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8wsNjKHZr .carousel-inner > .active {
  display: block;
}
.cid-u8wsNjKHZr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8wsNjKHZr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8wsNjKHZr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8wsNjKHZr .carousel-control,
  .cid-u8wsNjKHZr .carousel-indicators,
  .cid-u8wsNjKHZr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8wsNjKHZr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8wsNjKHZr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8wsNjKHZr .carousel-indicators .active,
.cid-u8wsNjKHZr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8wsNjKHZr .carousel-indicators .active {
  background: #fff;
}
.cid-u8wsNjKHZr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8wsNjKHZr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8wsNjKHZr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8wsNjKHZr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8wsNjKHZr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8wsNjKHZr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8wsNjKHZr .carousel {
  width: 100%;
}
.cid-u8wsNjKHZr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8wsNjKHZr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8wsNjKHZr .modal.fade .modal-dialog,
.cid-u8wsNjKHZr .modal.in .modal-dialog {
  transform: none;
}
.cid-u8wsNjKHZr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8wsNjKHZr H6 {
  text-align: center;
}
.cid-u8wq0g0ITB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/paprik-252x448.jpeg");
}
.cid-u8wq0g0ITB .item {
  padding-bottom: 2rem;
}
.cid-u8wq0g0ITB .item-wrapper {
  position: relative;
}
.cid-u8wq0g0ITB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u8wq0g0ITB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8wq0g0ITB .carousel-control,
.cid-u8wq0g0ITB .close {
  background: #1b1b1b;
}
.cid-u8wq0g0ITB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8wq0g0ITB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8wq0g0ITB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8wq0g0ITB .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8wq0g0ITB .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8wq0g0ITB .close::before {
  content: '\e91a';
}
.cid-u8wq0g0ITB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8wq0g0ITB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u8wq0g0ITB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8wq0g0ITB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8wq0g0ITB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8wq0g0ITB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8wq0g0ITB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u8wq0g0ITB .carousel-indicators li.active,
.cid-u8wq0g0ITB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8wq0g0ITB .carousel-indicators li::after,
.cid-u8wq0g0ITB .carousel-indicators li::before {
  content: none;
}
.cid-u8wq0g0ITB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8wq0g0ITB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8wq0g0ITB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8wq0g0ITB .carousel-indicators {
    display: none;
  }
}
.cid-u8wq0g0ITB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8wq0g0ITB .carousel-inner > .active {
  display: block;
}
.cid-u8wq0g0ITB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8wq0g0ITB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8wq0g0ITB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8wq0g0ITB .carousel-control,
  .cid-u8wq0g0ITB .carousel-indicators,
  .cid-u8wq0g0ITB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8wq0g0ITB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8wq0g0ITB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8wq0g0ITB .carousel-indicators .active,
.cid-u8wq0g0ITB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8wq0g0ITB .carousel-indicators .active {
  background: #fff;
}
.cid-u8wq0g0ITB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8wq0g0ITB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8wq0g0ITB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8wq0g0ITB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8wq0g0ITB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8wq0g0ITB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8wq0g0ITB .carousel {
  width: 100%;
}
.cid-u8wq0g0ITB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8wq0g0ITB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8wq0g0ITB .modal.fade .modal-dialog,
.cid-u8wq0g0ITB .modal.in .modal-dialog {
  transform: none;
}
.cid-u8wq0g0ITB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8wq0g0ITB H6 {
  text-align: center;
}
.cid-u6mxVyxAnl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20240221-121323-295x448.jpeg");
}
.cid-u6mxVyxAnl .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-u6mxVyxAnl img,
.cid-u6mxVyxAnl .item-img {
  width: 100%;
}
.cid-u6mxVyxAnl .item:focus,
.cid-u6mxVyxAnl span:focus {
  outline: none;
}
.cid-u6mxVyxAnl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6mxVyxAnl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6mxVyxAnl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6mxVyxAnl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6mxVyxAnl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6mxVyxAnl .mbr-section-title {
  color: #232323;
}
.cid-u6mxVyxAnl .mbr-text,
.cid-u6mxVyxAnl .mbr-section-btn {
  text-align: left;
}
.cid-u6mxVyxAnl .item-title {
  text-align: left;
}
.cid-u6mxVyxAnl .item-subtitle {
  text-align: center;
}
.cid-u6mxVyxAnl .mbr-section-subtitle {
  color: #000000;
}
.cid-u18K6LyfBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20240103-111707-445x636.jpeg");
}
@media (max-width: 991px) {
  .cid-u18K6LyfBu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u18K6LyfBu .row {
  flex-direction: row-reverse;
}
.cid-u18K6LyfBu img {
  width: 100%;
}
.cid-sRpCwD1Mwu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #78d944;
}
.cid-sRpCwD1Mwu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRpCwD1Mwu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sRpCwD1Mwu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sRpCwD1Mwu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #faf5de !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 245, 222, 0.2);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf5de;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRsD37ryRR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #22a5e5 10%, #bed3f9 100%) !important;
}
.cid-sVf33S6V7K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVf33S6V7K .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sVf33S6V7K .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sVf33S6V7K .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-tcqyJhaR1O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcqyJhaR1O .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tcqyJhaR1O .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tcqyJhaR1O .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-sVeIgMYAwR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sVeIgMYAwR .mbr-text {
  text-align: left;
}
.cid-sVeIgMYAwR .mbr-section-subtitle {
  text-align: center;
}
.cid-sVeJ15N2i4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sVeJ15N2i4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sVeJ15N2i4 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sVeJ15N2i4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sVeJ15N2i4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sVeJ15N2i4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sVeJ15N2i4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sVeJ15N2i4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVeJ15N2i4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sVeJ15N2i4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVeJ15N2i4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sVqk2JSATA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sVqk2JSATA .item {
  padding-bottom: 2rem;
}
.cid-sVqk2JSATA .item-wrapper {
  position: relative;
}
.cid-sVqk2JSATA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sVqk2JSATA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sVqk2JSATA .carousel-control,
.cid-sVqk2JSATA .close {
  background: #1b1b1b;
}
.cid-sVqk2JSATA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVqk2JSATA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVqk2JSATA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVqk2JSATA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVqk2JSATA .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVqk2JSATA .close::before {
  content: '\e91a';
}
.cid-sVqk2JSATA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVqk2JSATA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVqk2JSATA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVqk2JSATA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVqk2JSATA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVqk2JSATA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVqk2JSATA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVqk2JSATA .carousel-indicators li.active,
.cid-sVqk2JSATA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVqk2JSATA .carousel-indicators li::after,
.cid-sVqk2JSATA .carousel-indicators li::before {
  content: none;
}
.cid-sVqk2JSATA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVqk2JSATA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVqk2JSATA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVqk2JSATA .carousel-indicators {
    display: none;
  }
}
.cid-sVqk2JSATA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVqk2JSATA .carousel-inner > .active {
  display: block;
}
.cid-sVqk2JSATA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVqk2JSATA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVqk2JSATA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVqk2JSATA .carousel-control,
  .cid-sVqk2JSATA .carousel-indicators,
  .cid-sVqk2JSATA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVqk2JSATA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVqk2JSATA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVqk2JSATA .carousel-indicators .active,
.cid-sVqk2JSATA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVqk2JSATA .carousel-indicators .active {
  background: #fff;
}
.cid-sVqk2JSATA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVqk2JSATA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVqk2JSATA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVqk2JSATA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVqk2JSATA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVqk2JSATA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVqk2JSATA .carousel {
  width: 100%;
}
.cid-sVqk2JSATA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVqk2JSATA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVqk2JSATA .modal.fade .modal-dialog,
.cid-sVqk2JSATA .modal.in .modal-dialog {
  transform: none;
}
.cid-sVqk2JSATA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVqk2JSATA H6 {
  text-align: center;
}
.cid-t7G3J34rcU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7FZ4yM2VT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7FZ4yM2VT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7FZ4yM2VT .row {
  flex-direction: row-reverse;
}
.cid-t7FZ4yM2VT img {
  width: 100%;
}
.cid-t7G3HxnPDO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7FZcfNoEg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7FZcfNoEg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7FZcfNoEg .row {
  flex-direction: row-reverse;
}
.cid-t7FZcfNoEg img {
  width: 100%;
}
.cid-sVf4QgGJrz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #faf5de !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 245, 222, 0.2);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf5de;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRsCVLg8BZ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #22a5e5 10%, #bed3f9 100%) !important;
}
.cid-toWqd6YGFn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toWqd6YGFn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-toWqd6YGFn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-toWqd6YGFn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sRsnKrPdvj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRsnKrPdvj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRsnKrPdvj .row {
  flex-direction: row-reverse;
}
.cid-sRsnKrPdvj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRsnKrPdvj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRskYyqBCR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRskYyqBCR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRskYyqBCR .row {
  flex-direction: row-reverse;
}
.cid-sRskYyqBCR img {
  width: 100%;
}
.cid-s48P1Icc8J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyoZRC7KIC {
  z-index: 1000;
  width: 100%;
}
.cid-tyoZRC7KIC nav.navbar {
  position: fixed;
}
.cid-tyoZRC7KIC .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-tyoZRC7KIC .dropdown-menu {
  padding: 0;
}
.cid-tyoZRC7KIC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyoZRC7KIC .dropdown-item:hover,
.cid-tyoZRC7KIC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyoZRC7KIC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tyoZRC7KIC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyoZRC7KIC .nav-link {
  position: relative;
}
.cid-tyoZRC7KIC .container {
  display: flex;
  margin: auto;
}
.cid-tyoZRC7KIC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyoZRC7KIC .navbar-caption {
  padding-right: 4rem;
}
.cid-tyoZRC7KIC .dropdown-menu,
.cid-tyoZRC7KIC .navbar.opened {
  background: #faf5de !important;
}
.cid-tyoZRC7KIC .nav-item:focus,
.cid-tyoZRC7KIC .nav-link:focus {
  outline: none;
}
.cid-tyoZRC7KIC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyoZRC7KIC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyoZRC7KIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyoZRC7KIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyoZRC7KIC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyoZRC7KIC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyoZRC7KIC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 245, 222, 0.2);
}
.cid-tyoZRC7KIC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyoZRC7KIC .navbar.opened {
  transition: all .3s;
}
.cid-tyoZRC7KIC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tyoZRC7KIC .navbar .navbar-logo img {
  width: auto;
}
.cid-tyoZRC7KIC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyoZRC7KIC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyoZRC7KIC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyoZRC7KIC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tyoZRC7KIC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyoZRC7KIC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyoZRC7KIC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyoZRC7KIC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyoZRC7KIC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyoZRC7KIC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyoZRC7KIC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyoZRC7KIC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyoZRC7KIC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyoZRC7KIC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyoZRC7KIC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyoZRC7KIC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyoZRC7KIC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyoZRC7KIC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyoZRC7KIC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyoZRC7KIC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyoZRC7KIC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyoZRC7KIC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyoZRC7KIC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyoZRC7KIC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyoZRC7KIC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyoZRC7KIC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyoZRC7KIC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyoZRC7KIC .dropdown-item.active,
.cid-tyoZRC7KIC .dropdown-item:active {
  background-color: transparent;
}
.cid-tyoZRC7KIC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyoZRC7KIC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyoZRC7KIC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyoZRC7KIC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf5de;
}
.cid-tyoZRC7KIC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyoZRC7KIC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyoZRC7KIC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyoZRC7KIC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyoZRC7KIC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tyoZRC7KIC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tyoZRC7KIC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyoZRC7KIC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyoZRC7KIC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyoZRC7KIC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyoZRC7KIC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyoZRC7KIC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyoZRC7KIC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyoZRC7KIC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyoZRC7KIC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyoZRC7KIC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyoZRC7KIC .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-tyoZRC7KIC .navbar {
    height: 77px;
  }
  .cid-tyoZRC7KIC .navbar.opened {
    height: auto;
  }
  .cid-tyoZRC7KIC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyoZPHxtPh {
  background-image: url("../../../assets/images/ozolzars1000x667-1000x602.jpg");
}
.cid-tyoZPHxtPh .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tyoZPHxtPh .mbr-text,
.cid-tyoZPHxtPh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tyoZPHxtPh .mbr-section-title,
  .cid-tyoZPHxtPh .mbr-section-btn,
  .cid-tyoZPHxtPh .mbr-text {
    text-align: center;
  }
}
.cid-tyoZQ2eGzP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
@media (max-width: 991px) {
  .cid-tyoZQ2eGzP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQ2eGzP .row {
  flex-direction: row-reverse;
}
.cid-tyoZQ2eGzP img {
  width: 100%;
}
.cid-tyoZQ3k452 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3f50c;
}
.cid-tyoZQ3k452 img,
.cid-tyoZQ3k452 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyoZQ3k452 .item:focus,
.cid-tyoZQ3k452 span:focus {
  outline: none;
}
.cid-tyoZQ3k452 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tyoZQ3k452 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f3f50c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyoZQ3k452 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQ3k452 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyoZQ3k452 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyoZQ3k452 .mbr-section-title {
  color: #232323;
}
.cid-tyoZQ5Xfcj {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #8caff0;
}
.cid-tyoZQ5Xfcj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQ5Xfcj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQ5Xfcj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQ7mayi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
.cid-tyoZQ7mayi .item {
  padding-bottom: 2rem;
}
.cid-tyoZQ7mayi .item-wrapper {
  position: relative;
}
.cid-tyoZQ7mayi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyoZQ7mayi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyoZQ7mayi .carousel-control,
.cid-tyoZQ7mayi .close {
  background: #1b1b1b;
}
.cid-tyoZQ7mayi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyoZQ7mayi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyoZQ7mayi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyoZQ7mayi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyoZQ7mayi .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyoZQ7mayi .close::before {
  content: '\e91a';
}
.cid-tyoZQ7mayi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyoZQ7mayi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyoZQ7mayi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQ7mayi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZQ7mayi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyoZQ7mayi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyoZQ7mayi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tyoZQ7mayi .carousel-indicators li.active,
.cid-tyoZQ7mayi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyoZQ7mayi .carousel-indicators li::after,
.cid-tyoZQ7mayi .carousel-indicators li::before {
  content: none;
}
.cid-tyoZQ7mayi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyoZQ7mayi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQ7mayi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQ7mayi .carousel-indicators {
    display: none;
  }
}
.cid-tyoZQ7mayi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyoZQ7mayi .carousel-inner > .active {
  display: block;
}
.cid-tyoZQ7mayi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQ7mayi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyoZQ7mayi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyoZQ7mayi .carousel-control,
  .cid-tyoZQ7mayi .carousel-indicators,
  .cid-tyoZQ7mayi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQ7mayi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyoZQ7mayi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyoZQ7mayi .carousel-indicators .active,
.cid-tyoZQ7mayi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyoZQ7mayi .carousel-indicators .active {
  background: #fff;
}
.cid-tyoZQ7mayi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyoZQ7mayi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyoZQ7mayi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyoZQ7mayi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyoZQ7mayi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyoZQ7mayi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyoZQ7mayi .carousel {
  width: 100%;
}
.cid-tyoZQ7mayi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyoZQ7mayi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyoZQ7mayi .modal.fade .modal-dialog,
.cid-tyoZQ7mayi .modal.in .modal-dialog {
  transform: none;
}
.cid-tyoZQ7mayi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyoZQ7mayi H6 {
  text-align: center;
}
.cid-tyoZQ9Gjik {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe2e2;
}
@media (max-width: 991px) {
  .cid-tyoZQ9Gjik .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQ9Gjik img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZQ9Gjik .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZQ9Gjik .mbr-section-title {
  text-align: center;
}
.cid-tyoZQbqtOD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe2e2;
}
.cid-tyoZQbqtOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyoZQbqtOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyoZQbqtOD .video-wrapper iframe {
  width: 100%;
}
.cid-tyoZQbqtOD .mbr-section-title,
.cid-tyoZQbqtOD .mbr-section-subtitle,
.cid-tyoZQbqtOD .mbr-text {
  text-align: center;
}
.cid-tyoZQcS6i2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efe2e2;
}
.cid-tyoZQcS6i2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQcS6i2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQcS6i2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQeaVcx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efe2e2;
}
.cid-tyoZQeaVcx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQeaVcx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQeaVcx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQfTFZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #6592e6;
}
.cid-tyoZQfTFZV img,
.cid-tyoZQfTFZV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tyoZQfTFZV .item:focus,
.cid-tyoZQfTFZV span:focus {
  outline: none;
}
.cid-tyoZQfTFZV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyoZQfTFZV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyoZQfTFZV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQfTFZV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyoZQfTFZV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyoZQfTFZV .mbr-section-title {
  color: #232323;
}
.cid-tyoZQfTFZV .mbr-text,
.cid-tyoZQfTFZV .mbr-section-btn {
  text-align: left;
}
.cid-tyoZQfTFZV .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tyoZQfTFZV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tyoZQhBJwk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tyoZQhBJwk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQhBJwk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQhBJwk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQj61nR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
@media (max-width: 991px) {
  .cid-tyoZQj61nR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQj61nR .row {
  flex-direction: row-reverse;
}
.cid-tyoZQj61nR img {
  width: 100%;
}
.cid-tyoZQlj6aW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff0b0;
}
.cid-tyoZQlj6aW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQlj6aW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQlj6aW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQmxn0P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff0b0;
}
.cid-tyoZQmxn0P .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQmxn0P .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQmxn0P .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQnMKUm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff0b0;
}
.cid-tyoZQnMKUm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQnMKUm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQnMKUm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQpfe2g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f50c;
}
.cid-tyoZQpfe2g .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZQpfe2g .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZQpfe2g .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZQqJQHz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4893f;
}
.cid-tyoZQqJQHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyoZQqJQHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyoZQqJQHz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tyoZQqJQHz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tyoZQqJQHz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tyoZQqJQHz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyoZQqJQHz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyoZQqJQHz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyoZQqJQHz .carousel-control,
.cid-tyoZQqJQHz .close {
  background: #1b1b1b;
}
.cid-tyoZQqJQHz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyoZQqJQHz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyoZQqJQHz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyoZQqJQHz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyoZQqJQHz .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyoZQqJQHz .close::before {
  content: '\e91a';
}
.cid-tyoZQqJQHz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyoZQqJQHz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyoZQqJQHz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQqJQHz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZQqJQHz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyoZQqJQHz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyoZQqJQHz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tyoZQqJQHz .carousel-indicators li.active,
.cid-tyoZQqJQHz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyoZQqJQHz .carousel-indicators li::after,
.cid-tyoZQqJQHz .carousel-indicators li::before {
  content: none;
}
.cid-tyoZQqJQHz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyoZQqJQHz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQqJQHz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQqJQHz .carousel-indicators {
    display: none;
  }
}
.cid-tyoZQqJQHz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyoZQqJQHz .carousel-inner > .active {
  display: block;
}
.cid-tyoZQqJQHz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQqJQHz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyoZQqJQHz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyoZQqJQHz .carousel-control,
  .cid-tyoZQqJQHz .carousel-indicators,
  .cid-tyoZQqJQHz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQqJQHz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyoZQqJQHz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyoZQqJQHz .carousel-indicators .active,
.cid-tyoZQqJQHz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyoZQqJQHz .carousel-indicators .active {
  background: #fff;
}
.cid-tyoZQqJQHz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyoZQqJQHz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyoZQqJQHz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyoZQqJQHz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyoZQqJQHz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyoZQqJQHz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyoZQqJQHz .carousel {
  width: 100%;
}
.cid-tyoZQqJQHz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyoZQqJQHz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyoZQqJQHz .modal.fade .modal-dialog,
.cid-tyoZQqJQHz .modal.in .modal-dialog {
  transform: none;
}
.cid-tyoZQqJQHz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyoZQqJQHz H6 {
  text-align: center;
}
.cid-tyoZQsqP4r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4893f;
}
.cid-tyoZQsqP4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyoZQsqP4r .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-tyoZQsqP4r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQsqP4r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZQsqP4r .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZQtXkl5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f50c;
}
.cid-tyoZQtXkl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyoZQtXkl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyoZQtXkl5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tyoZQtXkl5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tyoZQtXkl5 .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tyoZQtXkl5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyoZQtXkl5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyoZQtXkl5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyoZQtXkl5 .carousel-control,
.cid-tyoZQtXkl5 .close {
  background: #1b1b1b;
}
.cid-tyoZQtXkl5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyoZQtXkl5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyoZQtXkl5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyoZQtXkl5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyoZQtXkl5 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyoZQtXkl5 .close::before {
  content: '\e91a';
}
.cid-tyoZQtXkl5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyoZQtXkl5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyoZQtXkl5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQtXkl5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZQtXkl5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyoZQtXkl5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyoZQtXkl5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tyoZQtXkl5 .carousel-indicators li.active,
.cid-tyoZQtXkl5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyoZQtXkl5 .carousel-indicators li::after,
.cid-tyoZQtXkl5 .carousel-indicators li::before {
  content: none;
}
.cid-tyoZQtXkl5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyoZQtXkl5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQtXkl5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQtXkl5 .carousel-indicators {
    display: none;
  }
}
.cid-tyoZQtXkl5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyoZQtXkl5 .carousel-inner > .active {
  display: block;
}
.cid-tyoZQtXkl5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQtXkl5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyoZQtXkl5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyoZQtXkl5 .carousel-control,
  .cid-tyoZQtXkl5 .carousel-indicators,
  .cid-tyoZQtXkl5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQtXkl5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyoZQtXkl5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyoZQtXkl5 .carousel-indicators .active,
.cid-tyoZQtXkl5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyoZQtXkl5 .carousel-indicators .active {
  background: #fff;
}
.cid-tyoZQtXkl5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyoZQtXkl5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyoZQtXkl5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyoZQtXkl5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyoZQtXkl5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyoZQtXkl5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyoZQtXkl5 .carousel {
  width: 100%;
}
.cid-tyoZQtXkl5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyoZQtXkl5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyoZQtXkl5 .modal.fade .modal-dialog,
.cid-tyoZQtXkl5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tyoZQtXkl5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyoZQtXkl5 H6 {
  text-align: center;
}
.cid-tyoZQvXBMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyoZQvXBMc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQvXBMc .row {
  flex-direction: row-reverse;
}
.cid-tyoZQvXBMc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZQvXBMc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZQyiAcl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe2e2;
}
@media (max-width: 991px) {
  .cid-tyoZQyiAcl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQyiAcl .row {
  flex-direction: row-reverse;
}
.cid-tyoZQyiAcl img {
  width: 100%;
}
.cid-tyoZQA1uHt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f50c;
}
@media (max-width: 991px) {
  .cid-tyoZQA1uHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQA1uHt .row {
  flex-direction: row-reverse;
}
.cid-tyoZQA1uHt img {
  width: 100%;
}
.cid-tyoZQBkIJv {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyoZQBkIJv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQBkIJv .row {
  flex-direction: row-reverse;
}
.cid-tyoZQBkIJv img {
  width: 100%;
}
.cid-tyoZQCGUqf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efe2e2;
}
@media (max-width: 991px) {
  .cid-tyoZQCGUqf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQCGUqf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZQCGUqf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZQEfdg5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tyoZQFWYQF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #78d944;
}
@media (max-width: 991px) {
  .cid-tyoZQFWYQF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQFWYQF .row {
  flex-direction: row-reverse;
}
.cid-tyoZQFWYQF img {
  width: 100%;
}
.cid-tyoZQHMOX9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tyoZQHMOX9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQHMOX9 .row {
  flex-direction: row-reverse;
}
.cid-tyoZQHMOX9 img {
  width: 100%;
}
.cid-tyoZQJjek7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-tyoZQJjek7 img,
.cid-tyoZQJjek7 .item-img {
  width: 100%;
}
.cid-tyoZQJjek7 .item:focus,
.cid-tyoZQJjek7 span:focus {
  outline: none;
}
.cid-tyoZQJjek7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tyoZQJjek7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyoZQJjek7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQJjek7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyoZQJjek7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyoZQJjek7 .mbr-section-title {
  color: #232323;
}
.cid-tyoZQLvIez {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f50c;
}
@media (max-width: 991px) {
  .cid-tyoZQLvIez .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQLvIez .row {
  flex-direction: row-reverse;
}
.cid-tyoZQLvIez img {
  width: 100%;
}
.cid-tyoZQNbngk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tyoZQNbngk .item {
  padding-bottom: 2rem;
}
.cid-tyoZQNbngk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyoZQNbngk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyoZQNbngk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyoZQNbngk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyoZQNbngk .carousel-control,
.cid-tyoZQNbngk .close {
  background: #1b1b1b;
}
.cid-tyoZQNbngk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyoZQNbngk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyoZQNbngk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyoZQNbngk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyoZQNbngk .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tyoZQNbngk .close::before {
  content: '\e91a';
}
.cid-tyoZQNbngk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyoZQNbngk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyoZQNbngk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQNbngk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZQNbngk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyoZQNbngk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyoZQNbngk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tyoZQNbngk .carousel-indicators li.active,
.cid-tyoZQNbngk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyoZQNbngk .carousel-indicators li::after,
.cid-tyoZQNbngk .carousel-indicators li::before {
  content: none;
}
.cid-tyoZQNbngk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyoZQNbngk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyoZQNbngk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQNbngk .carousel-indicators {
    display: none;
  }
}
.cid-tyoZQNbngk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyoZQNbngk .carousel-inner > .active {
  display: block;
}
.cid-tyoZQNbngk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQNbngk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyoZQNbngk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyoZQNbngk .carousel-control,
  .cid-tyoZQNbngk .carousel-indicators,
  .cid-tyoZQNbngk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQNbngk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyoZQNbngk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyoZQNbngk .carousel-indicators .active,
.cid-tyoZQNbngk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyoZQNbngk .carousel-indicators .active {
  background: #fff;
}
.cid-tyoZQNbngk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyoZQNbngk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyoZQNbngk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyoZQNbngk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyoZQNbngk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyoZQNbngk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyoZQNbngk .carousel {
  width: 100%;
}
.cid-tyoZQNbngk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyoZQNbngk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyoZQNbngk .modal.fade .modal-dialog,
.cid-tyoZQNbngk .modal.in .modal-dialog {
  transform: none;
}
.cid-tyoZQNbngk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyoZQNbngk H6 {
  text-align: center;
}
.cid-tyoZQR094M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #aea7a7;
}
@media (max-width: 991px) {
  .cid-tyoZQR094M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQR094M .row {
  flex-direction: row-reverse;
}
.cid-tyoZQR094M img {
  width: 100%;
}
.cid-tyoZQSI5G0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ff8a8a;
}
.cid-tyoZQSI5G0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tyoZQSI5G0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tyoZQSI5G0 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tyoZQSI5G0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tyoZQSI5G0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tyoZQSI5G0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZQSI5G0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tyoZQSI5G0 .social-row {
  text-align: center;
}
.cid-tyoZQSI5G0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyoZQSI5G0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tyoZQSI5G0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyoZQSI5G0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tyoZQSI5G0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tyoZQSI5G0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tyoZQSI5G0 .embla__button--next,
.cid-tyoZQSI5G0 .embla__button--prev {
  display: flex;
}
.cid-tyoZQSI5G0 .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-tyoZQSI5G0 .embla__button {
    display: none;
  }
}
.cid-tyoZQSI5G0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tyoZQSI5G0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tyoZQSI5G0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZQSI5G0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZQSI5G0 .embla__button {
    top: auto;
  }
}
.cid-tyoZQSI5G0 .embla {
  position: relative;
  width: 100%;
}
.cid-tyoZQSI5G0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tyoZQSI5G0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tyoZQSI5G0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tyoZQSI5G0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tyoZQXVXRX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe885;
}
@media (max-width: 991px) {
  .cid-tyoZQXVXRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQXVXRX .row {
  flex-direction: row-reverse;
}
.cid-tyoZQXVXRX img {
  width: 100%;
}
.cid-tyoZQZD0fq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff9966;
}
@media (max-width: 991px) {
  .cid-tyoZQZD0fq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZQZD0fq .row {
  flex-direction: row-reverse;
}
.cid-tyoZQZD0fq img {
  width: 100%;
}
.cid-tyoZR1nHMu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyoZR39mFO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-tyoZR39mFO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZR39mFO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZR39mFO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZR5bB51 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #e6c63b;
}
.cid-tyoZR5bB51 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tyoZR5bB51 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tyoZR5bB51 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tyoZR5bB51 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tyoZR5bB51 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tyoZR5bB51 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZR5bB51 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tyoZR5bB51 .social-row {
  text-align: center;
}
.cid-tyoZR5bB51 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyoZR5bB51 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tyoZR5bB51 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyoZR5bB51 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tyoZR8Qrwp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f50c;
}
@media (max-width: 991px) {
  .cid-tyoZR8Qrwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZR8Qrwp .row {
  flex-direction: row-reverse;
}
.cid-tyoZR8Qrwp img {
  width: 100%;
}
.cid-tyoZR8Qrwp .mbr-text {
  text-align: left;
}
.cid-tyoZRaVDkq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #6592e6;
}
.cid-tyoZRaVDkq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyoZRaVDkq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tyoZRaVDkq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyoZRcwRcs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tyoZRcwRcs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZRcwRcs .row {
  flex-direction: row-reverse;
}
.cid-tyoZRcwRcs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZRcwRcs .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZReud14 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
@media (max-width: 991px) {
  .cid-tyoZReud14 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZReud14 .row {
  flex-direction: row-reverse;
}
.cid-tyoZReud14 img {
  width: 100%;
}
.cid-tyoZRjE8Mv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyoZRjE8Mv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZRjE8Mv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tyoZRjE8Mv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tyoZRppZK3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #6592e6;
}
.cid-tyoZRppZK3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tyoZRppZK3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tyoZRppZK3 .card-wrap {
  background: #6592e6;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tyoZRppZK3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tyoZRppZK3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tyoZRppZK3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZRppZK3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tyoZRppZK3 .social-row {
  text-align: center;
}
.cid-tyoZRppZK3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tyoZRppZK3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tyoZRppZK3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tyoZRppZK3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tyoZRppZK3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tyoZRppZK3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tyoZRppZK3 .embla__button--next,
.cid-tyoZRppZK3 .embla__button--prev {
  display: flex;
}
.cid-tyoZRppZK3 .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-tyoZRppZK3 .embla__button {
    display: none;
  }
}
.cid-tyoZRppZK3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tyoZRppZK3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tyoZRppZK3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyoZRppZK3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyoZRppZK3 .embla__button {
    top: auto;
  }
}
.cid-tyoZRppZK3 .embla {
  position: relative;
  width: 100%;
}
.cid-tyoZRppZK3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tyoZRppZK3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tyoZRppZK3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tyoZRppZK3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tyoZRvLviF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f50c;
}
.cid-tyoZRvLviF .content-wrapper {
  background: #f3f50c;
}
@media (max-width: 991px) {
  .cid-tyoZRvLviF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyoZRvLviF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyoZRvLviF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyoZRvLviF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tyoZRvLviF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tyoZRvLviF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyoZRxztUm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tyoZRxztUm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyoZRxztUm .row {
  flex-direction: row-reverse;
}
.cid-tyoZRxztUm img {
  width: 100%;
}
.cid-tyoZRxztUm .mbr-description {
  text-align: center;
}
.cid-tyoZREuKVw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-tyoZREuKVw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyoZREuKVw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyoZREuKVw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyoZREuKVw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyoZREuKVw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyoZREuKVw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyoZREuKVw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyoZREuKVw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyoZREuKVw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyoZREuKVw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyoZREuKVw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyoZREuKVw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyoZREuKVw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyoZREuKVw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubgSGvHrUo {
  z-index: 1000;
  width: 100%;
}
.cid-ubgSGvHrUo nav.navbar {
  position: fixed;
}
.cid-ubgSGvHrUo .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-ubgSGvHrUo .dropdown-menu {
  padding: 0;
}
.cid-ubgSGvHrUo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubgSGvHrUo .dropdown-item:hover,
.cid-ubgSGvHrUo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ubgSGvHrUo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ubgSGvHrUo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubgSGvHrUo .nav-link {
  position: relative;
}
.cid-ubgSGvHrUo .container {
  display: flex;
  margin: auto;
}
.cid-ubgSGvHrUo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubgSGvHrUo .navbar-caption {
  padding-right: 4rem;
}
.cid-ubgSGvHrUo .dropdown-menu,
.cid-ubgSGvHrUo .navbar.opened {
  background: #faf5de !important;
}
.cid-ubgSGvHrUo .nav-item:focus,
.cid-ubgSGvHrUo .nav-link:focus {
  outline: none;
}
.cid-ubgSGvHrUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubgSGvHrUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubgSGvHrUo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ubgSGvHrUo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubgSGvHrUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubgSGvHrUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubgSGvHrUo .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(250, 245, 222, 0.2);
}
.cid-ubgSGvHrUo .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubgSGvHrUo .navbar.opened {
  transition: all .3s;
}
.cid-ubgSGvHrUo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ubgSGvHrUo .navbar .navbar-logo img {
  width: auto;
}
.cid-ubgSGvHrUo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubgSGvHrUo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubgSGvHrUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubgSGvHrUo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ubgSGvHrUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubgSGvHrUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubgSGvHrUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubgSGvHrUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubgSGvHrUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ubgSGvHrUo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubgSGvHrUo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubgSGvHrUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubgSGvHrUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubgSGvHrUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubgSGvHrUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubgSGvHrUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubgSGvHrUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubgSGvHrUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubgSGvHrUo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubgSGvHrUo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubgSGvHrUo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubgSGvHrUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubgSGvHrUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubgSGvHrUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubgSGvHrUo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubgSGvHrUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubgSGvHrUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubgSGvHrUo .dropdown-item.active,
.cid-ubgSGvHrUo .dropdown-item:active {
  background-color: transparent;
}
.cid-ubgSGvHrUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubgSGvHrUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubgSGvHrUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubgSGvHrUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf5de;
}
.cid-ubgSGvHrUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubgSGvHrUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubgSGvHrUo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubgSGvHrUo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubgSGvHrUo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ubgSGvHrUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ubgSGvHrUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubgSGvHrUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubgSGvHrUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubgSGvHrUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubgSGvHrUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubgSGvHrUo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubgSGvHrUo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubgSGvHrUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubgSGvHrUo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ubgSGvHrUo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubgSGvHrUo .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-ubgSGvHrUo .navbar {
    height: 77px;
  }
  .cid-ubgSGvHrUo .navbar.opened {
    height: auto;
  }
  .cid-ubgSGvHrUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubgSGw9kIr {
  background-image: url("../../../assets/images/ozolzars1000x667-1000x602.jpg");
}
.cid-ubgSGw9kIr .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-ubgSGw9kIr .mbr-text,
.cid-ubgSGw9kIr .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ubgSGw9kIr .mbr-section-title,
  .cid-ubgSGw9kIr .mbr-section-btn,
  .cid-ubgSGw9kIr .mbr-text {
    text-align: center;
  }
}
.cid-ubgSGySQuf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zsv-bilde-589x471.jpg");
}
@media (max-width: 991px) {
  .cid-ubgSGySQuf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGySQuf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGySQuf .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGySQuf .mbr-text {
  color: #4479d9;
}
.cid-ubgSGz8NxW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubgSGz8NxW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGz8NxW .row {
  flex-direction: row-reverse;
}
.cid-ubgSGz8NxW img {
  width: 100%;
}
.cid-ubgSGzoSms {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231130-111726-2000x3554.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGzoSms .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGzoSms .row {
  flex-direction: row-reverse;
}
.cid-ubgSGzoSms img {
  width: 100%;
}
.cid-ubgSGzDAJU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20231227-220618-252x448.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGzDAJU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGzDAJU .row {
  flex-direction: row-reverse;
}
.cid-ubgSGzDAJU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGzDAJU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGzWVbY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231223-125642-252x448.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGzWVbY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGzWVbY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGzWVbY .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGzWVbY .mbr-text {
  text-align: center;
}
.cid-ubgSGAbBf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231218-92550-252x448.jpeg");
}
.cid-ubgSGAbBf5 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGAbBf5 .item-wrapper {
  position: relative;
}
.cid-ubgSGAbBf5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGAbBf5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGAbBf5 .carousel-control,
.cid-ubgSGAbBf5 .close {
  background: #1b1b1b;
}
.cid-ubgSGAbBf5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGAbBf5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGAbBf5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGAbBf5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGAbBf5 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGAbBf5 .close::before {
  content: '\e91a';
}
.cid-ubgSGAbBf5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGAbBf5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGAbBf5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGAbBf5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGAbBf5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGAbBf5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGAbBf5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGAbBf5 .carousel-indicators li.active,
.cid-ubgSGAbBf5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGAbBf5 .carousel-indicators li::after,
.cid-ubgSGAbBf5 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGAbBf5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGAbBf5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGAbBf5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGAbBf5 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGAbBf5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGAbBf5 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGAbBf5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGAbBf5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGAbBf5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGAbBf5 .carousel-control,
  .cid-ubgSGAbBf5 .carousel-indicators,
  .cid-ubgSGAbBf5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGAbBf5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGAbBf5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGAbBf5 .carousel-indicators .active,
.cid-ubgSGAbBf5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGAbBf5 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGAbBf5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGAbBf5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGAbBf5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGAbBf5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGAbBf5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGAbBf5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGAbBf5 .carousel {
  width: 100%;
}
.cid-ubgSGAbBf5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGAbBf5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGAbBf5 .modal.fade .modal-dialog,
.cid-ubgSGAbBf5 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGAbBf5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGAbBf5 H6 {
  text-align: center;
}
.cid-ubgSGAuiuy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-ubgSGAuiuy img,
.cid-ubgSGAuiuy .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubgSGAuiuy .item:focus,
.cid-ubgSGAuiuy span:focus {
  outline: none;
}
.cid-ubgSGAuiuy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubgSGAuiuy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubgSGAuiuy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGAuiuy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubgSGAuiuy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubgSGAuiuy .mbr-section-title {
  color: #232323;
}
.cid-ubgSGAuiuy .mbr-text,
.cid-ubgSGAuiuy .mbr-section-btn {
  text-align: center;
}
.cid-ubgSGAuiuy .item-title {
  text-align: left;
}
.cid-ubgSGAuiuy .item-subtitle {
  text-align: center;
}
.cid-ubgSGAPDL7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231130-111653-252x448.jpeg");
}
.cid-ubgSGAPDL7 .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGAPDL7 .mbr-section-title,
.cid-ubgSGAPDL7 .mbr-section-subtitle,
.cid-ubgSGAPDL7 .mbr-text {
  text-align: center;
}
.cid-ubgSGB5jop {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231130-111726-252x448.jpeg");
}
.cid-ubgSGB5jop .item {
  padding-bottom: 2rem;
}
.cid-ubgSGB5jop .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGB5jop .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGB5jop .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGB5jop .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGB5jop .carousel-control,
.cid-ubgSGB5jop .close {
  background: #1b1b1b;
}
.cid-ubgSGB5jop .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGB5jop .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGB5jop .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGB5jop .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGB5jop .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGB5jop .close::before {
  content: '\e91a';
}
.cid-ubgSGB5jop .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGB5jop .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGB5jop .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGB5jop .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGB5jop .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGB5jop .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGB5jop .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGB5jop .carousel-indicators li.active,
.cid-ubgSGB5jop .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGB5jop .carousel-indicators li::after,
.cid-ubgSGB5jop .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGB5jop .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGB5jop .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGB5jop .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGB5jop .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGB5jop .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGB5jop .carousel-inner > .active {
  display: block;
}
.cid-ubgSGB5jop .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGB5jop .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGB5jop .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGB5jop .carousel-control,
  .cid-ubgSGB5jop .carousel-indicators,
  .cid-ubgSGB5jop .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGB5jop .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGB5jop .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGB5jop .carousel-indicators .active,
.cid-ubgSGB5jop .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGB5jop .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGB5jop .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGB5jop .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGB5jop .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGB5jop .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGB5jop .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGB5jop .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGB5jop .carousel {
  width: 100%;
}
.cid-ubgSGB5jop .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGB5jop .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGB5jop .modal.fade .modal-dialog,
.cid-ubgSGB5jop .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGB5jop .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGB5jop H6 {
  text-align: center;
}
.cid-ubgSGBtSUG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231121-saulriets-768x950.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGBtSUG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGBtSUG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGBtSUG .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGBKxHI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20231117-143113-283x448.jpeg");
}
.cid-ubgSGBKxHI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubgSGBKxHI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubgSGBKxHI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgSGBKxHI P {
  color: #efe2e2;
}
.cid-ubgSGCpShT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231117-143110-283x448.jpeg");
}
.cid-ubgSGCpShT .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGCpShT .mbr-section-title,
.cid-ubgSGCpShT .mbr-section-subtitle,
.cid-ubgSGCpShT .mbr-text {
  text-align: center;
}
.cid-ubgSGCO2ub {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/20231117-122823-252x448.jpg");
}
.cid-ubgSGCO2ub .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubgSGCO2ub .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubgSGCO2ub .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgSGCO2ub P {
  color: #faf5de;
}
.cid-ubgSGD42Ip {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20231109-184113-2000x3554.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGD42Ip .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGD42Ip img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGD42Ip .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGDkzRl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-ubgSGDkzRl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubgSGDkzRl .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubgSGDkzRl .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgSGDkzRl P {
  color: #faf5de;
}
.cid-ubgSGDzn8Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-ubgSGDzn8Y .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGDzn8Y .mbr-section-title,
.cid-ubgSGDzn8Y .mbr-section-subtitle,
.cid-ubgSGDzn8Y .mbr-text {
  text-align: center;
}
.cid-ubgSGDQvnK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20231027-74915-2000x3554.jpg");
}
.cid-ubgSGDQvnK .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGDQvnK .mbr-section-title,
.cid-ubgSGDQvnK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubgSGDQvnK .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGE8Iq3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d5d413;
}
.cid-ubgSGE8Iq3 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGE8Iq3 .item-wrapper {
  position: relative;
}
.cid-ubgSGE8Iq3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGE8Iq3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGE8Iq3 .carousel-control,
.cid-ubgSGE8Iq3 .close {
  background: #1b1b1b;
}
.cid-ubgSGE8Iq3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGE8Iq3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGE8Iq3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGE8Iq3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGE8Iq3 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGE8Iq3 .close::before {
  content: '\e91a';
}
.cid-ubgSGE8Iq3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGE8Iq3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGE8Iq3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGE8Iq3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGE8Iq3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGE8Iq3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGE8Iq3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGE8Iq3 .carousel-indicators li.active,
.cid-ubgSGE8Iq3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGE8Iq3 .carousel-indicators li::after,
.cid-ubgSGE8Iq3 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGE8Iq3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGE8Iq3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGE8Iq3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGE8Iq3 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGE8Iq3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGE8Iq3 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGE8Iq3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGE8Iq3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGE8Iq3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGE8Iq3 .carousel-control,
  .cid-ubgSGE8Iq3 .carousel-indicators,
  .cid-ubgSGE8Iq3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGE8Iq3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGE8Iq3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGE8Iq3 .carousel-indicators .active,
.cid-ubgSGE8Iq3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGE8Iq3 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGE8Iq3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGE8Iq3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGE8Iq3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGE8Iq3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGE8Iq3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGE8Iq3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGE8Iq3 .carousel {
  width: 100%;
}
.cid-ubgSGE8Iq3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGE8Iq3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGE8Iq3 .modal.fade .modal-dialog,
.cid-ubgSGE8Iq3 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGE8Iq3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGE8Iq3 H6 {
  text-align: center;
}
.cid-ubgSGEs4Mw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231010-210226-375x315.jpg");
}
.cid-ubgSGEs4Mw .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGEs4Mw .mbr-section-title,
.cid-ubgSGEs4Mw .mbr-section-subtitle,
.cid-ubgSGEs4Mw .mbr-text {
  text-align: center;
}
.cid-ubgSGEKcnN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230927-121717-448x321.jpeg");
}
.cid-ubgSGEKcnN .item {
  padding-bottom: 2rem;
}
.cid-ubgSGEKcnN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGEKcnN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGEKcnN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGEKcnN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGEKcnN .carousel-control,
.cid-ubgSGEKcnN .close {
  background: #1b1b1b;
}
.cid-ubgSGEKcnN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGEKcnN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGEKcnN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGEKcnN .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGEKcnN .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGEKcnN .close::before {
  content: '\e91a';
}
.cid-ubgSGEKcnN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGEKcnN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGEKcnN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGEKcnN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGEKcnN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGEKcnN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGEKcnN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGEKcnN .carousel-indicators li.active,
.cid-ubgSGEKcnN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGEKcnN .carousel-indicators li::after,
.cid-ubgSGEKcnN .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGEKcnN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGEKcnN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGEKcnN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGEKcnN .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGEKcnN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGEKcnN .carousel-inner > .active {
  display: block;
}
.cid-ubgSGEKcnN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGEKcnN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGEKcnN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGEKcnN .carousel-control,
  .cid-ubgSGEKcnN .carousel-indicators,
  .cid-ubgSGEKcnN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGEKcnN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGEKcnN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGEKcnN .carousel-indicators .active,
.cid-ubgSGEKcnN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGEKcnN .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGEKcnN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGEKcnN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGEKcnN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGEKcnN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGEKcnN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGEKcnN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGEKcnN .carousel {
  width: 100%;
}
.cid-ubgSGEKcnN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGEKcnN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGEKcnN .modal.fade .modal-dialog,
.cid-ubgSGEKcnN .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGEKcnN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGEKcnN H6 {
  text-align: center;
}
.cid-ubgSGF6N9K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230922-110903-252x448.jpg");
}
.cid-ubgSGF6N9K .item {
  padding-bottom: 2rem;
}
.cid-ubgSGF6N9K .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGF6N9K .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGF6N9K .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGF6N9K .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGF6N9K .carousel-control,
.cid-ubgSGF6N9K .close {
  background: #1b1b1b;
}
.cid-ubgSGF6N9K .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGF6N9K .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGF6N9K .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGF6N9K .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGF6N9K .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGF6N9K .close::before {
  content: '\e91a';
}
.cid-ubgSGF6N9K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGF6N9K .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGF6N9K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGF6N9K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGF6N9K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGF6N9K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGF6N9K .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGF6N9K .carousel-indicators li.active,
.cid-ubgSGF6N9K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGF6N9K .carousel-indicators li::after,
.cid-ubgSGF6N9K .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGF6N9K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGF6N9K .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGF6N9K .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGF6N9K .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGF6N9K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGF6N9K .carousel-inner > .active {
  display: block;
}
.cid-ubgSGF6N9K .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGF6N9K .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGF6N9K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGF6N9K .carousel-control,
  .cid-ubgSGF6N9K .carousel-indicators,
  .cid-ubgSGF6N9K .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGF6N9K .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGF6N9K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGF6N9K .carousel-indicators .active,
.cid-ubgSGF6N9K .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGF6N9K .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGF6N9K .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGF6N9K .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGF6N9K .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGF6N9K .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGF6N9K .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGF6N9K .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGF6N9K .carousel {
  width: 100%;
}
.cid-ubgSGF6N9K .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGF6N9K .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGF6N9K .modal.fade .modal-dialog,
.cid-ubgSGF6N9K .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGF6N9K .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGF6N9K H6 {
  text-align: center;
}
.cid-ubgSGFt0uD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-ubgSGFt0uD .content-wrapper {
  background: #ffe161;
}
@media (max-width: 991px) {
  .cid-ubgSGFt0uD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGFt0uD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubgSGFt0uD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubgSGFt0uD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubgSGFt0uD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubgSGFt0uD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubgSGFK4kQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img1-275x183-275x183.jpg");
}
.cid-ubgSGFK4kQ .item {
  padding-bottom: 2rem;
}
.cid-ubgSGFK4kQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGFK4kQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGFK4kQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGFK4kQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGFK4kQ .carousel-control,
.cid-ubgSGFK4kQ .close {
  background: #1b1b1b;
}
.cid-ubgSGFK4kQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGFK4kQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGFK4kQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGFK4kQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGFK4kQ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGFK4kQ .close::before {
  content: '\e91a';
}
.cid-ubgSGFK4kQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGFK4kQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGFK4kQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGFK4kQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGFK4kQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGFK4kQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGFK4kQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGFK4kQ .carousel-indicators li.active,
.cid-ubgSGFK4kQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGFK4kQ .carousel-indicators li::after,
.cid-ubgSGFK4kQ .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGFK4kQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGFK4kQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGFK4kQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGFK4kQ .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGFK4kQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGFK4kQ .carousel-inner > .active {
  display: block;
}
.cid-ubgSGFK4kQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGFK4kQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGFK4kQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGFK4kQ .carousel-control,
  .cid-ubgSGFK4kQ .carousel-indicators,
  .cid-ubgSGFK4kQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGFK4kQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGFK4kQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGFK4kQ .carousel-indicators .active,
.cid-ubgSGFK4kQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGFK4kQ .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGFK4kQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGFK4kQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGFK4kQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGFK4kQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGFK4kQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGFK4kQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGFK4kQ .carousel {
  width: 100%;
}
.cid-ubgSGFK4kQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGFK4kQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGFK4kQ .modal.fade .modal-dialog,
.cid-ubgSGFK4kQ .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGFK4kQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGFK4kQ H6 {
  text-align: center;
}
.cid-ubgSGG6Uv2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230823-122737-576x1024.jpeg");
}
.cid-ubgSGG6Uv2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubgSGG6Uv2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubgSGG6Uv2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGG6Uv2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGG6Uv2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGG6Uv2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGG6Uv2 .carousel-control,
.cid-ubgSGG6Uv2 .close {
  background: #1b1b1b;
}
.cid-ubgSGG6Uv2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGG6Uv2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGG6Uv2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGG6Uv2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGG6Uv2 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGG6Uv2 .close::before {
  content: '\e91a';
}
.cid-ubgSGG6Uv2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGG6Uv2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGG6Uv2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGG6Uv2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGG6Uv2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGG6Uv2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGG6Uv2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGG6Uv2 .carousel-indicators li.active,
.cid-ubgSGG6Uv2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGG6Uv2 .carousel-indicators li::after,
.cid-ubgSGG6Uv2 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGG6Uv2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGG6Uv2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGG6Uv2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGG6Uv2 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGG6Uv2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGG6Uv2 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGG6Uv2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGG6Uv2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGG6Uv2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGG6Uv2 .carousel-control,
  .cid-ubgSGG6Uv2 .carousel-indicators,
  .cid-ubgSGG6Uv2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGG6Uv2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGG6Uv2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGG6Uv2 .carousel-indicators .active,
.cid-ubgSGG6Uv2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGG6Uv2 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGG6Uv2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGG6Uv2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGG6Uv2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGG6Uv2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGG6Uv2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGG6Uv2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGG6Uv2 .carousel {
  width: 100%;
}
.cid-ubgSGG6Uv2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGG6Uv2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGG6Uv2 .modal.fade .modal-dialog,
.cid-ubgSGG6Uv2 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGG6Uv2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGG6Uv2 H6 {
  text-align: center;
}
.cid-ubgSGGuzKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230822-170106-2000x3554.jpeg");
}
.cid-ubgSGGuzKa .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGGuzKa .mbr-section-title,
.cid-ubgSGGuzKa .mbr-section-subtitle,
.cid-ubgSGGuzKa .mbr-text {
  text-align: center;
}
.cid-ubgSGGOxZH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230801-133632-2000x2667.jpeg");
}
.cid-ubgSGGOxZH .item {
  padding-bottom: 2rem;
}
.cid-ubgSGGOxZH .item-wrapper {
  position: relative;
}
.cid-ubgSGGOxZH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGGOxZH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGGOxZH .carousel-control,
.cid-ubgSGGOxZH .close {
  background: #1b1b1b;
}
.cid-ubgSGGOxZH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGGOxZH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGGOxZH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGGOxZH .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGGOxZH .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGGOxZH .close::before {
  content: '\e91a';
}
.cid-ubgSGGOxZH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGGOxZH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGGOxZH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGGOxZH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGGOxZH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGGOxZH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGGOxZH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGGOxZH .carousel-indicators li.active,
.cid-ubgSGGOxZH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGGOxZH .carousel-indicators li::after,
.cid-ubgSGGOxZH .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGGOxZH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGGOxZH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGGOxZH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGGOxZH .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGGOxZH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGGOxZH .carousel-inner > .active {
  display: block;
}
.cid-ubgSGGOxZH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGGOxZH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGGOxZH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGGOxZH .carousel-control,
  .cid-ubgSGGOxZH .carousel-indicators,
  .cid-ubgSGGOxZH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGGOxZH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGGOxZH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGGOxZH .carousel-indicators .active,
.cid-ubgSGGOxZH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGGOxZH .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGGOxZH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGGOxZH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGGOxZH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGGOxZH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGGOxZH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGGOxZH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGGOxZH .carousel {
  width: 100%;
}
.cid-ubgSGGOxZH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGGOxZH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGGOxZH .modal.fade .modal-dialog,
.cid-ubgSGGOxZH .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGGOxZH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGGOxZH H6 {
  text-align: center;
}
.cid-ubgSGHd0az {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-ubgSGHd0az .item {
  padding-bottom: 2rem;
}
.cid-ubgSGHd0az .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGHd0az .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGHd0az .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGHd0az .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGHd0az .carousel-control,
.cid-ubgSGHd0az .close {
  background: #1b1b1b;
}
.cid-ubgSGHd0az .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGHd0az .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGHd0az .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGHd0az .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGHd0az .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGHd0az .close::before {
  content: '\e91a';
}
.cid-ubgSGHd0az .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGHd0az .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGHd0az .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGHd0az .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGHd0az .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGHd0az .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGHd0az .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGHd0az .carousel-indicators li.active,
.cid-ubgSGHd0az .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGHd0az .carousel-indicators li::after,
.cid-ubgSGHd0az .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGHd0az .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGHd0az .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGHd0az .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGHd0az .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGHd0az .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGHd0az .carousel-inner > .active {
  display: block;
}
.cid-ubgSGHd0az .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGHd0az .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGHd0az .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGHd0az .carousel-control,
  .cid-ubgSGHd0az .carousel-indicators,
  .cid-ubgSGHd0az .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGHd0az .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGHd0az .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGHd0az .carousel-indicators .active,
.cid-ubgSGHd0az .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGHd0az .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGHd0az .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGHd0az .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGHd0az .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGHd0az .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGHd0az .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGHd0az .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGHd0az .carousel {
  width: 100%;
}
.cid-ubgSGHd0az .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGHd0az .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGHd0az .modal.fade .modal-dialog,
.cid-ubgSGHd0az .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGHd0az .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGHd0az H6 {
  text-align: center;
}
.cid-ubgSGHAteS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe2e2;
}
@media (max-width: 991px) {
  .cid-ubgSGHAteS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGHAteS .row {
  flex-direction: row-reverse;
}
.cid-ubgSGHAteS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGHAteS .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGHSIuf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230708-112735-448x336.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGHSIuf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGHSIuf .row {
  flex-direction: row-reverse;
}
.cid-ubgSGHSIuf img {
  width: 100%;
}
.cid-ubgSGIa4Sh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/20230705-113729-336x448.jpeg");
}
@media (max-width: 991px) {
  .cid-ubgSGIa4Sh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGIa4Sh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGIa4Sh .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGIsja6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img1-275x183-275x183.jpg");
}
.cid-ubgSGIsja6 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGIsja6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGIsja6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGIsja6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGIsja6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGIsja6 .carousel-control,
.cid-ubgSGIsja6 .close {
  background: #1b1b1b;
}
.cid-ubgSGIsja6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGIsja6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGIsja6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGIsja6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGIsja6 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGIsja6 .close::before {
  content: '\e91a';
}
.cid-ubgSGIsja6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGIsja6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGIsja6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGIsja6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGIsja6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGIsja6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGIsja6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGIsja6 .carousel-indicators li.active,
.cid-ubgSGIsja6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGIsja6 .carousel-indicators li::after,
.cid-ubgSGIsja6 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGIsja6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGIsja6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGIsja6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGIsja6 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGIsja6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGIsja6 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGIsja6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGIsja6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGIsja6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGIsja6 .carousel-control,
  .cid-ubgSGIsja6 .carousel-indicators,
  .cid-ubgSGIsja6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGIsja6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGIsja6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGIsja6 .carousel-indicators .active,
.cid-ubgSGIsja6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGIsja6 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGIsja6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGIsja6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGIsja6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGIsja6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGIsja6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGIsja6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGIsja6 .carousel {
  width: 100%;
}
.cid-ubgSGIsja6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGIsja6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGIsja6 .modal.fade .modal-dialog,
.cid-ubgSGIsja6 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGIsja6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGIsja6 H6 {
  text-align: center;
}
.cid-ubgSGJ7k42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230619-194136-336x448.jpg");
}
.cid-ubgSGJ7k42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGJ7k42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGJ7k42 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGJ7k42 .item-wrapper {
  position: relative;
}
.cid-ubgSGJ7k42 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGJ7k42 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGJ7k42 .carousel-control,
.cid-ubgSGJ7k42 .close {
  background: #1b1b1b;
}
.cid-ubgSGJ7k42 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGJ7k42 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGJ7k42 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGJ7k42 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGJ7k42 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGJ7k42 .close::before {
  content: '\e91a';
}
.cid-ubgSGJ7k42 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGJ7k42 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGJ7k42 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGJ7k42 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGJ7k42 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGJ7k42 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGJ7k42 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGJ7k42 .carousel-indicators li.active,
.cid-ubgSGJ7k42 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGJ7k42 .carousel-indicators li::after,
.cid-ubgSGJ7k42 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGJ7k42 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGJ7k42 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGJ7k42 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGJ7k42 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGJ7k42 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGJ7k42 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGJ7k42 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGJ7k42 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGJ7k42 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGJ7k42 .carousel-control,
  .cid-ubgSGJ7k42 .carousel-indicators,
  .cid-ubgSGJ7k42 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGJ7k42 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGJ7k42 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGJ7k42 .carousel-indicators .active,
.cid-ubgSGJ7k42 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGJ7k42 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGJ7k42 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGJ7k42 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGJ7k42 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGJ7k42 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGJ7k42 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGJ7k42 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGJ7k42 .carousel {
  width: 100%;
}
.cid-ubgSGJ7k42 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGJ7k42 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGJ7k42 .modal.fade .modal-dialog,
.cid-ubgSGJ7k42 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGJ7k42 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGJ7k42 H6 {
  text-align: center;
}
.cid-ubgSGJLxBD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230612-152508-2000x2667.jpg");
}
.cid-ubgSGJLxBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGJLxBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGJLxBD .item {
  padding-bottom: 2rem;
}
.cid-ubgSGJLxBD .item-wrapper {
  position: relative;
}
.cid-ubgSGJLxBD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGJLxBD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGJLxBD .carousel-control,
.cid-ubgSGJLxBD .close {
  background: #1b1b1b;
}
.cid-ubgSGJLxBD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGJLxBD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGJLxBD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGJLxBD .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGJLxBD .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGJLxBD .close::before {
  content: '\e91a';
}
.cid-ubgSGJLxBD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGJLxBD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGJLxBD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGJLxBD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGJLxBD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGJLxBD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGJLxBD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGJLxBD .carousel-indicators li.active,
.cid-ubgSGJLxBD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGJLxBD .carousel-indicators li::after,
.cid-ubgSGJLxBD .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGJLxBD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGJLxBD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGJLxBD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGJLxBD .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGJLxBD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGJLxBD .carousel-inner > .active {
  display: block;
}
.cid-ubgSGJLxBD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGJLxBD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGJLxBD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGJLxBD .carousel-control,
  .cid-ubgSGJLxBD .carousel-indicators,
  .cid-ubgSGJLxBD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGJLxBD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGJLxBD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGJLxBD .carousel-indicators .active,
.cid-ubgSGJLxBD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGJLxBD .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGJLxBD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGJLxBD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGJLxBD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGJLxBD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGJLxBD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGJLxBD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGJLxBD .carousel {
  width: 100%;
}
.cid-ubgSGJLxBD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGJLxBD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGJLxBD .modal.fade .modal-dialog,
.cid-ubgSGJLxBD .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGJLxBD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGJLxBD H6 {
  text-align: center;
}
.cid-ubgSGKaw4j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230602-125235-336x448.jpg");
}
.cid-ubgSGKaw4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGKaw4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGKaw4j .item {
  padding-bottom: 2rem;
}
.cid-ubgSGKaw4j .item-wrapper {
  position: relative;
}
.cid-ubgSGKaw4j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGKaw4j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGKaw4j .carousel-control,
.cid-ubgSGKaw4j .close {
  background: #1b1b1b;
}
.cid-ubgSGKaw4j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGKaw4j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGKaw4j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGKaw4j .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGKaw4j .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGKaw4j .close::before {
  content: '\e91a';
}
.cid-ubgSGKaw4j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGKaw4j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGKaw4j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGKaw4j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGKaw4j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGKaw4j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGKaw4j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGKaw4j .carousel-indicators li.active,
.cid-ubgSGKaw4j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGKaw4j .carousel-indicators li::after,
.cid-ubgSGKaw4j .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGKaw4j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGKaw4j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGKaw4j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGKaw4j .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGKaw4j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGKaw4j .carousel-inner > .active {
  display: block;
}
.cid-ubgSGKaw4j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGKaw4j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGKaw4j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGKaw4j .carousel-control,
  .cid-ubgSGKaw4j .carousel-indicators,
  .cid-ubgSGKaw4j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGKaw4j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGKaw4j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGKaw4j .carousel-indicators .active,
.cid-ubgSGKaw4j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGKaw4j .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGKaw4j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGKaw4j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGKaw4j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGKaw4j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGKaw4j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGKaw4j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGKaw4j .carousel {
  width: 100%;
}
.cid-ubgSGKaw4j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGKaw4j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGKaw4j .modal.fade .modal-dialog,
.cid-ubgSGKaw4j .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGKaw4j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGKaw4j H6 {
  text-align: center;
}
.cid-ubgSGKXAlX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubgSGKXAlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGKXAlX .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-ubgSGKXAlX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGKXAlX .row {
  flex-direction: row-reverse;
}
.cid-ubgSGKXAlX img {
  width: 100%;
}
.cid-ubgSGLjwsy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230506-101229-1024x768.jpg");
}
.cid-ubgSGLjwsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGLjwsy .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-ubgSGLjwsy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGLjwsy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGLjwsy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGLF0k7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230426-80205-2000x2667.jpg");
}
.cid-ubgSGLF0k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGLF0k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGLF0k7 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGLF0k7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGLF0k7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGLF0k7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGLF0k7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGLF0k7 .carousel-control,
.cid-ubgSGLF0k7 .close {
  background: #1b1b1b;
}
.cid-ubgSGLF0k7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGLF0k7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGLF0k7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGLF0k7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGLF0k7 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGLF0k7 .close::before {
  content: '\e91a';
}
.cid-ubgSGLF0k7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGLF0k7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGLF0k7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGLF0k7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGLF0k7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGLF0k7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGLF0k7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGLF0k7 .carousel-indicators li.active,
.cid-ubgSGLF0k7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGLF0k7 .carousel-indicators li::after,
.cid-ubgSGLF0k7 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGLF0k7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGLF0k7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGLF0k7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGLF0k7 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGLF0k7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGLF0k7 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGLF0k7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGLF0k7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGLF0k7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGLF0k7 .carousel-control,
  .cid-ubgSGLF0k7 .carousel-indicators,
  .cid-ubgSGLF0k7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGLF0k7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGLF0k7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGLF0k7 .carousel-indicators .active,
.cid-ubgSGLF0k7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGLF0k7 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGLF0k7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGLF0k7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGLF0k7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGLF0k7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGLF0k7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGLF0k7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGLF0k7 .carousel {
  width: 100%;
}
.cid-ubgSGLF0k7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGLF0k7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGLF0k7 .modal.fade .modal-dialog,
.cid-ubgSGLF0k7 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGLF0k7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGLF0k7 H6 {
  text-align: center;
}
.cid-ubgSGM68RK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #78d944;
}
.cid-ubgSGM68RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGM68RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGM68RK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubgSGM68RK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubgSGM68RK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgSGMsi0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230410-100618-1024x768.jpeg");
}
.cid-ubgSGMsi0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGMsi0c .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-ubgSGMsi0c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGMsi0c .row {
  flex-direction: row-reverse;
}
.cid-ubgSGMsi0c img {
  width: 100%;
}
.cid-ubgSGMP39k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230405-72905-448x336.jpg");
}
.cid-ubgSGMP39k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGMP39k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGMP39k .item {
  padding-bottom: 2rem;
}
.cid-ubgSGMP39k .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-ubgSGMP39k .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGMP39k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGMP39k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGMP39k .carousel-control,
.cid-ubgSGMP39k .close {
  background: #1b1b1b;
}
.cid-ubgSGMP39k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGMP39k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGMP39k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGMP39k .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGMP39k .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGMP39k .close::before {
  content: '\e91a';
}
.cid-ubgSGMP39k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGMP39k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGMP39k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGMP39k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGMP39k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGMP39k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGMP39k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGMP39k .carousel-indicators li.active,
.cid-ubgSGMP39k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGMP39k .carousel-indicators li::after,
.cid-ubgSGMP39k .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGMP39k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGMP39k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGMP39k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGMP39k .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGMP39k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGMP39k .carousel-inner > .active {
  display: block;
}
.cid-ubgSGMP39k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGMP39k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGMP39k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGMP39k .carousel-control,
  .cid-ubgSGMP39k .carousel-indicators,
  .cid-ubgSGMP39k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGMP39k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGMP39k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGMP39k .carousel-indicators .active,
.cid-ubgSGMP39k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGMP39k .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGMP39k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGMP39k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGMP39k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGMP39k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGMP39k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGMP39k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGMP39k .carousel {
  width: 100%;
}
.cid-ubgSGMP39k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGMP39k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGMP39k .modal.fade .modal-dialog,
.cid-ubgSGMP39k .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGMP39k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGMP39k H6 {
  text-align: center;
}
.cid-ubgSGNmWRE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230331-135638-768x1024.jpg");
}
.cid-ubgSGNmWRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGNmWRE .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-ubgSGNmWRE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGNmWRE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGNmWRE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGNmWRE .mbr-text {
  text-align: center;
}
.cid-ubgSGNK4jT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20230316-124130-448x283.jpg");
}
.cid-ubgSGNK4jT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGNK4jT .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-ubgSGNK4jT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGNK4jT .row {
  flex-direction: row-reverse;
}
.cid-ubgSGNK4jT img {
  width: 100%;
}
.cid-ubgSGO6kzt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/miezuvarpa880x660-880x660.jpg");
}
.cid-ubgSGO6kzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGO6kzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGO6kzt .item {
  padding-bottom: 2rem;
}
.cid-ubgSGO6kzt .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-ubgSGO6kzt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGO6kzt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGO6kzt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGO6kzt .carousel-control,
.cid-ubgSGO6kzt .close {
  background: #1b1b1b;
}
.cid-ubgSGO6kzt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGO6kzt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGO6kzt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGO6kzt .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGO6kzt .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGO6kzt .close::before {
  content: '\e91a';
}
.cid-ubgSGO6kzt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGO6kzt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGO6kzt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGO6kzt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGO6kzt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGO6kzt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGO6kzt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGO6kzt .carousel-indicators li.active,
.cid-ubgSGO6kzt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGO6kzt .carousel-indicators li::after,
.cid-ubgSGO6kzt .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGO6kzt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGO6kzt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGO6kzt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGO6kzt .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGO6kzt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGO6kzt .carousel-inner > .active {
  display: block;
}
.cid-ubgSGO6kzt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGO6kzt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGO6kzt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGO6kzt .carousel-control,
  .cid-ubgSGO6kzt .carousel-indicators,
  .cid-ubgSGO6kzt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGO6kzt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGO6kzt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGO6kzt .carousel-indicators .active,
.cid-ubgSGO6kzt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGO6kzt .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGO6kzt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGO6kzt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGO6kzt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGO6kzt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGO6kzt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGO6kzt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGO6kzt .carousel {
  width: 100%;
}
.cid-ubgSGO6kzt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGO6kzt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGO6kzt .modal.fade .modal-dialog,
.cid-ubgSGO6kzt .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGO6kzt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGO6kzt H6 {
  text-align: center;
}
.cid-ubgSGOx0O0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-ubgSGOx0O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGOx0O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGOx0O0 .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGOx0O0 .mbr-section-title,
.cid-ubgSGOx0O0 .mbr-section-subtitle,
.cid-ubgSGOx0O0 .mbr-text {
  text-align: center;
}
.cid-ubgSGOx0O0 .mbr-section-subtitle {
  text-align: center;
}
.cid-ubgSGOWCOU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20230302-122530-448x336.jpg");
}
.cid-ubgSGOWCOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGOWCOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGOWCOU .item {
  padding-bottom: 2rem;
}
.cid-ubgSGOWCOU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGOWCOU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGOWCOU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGOWCOU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGOWCOU .carousel-control,
.cid-ubgSGOWCOU .close {
  background: #1b1b1b;
}
.cid-ubgSGOWCOU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGOWCOU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGOWCOU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGOWCOU .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGOWCOU .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGOWCOU .close::before {
  content: '\e91a';
}
.cid-ubgSGOWCOU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGOWCOU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGOWCOU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGOWCOU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGOWCOU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGOWCOU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGOWCOU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGOWCOU .carousel-indicators li.active,
.cid-ubgSGOWCOU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGOWCOU .carousel-indicators li::after,
.cid-ubgSGOWCOU .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGOWCOU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGOWCOU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGOWCOU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGOWCOU .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGOWCOU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGOWCOU .carousel-inner > .active {
  display: block;
}
.cid-ubgSGOWCOU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGOWCOU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGOWCOU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGOWCOU .carousel-control,
  .cid-ubgSGOWCOU .carousel-indicators,
  .cid-ubgSGOWCOU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGOWCOU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGOWCOU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGOWCOU .carousel-indicators .active,
.cid-ubgSGOWCOU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGOWCOU .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGOWCOU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGOWCOU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGOWCOU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGOWCOU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGOWCOU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGOWCOU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGOWCOU .carousel {
  width: 100%;
}
.cid-ubgSGOWCOU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGOWCOU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGOWCOU .modal.fade .modal-dialog,
.cid-ubgSGOWCOU .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGOWCOU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGOWCOU H6 {
  text-align: center;
}
.cid-ubgSGPqq1P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe2e2;
}
@media (max-width: 991px) {
  .cid-ubgSGPqq1P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGPqq1P .row {
  flex-direction: row-reverse;
}
.cid-ubgSGPqq1P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGPqq1P .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGPOmG2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #78d944;
}
@media (max-width: 991px) {
  .cid-ubgSGPOmG2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubgSGPOmG2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubgSGPOmG2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubgSGQbji1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffe161;
}
.cid-ubgSGQbji1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubgSGQbji1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubgSGQbji1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubgSGQxaIJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3f50c;
}
.cid-ubgSGQxaIJ .item {
  padding-bottom: 2rem;
}
.cid-ubgSGQxaIJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGQxaIJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGQxaIJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGQxaIJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGQxaIJ .carousel-control,
.cid-ubgSGQxaIJ .close {
  background: #1b1b1b;
}
.cid-ubgSGQxaIJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGQxaIJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGQxaIJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGQxaIJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGQxaIJ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGQxaIJ .close::before {
  content: '\e91a';
}
.cid-ubgSGQxaIJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGQxaIJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGQxaIJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGQxaIJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGQxaIJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGQxaIJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGQxaIJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGQxaIJ .carousel-indicators li.active,
.cid-ubgSGQxaIJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGQxaIJ .carousel-indicators li::after,
.cid-ubgSGQxaIJ .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGQxaIJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGQxaIJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGQxaIJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGQxaIJ .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGQxaIJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGQxaIJ .carousel-inner > .active {
  display: block;
}
.cid-ubgSGQxaIJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGQxaIJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGQxaIJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGQxaIJ .carousel-control,
  .cid-ubgSGQxaIJ .carousel-indicators,
  .cid-ubgSGQxaIJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGQxaIJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGQxaIJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGQxaIJ .carousel-indicators .active,
.cid-ubgSGQxaIJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGQxaIJ .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGQxaIJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGQxaIJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGQxaIJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGQxaIJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGQxaIJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGQxaIJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGQxaIJ .carousel {
  width: 100%;
}
.cid-ubgSGQxaIJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGQxaIJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGQxaIJ .modal.fade .modal-dialog,
.cid-ubgSGQxaIJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGQxaIJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGQxaIJ H6 {
  text-align: center;
}
.cid-ubgSGR3Nd0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20221224-125059-2000x1500.jpg");
}
.cid-ubgSGR3Nd0 .item {
  padding-bottom: 2rem;
}
.cid-ubgSGR3Nd0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ubgSGR3Nd0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGR3Nd0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGR3Nd0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGR3Nd0 .carousel-control,
.cid-ubgSGR3Nd0 .close {
  background: #1b1b1b;
}
.cid-ubgSGR3Nd0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGR3Nd0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGR3Nd0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGR3Nd0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGR3Nd0 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGR3Nd0 .close::before {
  content: '\e91a';
}
.cid-ubgSGR3Nd0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGR3Nd0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGR3Nd0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGR3Nd0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGR3Nd0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGR3Nd0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGR3Nd0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGR3Nd0 .carousel-indicators li.active,
.cid-ubgSGR3Nd0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGR3Nd0 .carousel-indicators li::after,
.cid-ubgSGR3Nd0 .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGR3Nd0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGR3Nd0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGR3Nd0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGR3Nd0 .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGR3Nd0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGR3Nd0 .carousel-inner > .active {
  display: block;
}
.cid-ubgSGR3Nd0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGR3Nd0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGR3Nd0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGR3Nd0 .carousel-control,
  .cid-ubgSGR3Nd0 .carousel-indicators,
  .cid-ubgSGR3Nd0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGR3Nd0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGR3Nd0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGR3Nd0 .carousel-indicators .active,
.cid-ubgSGR3Nd0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGR3Nd0 .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGR3Nd0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGR3Nd0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGR3Nd0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGR3Nd0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGR3Nd0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGR3Nd0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGR3Nd0 .carousel {
  width: 100%;
}
.cid-ubgSGR3Nd0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGR3Nd0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGR3Nd0 .modal.fade .modal-dialog,
.cid-ubgSGR3Nd0 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGR3Nd0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGR3Nd0 H6 {
  text-align: center;
}
.cid-ubgSGRBf6K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4893f;
}
.cid-ubgSGRBf6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgSGRBf6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgSGRBf6K .video-wrapper iframe {
  width: 100%;
}
.cid-ubgSGRBf6K .mbr-section-title,
.cid-ubgSGRBf6K .mbr-section-subtitle,
.cid-ubgSGRBf6K .mbr-text {
  text-align: center;
}
.cid-ubgSGS0BZa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20230101-93130-2000x1500.jpg");
}
.cid-ubgSGS0BZa .item {
  padding-bottom: 2rem;
}
.cid-ubgSGS0BZa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubgSGS0BZa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubgSGS0BZa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubgSGS0BZa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubgSGS0BZa .carousel-control,
.cid-ubgSGS0BZa .close {
  background: #1b1b1b;
}
.cid-ubgSGS0BZa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubgSGS0BZa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubgSGS0BZa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubgSGS0BZa .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubgSGS0BZa .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubgSGS0BZa .close::before {
  content: '\e91a';
}
.cid-ubgSGS0BZa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubgSGS0BZa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubgSGS0BZa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGS0BZa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubgSGS0BZa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubgSGS0BZa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubgSGS0BZa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubgSGS0BZa .carousel-indicators li.active,
.cid-ubgSGS0BZa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubgSGS0BZa .carousel-indicators li::after,
.cid-ubgSGS0BZa .carousel-indicators li::before {
  content: none;
}
.cid-ubgSGS0BZa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubgSGS0BZa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubgSGS0BZa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGS0BZa .carousel-indicators {
    display: none;
  }
}
.cid-ubgSGS0BZa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubgSGS0BZa .carousel-inner > .active {
  display: block;
}
.cid-ubgSGS0BZa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubgSGS0BZa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubgSGS0BZa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubgSGS0BZa .carousel-control,
  .cid-ubgSGS0BZa .carousel-indicators,
  .cid-ubgSGS0BZa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubgSGS0BZa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubgSGS0BZa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubgSGS0BZa .carousel-indicators .active,
.cid-ubgSGS0BZa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubgSGS0BZa .carousel-indicators .active {
  background: #fff;
}
.cid-ubgSGS0BZa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubgSGS0BZa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubgSGS0BZa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubgSGS0BZa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubgSGS0BZa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubgSGS0BZa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubgSGS0BZa .carousel {
  width: 100%;
}
.cid-ubgSGS0BZa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubgSGS0BZa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubgSGS0BZa .modal.fade .modal-dialog,
.cid-ubgSGS0BZa .modal.in .modal-dialog {
  transform: none;
}
.cid-ubgSGS0BZa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubgSGS0BZa H6 {
  text-align: center;
}
.cid-ubgSGSxFuT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #78d944;
}
.cid-ubgSGSxFuT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubgSGSxFuT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubgSGSxFuT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ubgSGSxFuT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubgSGSWM8u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/arums3840x840-2000x438.jpg");
}
.cid-ubgSGSWM8u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubgSGSWM8u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubgSGSWM8u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubgSGSWM8u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubgSGSWM8u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubgSGSWM8u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ubgSGSWM8u .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubgSGSWM8u .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubgSGSWM8u .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubgSGSWM8u .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubgSGSWM8u .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubgSGSWM8u .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubgSGSWM8u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubgSGSWM8u .media-container-row .row-copirayt p {
  width: 100%;
}
