body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Luckiest Guy', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Architects Daughter', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Marcellus SC', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e43f3f !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !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: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !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: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #e43f3f !important;
}
.text-secondary {
  color: #379683 !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: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !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: #e43f3f;
}
.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-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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*/
.form-control {
  font-family: 'Architects Daughter', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Architects Daughter', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #379683 !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='%23e43f3f' %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-tQqTzMHxKa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tQqTzMHxKa .mbr-text,
.cid-tQqTzMHxKa .mbr-section-btn {
  color: #232323;
}
.cid-tQqTzMHxKa .card-title,
.cid-tQqTzMHxKa .card-box {
  color: #ffffff;
}
.cid-tQqTzMHxKa .mbr-text,
.cid-tQqTzMHxKa .link-wrap {
  color: #ffffff;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHLIEtMRjj {
  background-image: url("../../../assets/images/dominant-jol-in-latex-miss-lexa-vr-porn-video5-1-1562x878.jpg");
}
.cid-uHLIEtMRjj .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uHLIEtMRjj .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uHLIEtMRjj .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uHLIEtMRjj .mbr-text {
  color: #ffffff;
}
.cid-uHLIEtMRjj .card {
  padding-bottom: 1.5rem;
}
.cid-uHLIEtMRjj .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHLIEtMRjj .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uHLIEtMRjj .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uHLIEtMRjj H1 {
  color: #f30e0e;
  text-align: center;
}
.cid-uHLIEtMRjj .mbr-text,
.cid-uHLIEtMRjj .mbr-section-btn {
  color: #ffe885;
}
.cid-uHLIEtMRjj .card-wrapper .card-title,
.cid-uHLIEtMRjj .card-box {
  color: #ffe161;
}
.cid-twBGximyxd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #081938;
}
.cid-twBGximyxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBGximyxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBGximyxd .video-wrapper iframe {
  width: 100%;
}
.cid-twBGximyxd .mbr-section-title,
.cid-twBGximyxd .mbr-section-subtitle,
.cid-twBGximyxd .mbr-text {
  text-align: center;
}
.cid-twBGximyxd .mbr-section-title {
  color: #c10e0e;
}
.cid-twBGximyxd .mbr-section-subtitle {
  color: #47b5ed;
}
.cid-tBQoOX0kPb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tBQoOX0kPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBQoOX0kPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBQoOX0kPb .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tBQoOX0kPb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBQoOX0kPb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBQoOX0kPb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBQoOX0kPb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBQoOX0kPb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tBQoOX0kPb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBQoOX0kPb .card-title {
  text-align: center;
  color: #0c2ae7;
}
.cid-tBQoOX0kPb .mbr-text,
.cid-tBQoOX0kPb .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uHOgJYgRPp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHOgJYgRPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgJYgRPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgJYgRPp .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uHOgJYgRPp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHOgJYgRPp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgJYgRPp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgJYgRPp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgJYgRPp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgJYgRPp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHOgJYgRPp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgJYgRPp .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgJYgRPp .mbr-text,
.cid-uHOgJYgRPp .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uHOgMvhAJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHOgMvhAJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgMvhAJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgMvhAJ3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHOgMvhAJ3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgMvhAJ3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgMvhAJ3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgMvhAJ3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgMvhAJ3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHOgMvhAJ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgMvhAJ3 .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgMvhAJ3 .mbr-text,
.cid-uHOgMvhAJ3 .mbr-section-btn {
  text-align: center;
}
.cid-uHOgNPxh3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHOgNPxh3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgNPxh3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgNPxh3z .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHOgNPxh3z .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHOgNPxh3z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgNPxh3z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgNPxh3z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgNPxh3z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgNPxh3z .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHOgNPxh3z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgNPxh3z .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgNPxh3z .mbr-text,
.cid-uHOgNPxh3z .mbr-section-btn {
  text-align: center;
}
.cid-uHOgQ1bGID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHOgQ1bGID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgQ1bGID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgQ1bGID .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHOgQ1bGID .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgQ1bGID .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgQ1bGID .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgQ1bGID .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgQ1bGID .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHOgQ1bGID .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgQ1bGID .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgQ1bGID .mbr-text,
.cid-uHOgQ1bGID .mbr-section-btn {
  text-align: center;
}
.cid-uHOgS5fPcK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHOgS5fPcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgS5fPcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgS5fPcK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHOgS5fPcK .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHOgS5fPcK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgS5fPcK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgS5fPcK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgS5fPcK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgS5fPcK .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHOgS5fPcK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgS5fPcK .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgS5fPcK .mbr-text,
.cid-uHOgS5fPcK .mbr-section-btn {
  text-align: center;
}
.cid-uHOgUnktjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHOgUnktjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOgUnktjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOgUnktjO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHOgUnktjO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHOgUnktjO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHOgUnktjO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHOgUnktjO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHOgUnktjO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHOgUnktjO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHOgUnktjO .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHOgUnktjO .mbr-text,
.cid-uHOgUnktjO .mbr-section-btn {
  text-align: left;
}
.cid-uHQaHqImks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHQaHqImks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQaHqImks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQaHqImks .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHQaHqImks .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHQaHqImks .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQaHqImks .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQaHqImks .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQaHqImks .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQaHqImks .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHQaHqImks .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQaHqImks .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHQaHqImks .mbr-text,
.cid-uHQaHqImks .mbr-section-btn {
  text-align: left;
}
.cid-uHQazWxCGb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHQazWxCGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQazWxCGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQazWxCGb .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHQazWxCGb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQazWxCGb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQazWxCGb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQazWxCGb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQazWxCGb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHQazWxCGb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQazWxCGb .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHQazWxCGb .mbr-text,
.cid-uHQazWxCGb .mbr-section-btn {
  text-align: left;
}
.cid-uHQaDCinfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHQaDCinfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQaDCinfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQaDCinfF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHQaDCinfF .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHQaDCinfF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQaDCinfF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQaDCinfF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQaDCinfF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQaDCinfF .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHQaDCinfF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQaDCinfF .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHQaDCinfF .mbr-text,
.cid-uHQaDCinfF .mbr-section-btn {
  text-align: center;
}
.cid-uHQaxkE3Sh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHQaxkE3Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQaxkE3Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQaxkE3Sh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uHQaxkE3Sh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHQaxkE3Sh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHQaxkE3Sh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQaxkE3Sh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHQaxkE3Sh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHQaxkE3Sh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQaxkE3Sh .card-title {
  color: #dd1515;
  text-align: center;
}
.cid-uHQaxkE3Sh .mbr-text,
.cid-uHQaxkE3Sh .mbr-section-btn {
  text-align: center;
}
.cid-vwgBtTWyF6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vwgBtTWyF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vwgBtTWyF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vwgBtTWyF6 .video-wrapper iframe {
  width: 100%;
}
.cid-vwgBtTWyF6 .mbr-section-title,
.cid-vwgBtTWyF6 .mbr-section-subtitle,
.cid-vwgBtTWyF6 .mbr-text {
  text-align: center;
}
.cid-vwgBtTWyF6 .mbr-section-title {
  color: #c10e0e;
}
.cid-vwgBtTWyF6 .mbr-section-subtitle {
  color: #000000;
}
.cid-vwgCcIUZJU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vwgCcIUZJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vwgCcIUZJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vwgCcIUZJU .mbr-section-title {
  color: #c10e0e;
}
.cid-vwgCcIUZJU .mbr-section-subtitle {
  color: #232323;
}
.cid-ub5Yq750BL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ub5Yq750BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5Yq750BL .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-ub5Yq750BL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5Yq750BL .row {
  flex-direction: row-reverse;
}
.cid-ub5Yq750BL img {
  width: 100%;
}
.cid-uHQfZortw5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHQfZortw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQfZortw5 .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-uHQfZortw5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHQfZortw5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHQfZortw5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHQfZortw5 .mbr-section-title {
  color: #f30e0e;
  text-align: center;
}
.cid-uHQfZortw5 .mbr-text {
  text-align: center;
}
.cid-tQxt98INU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tQxt98INU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQxt98INU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQxt98INU9 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tQxt98INU9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tQxt98INU9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQxt98INU9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQxt98INU9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQxt98INU9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tQxt98INU9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tQxt98INU9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQxt98INU9 .mbr-text,
.cid-tQxt98INU9 .mbr-section-btn {
  text-align: center;
}
.cid-tQxt98INU9 .card-title {
  text-align: center;
  color: #e61313;
}
.cid-twIrxdH6lP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twIrxdH6lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-twIrxdH6lP .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-twIrxdH6lP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twIrxdH6lP .row {
  flex-direction: row-reverse;
}
.cid-twIrxdH6lP img {
  width: 100%;
}
.cid-ub5Yv78PfE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ub5Yv78PfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5Yv78PfE .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-ub5Yv78PfE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5Yv78PfE .row {
  flex-direction: row-reverse;
}
.cid-ub5Yv78PfE img {
  width: 100%;
}
.cid-twHgsYDI5Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twHgsYDI5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-twHgsYDI5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twHgsYDI5Y .mbr-section-title {
  color: #e61313;
}
.cid-twHgsYDI5Y .mbr-section-subtitle {
  color: #232323;
}
.cid-uIdSCrYHxM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIdSCrYHxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdSCrYHxM .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-uIdSCrYHxM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIdSCrYHxM .row {
  flex-direction: row-reverse;
}
.cid-uIdSCrYHxM img {
  width: 100%;
}
.cid-vwgDPzMOr3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vwgDPzMOr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vwgDPzMOr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vwgDPzMOr3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vwgDPzMOr3 .mbr-section-subtitle {
  text-align: center;
}
.cid-vwgDPzMOr3 .mbr-section-title {
  color: #377a23;
}
.cid-vvFyirRTXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvFyirRTXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFyirRTXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFyirRTXf .item {
  padding-bottom: 2rem;
}
.cid-vvFyirRTXf .item-wrapper {
  position: relative;
}
.cid-vvFyirRTXf .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-vvFyirRTXf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFyirRTXf .carousel-control,
.cid-vvFyirRTXf .close {
  background: #1b1b1b;
}
.cid-vvFyirRTXf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFyirRTXf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFyirRTXf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFyirRTXf .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFyirRTXf .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-vvFyirRTXf .close::before {
  content: '\e91a';
}
.cid-vvFyirRTXf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFyirRTXf .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-vvFyirRTXf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFyirRTXf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFyirRTXf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFyirRTXf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFyirRTXf .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-vvFyirRTXf .carousel-indicators li.active,
.cid-vvFyirRTXf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFyirRTXf .carousel-indicators li::after,
.cid-vvFyirRTXf .carousel-indicators li::before {
  content: none;
}
.cid-vvFyirRTXf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFyirRTXf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFyirRTXf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFyirRTXf .carousel-indicators {
    display: none;
  }
}
.cid-vvFyirRTXf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFyirRTXf .carousel-inner > .active {
  display: block;
}
.cid-vvFyirRTXf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFyirRTXf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFyirRTXf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFyirRTXf .carousel-control,
  .cid-vvFyirRTXf .carousel-indicators,
  .cid-vvFyirRTXf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFyirRTXf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFyirRTXf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFyirRTXf .carousel-indicators .active,
.cid-vvFyirRTXf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFyirRTXf .carousel-indicators .active {
  background: #fff;
}
.cid-vvFyirRTXf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFyirRTXf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFyirRTXf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFyirRTXf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFyirRTXf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFyirRTXf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFyirRTXf .carousel {
  width: 100%;
}
.cid-vvFyirRTXf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFyirRTXf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFyirRTXf .modal.fade .modal-dialog,
.cid-vvFyirRTXf .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFyirRTXf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFyirRTXf H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFylRhwGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvFylRhwGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFylRhwGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFylRhwGd .item {
  padding-bottom: 2rem;
}
.cid-vvFylRhwGd .item-wrapper {
  position: relative;
}
.cid-vvFylRhwGd .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-vvFylRhwGd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFylRhwGd .carousel-control,
.cid-vvFylRhwGd .close {
  background: #1b1b1b;
}
.cid-vvFylRhwGd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFylRhwGd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFylRhwGd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFylRhwGd .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFylRhwGd .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-vvFylRhwGd .close::before {
  content: '\e91a';
}
.cid-vvFylRhwGd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFylRhwGd .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-vvFylRhwGd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFylRhwGd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFylRhwGd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFylRhwGd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFylRhwGd .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-vvFylRhwGd .carousel-indicators li.active,
.cid-vvFylRhwGd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFylRhwGd .carousel-indicators li::after,
.cid-vvFylRhwGd .carousel-indicators li::before {
  content: none;
}
.cid-vvFylRhwGd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFylRhwGd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFylRhwGd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFylRhwGd .carousel-indicators {
    display: none;
  }
}
.cid-vvFylRhwGd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFylRhwGd .carousel-inner > .active {
  display: block;
}
.cid-vvFylRhwGd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFylRhwGd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFylRhwGd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFylRhwGd .carousel-control,
  .cid-vvFylRhwGd .carousel-indicators,
  .cid-vvFylRhwGd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFylRhwGd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFylRhwGd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFylRhwGd .carousel-indicators .active,
.cid-vvFylRhwGd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFylRhwGd .carousel-indicators .active {
  background: #fff;
}
.cid-vvFylRhwGd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFylRhwGd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFylRhwGd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFylRhwGd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFylRhwGd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFylRhwGd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFylRhwGd .carousel {
  width: 100%;
}
.cid-vvFylRhwGd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFylRhwGd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFylRhwGd .modal.fade .modal-dialog,
.cid-vvFylRhwGd .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFylRhwGd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFylRhwGd H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFA27J24B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvFA27J24B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFA27J24B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFA27J24B .item {
  padding-bottom: 2rem;
}
.cid-vvFA27J24B .item-wrapper {
  position: relative;
}
.cid-vvFA27J24B .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-vvFA27J24B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFA27J24B .carousel-control,
.cid-vvFA27J24B .close {
  background: #1b1b1b;
}
.cid-vvFA27J24B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFA27J24B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFA27J24B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFA27J24B .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFA27J24B .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-vvFA27J24B .close::before {
  content: '\e91a';
}
.cid-vvFA27J24B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFA27J24B .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-vvFA27J24B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFA27J24B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFA27J24B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFA27J24B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFA27J24B .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-vvFA27J24B .carousel-indicators li.active,
.cid-vvFA27J24B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFA27J24B .carousel-indicators li::after,
.cid-vvFA27J24B .carousel-indicators li::before {
  content: none;
}
.cid-vvFA27J24B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFA27J24B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFA27J24B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFA27J24B .carousel-indicators {
    display: none;
  }
}
.cid-vvFA27J24B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFA27J24B .carousel-inner > .active {
  display: block;
}
.cid-vvFA27J24B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFA27J24B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFA27J24B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFA27J24B .carousel-control,
  .cid-vvFA27J24B .carousel-indicators,
  .cid-vvFA27J24B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFA27J24B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFA27J24B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFA27J24B .carousel-indicators .active,
.cid-vvFA27J24B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFA27J24B .carousel-indicators .active {
  background: #fff;
}
.cid-vvFA27J24B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFA27J24B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFA27J24B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFA27J24B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFA27J24B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFA27J24B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFA27J24B .carousel {
  width: 100%;
}
.cid-vvFA27J24B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFA27J24B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFA27J24B .modal.fade .modal-dialog,
.cid-vvFA27J24B .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFA27J24B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFA27J24B H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAqJY65i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAqJY65i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAqJY65i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAqJY65i .item {
  padding-bottom: 2rem;
}
.cid-vvFAqJY65i .item-wrapper {
  position: relative;
}
.cid-vvFAqJY65i .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-vvFAqJY65i .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAqJY65i .carousel-control,
.cid-vvFAqJY65i .close {
  background: #1b1b1b;
}
.cid-vvFAqJY65i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAqJY65i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAqJY65i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAqJY65i .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAqJY65i .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-vvFAqJY65i .close::before {
  content: '\e91a';
}
.cid-vvFAqJY65i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAqJY65i .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-vvFAqJY65i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAqJY65i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAqJY65i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAqJY65i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAqJY65i .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-vvFAqJY65i .carousel-indicators li.active,
.cid-vvFAqJY65i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAqJY65i .carousel-indicators li::after,
.cid-vvFAqJY65i .carousel-indicators li::before {
  content: none;
}
.cid-vvFAqJY65i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAqJY65i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAqJY65i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAqJY65i .carousel-indicators {
    display: none;
  }
}
.cid-vvFAqJY65i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAqJY65i .carousel-inner > .active {
  display: block;
}
.cid-vvFAqJY65i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAqJY65i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAqJY65i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAqJY65i .carousel-control,
  .cid-vvFAqJY65i .carousel-indicators,
  .cid-vvFAqJY65i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAqJY65i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAqJY65i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAqJY65i .carousel-indicators .active,
.cid-vvFAqJY65i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAqJY65i .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAqJY65i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAqJY65i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAqJY65i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAqJY65i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAqJY65i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAqJY65i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAqJY65i .carousel {
  width: 100%;
}
.cid-vvFAqJY65i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAqJY65i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAqJY65i .modal.fade .modal-dialog,
.cid-vvFAqJY65i .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAqJY65i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAqJY65i H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAtN7Ug3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAtN7Ug3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAtN7Ug3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAtN7Ug3 .item {
  padding-bottom: 2rem;
}
.cid-vvFAtN7Ug3 .item-wrapper {
  position: relative;
}
.cid-vvFAtN7Ug3 .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-vvFAtN7Ug3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAtN7Ug3 .carousel-control,
.cid-vvFAtN7Ug3 .close {
  background: #1b1b1b;
}
.cid-vvFAtN7Ug3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAtN7Ug3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAtN7Ug3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAtN7Ug3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAtN7Ug3 .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-vvFAtN7Ug3 .close::before {
  content: '\e91a';
}
.cid-vvFAtN7Ug3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAtN7Ug3 .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-vvFAtN7Ug3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAtN7Ug3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAtN7Ug3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAtN7Ug3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAtN7Ug3 .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-vvFAtN7Ug3 .carousel-indicators li.active,
.cid-vvFAtN7Ug3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAtN7Ug3 .carousel-indicators li::after,
.cid-vvFAtN7Ug3 .carousel-indicators li::before {
  content: none;
}
.cid-vvFAtN7Ug3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAtN7Ug3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAtN7Ug3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAtN7Ug3 .carousel-indicators {
    display: none;
  }
}
.cid-vvFAtN7Ug3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAtN7Ug3 .carousel-inner > .active {
  display: block;
}
.cid-vvFAtN7Ug3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAtN7Ug3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAtN7Ug3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAtN7Ug3 .carousel-control,
  .cid-vvFAtN7Ug3 .carousel-indicators,
  .cid-vvFAtN7Ug3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAtN7Ug3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAtN7Ug3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAtN7Ug3 .carousel-indicators .active,
.cid-vvFAtN7Ug3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAtN7Ug3 .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAtN7Ug3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAtN7Ug3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAtN7Ug3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAtN7Ug3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAtN7Ug3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAtN7Ug3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAtN7Ug3 .carousel {
  width: 100%;
}
.cid-vvFAtN7Ug3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAtN7Ug3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAtN7Ug3 .modal.fade .modal-dialog,
.cid-vvFAtN7Ug3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAtN7Ug3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAtN7Ug3 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAvC96qp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAvC96qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAvC96qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAvC96qp .item {
  padding-bottom: 2rem;
}
.cid-vvFAvC96qp .item-wrapper {
  position: relative;
}
.cid-vvFAvC96qp .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-vvFAvC96qp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAvC96qp .carousel-control,
.cid-vvFAvC96qp .close {
  background: #1b1b1b;
}
.cid-vvFAvC96qp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAvC96qp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAvC96qp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAvC96qp .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAvC96qp .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-vvFAvC96qp .close::before {
  content: '\e91a';
}
.cid-vvFAvC96qp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAvC96qp .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-vvFAvC96qp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAvC96qp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAvC96qp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAvC96qp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAvC96qp .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-vvFAvC96qp .carousel-indicators li.active,
.cid-vvFAvC96qp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAvC96qp .carousel-indicators li::after,
.cid-vvFAvC96qp .carousel-indicators li::before {
  content: none;
}
.cid-vvFAvC96qp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAvC96qp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAvC96qp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAvC96qp .carousel-indicators {
    display: none;
  }
}
.cid-vvFAvC96qp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAvC96qp .carousel-inner > .active {
  display: block;
}
.cid-vvFAvC96qp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAvC96qp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAvC96qp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAvC96qp .carousel-control,
  .cid-vvFAvC96qp .carousel-indicators,
  .cid-vvFAvC96qp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAvC96qp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAvC96qp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAvC96qp .carousel-indicators .active,
.cid-vvFAvC96qp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAvC96qp .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAvC96qp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAvC96qp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAvC96qp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAvC96qp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAvC96qp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAvC96qp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAvC96qp .carousel {
  width: 100%;
}
.cid-vvFAvC96qp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAvC96qp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAvC96qp .modal.fade .modal-dialog,
.cid-vvFAvC96qp .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAvC96qp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAvC96qp H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAxCTY1o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAxCTY1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAxCTY1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAxCTY1o .item {
  padding-bottom: 2rem;
}
.cid-vvFAxCTY1o .item-wrapper {
  position: relative;
}
.cid-vvFAxCTY1o .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-vvFAxCTY1o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAxCTY1o .carousel-control,
.cid-vvFAxCTY1o .close {
  background: #1b1b1b;
}
.cid-vvFAxCTY1o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAxCTY1o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAxCTY1o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAxCTY1o .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAxCTY1o .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-vvFAxCTY1o .close::before {
  content: '\e91a';
}
.cid-vvFAxCTY1o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAxCTY1o .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-vvFAxCTY1o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAxCTY1o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAxCTY1o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAxCTY1o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAxCTY1o .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-vvFAxCTY1o .carousel-indicators li.active,
.cid-vvFAxCTY1o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAxCTY1o .carousel-indicators li::after,
.cid-vvFAxCTY1o .carousel-indicators li::before {
  content: none;
}
.cid-vvFAxCTY1o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAxCTY1o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAxCTY1o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAxCTY1o .carousel-indicators {
    display: none;
  }
}
.cid-vvFAxCTY1o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAxCTY1o .carousel-inner > .active {
  display: block;
}
.cid-vvFAxCTY1o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAxCTY1o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAxCTY1o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAxCTY1o .carousel-control,
  .cid-vvFAxCTY1o .carousel-indicators,
  .cid-vvFAxCTY1o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAxCTY1o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAxCTY1o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAxCTY1o .carousel-indicators .active,
.cid-vvFAxCTY1o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAxCTY1o .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAxCTY1o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAxCTY1o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAxCTY1o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAxCTY1o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAxCTY1o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAxCTY1o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAxCTY1o .carousel {
  width: 100%;
}
.cid-vvFAxCTY1o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAxCTY1o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAxCTY1o .modal.fade .modal-dialog,
.cid-vvFAxCTY1o .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAxCTY1o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAxCTY1o H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAzKrbVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAzKrbVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAzKrbVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAzKrbVD .item {
  padding-bottom: 2rem;
}
.cid-vvFAzKrbVD .item-wrapper {
  position: relative;
}
.cid-vvFAzKrbVD .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-vvFAzKrbVD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAzKrbVD .carousel-control,
.cid-vvFAzKrbVD .close {
  background: #1b1b1b;
}
.cid-vvFAzKrbVD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAzKrbVD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAzKrbVD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAzKrbVD .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAzKrbVD .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-vvFAzKrbVD .close::before {
  content: '\e91a';
}
.cid-vvFAzKrbVD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAzKrbVD .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-vvFAzKrbVD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAzKrbVD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAzKrbVD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAzKrbVD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAzKrbVD .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-vvFAzKrbVD .carousel-indicators li.active,
.cid-vvFAzKrbVD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAzKrbVD .carousel-indicators li::after,
.cid-vvFAzKrbVD .carousel-indicators li::before {
  content: none;
}
.cid-vvFAzKrbVD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAzKrbVD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAzKrbVD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAzKrbVD .carousel-indicators {
    display: none;
  }
}
.cid-vvFAzKrbVD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAzKrbVD .carousel-inner > .active {
  display: block;
}
.cid-vvFAzKrbVD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAzKrbVD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAzKrbVD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAzKrbVD .carousel-control,
  .cid-vvFAzKrbVD .carousel-indicators,
  .cid-vvFAzKrbVD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAzKrbVD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAzKrbVD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAzKrbVD .carousel-indicators .active,
.cid-vvFAzKrbVD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAzKrbVD .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAzKrbVD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAzKrbVD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAzKrbVD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAzKrbVD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAzKrbVD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAzKrbVD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAzKrbVD .carousel {
  width: 100%;
}
.cid-vvFAzKrbVD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAzKrbVD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAzKrbVD .modal.fade .modal-dialog,
.cid-vvFAzKrbVD .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAzKrbVD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAzKrbVD H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFABLpkLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFABLpkLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFABLpkLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFABLpkLz .item {
  padding-bottom: 2rem;
}
.cid-vvFABLpkLz .item-wrapper {
  position: relative;
}
.cid-vvFABLpkLz .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-vvFABLpkLz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFABLpkLz .carousel-control,
.cid-vvFABLpkLz .close {
  background: #1b1b1b;
}
.cid-vvFABLpkLz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFABLpkLz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFABLpkLz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFABLpkLz .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFABLpkLz .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-vvFABLpkLz .close::before {
  content: '\e91a';
}
.cid-vvFABLpkLz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFABLpkLz .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-vvFABLpkLz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFABLpkLz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFABLpkLz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFABLpkLz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFABLpkLz .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-vvFABLpkLz .carousel-indicators li.active,
.cid-vvFABLpkLz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFABLpkLz .carousel-indicators li::after,
.cid-vvFABLpkLz .carousel-indicators li::before {
  content: none;
}
.cid-vvFABLpkLz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFABLpkLz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFABLpkLz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFABLpkLz .carousel-indicators {
    display: none;
  }
}
.cid-vvFABLpkLz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFABLpkLz .carousel-inner > .active {
  display: block;
}
.cid-vvFABLpkLz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFABLpkLz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFABLpkLz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFABLpkLz .carousel-control,
  .cid-vvFABLpkLz .carousel-indicators,
  .cid-vvFABLpkLz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFABLpkLz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFABLpkLz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFABLpkLz .carousel-indicators .active,
.cid-vvFABLpkLz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFABLpkLz .carousel-indicators .active {
  background: #fff;
}
.cid-vvFABLpkLz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFABLpkLz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFABLpkLz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFABLpkLz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFABLpkLz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFABLpkLz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFABLpkLz .carousel {
  width: 100%;
}
.cid-vvFABLpkLz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFABLpkLz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFABLpkLz .modal.fade .modal-dialog,
.cid-vvFABLpkLz .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFABLpkLz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFABLpkLz H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFADhhtxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFADhhtxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFADhhtxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFADhhtxr .item {
  padding-bottom: 2rem;
}
.cid-vvFADhhtxr .item-wrapper {
  position: relative;
}
.cid-vvFADhhtxr .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-vvFADhhtxr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFADhhtxr .carousel-control,
.cid-vvFADhhtxr .close {
  background: #1b1b1b;
}
.cid-vvFADhhtxr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFADhhtxr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFADhhtxr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFADhhtxr .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFADhhtxr .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-vvFADhhtxr .close::before {
  content: '\e91a';
}
.cid-vvFADhhtxr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFADhhtxr .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-vvFADhhtxr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFADhhtxr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFADhhtxr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFADhhtxr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFADhhtxr .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-vvFADhhtxr .carousel-indicators li.active,
.cid-vvFADhhtxr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFADhhtxr .carousel-indicators li::after,
.cid-vvFADhhtxr .carousel-indicators li::before {
  content: none;
}
.cid-vvFADhhtxr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFADhhtxr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFADhhtxr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFADhhtxr .carousel-indicators {
    display: none;
  }
}
.cid-vvFADhhtxr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFADhhtxr .carousel-inner > .active {
  display: block;
}
.cid-vvFADhhtxr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFADhhtxr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFADhhtxr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFADhhtxr .carousel-control,
  .cid-vvFADhhtxr .carousel-indicators,
  .cid-vvFADhhtxr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFADhhtxr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFADhhtxr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFADhhtxr .carousel-indicators .active,
.cid-vvFADhhtxr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFADhhtxr .carousel-indicators .active {
  background: #fff;
}
.cid-vvFADhhtxr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFADhhtxr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFADhhtxr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFADhhtxr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFADhhtxr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFADhhtxr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFADhhtxr .carousel {
  width: 100%;
}
.cid-vvFADhhtxr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFADhhtxr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFADhhtxr .modal.fade .modal-dialog,
.cid-vvFADhhtxr .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFADhhtxr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFADhhtxr H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAEYvOTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAEYvOTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAEYvOTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAEYvOTK .item {
  padding-bottom: 2rem;
}
.cid-vvFAEYvOTK .item-wrapper {
  position: relative;
}
.cid-vvFAEYvOTK .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-vvFAEYvOTK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAEYvOTK .carousel-control,
.cid-vvFAEYvOTK .close {
  background: #1b1b1b;
}
.cid-vvFAEYvOTK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAEYvOTK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAEYvOTK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAEYvOTK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAEYvOTK .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-vvFAEYvOTK .close::before {
  content: '\e91a';
}
.cid-vvFAEYvOTK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAEYvOTK .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-vvFAEYvOTK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAEYvOTK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAEYvOTK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAEYvOTK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAEYvOTK .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-vvFAEYvOTK .carousel-indicators li.active,
.cid-vvFAEYvOTK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAEYvOTK .carousel-indicators li::after,
.cid-vvFAEYvOTK .carousel-indicators li::before {
  content: none;
}
.cid-vvFAEYvOTK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAEYvOTK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAEYvOTK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAEYvOTK .carousel-indicators {
    display: none;
  }
}
.cid-vvFAEYvOTK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAEYvOTK .carousel-inner > .active {
  display: block;
}
.cid-vvFAEYvOTK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAEYvOTK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAEYvOTK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAEYvOTK .carousel-control,
  .cid-vvFAEYvOTK .carousel-indicators,
  .cid-vvFAEYvOTK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAEYvOTK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAEYvOTK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAEYvOTK .carousel-indicators .active,
.cid-vvFAEYvOTK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAEYvOTK .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAEYvOTK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAEYvOTK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAEYvOTK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAEYvOTK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAEYvOTK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAEYvOTK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAEYvOTK .carousel {
  width: 100%;
}
.cid-vvFAEYvOTK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAEYvOTK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAEYvOTK .modal.fade .modal-dialog,
.cid-vvFAEYvOTK .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAEYvOTK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAEYvOTK H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAGvvbP4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAGvvbP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAGvvbP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAGvvbP4 .item {
  padding-bottom: 2rem;
}
.cid-vvFAGvvbP4 .item-wrapper {
  position: relative;
}
.cid-vvFAGvvbP4 .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-vvFAGvvbP4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAGvvbP4 .carousel-control,
.cid-vvFAGvvbP4 .close {
  background: #1b1b1b;
}
.cid-vvFAGvvbP4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAGvvbP4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAGvvbP4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAGvvbP4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAGvvbP4 .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-vvFAGvvbP4 .close::before {
  content: '\e91a';
}
.cid-vvFAGvvbP4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAGvvbP4 .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-vvFAGvvbP4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAGvvbP4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAGvvbP4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAGvvbP4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAGvvbP4 .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-vvFAGvvbP4 .carousel-indicators li.active,
.cid-vvFAGvvbP4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAGvvbP4 .carousel-indicators li::after,
.cid-vvFAGvvbP4 .carousel-indicators li::before {
  content: none;
}
.cid-vvFAGvvbP4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAGvvbP4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAGvvbP4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAGvvbP4 .carousel-indicators {
    display: none;
  }
}
.cid-vvFAGvvbP4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAGvvbP4 .carousel-inner > .active {
  display: block;
}
.cid-vvFAGvvbP4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAGvvbP4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAGvvbP4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAGvvbP4 .carousel-control,
  .cid-vvFAGvvbP4 .carousel-indicators,
  .cid-vvFAGvvbP4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAGvvbP4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAGvvbP4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAGvvbP4 .carousel-indicators .active,
.cid-vvFAGvvbP4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAGvvbP4 .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAGvvbP4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAGvvbP4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAGvvbP4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAGvvbP4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAGvvbP4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAGvvbP4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAGvvbP4 .carousel {
  width: 100%;
}
.cid-vvFAGvvbP4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAGvvbP4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAGvvbP4 .modal.fade .modal-dialog,
.cid-vvFAGvvbP4 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAGvvbP4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAGvvbP4 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAI6HHUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAI6HHUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAI6HHUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAI6HHUM .item {
  padding-bottom: 2rem;
}
.cid-vvFAI6HHUM .item-wrapper {
  position: relative;
}
.cid-vvFAI6HHUM .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-vvFAI6HHUM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAI6HHUM .carousel-control,
.cid-vvFAI6HHUM .close {
  background: #1b1b1b;
}
.cid-vvFAI6HHUM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAI6HHUM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAI6HHUM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAI6HHUM .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAI6HHUM .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-vvFAI6HHUM .close::before {
  content: '\e91a';
}
.cid-vvFAI6HHUM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAI6HHUM .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-vvFAI6HHUM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAI6HHUM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAI6HHUM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAI6HHUM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAI6HHUM .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-vvFAI6HHUM .carousel-indicators li.active,
.cid-vvFAI6HHUM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAI6HHUM .carousel-indicators li::after,
.cid-vvFAI6HHUM .carousel-indicators li::before {
  content: none;
}
.cid-vvFAI6HHUM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAI6HHUM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAI6HHUM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAI6HHUM .carousel-indicators {
    display: none;
  }
}
.cid-vvFAI6HHUM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAI6HHUM .carousel-inner > .active {
  display: block;
}
.cid-vvFAI6HHUM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAI6HHUM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAI6HHUM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAI6HHUM .carousel-control,
  .cid-vvFAI6HHUM .carousel-indicators,
  .cid-vvFAI6HHUM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAI6HHUM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAI6HHUM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAI6HHUM .carousel-indicators .active,
.cid-vvFAI6HHUM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAI6HHUM .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAI6HHUM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAI6HHUM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAI6HHUM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAI6HHUM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAI6HHUM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAI6HHUM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAI6HHUM .carousel {
  width: 100%;
}
.cid-vvFAI6HHUM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAI6HHUM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAI6HHUM .modal.fade .modal-dialog,
.cid-vvFAI6HHUM .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAI6HHUM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAI6HHUM H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvFAJIZB9j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vvFAJIZB9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFAJIZB9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFAJIZB9j .item {
  padding-bottom: 2rem;
}
.cid-vvFAJIZB9j .item-wrapper {
  position: relative;
}
.cid-vvFAJIZB9j .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-vvFAJIZB9j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvFAJIZB9j .carousel-control,
.cid-vvFAJIZB9j .close {
  background: #1b1b1b;
}
.cid-vvFAJIZB9j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvFAJIZB9j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvFAJIZB9j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvFAJIZB9j .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvFAJIZB9j .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-vvFAJIZB9j .close::before {
  content: '\e91a';
}
.cid-vvFAJIZB9j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvFAJIZB9j .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-vvFAJIZB9j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAJIZB9j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvFAJIZB9j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvFAJIZB9j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvFAJIZB9j .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-vvFAJIZB9j .carousel-indicators li.active,
.cid-vvFAJIZB9j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvFAJIZB9j .carousel-indicators li::after,
.cid-vvFAJIZB9j .carousel-indicators li::before {
  content: none;
}
.cid-vvFAJIZB9j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvFAJIZB9j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvFAJIZB9j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvFAJIZB9j .carousel-indicators {
    display: none;
  }
}
.cid-vvFAJIZB9j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvFAJIZB9j .carousel-inner > .active {
  display: block;
}
.cid-vvFAJIZB9j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvFAJIZB9j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvFAJIZB9j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvFAJIZB9j .carousel-control,
  .cid-vvFAJIZB9j .carousel-indicators,
  .cid-vvFAJIZB9j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvFAJIZB9j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvFAJIZB9j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvFAJIZB9j .carousel-indicators .active,
.cid-vvFAJIZB9j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvFAJIZB9j .carousel-indicators .active {
  background: #fff;
}
.cid-vvFAJIZB9j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvFAJIZB9j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvFAJIZB9j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvFAJIZB9j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvFAJIZB9j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvFAJIZB9j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvFAJIZB9j .carousel {
  width: 100%;
}
.cid-vvFAJIZB9j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvFAJIZB9j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvFAJIZB9j .modal.fade .modal-dialog,
.cid-vvFAJIZB9j .modal.in .modal-dialog {
  transform: none;
}
.cid-vvFAJIZB9j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvFAJIZB9j H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHJtPrjC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHJtPrjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHJtPrjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHJtPrjC .item {
  padding-bottom: 2rem;
}
.cid-vvIHJtPrjC .item-wrapper {
  position: relative;
}
.cid-vvIHJtPrjC .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-vvIHJtPrjC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHJtPrjC .carousel-control,
.cid-vvIHJtPrjC .close {
  background: #1b1b1b;
}
.cid-vvIHJtPrjC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHJtPrjC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHJtPrjC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHJtPrjC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHJtPrjC .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-vvIHJtPrjC .close::before {
  content: '\e91a';
}
.cid-vvIHJtPrjC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHJtPrjC .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-vvIHJtPrjC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHJtPrjC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHJtPrjC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHJtPrjC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHJtPrjC .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-vvIHJtPrjC .carousel-indicators li.active,
.cid-vvIHJtPrjC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHJtPrjC .carousel-indicators li::after,
.cid-vvIHJtPrjC .carousel-indicators li::before {
  content: none;
}
.cid-vvIHJtPrjC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHJtPrjC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHJtPrjC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHJtPrjC .carousel-indicators {
    display: none;
  }
}
.cid-vvIHJtPrjC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHJtPrjC .carousel-inner > .active {
  display: block;
}
.cid-vvIHJtPrjC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHJtPrjC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHJtPrjC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHJtPrjC .carousel-control,
  .cid-vvIHJtPrjC .carousel-indicators,
  .cid-vvIHJtPrjC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHJtPrjC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHJtPrjC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHJtPrjC .carousel-indicators .active,
.cid-vvIHJtPrjC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHJtPrjC .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHJtPrjC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHJtPrjC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHJtPrjC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHJtPrjC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHJtPrjC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHJtPrjC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHJtPrjC .carousel {
  width: 100%;
}
.cid-vvIHJtPrjC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHJtPrjC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHJtPrjC .modal.fade .modal-dialog,
.cid-vvIHJtPrjC .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHJtPrjC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHJtPrjC H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHMmBv2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHMmBv2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHMmBv2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHMmBv2B .item {
  padding-bottom: 2rem;
}
.cid-vvIHMmBv2B .item-wrapper {
  position: relative;
}
.cid-vvIHMmBv2B .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-vvIHMmBv2B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHMmBv2B .carousel-control,
.cid-vvIHMmBv2B .close {
  background: #1b1b1b;
}
.cid-vvIHMmBv2B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHMmBv2B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHMmBv2B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHMmBv2B .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHMmBv2B .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-vvIHMmBv2B .close::before {
  content: '\e91a';
}
.cid-vvIHMmBv2B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHMmBv2B .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-vvIHMmBv2B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHMmBv2B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHMmBv2B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHMmBv2B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHMmBv2B .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-vvIHMmBv2B .carousel-indicators li.active,
.cid-vvIHMmBv2B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHMmBv2B .carousel-indicators li::after,
.cid-vvIHMmBv2B .carousel-indicators li::before {
  content: none;
}
.cid-vvIHMmBv2B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHMmBv2B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHMmBv2B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHMmBv2B .carousel-indicators {
    display: none;
  }
}
.cid-vvIHMmBv2B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHMmBv2B .carousel-inner > .active {
  display: block;
}
.cid-vvIHMmBv2B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHMmBv2B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHMmBv2B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHMmBv2B .carousel-control,
  .cid-vvIHMmBv2B .carousel-indicators,
  .cid-vvIHMmBv2B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHMmBv2B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHMmBv2B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHMmBv2B .carousel-indicators .active,
.cid-vvIHMmBv2B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHMmBv2B .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHMmBv2B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHMmBv2B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHMmBv2B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHMmBv2B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHMmBv2B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHMmBv2B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHMmBv2B .carousel {
  width: 100%;
}
.cid-vvIHMmBv2B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHMmBv2B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHMmBv2B .modal.fade .modal-dialog,
.cid-vvIHMmBv2B .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHMmBv2B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHMmBv2B H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHO5AEmG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHO5AEmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHO5AEmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHO5AEmG .item {
  padding-bottom: 2rem;
}
.cid-vvIHO5AEmG .item-wrapper {
  position: relative;
}
.cid-vvIHO5AEmG .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-vvIHO5AEmG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHO5AEmG .carousel-control,
.cid-vvIHO5AEmG .close {
  background: #1b1b1b;
}
.cid-vvIHO5AEmG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHO5AEmG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHO5AEmG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHO5AEmG .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHO5AEmG .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-vvIHO5AEmG .close::before {
  content: '\e91a';
}
.cid-vvIHO5AEmG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHO5AEmG .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-vvIHO5AEmG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHO5AEmG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHO5AEmG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHO5AEmG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHO5AEmG .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-vvIHO5AEmG .carousel-indicators li.active,
.cid-vvIHO5AEmG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHO5AEmG .carousel-indicators li::after,
.cid-vvIHO5AEmG .carousel-indicators li::before {
  content: none;
}
.cid-vvIHO5AEmG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHO5AEmG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHO5AEmG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHO5AEmG .carousel-indicators {
    display: none;
  }
}
.cid-vvIHO5AEmG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHO5AEmG .carousel-inner > .active {
  display: block;
}
.cid-vvIHO5AEmG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHO5AEmG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHO5AEmG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHO5AEmG .carousel-control,
  .cid-vvIHO5AEmG .carousel-indicators,
  .cid-vvIHO5AEmG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHO5AEmG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHO5AEmG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHO5AEmG .carousel-indicators .active,
.cid-vvIHO5AEmG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHO5AEmG .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHO5AEmG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHO5AEmG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHO5AEmG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHO5AEmG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHO5AEmG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHO5AEmG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHO5AEmG .carousel {
  width: 100%;
}
.cid-vvIHO5AEmG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHO5AEmG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHO5AEmG .modal.fade .modal-dialog,
.cid-vvIHO5AEmG .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHO5AEmG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHO5AEmG H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHPBI92S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHPBI92S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHPBI92S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHPBI92S .item {
  padding-bottom: 2rem;
}
.cid-vvIHPBI92S .item-wrapper {
  position: relative;
}
.cid-vvIHPBI92S .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-vvIHPBI92S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHPBI92S .carousel-control,
.cid-vvIHPBI92S .close {
  background: #1b1b1b;
}
.cid-vvIHPBI92S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHPBI92S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHPBI92S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHPBI92S .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHPBI92S .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-vvIHPBI92S .close::before {
  content: '\e91a';
}
.cid-vvIHPBI92S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHPBI92S .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-vvIHPBI92S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHPBI92S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHPBI92S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHPBI92S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHPBI92S .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-vvIHPBI92S .carousel-indicators li.active,
.cid-vvIHPBI92S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHPBI92S .carousel-indicators li::after,
.cid-vvIHPBI92S .carousel-indicators li::before {
  content: none;
}
.cid-vvIHPBI92S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHPBI92S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHPBI92S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHPBI92S .carousel-indicators {
    display: none;
  }
}
.cid-vvIHPBI92S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHPBI92S .carousel-inner > .active {
  display: block;
}
.cid-vvIHPBI92S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHPBI92S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHPBI92S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHPBI92S .carousel-control,
  .cid-vvIHPBI92S .carousel-indicators,
  .cid-vvIHPBI92S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHPBI92S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHPBI92S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHPBI92S .carousel-indicators .active,
.cid-vvIHPBI92S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHPBI92S .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHPBI92S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHPBI92S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHPBI92S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHPBI92S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHPBI92S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHPBI92S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHPBI92S .carousel {
  width: 100%;
}
.cid-vvIHPBI92S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHPBI92S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHPBI92S .modal.fade .modal-dialog,
.cid-vvIHPBI92S .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHPBI92S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHPBI92S H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHTMKPTi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHTMKPTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHTMKPTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHTMKPTi .item {
  padding-bottom: 2rem;
}
.cid-vvIHTMKPTi .item-wrapper {
  position: relative;
}
.cid-vvIHTMKPTi .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-vvIHTMKPTi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHTMKPTi .carousel-control,
.cid-vvIHTMKPTi .close {
  background: #1b1b1b;
}
.cid-vvIHTMKPTi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHTMKPTi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHTMKPTi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHTMKPTi .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHTMKPTi .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-vvIHTMKPTi .close::before {
  content: '\e91a';
}
.cid-vvIHTMKPTi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHTMKPTi .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-vvIHTMKPTi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHTMKPTi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHTMKPTi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHTMKPTi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHTMKPTi .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-vvIHTMKPTi .carousel-indicators li.active,
.cid-vvIHTMKPTi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHTMKPTi .carousel-indicators li::after,
.cid-vvIHTMKPTi .carousel-indicators li::before {
  content: none;
}
.cid-vvIHTMKPTi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHTMKPTi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHTMKPTi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHTMKPTi .carousel-indicators {
    display: none;
  }
}
.cid-vvIHTMKPTi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHTMKPTi .carousel-inner > .active {
  display: block;
}
.cid-vvIHTMKPTi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHTMKPTi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHTMKPTi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHTMKPTi .carousel-control,
  .cid-vvIHTMKPTi .carousel-indicators,
  .cid-vvIHTMKPTi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHTMKPTi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHTMKPTi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHTMKPTi .carousel-indicators .active,
.cid-vvIHTMKPTi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHTMKPTi .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHTMKPTi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHTMKPTi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHTMKPTi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHTMKPTi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHTMKPTi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHTMKPTi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHTMKPTi .carousel {
  width: 100%;
}
.cid-vvIHTMKPTi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHTMKPTi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHTMKPTi .modal.fade .modal-dialog,
.cid-vvIHTMKPTi .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHTMKPTi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHTMKPTi H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHVNV3Kj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHVNV3Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHVNV3Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHVNV3Kj .item {
  padding-bottom: 2rem;
}
.cid-vvIHVNV3Kj .item-wrapper {
  position: relative;
}
.cid-vvIHVNV3Kj .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-vvIHVNV3Kj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHVNV3Kj .carousel-control,
.cid-vvIHVNV3Kj .close {
  background: #1b1b1b;
}
.cid-vvIHVNV3Kj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHVNV3Kj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHVNV3Kj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHVNV3Kj .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHVNV3Kj .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-vvIHVNV3Kj .close::before {
  content: '\e91a';
}
.cid-vvIHVNV3Kj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHVNV3Kj .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-vvIHVNV3Kj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHVNV3Kj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHVNV3Kj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHVNV3Kj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHVNV3Kj .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-vvIHVNV3Kj .carousel-indicators li.active,
.cid-vvIHVNV3Kj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHVNV3Kj .carousel-indicators li::after,
.cid-vvIHVNV3Kj .carousel-indicators li::before {
  content: none;
}
.cid-vvIHVNV3Kj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHVNV3Kj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHVNV3Kj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHVNV3Kj .carousel-indicators {
    display: none;
  }
}
.cid-vvIHVNV3Kj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHVNV3Kj .carousel-inner > .active {
  display: block;
}
.cid-vvIHVNV3Kj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHVNV3Kj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHVNV3Kj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHVNV3Kj .carousel-control,
  .cid-vvIHVNV3Kj .carousel-indicators,
  .cid-vvIHVNV3Kj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHVNV3Kj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHVNV3Kj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHVNV3Kj .carousel-indicators .active,
.cid-vvIHVNV3Kj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHVNV3Kj .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHVNV3Kj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHVNV3Kj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHVNV3Kj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHVNV3Kj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHVNV3Kj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHVNV3Kj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHVNV3Kj .carousel {
  width: 100%;
}
.cid-vvIHVNV3Kj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHVNV3Kj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHVNV3Kj .modal.fade .modal-dialog,
.cid-vvIHVNV3Kj .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHVNV3Kj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHVNV3Kj H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvII08D4nY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvII08D4nY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvII08D4nY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvII08D4nY .item {
  padding-bottom: 2rem;
}
.cid-vvII08D4nY .item-wrapper {
  position: relative;
}
.cid-vvII08D4nY .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-vvII08D4nY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvII08D4nY .carousel-control,
.cid-vvII08D4nY .close {
  background: #1b1b1b;
}
.cid-vvII08D4nY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvII08D4nY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvII08D4nY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvII08D4nY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvII08D4nY .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-vvII08D4nY .close::before {
  content: '\e91a';
}
.cid-vvII08D4nY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvII08D4nY .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-vvII08D4nY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII08D4nY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvII08D4nY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvII08D4nY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvII08D4nY .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-vvII08D4nY .carousel-indicators li.active,
.cid-vvII08D4nY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvII08D4nY .carousel-indicators li::after,
.cid-vvII08D4nY .carousel-indicators li::before {
  content: none;
}
.cid-vvII08D4nY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvII08D4nY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvII08D4nY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvII08D4nY .carousel-indicators {
    display: none;
  }
}
.cid-vvII08D4nY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvII08D4nY .carousel-inner > .active {
  display: block;
}
.cid-vvII08D4nY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII08D4nY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvII08D4nY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvII08D4nY .carousel-control,
  .cid-vvII08D4nY .carousel-indicators,
  .cid-vvII08D4nY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvII08D4nY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvII08D4nY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvII08D4nY .carousel-indicators .active,
.cid-vvII08D4nY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvII08D4nY .carousel-indicators .active {
  background: #fff;
}
.cid-vvII08D4nY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvII08D4nY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvII08D4nY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvII08D4nY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvII08D4nY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvII08D4nY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvII08D4nY .carousel {
  width: 100%;
}
.cid-vvII08D4nY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvII08D4nY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvII08D4nY .modal.fade .modal-dialog,
.cid-vvII08D4nY .modal.in .modal-dialog {
  transform: none;
}
.cid-vvII08D4nY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvII08D4nY H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvII2kDXfK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvII2kDXfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvII2kDXfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvII2kDXfK .item {
  padding-bottom: 2rem;
}
.cid-vvII2kDXfK .item-wrapper {
  position: relative;
}
.cid-vvII2kDXfK .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-vvII2kDXfK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvII2kDXfK .carousel-control,
.cid-vvII2kDXfK .close {
  background: #1b1b1b;
}
.cid-vvII2kDXfK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvII2kDXfK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvII2kDXfK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvII2kDXfK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvII2kDXfK .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-vvII2kDXfK .close::before {
  content: '\e91a';
}
.cid-vvII2kDXfK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvII2kDXfK .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-vvII2kDXfK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII2kDXfK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvII2kDXfK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvII2kDXfK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvII2kDXfK .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-vvII2kDXfK .carousel-indicators li.active,
.cid-vvII2kDXfK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvII2kDXfK .carousel-indicators li::after,
.cid-vvII2kDXfK .carousel-indicators li::before {
  content: none;
}
.cid-vvII2kDXfK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvII2kDXfK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvII2kDXfK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvII2kDXfK .carousel-indicators {
    display: none;
  }
}
.cid-vvII2kDXfK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvII2kDXfK .carousel-inner > .active {
  display: block;
}
.cid-vvII2kDXfK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII2kDXfK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvII2kDXfK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvII2kDXfK .carousel-control,
  .cid-vvII2kDXfK .carousel-indicators,
  .cid-vvII2kDXfK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvII2kDXfK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvII2kDXfK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvII2kDXfK .carousel-indicators .active,
.cid-vvII2kDXfK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvII2kDXfK .carousel-indicators .active {
  background: #fff;
}
.cid-vvII2kDXfK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvII2kDXfK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvII2kDXfK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvII2kDXfK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvII2kDXfK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvII2kDXfK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvII2kDXfK .carousel {
  width: 100%;
}
.cid-vvII2kDXfK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvII2kDXfK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvII2kDXfK .modal.fade .modal-dialog,
.cid-vvII2kDXfK .modal.in .modal-dialog {
  transform: none;
}
.cid-vvII2kDXfK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvII2kDXfK H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvII4nouVh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvII4nouVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvII4nouVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvII4nouVh .item {
  padding-bottom: 2rem;
}
.cid-vvII4nouVh .item-wrapper {
  position: relative;
}
.cid-vvII4nouVh .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-vvII4nouVh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvII4nouVh .carousel-control,
.cid-vvII4nouVh .close {
  background: #1b1b1b;
}
.cid-vvII4nouVh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvII4nouVh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvII4nouVh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvII4nouVh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvII4nouVh .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-vvII4nouVh .close::before {
  content: '\e91a';
}
.cid-vvII4nouVh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvII4nouVh .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-vvII4nouVh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII4nouVh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvII4nouVh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvII4nouVh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvII4nouVh .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-vvII4nouVh .carousel-indicators li.active,
.cid-vvII4nouVh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvII4nouVh .carousel-indicators li::after,
.cid-vvII4nouVh .carousel-indicators li::before {
  content: none;
}
.cid-vvII4nouVh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvII4nouVh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvII4nouVh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvII4nouVh .carousel-indicators {
    display: none;
  }
}
.cid-vvII4nouVh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvII4nouVh .carousel-inner > .active {
  display: block;
}
.cid-vvII4nouVh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII4nouVh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvII4nouVh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvII4nouVh .carousel-control,
  .cid-vvII4nouVh .carousel-indicators,
  .cid-vvII4nouVh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvII4nouVh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvII4nouVh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvII4nouVh .carousel-indicators .active,
.cid-vvII4nouVh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvII4nouVh .carousel-indicators .active {
  background: #fff;
}
.cid-vvII4nouVh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvII4nouVh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvII4nouVh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvII4nouVh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvII4nouVh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvII4nouVh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvII4nouVh .carousel {
  width: 100%;
}
.cid-vvII4nouVh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvII4nouVh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvII4nouVh .modal.fade .modal-dialog,
.cid-vvII4nouVh .modal.in .modal-dialog {
  transform: none;
}
.cid-vvII4nouVh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvII4nouVh H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvII6je3E8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvII6je3E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvII6je3E8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvII6je3E8 .item {
  padding-bottom: 2rem;
}
.cid-vvII6je3E8 .item-wrapper {
  position: relative;
}
.cid-vvII6je3E8 .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-vvII6je3E8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvII6je3E8 .carousel-control,
.cid-vvII6je3E8 .close {
  background: #1b1b1b;
}
.cid-vvII6je3E8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvII6je3E8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvII6je3E8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvII6je3E8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvII6je3E8 .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-vvII6je3E8 .close::before {
  content: '\e91a';
}
.cid-vvII6je3E8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvII6je3E8 .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-vvII6je3E8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII6je3E8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvII6je3E8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvII6je3E8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvII6je3E8 .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-vvII6je3E8 .carousel-indicators li.active,
.cid-vvII6je3E8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvII6je3E8 .carousel-indicators li::after,
.cid-vvII6je3E8 .carousel-indicators li::before {
  content: none;
}
.cid-vvII6je3E8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvII6je3E8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvII6je3E8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvII6je3E8 .carousel-indicators {
    display: none;
  }
}
.cid-vvII6je3E8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvII6je3E8 .carousel-inner > .active {
  display: block;
}
.cid-vvII6je3E8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII6je3E8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvII6je3E8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvII6je3E8 .carousel-control,
  .cid-vvII6je3E8 .carousel-indicators,
  .cid-vvII6je3E8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvII6je3E8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvII6je3E8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvII6je3E8 .carousel-indicators .active,
.cid-vvII6je3E8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvII6je3E8 .carousel-indicators .active {
  background: #fff;
}
.cid-vvII6je3E8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvII6je3E8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvII6je3E8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvII6je3E8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvII6je3E8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvII6je3E8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvII6je3E8 .carousel {
  width: 100%;
}
.cid-vvII6je3E8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvII6je3E8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvII6je3E8 .modal.fade .modal-dialog,
.cid-vvII6je3E8 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvII6je3E8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvII6je3E8 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvII9BGikT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvII9BGikT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvII9BGikT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvII9BGikT .item {
  padding-bottom: 2rem;
}
.cid-vvII9BGikT .item-wrapper {
  position: relative;
}
.cid-vvII9BGikT .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-vvII9BGikT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvII9BGikT .carousel-control,
.cid-vvII9BGikT .close {
  background: #1b1b1b;
}
.cid-vvII9BGikT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvII9BGikT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvII9BGikT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvII9BGikT .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvII9BGikT .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-vvII9BGikT .close::before {
  content: '\e91a';
}
.cid-vvII9BGikT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvII9BGikT .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-vvII9BGikT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII9BGikT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvII9BGikT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvII9BGikT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvII9BGikT .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-vvII9BGikT .carousel-indicators li.active,
.cid-vvII9BGikT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvII9BGikT .carousel-indicators li::after,
.cid-vvII9BGikT .carousel-indicators li::before {
  content: none;
}
.cid-vvII9BGikT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvII9BGikT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvII9BGikT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvII9BGikT .carousel-indicators {
    display: none;
  }
}
.cid-vvII9BGikT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvII9BGikT .carousel-inner > .active {
  display: block;
}
.cid-vvII9BGikT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvII9BGikT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvII9BGikT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvII9BGikT .carousel-control,
  .cid-vvII9BGikT .carousel-indicators,
  .cid-vvII9BGikT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvII9BGikT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvII9BGikT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvII9BGikT .carousel-indicators .active,
.cid-vvII9BGikT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvII9BGikT .carousel-indicators .active {
  background: #fff;
}
.cid-vvII9BGikT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvII9BGikT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvII9BGikT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvII9BGikT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvII9BGikT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvII9BGikT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvII9BGikT .carousel {
  width: 100%;
}
.cid-vvII9BGikT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvII9BGikT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvII9BGikT .modal.fade .modal-dialog,
.cid-vvII9BGikT .modal.in .modal-dialog {
  transform: none;
}
.cid-vvII9BGikT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvII9BGikT H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIIbostyu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIIbostyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIIbostyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIIbostyu .item {
  padding-bottom: 2rem;
}
.cid-vvIIbostyu .item-wrapper {
  position: relative;
}
.cid-vvIIbostyu .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-vvIIbostyu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIIbostyu .carousel-control,
.cid-vvIIbostyu .close {
  background: #1b1b1b;
}
.cid-vvIIbostyu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIIbostyu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIIbostyu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIIbostyu .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIIbostyu .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-vvIIbostyu .close::before {
  content: '\e91a';
}
.cid-vvIIbostyu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIIbostyu .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-vvIIbostyu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIbostyu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIIbostyu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIIbostyu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIIbostyu .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-vvIIbostyu .carousel-indicators li.active,
.cid-vvIIbostyu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIIbostyu .carousel-indicators li::after,
.cid-vvIIbostyu .carousel-indicators li::before {
  content: none;
}
.cid-vvIIbostyu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIIbostyu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIIbostyu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIIbostyu .carousel-indicators {
    display: none;
  }
}
.cid-vvIIbostyu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIIbostyu .carousel-inner > .active {
  display: block;
}
.cid-vvIIbostyu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIbostyu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIIbostyu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIIbostyu .carousel-control,
  .cid-vvIIbostyu .carousel-indicators,
  .cid-vvIIbostyu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIIbostyu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIIbostyu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIIbostyu .carousel-indicators .active,
.cid-vvIIbostyu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIIbostyu .carousel-indicators .active {
  background: #fff;
}
.cid-vvIIbostyu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIIbostyu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIIbostyu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIIbostyu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIIbostyu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIIbostyu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIIbostyu .carousel {
  width: 100%;
}
.cid-vvIIbostyu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIIbostyu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIIbostyu .modal.fade .modal-dialog,
.cid-vvIIbostyu .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIIbostyu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIIbostyu H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIIcWexFC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIIcWexFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIIcWexFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIIcWexFC .item {
  padding-bottom: 2rem;
}
.cid-vvIIcWexFC .item-wrapper {
  position: relative;
}
.cid-vvIIcWexFC .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-vvIIcWexFC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIIcWexFC .carousel-control,
.cid-vvIIcWexFC .close {
  background: #1b1b1b;
}
.cid-vvIIcWexFC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIIcWexFC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIIcWexFC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIIcWexFC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIIcWexFC .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-vvIIcWexFC .close::before {
  content: '\e91a';
}
.cid-vvIIcWexFC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIIcWexFC .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-vvIIcWexFC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIcWexFC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIIcWexFC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIIcWexFC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIIcWexFC .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-vvIIcWexFC .carousel-indicators li.active,
.cid-vvIIcWexFC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIIcWexFC .carousel-indicators li::after,
.cid-vvIIcWexFC .carousel-indicators li::before {
  content: none;
}
.cid-vvIIcWexFC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIIcWexFC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIIcWexFC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIIcWexFC .carousel-indicators {
    display: none;
  }
}
.cid-vvIIcWexFC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIIcWexFC .carousel-inner > .active {
  display: block;
}
.cid-vvIIcWexFC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIcWexFC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIIcWexFC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIIcWexFC .carousel-control,
  .cid-vvIIcWexFC .carousel-indicators,
  .cid-vvIIcWexFC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIIcWexFC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIIcWexFC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIIcWexFC .carousel-indicators .active,
.cid-vvIIcWexFC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIIcWexFC .carousel-indicators .active {
  background: #fff;
}
.cid-vvIIcWexFC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIIcWexFC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIIcWexFC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIIcWexFC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIIcWexFC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIIcWexFC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIIcWexFC .carousel {
  width: 100%;
}
.cid-vvIIcWexFC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIIcWexFC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIIcWexFC .modal.fade .modal-dialog,
.cid-vvIIcWexFC .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIIcWexFC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIIcWexFC H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIIeD9QMh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIIeD9QMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIIeD9QMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIIeD9QMh .item {
  padding-bottom: 2rem;
}
.cid-vvIIeD9QMh .item-wrapper {
  position: relative;
}
.cid-vvIIeD9QMh .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-vvIIeD9QMh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIIeD9QMh .carousel-control,
.cid-vvIIeD9QMh .close {
  background: #1b1b1b;
}
.cid-vvIIeD9QMh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIIeD9QMh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIIeD9QMh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIIeD9QMh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIIeD9QMh .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-vvIIeD9QMh .close::before {
  content: '\e91a';
}
.cid-vvIIeD9QMh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIIeD9QMh .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-vvIIeD9QMh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIeD9QMh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIIeD9QMh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIIeD9QMh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIIeD9QMh .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-vvIIeD9QMh .carousel-indicators li.active,
.cid-vvIIeD9QMh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIIeD9QMh .carousel-indicators li::after,
.cid-vvIIeD9QMh .carousel-indicators li::before {
  content: none;
}
.cid-vvIIeD9QMh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIIeD9QMh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIIeD9QMh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIIeD9QMh .carousel-indicators {
    display: none;
  }
}
.cid-vvIIeD9QMh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIIeD9QMh .carousel-inner > .active {
  display: block;
}
.cid-vvIIeD9QMh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIeD9QMh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIIeD9QMh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIIeD9QMh .carousel-control,
  .cid-vvIIeD9QMh .carousel-indicators,
  .cid-vvIIeD9QMh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIIeD9QMh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIIeD9QMh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIIeD9QMh .carousel-indicators .active,
.cid-vvIIeD9QMh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIIeD9QMh .carousel-indicators .active {
  background: #fff;
}
.cid-vvIIeD9QMh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIIeD9QMh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIIeD9QMh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIIeD9QMh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIIeD9QMh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIIeD9QMh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIIeD9QMh .carousel {
  width: 100%;
}
.cid-vvIIeD9QMh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIIeD9QMh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIIeD9QMh .modal.fade .modal-dialog,
.cid-vvIIeD9QMh .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIIeD9QMh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIIeD9QMh H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIIgeGlDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIIgeGlDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIIgeGlDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIIgeGlDl .item {
  padding-bottom: 2rem;
}
.cid-vvIIgeGlDl .item-wrapper {
  position: relative;
}
.cid-vvIIgeGlDl .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-vvIIgeGlDl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIIgeGlDl .carousel-control,
.cid-vvIIgeGlDl .close {
  background: #1b1b1b;
}
.cid-vvIIgeGlDl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIIgeGlDl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIIgeGlDl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIIgeGlDl .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIIgeGlDl .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-vvIIgeGlDl .close::before {
  content: '\e91a';
}
.cid-vvIIgeGlDl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIIgeGlDl .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-vvIIgeGlDl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIgeGlDl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIIgeGlDl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIIgeGlDl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIIgeGlDl .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-vvIIgeGlDl .carousel-indicators li.active,
.cid-vvIIgeGlDl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIIgeGlDl .carousel-indicators li::after,
.cid-vvIIgeGlDl .carousel-indicators li::before {
  content: none;
}
.cid-vvIIgeGlDl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIIgeGlDl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIIgeGlDl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIIgeGlDl .carousel-indicators {
    display: none;
  }
}
.cid-vvIIgeGlDl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIIgeGlDl .carousel-inner > .active {
  display: block;
}
.cid-vvIIgeGlDl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIIgeGlDl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIIgeGlDl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIIgeGlDl .carousel-control,
  .cid-vvIIgeGlDl .carousel-indicators,
  .cid-vvIIgeGlDl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIIgeGlDl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIIgeGlDl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIIgeGlDl .carousel-indicators .active,
.cid-vvIIgeGlDl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIIgeGlDl .carousel-indicators .active {
  background: #fff;
}
.cid-vvIIgeGlDl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIIgeGlDl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIIgeGlDl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIIgeGlDl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIIgeGlDl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIIgeGlDl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIIgeGlDl .carousel {
  width: 100%;
}
.cid-vvIIgeGlDl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIIgeGlDl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIIgeGlDl .modal.fade .modal-dialog,
.cid-vvIIgeGlDl .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIIgeGlDl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIIgeGlDl H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7sDO6kf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7sDO6kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7sDO6kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7sDO6kf .item {
  padding-bottom: 2rem;
}
.cid-vvL7sDO6kf .item-wrapper {
  position: relative;
}
.cid-vvL7sDO6kf .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-vvL7sDO6kf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7sDO6kf .carousel-control,
.cid-vvL7sDO6kf .close {
  background: #1b1b1b;
}
.cid-vvL7sDO6kf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7sDO6kf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7sDO6kf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7sDO6kf .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7sDO6kf .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-vvL7sDO6kf .close::before {
  content: '\e91a';
}
.cid-vvL7sDO6kf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7sDO6kf .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-vvL7sDO6kf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7sDO6kf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7sDO6kf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7sDO6kf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7sDO6kf .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-vvL7sDO6kf .carousel-indicators li.active,
.cid-vvL7sDO6kf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7sDO6kf .carousel-indicators li::after,
.cid-vvL7sDO6kf .carousel-indicators li::before {
  content: none;
}
.cid-vvL7sDO6kf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7sDO6kf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7sDO6kf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7sDO6kf .carousel-indicators {
    display: none;
  }
}
.cid-vvL7sDO6kf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7sDO6kf .carousel-inner > .active {
  display: block;
}
.cid-vvL7sDO6kf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7sDO6kf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7sDO6kf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7sDO6kf .carousel-control,
  .cid-vvL7sDO6kf .carousel-indicators,
  .cid-vvL7sDO6kf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7sDO6kf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7sDO6kf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7sDO6kf .carousel-indicators .active,
.cid-vvL7sDO6kf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7sDO6kf .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7sDO6kf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7sDO6kf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7sDO6kf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7sDO6kf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7sDO6kf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7sDO6kf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7sDO6kf .carousel {
  width: 100%;
}
.cid-vvL7sDO6kf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7sDO6kf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7sDO6kf .modal.fade .modal-dialog,
.cid-vvL7sDO6kf .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7sDO6kf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7sDO6kf H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7v2XqSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7v2XqSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7v2XqSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7v2XqSY .item {
  padding-bottom: 2rem;
}
.cid-vvL7v2XqSY .item-wrapper {
  position: relative;
}
.cid-vvL7v2XqSY .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-vvL7v2XqSY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7v2XqSY .carousel-control,
.cid-vvL7v2XqSY .close {
  background: #1b1b1b;
}
.cid-vvL7v2XqSY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7v2XqSY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7v2XqSY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7v2XqSY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7v2XqSY .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-vvL7v2XqSY .close::before {
  content: '\e91a';
}
.cid-vvL7v2XqSY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7v2XqSY .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-vvL7v2XqSY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7v2XqSY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7v2XqSY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7v2XqSY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7v2XqSY .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-vvL7v2XqSY .carousel-indicators li.active,
.cid-vvL7v2XqSY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7v2XqSY .carousel-indicators li::after,
.cid-vvL7v2XqSY .carousel-indicators li::before {
  content: none;
}
.cid-vvL7v2XqSY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7v2XqSY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7v2XqSY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7v2XqSY .carousel-indicators {
    display: none;
  }
}
.cid-vvL7v2XqSY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7v2XqSY .carousel-inner > .active {
  display: block;
}
.cid-vvL7v2XqSY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7v2XqSY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7v2XqSY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7v2XqSY .carousel-control,
  .cid-vvL7v2XqSY .carousel-indicators,
  .cid-vvL7v2XqSY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7v2XqSY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7v2XqSY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7v2XqSY .carousel-indicators .active,
.cid-vvL7v2XqSY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7v2XqSY .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7v2XqSY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7v2XqSY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7v2XqSY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7v2XqSY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7v2XqSY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7v2XqSY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7v2XqSY .carousel {
  width: 100%;
}
.cid-vvL7v2XqSY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7v2XqSY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7v2XqSY .modal.fade .modal-dialog,
.cid-vvL7v2XqSY .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7v2XqSY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7v2XqSY H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7wNpM1Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7wNpM1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7wNpM1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7wNpM1Q .item {
  padding-bottom: 2rem;
}
.cid-vvL7wNpM1Q .item-wrapper {
  position: relative;
}
.cid-vvL7wNpM1Q .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-vvL7wNpM1Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7wNpM1Q .carousel-control,
.cid-vvL7wNpM1Q .close {
  background: #1b1b1b;
}
.cid-vvL7wNpM1Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7wNpM1Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7wNpM1Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7wNpM1Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7wNpM1Q .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-vvL7wNpM1Q .close::before {
  content: '\e91a';
}
.cid-vvL7wNpM1Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7wNpM1Q .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-vvL7wNpM1Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7wNpM1Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7wNpM1Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7wNpM1Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7wNpM1Q .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-vvL7wNpM1Q .carousel-indicators li.active,
.cid-vvL7wNpM1Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7wNpM1Q .carousel-indicators li::after,
.cid-vvL7wNpM1Q .carousel-indicators li::before {
  content: none;
}
.cid-vvL7wNpM1Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7wNpM1Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7wNpM1Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7wNpM1Q .carousel-indicators {
    display: none;
  }
}
.cid-vvL7wNpM1Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7wNpM1Q .carousel-inner > .active {
  display: block;
}
.cid-vvL7wNpM1Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7wNpM1Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7wNpM1Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7wNpM1Q .carousel-control,
  .cid-vvL7wNpM1Q .carousel-indicators,
  .cid-vvL7wNpM1Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7wNpM1Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7wNpM1Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7wNpM1Q .carousel-indicators .active,
.cid-vvL7wNpM1Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7wNpM1Q .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7wNpM1Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7wNpM1Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7wNpM1Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7wNpM1Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7wNpM1Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7wNpM1Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7wNpM1Q .carousel {
  width: 100%;
}
.cid-vvL7wNpM1Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7wNpM1Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7wNpM1Q .modal.fade .modal-dialog,
.cid-vvL7wNpM1Q .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7wNpM1Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7wNpM1Q H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7B9UGrJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7B9UGrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7B9UGrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7B9UGrJ .item {
  padding-bottom: 2rem;
}
.cid-vvL7B9UGrJ .item-wrapper {
  position: relative;
}
.cid-vvL7B9UGrJ .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-vvL7B9UGrJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7B9UGrJ .carousel-control,
.cid-vvL7B9UGrJ .close {
  background: #1b1b1b;
}
.cid-vvL7B9UGrJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7B9UGrJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7B9UGrJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7B9UGrJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7B9UGrJ .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-vvL7B9UGrJ .close::before {
  content: '\e91a';
}
.cid-vvL7B9UGrJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7B9UGrJ .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-vvL7B9UGrJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7B9UGrJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7B9UGrJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7B9UGrJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7B9UGrJ .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-vvL7B9UGrJ .carousel-indicators li.active,
.cid-vvL7B9UGrJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7B9UGrJ .carousel-indicators li::after,
.cid-vvL7B9UGrJ .carousel-indicators li::before {
  content: none;
}
.cid-vvL7B9UGrJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7B9UGrJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7B9UGrJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7B9UGrJ .carousel-indicators {
    display: none;
  }
}
.cid-vvL7B9UGrJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7B9UGrJ .carousel-inner > .active {
  display: block;
}
.cid-vvL7B9UGrJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7B9UGrJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7B9UGrJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7B9UGrJ .carousel-control,
  .cid-vvL7B9UGrJ .carousel-indicators,
  .cid-vvL7B9UGrJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7B9UGrJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7B9UGrJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7B9UGrJ .carousel-indicators .active,
.cid-vvL7B9UGrJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7B9UGrJ .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7B9UGrJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7B9UGrJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7B9UGrJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7B9UGrJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7B9UGrJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7B9UGrJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7B9UGrJ .carousel {
  width: 100%;
}
.cid-vvL7B9UGrJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7B9UGrJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7B9UGrJ .modal.fade .modal-dialog,
.cid-vvL7B9UGrJ .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7B9UGrJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7B9UGrJ H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7EK1ar3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7EK1ar3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7EK1ar3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7EK1ar3 .item {
  padding-bottom: 2rem;
}
.cid-vvL7EK1ar3 .item-wrapper {
  position: relative;
}
.cid-vvL7EK1ar3 .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-vvL7EK1ar3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7EK1ar3 .carousel-control,
.cid-vvL7EK1ar3 .close {
  background: #1b1b1b;
}
.cid-vvL7EK1ar3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7EK1ar3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7EK1ar3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7EK1ar3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7EK1ar3 .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-vvL7EK1ar3 .close::before {
  content: '\e91a';
}
.cid-vvL7EK1ar3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7EK1ar3 .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-vvL7EK1ar3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7EK1ar3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7EK1ar3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7EK1ar3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7EK1ar3 .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-vvL7EK1ar3 .carousel-indicators li.active,
.cid-vvL7EK1ar3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7EK1ar3 .carousel-indicators li::after,
.cid-vvL7EK1ar3 .carousel-indicators li::before {
  content: none;
}
.cid-vvL7EK1ar3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7EK1ar3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7EK1ar3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7EK1ar3 .carousel-indicators {
    display: none;
  }
}
.cid-vvL7EK1ar3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7EK1ar3 .carousel-inner > .active {
  display: block;
}
.cid-vvL7EK1ar3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7EK1ar3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7EK1ar3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7EK1ar3 .carousel-control,
  .cid-vvL7EK1ar3 .carousel-indicators,
  .cid-vvL7EK1ar3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7EK1ar3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7EK1ar3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7EK1ar3 .carousel-indicators .active,
.cid-vvL7EK1ar3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7EK1ar3 .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7EK1ar3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7EK1ar3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7EK1ar3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7EK1ar3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7EK1ar3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7EK1ar3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7EK1ar3 .carousel {
  width: 100%;
}
.cid-vvL7EK1ar3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7EK1ar3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7EK1ar3 .modal.fade .modal-dialog,
.cid-vvL7EK1ar3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7EK1ar3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7EK1ar3 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7HI0Mpp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7HI0Mpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7HI0Mpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7HI0Mpp .item {
  padding-bottom: 2rem;
}
.cid-vvL7HI0Mpp .item-wrapper {
  position: relative;
}
.cid-vvL7HI0Mpp .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-vvL7HI0Mpp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7HI0Mpp .carousel-control,
.cid-vvL7HI0Mpp .close {
  background: #1b1b1b;
}
.cid-vvL7HI0Mpp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7HI0Mpp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7HI0Mpp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7HI0Mpp .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7HI0Mpp .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-vvL7HI0Mpp .close::before {
  content: '\e91a';
}
.cid-vvL7HI0Mpp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7HI0Mpp .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-vvL7HI0Mpp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7HI0Mpp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7HI0Mpp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7HI0Mpp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7HI0Mpp .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-vvL7HI0Mpp .carousel-indicators li.active,
.cid-vvL7HI0Mpp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7HI0Mpp .carousel-indicators li::after,
.cid-vvL7HI0Mpp .carousel-indicators li::before {
  content: none;
}
.cid-vvL7HI0Mpp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7HI0Mpp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7HI0Mpp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7HI0Mpp .carousel-indicators {
    display: none;
  }
}
.cid-vvL7HI0Mpp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7HI0Mpp .carousel-inner > .active {
  display: block;
}
.cid-vvL7HI0Mpp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7HI0Mpp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7HI0Mpp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7HI0Mpp .carousel-control,
  .cid-vvL7HI0Mpp .carousel-indicators,
  .cid-vvL7HI0Mpp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7HI0Mpp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7HI0Mpp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7HI0Mpp .carousel-indicators .active,
.cid-vvL7HI0Mpp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7HI0Mpp .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7HI0Mpp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7HI0Mpp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7HI0Mpp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7HI0Mpp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7HI0Mpp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7HI0Mpp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7HI0Mpp .carousel {
  width: 100%;
}
.cid-vvL7HI0Mpp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7HI0Mpp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7HI0Mpp .modal.fade .modal-dialog,
.cid-vvL7HI0Mpp .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7HI0Mpp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7HI0Mpp H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7Rwjqwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7Rwjqwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7Rwjqwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7Rwjqwj .item {
  padding-bottom: 2rem;
}
.cid-vvL7Rwjqwj .item-wrapper {
  position: relative;
}
.cid-vvL7Rwjqwj .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-vvL7Rwjqwj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7Rwjqwj .carousel-control,
.cid-vvL7Rwjqwj .close {
  background: #1b1b1b;
}
.cid-vvL7Rwjqwj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7Rwjqwj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7Rwjqwj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7Rwjqwj .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7Rwjqwj .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-vvL7Rwjqwj .close::before {
  content: '\e91a';
}
.cid-vvL7Rwjqwj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7Rwjqwj .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-vvL7Rwjqwj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7Rwjqwj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7Rwjqwj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7Rwjqwj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7Rwjqwj .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-vvL7Rwjqwj .carousel-indicators li.active,
.cid-vvL7Rwjqwj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7Rwjqwj .carousel-indicators li::after,
.cid-vvL7Rwjqwj .carousel-indicators li::before {
  content: none;
}
.cid-vvL7Rwjqwj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7Rwjqwj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7Rwjqwj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7Rwjqwj .carousel-indicators {
    display: none;
  }
}
.cid-vvL7Rwjqwj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7Rwjqwj .carousel-inner > .active {
  display: block;
}
.cid-vvL7Rwjqwj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7Rwjqwj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7Rwjqwj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7Rwjqwj .carousel-control,
  .cid-vvL7Rwjqwj .carousel-indicators,
  .cid-vvL7Rwjqwj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7Rwjqwj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7Rwjqwj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7Rwjqwj .carousel-indicators .active,
.cid-vvL7Rwjqwj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7Rwjqwj .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7Rwjqwj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7Rwjqwj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7Rwjqwj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7Rwjqwj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7Rwjqwj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7Rwjqwj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7Rwjqwj .carousel {
  width: 100%;
}
.cid-vvL7Rwjqwj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7Rwjqwj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7Rwjqwj .modal.fade .modal-dialog,
.cid-vvL7Rwjqwj .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7Rwjqwj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7Rwjqwj H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL7YYE3aE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL7YYE3aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL7YYE3aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL7YYE3aE .item {
  padding-bottom: 2rem;
}
.cid-vvL7YYE3aE .item-wrapper {
  position: relative;
}
.cid-vvL7YYE3aE .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-vvL7YYE3aE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL7YYE3aE .carousel-control,
.cid-vvL7YYE3aE .close {
  background: #1b1b1b;
}
.cid-vvL7YYE3aE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL7YYE3aE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL7YYE3aE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL7YYE3aE .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL7YYE3aE .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-vvL7YYE3aE .close::before {
  content: '\e91a';
}
.cid-vvL7YYE3aE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL7YYE3aE .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-vvL7YYE3aE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7YYE3aE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL7YYE3aE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL7YYE3aE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL7YYE3aE .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-vvL7YYE3aE .carousel-indicators li.active,
.cid-vvL7YYE3aE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL7YYE3aE .carousel-indicators li::after,
.cid-vvL7YYE3aE .carousel-indicators li::before {
  content: none;
}
.cid-vvL7YYE3aE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL7YYE3aE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL7YYE3aE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL7YYE3aE .carousel-indicators {
    display: none;
  }
}
.cid-vvL7YYE3aE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL7YYE3aE .carousel-inner > .active {
  display: block;
}
.cid-vvL7YYE3aE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL7YYE3aE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL7YYE3aE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL7YYE3aE .carousel-control,
  .cid-vvL7YYE3aE .carousel-indicators,
  .cid-vvL7YYE3aE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL7YYE3aE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL7YYE3aE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL7YYE3aE .carousel-indicators .active,
.cid-vvL7YYE3aE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL7YYE3aE .carousel-indicators .active {
  background: #fff;
}
.cid-vvL7YYE3aE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL7YYE3aE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL7YYE3aE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL7YYE3aE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL7YYE3aE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL7YYE3aE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL7YYE3aE .carousel {
  width: 100%;
}
.cid-vvL7YYE3aE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL7YYE3aE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL7YYE3aE .modal.fade .modal-dialog,
.cid-vvL7YYE3aE .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL7YYE3aE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL7YYE3aE H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL83hFSK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL83hFSK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL83hFSK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL83hFSK4 .item {
  padding-bottom: 2rem;
}
.cid-vvL83hFSK4 .item-wrapper {
  position: relative;
}
.cid-vvL83hFSK4 .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-vvL83hFSK4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL83hFSK4 .carousel-control,
.cid-vvL83hFSK4 .close {
  background: #1b1b1b;
}
.cid-vvL83hFSK4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL83hFSK4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL83hFSK4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL83hFSK4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL83hFSK4 .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-vvL83hFSK4 .close::before {
  content: '\e91a';
}
.cid-vvL83hFSK4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL83hFSK4 .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-vvL83hFSK4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL83hFSK4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL83hFSK4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL83hFSK4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL83hFSK4 .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-vvL83hFSK4 .carousel-indicators li.active,
.cid-vvL83hFSK4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL83hFSK4 .carousel-indicators li::after,
.cid-vvL83hFSK4 .carousel-indicators li::before {
  content: none;
}
.cid-vvL83hFSK4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL83hFSK4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL83hFSK4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL83hFSK4 .carousel-indicators {
    display: none;
  }
}
.cid-vvL83hFSK4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL83hFSK4 .carousel-inner > .active {
  display: block;
}
.cid-vvL83hFSK4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL83hFSK4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL83hFSK4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL83hFSK4 .carousel-control,
  .cid-vvL83hFSK4 .carousel-indicators,
  .cid-vvL83hFSK4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL83hFSK4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL83hFSK4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL83hFSK4 .carousel-indicators .active,
.cid-vvL83hFSK4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL83hFSK4 .carousel-indicators .active {
  background: #fff;
}
.cid-vvL83hFSK4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL83hFSK4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL83hFSK4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL83hFSK4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL83hFSK4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL83hFSK4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL83hFSK4 .carousel {
  width: 100%;
}
.cid-vvL83hFSK4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL83hFSK4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL83hFSK4 .modal.fade .modal-dialog,
.cid-vvL83hFSK4 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL83hFSK4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL83hFSK4 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL85yVXAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL85yVXAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL85yVXAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL85yVXAf .item {
  padding-bottom: 2rem;
}
.cid-vvL85yVXAf .item-wrapper {
  position: relative;
}
.cid-vvL85yVXAf .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-vvL85yVXAf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL85yVXAf .carousel-control,
.cid-vvL85yVXAf .close {
  background: #1b1b1b;
}
.cid-vvL85yVXAf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL85yVXAf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL85yVXAf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL85yVXAf .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL85yVXAf .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-vvL85yVXAf .close::before {
  content: '\e91a';
}
.cid-vvL85yVXAf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL85yVXAf .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-vvL85yVXAf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL85yVXAf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL85yVXAf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL85yVXAf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL85yVXAf .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-vvL85yVXAf .carousel-indicators li.active,
.cid-vvL85yVXAf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL85yVXAf .carousel-indicators li::after,
.cid-vvL85yVXAf .carousel-indicators li::before {
  content: none;
}
.cid-vvL85yVXAf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL85yVXAf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL85yVXAf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL85yVXAf .carousel-indicators {
    display: none;
  }
}
.cid-vvL85yVXAf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL85yVXAf .carousel-inner > .active {
  display: block;
}
.cid-vvL85yVXAf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL85yVXAf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL85yVXAf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL85yVXAf .carousel-control,
  .cid-vvL85yVXAf .carousel-indicators,
  .cid-vvL85yVXAf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL85yVXAf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL85yVXAf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL85yVXAf .carousel-indicators .active,
.cid-vvL85yVXAf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL85yVXAf .carousel-indicators .active {
  background: #fff;
}
.cid-vvL85yVXAf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL85yVXAf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL85yVXAf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL85yVXAf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL85yVXAf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL85yVXAf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL85yVXAf .carousel {
  width: 100%;
}
.cid-vvL85yVXAf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL85yVXAf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL85yVXAf .modal.fade .modal-dialog,
.cid-vvL85yVXAf .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL85yVXAf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL85yVXAf H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8ffTMQE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8ffTMQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8ffTMQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8ffTMQE .item {
  padding-bottom: 2rem;
}
.cid-vvL8ffTMQE .item-wrapper {
  position: relative;
}
.cid-vvL8ffTMQE .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-vvL8ffTMQE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8ffTMQE .carousel-control,
.cid-vvL8ffTMQE .close {
  background: #1b1b1b;
}
.cid-vvL8ffTMQE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8ffTMQE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8ffTMQE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8ffTMQE .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8ffTMQE .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-vvL8ffTMQE .close::before {
  content: '\e91a';
}
.cid-vvL8ffTMQE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8ffTMQE .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-vvL8ffTMQE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8ffTMQE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8ffTMQE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8ffTMQE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8ffTMQE .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-vvL8ffTMQE .carousel-indicators li.active,
.cid-vvL8ffTMQE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8ffTMQE .carousel-indicators li::after,
.cid-vvL8ffTMQE .carousel-indicators li::before {
  content: none;
}
.cid-vvL8ffTMQE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8ffTMQE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8ffTMQE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8ffTMQE .carousel-indicators {
    display: none;
  }
}
.cid-vvL8ffTMQE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8ffTMQE .carousel-inner > .active {
  display: block;
}
.cid-vvL8ffTMQE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8ffTMQE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8ffTMQE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8ffTMQE .carousel-control,
  .cid-vvL8ffTMQE .carousel-indicators,
  .cid-vvL8ffTMQE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8ffTMQE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8ffTMQE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8ffTMQE .carousel-indicators .active,
.cid-vvL8ffTMQE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8ffTMQE .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8ffTMQE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8ffTMQE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8ffTMQE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8ffTMQE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8ffTMQE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8ffTMQE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8ffTMQE .carousel {
  width: 100%;
}
.cid-vvL8ffTMQE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8ffTMQE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8ffTMQE .modal.fade .modal-dialog,
.cid-vvL8ffTMQE .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8ffTMQE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8ffTMQE H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8j6kRFQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8j6kRFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8j6kRFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8j6kRFQ .item {
  padding-bottom: 2rem;
}
.cid-vvL8j6kRFQ .item-wrapper {
  position: relative;
}
.cid-vvL8j6kRFQ .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-vvL8j6kRFQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8j6kRFQ .carousel-control,
.cid-vvL8j6kRFQ .close {
  background: #1b1b1b;
}
.cid-vvL8j6kRFQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8j6kRFQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8j6kRFQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8j6kRFQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8j6kRFQ .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-vvL8j6kRFQ .close::before {
  content: '\e91a';
}
.cid-vvL8j6kRFQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8j6kRFQ .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-vvL8j6kRFQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8j6kRFQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8j6kRFQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8j6kRFQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8j6kRFQ .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-vvL8j6kRFQ .carousel-indicators li.active,
.cid-vvL8j6kRFQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8j6kRFQ .carousel-indicators li::after,
.cid-vvL8j6kRFQ .carousel-indicators li::before {
  content: none;
}
.cid-vvL8j6kRFQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8j6kRFQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8j6kRFQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8j6kRFQ .carousel-indicators {
    display: none;
  }
}
.cid-vvL8j6kRFQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8j6kRFQ .carousel-inner > .active {
  display: block;
}
.cid-vvL8j6kRFQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8j6kRFQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8j6kRFQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8j6kRFQ .carousel-control,
  .cid-vvL8j6kRFQ .carousel-indicators,
  .cid-vvL8j6kRFQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8j6kRFQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8j6kRFQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8j6kRFQ .carousel-indicators .active,
.cid-vvL8j6kRFQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8j6kRFQ .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8j6kRFQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8j6kRFQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8j6kRFQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8j6kRFQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8j6kRFQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8j6kRFQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8j6kRFQ .carousel {
  width: 100%;
}
.cid-vvL8j6kRFQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8j6kRFQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8j6kRFQ .modal.fade .modal-dialog,
.cid-vvL8j6kRFQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8j6kRFQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8j6kRFQ H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8pXVYW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8pXVYW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8pXVYW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8pXVYW1 .item {
  padding-bottom: 2rem;
}
.cid-vvL8pXVYW1 .item-wrapper {
  position: relative;
}
.cid-vvL8pXVYW1 .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-vvL8pXVYW1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8pXVYW1 .carousel-control,
.cid-vvL8pXVYW1 .close {
  background: #1b1b1b;
}
.cid-vvL8pXVYW1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8pXVYW1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8pXVYW1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8pXVYW1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8pXVYW1 .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-vvL8pXVYW1 .close::before {
  content: '\e91a';
}
.cid-vvL8pXVYW1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8pXVYW1 .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-vvL8pXVYW1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8pXVYW1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8pXVYW1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8pXVYW1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8pXVYW1 .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-vvL8pXVYW1 .carousel-indicators li.active,
.cid-vvL8pXVYW1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8pXVYW1 .carousel-indicators li::after,
.cid-vvL8pXVYW1 .carousel-indicators li::before {
  content: none;
}
.cid-vvL8pXVYW1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8pXVYW1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8pXVYW1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8pXVYW1 .carousel-indicators {
    display: none;
  }
}
.cid-vvL8pXVYW1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8pXVYW1 .carousel-inner > .active {
  display: block;
}
.cid-vvL8pXVYW1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8pXVYW1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8pXVYW1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8pXVYW1 .carousel-control,
  .cid-vvL8pXVYW1 .carousel-indicators,
  .cid-vvL8pXVYW1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8pXVYW1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8pXVYW1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8pXVYW1 .carousel-indicators .active,
.cid-vvL8pXVYW1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8pXVYW1 .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8pXVYW1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8pXVYW1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8pXVYW1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8pXVYW1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8pXVYW1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8pXVYW1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8pXVYW1 .carousel {
  width: 100%;
}
.cid-vvL8pXVYW1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8pXVYW1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8pXVYW1 .modal.fade .modal-dialog,
.cid-vvL8pXVYW1 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8pXVYW1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8pXVYW1 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8ulVvIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8ulVvIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8ulVvIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8ulVvIx .item {
  padding-bottom: 2rem;
}
.cid-vvL8ulVvIx .item-wrapper {
  position: relative;
}
.cid-vvL8ulVvIx .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-vvL8ulVvIx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8ulVvIx .carousel-control,
.cid-vvL8ulVvIx .close {
  background: #1b1b1b;
}
.cid-vvL8ulVvIx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8ulVvIx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8ulVvIx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8ulVvIx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8ulVvIx .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-vvL8ulVvIx .close::before {
  content: '\e91a';
}
.cid-vvL8ulVvIx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8ulVvIx .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-vvL8ulVvIx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8ulVvIx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8ulVvIx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8ulVvIx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8ulVvIx .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-vvL8ulVvIx .carousel-indicators li.active,
.cid-vvL8ulVvIx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8ulVvIx .carousel-indicators li::after,
.cid-vvL8ulVvIx .carousel-indicators li::before {
  content: none;
}
.cid-vvL8ulVvIx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8ulVvIx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8ulVvIx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8ulVvIx .carousel-indicators {
    display: none;
  }
}
.cid-vvL8ulVvIx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8ulVvIx .carousel-inner > .active {
  display: block;
}
.cid-vvL8ulVvIx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8ulVvIx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8ulVvIx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8ulVvIx .carousel-control,
  .cid-vvL8ulVvIx .carousel-indicators,
  .cid-vvL8ulVvIx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8ulVvIx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8ulVvIx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8ulVvIx .carousel-indicators .active,
.cid-vvL8ulVvIx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8ulVvIx .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8ulVvIx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8ulVvIx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8ulVvIx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8ulVvIx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8ulVvIx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8ulVvIx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8ulVvIx .carousel {
  width: 100%;
}
.cid-vvL8ulVvIx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8ulVvIx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8ulVvIx .modal.fade .modal-dialog,
.cid-vvL8ulVvIx .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8ulVvIx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8ulVvIx H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8wDWlbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8wDWlbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8wDWlbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8wDWlbF .item {
  padding-bottom: 2rem;
}
.cid-vvL8wDWlbF .item-wrapper {
  position: relative;
}
.cid-vvL8wDWlbF .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-vvL8wDWlbF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8wDWlbF .carousel-control,
.cid-vvL8wDWlbF .close {
  background: #1b1b1b;
}
.cid-vvL8wDWlbF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8wDWlbF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8wDWlbF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8wDWlbF .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8wDWlbF .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-vvL8wDWlbF .close::before {
  content: '\e91a';
}
.cid-vvL8wDWlbF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8wDWlbF .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-vvL8wDWlbF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8wDWlbF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8wDWlbF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8wDWlbF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8wDWlbF .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-vvL8wDWlbF .carousel-indicators li.active,
.cid-vvL8wDWlbF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8wDWlbF .carousel-indicators li::after,
.cid-vvL8wDWlbF .carousel-indicators li::before {
  content: none;
}
.cid-vvL8wDWlbF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8wDWlbF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8wDWlbF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8wDWlbF .carousel-indicators {
    display: none;
  }
}
.cid-vvL8wDWlbF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8wDWlbF .carousel-inner > .active {
  display: block;
}
.cid-vvL8wDWlbF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8wDWlbF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8wDWlbF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8wDWlbF .carousel-control,
  .cid-vvL8wDWlbF .carousel-indicators,
  .cid-vvL8wDWlbF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8wDWlbF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8wDWlbF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8wDWlbF .carousel-indicators .active,
.cid-vvL8wDWlbF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8wDWlbF .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8wDWlbF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8wDWlbF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8wDWlbF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8wDWlbF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8wDWlbF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8wDWlbF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8wDWlbF .carousel {
  width: 100%;
}
.cid-vvL8wDWlbF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8wDWlbF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8wDWlbF .modal.fade .modal-dialog,
.cid-vvL8wDWlbF .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8wDWlbF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8wDWlbF H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8z1mHe9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8z1mHe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8z1mHe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8z1mHe9 .item {
  padding-bottom: 2rem;
}
.cid-vvL8z1mHe9 .item-wrapper {
  position: relative;
}
.cid-vvL8z1mHe9 .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-vvL8z1mHe9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8z1mHe9 .carousel-control,
.cid-vvL8z1mHe9 .close {
  background: #1b1b1b;
}
.cid-vvL8z1mHe9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8z1mHe9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8z1mHe9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8z1mHe9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8z1mHe9 .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-vvL8z1mHe9 .close::before {
  content: '\e91a';
}
.cid-vvL8z1mHe9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8z1mHe9 .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-vvL8z1mHe9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8z1mHe9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8z1mHe9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8z1mHe9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8z1mHe9 .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-vvL8z1mHe9 .carousel-indicators li.active,
.cid-vvL8z1mHe9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8z1mHe9 .carousel-indicators li::after,
.cid-vvL8z1mHe9 .carousel-indicators li::before {
  content: none;
}
.cid-vvL8z1mHe9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8z1mHe9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8z1mHe9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8z1mHe9 .carousel-indicators {
    display: none;
  }
}
.cid-vvL8z1mHe9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8z1mHe9 .carousel-inner > .active {
  display: block;
}
.cid-vvL8z1mHe9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8z1mHe9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8z1mHe9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8z1mHe9 .carousel-control,
  .cid-vvL8z1mHe9 .carousel-indicators,
  .cid-vvL8z1mHe9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8z1mHe9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8z1mHe9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8z1mHe9 .carousel-indicators .active,
.cid-vvL8z1mHe9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8z1mHe9 .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8z1mHe9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8z1mHe9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8z1mHe9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8z1mHe9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8z1mHe9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8z1mHe9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8z1mHe9 .carousel {
  width: 100%;
}
.cid-vvL8z1mHe9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8z1mHe9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8z1mHe9 .modal.fade .modal-dialog,
.cid-vvL8z1mHe9 .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8z1mHe9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8z1mHe9 H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8CKrOyd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8CKrOyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8CKrOyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8CKrOyd .item {
  padding-bottom: 2rem;
}
.cid-vvL8CKrOyd .item-wrapper {
  position: relative;
}
.cid-vvL8CKrOyd .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-vvL8CKrOyd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8CKrOyd .carousel-control,
.cid-vvL8CKrOyd .close {
  background: #1b1b1b;
}
.cid-vvL8CKrOyd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8CKrOyd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8CKrOyd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8CKrOyd .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8CKrOyd .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-vvL8CKrOyd .close::before {
  content: '\e91a';
}
.cid-vvL8CKrOyd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8CKrOyd .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-vvL8CKrOyd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8CKrOyd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8CKrOyd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8CKrOyd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8CKrOyd .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-vvL8CKrOyd .carousel-indicators li.active,
.cid-vvL8CKrOyd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8CKrOyd .carousel-indicators li::after,
.cid-vvL8CKrOyd .carousel-indicators li::before {
  content: none;
}
.cid-vvL8CKrOyd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8CKrOyd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8CKrOyd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8CKrOyd .carousel-indicators {
    display: none;
  }
}
.cid-vvL8CKrOyd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8CKrOyd .carousel-inner > .active {
  display: block;
}
.cid-vvL8CKrOyd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8CKrOyd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8CKrOyd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8CKrOyd .carousel-control,
  .cid-vvL8CKrOyd .carousel-indicators,
  .cid-vvL8CKrOyd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8CKrOyd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8CKrOyd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8CKrOyd .carousel-indicators .active,
.cid-vvL8CKrOyd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8CKrOyd .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8CKrOyd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8CKrOyd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8CKrOyd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8CKrOyd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8CKrOyd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8CKrOyd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8CKrOyd .carousel {
  width: 100%;
}
.cid-vvL8CKrOyd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8CKrOyd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8CKrOyd .modal.fade .modal-dialog,
.cid-vvL8CKrOyd .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8CKrOyd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8CKrOyd H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8GFQxdq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8GFQxdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8GFQxdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8GFQxdq .item {
  padding-bottom: 2rem;
}
.cid-vvL8GFQxdq .item-wrapper {
  position: relative;
}
.cid-vvL8GFQxdq .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-vvL8GFQxdq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8GFQxdq .carousel-control,
.cid-vvL8GFQxdq .close {
  background: #1b1b1b;
}
.cid-vvL8GFQxdq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8GFQxdq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8GFQxdq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8GFQxdq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8GFQxdq .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-vvL8GFQxdq .close::before {
  content: '\e91a';
}
.cid-vvL8GFQxdq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8GFQxdq .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-vvL8GFQxdq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8GFQxdq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8GFQxdq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8GFQxdq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8GFQxdq .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-vvL8GFQxdq .carousel-indicators li.active,
.cid-vvL8GFQxdq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8GFQxdq .carousel-indicators li::after,
.cid-vvL8GFQxdq .carousel-indicators li::before {
  content: none;
}
.cid-vvL8GFQxdq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8GFQxdq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8GFQxdq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8GFQxdq .carousel-indicators {
    display: none;
  }
}
.cid-vvL8GFQxdq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8GFQxdq .carousel-inner > .active {
  display: block;
}
.cid-vvL8GFQxdq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8GFQxdq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8GFQxdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8GFQxdq .carousel-control,
  .cid-vvL8GFQxdq .carousel-indicators,
  .cid-vvL8GFQxdq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8GFQxdq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8GFQxdq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8GFQxdq .carousel-indicators .active,
.cid-vvL8GFQxdq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8GFQxdq .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8GFQxdq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8GFQxdq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8GFQxdq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8GFQxdq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8GFQxdq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8GFQxdq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8GFQxdq .carousel {
  width: 100%;
}
.cid-vvL8GFQxdq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8GFQxdq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8GFQxdq .modal.fade .modal-dialog,
.cid-vvL8GFQxdq .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8GFQxdq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8GFQxdq H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvL8LK4tZi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvL8LK4tZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvL8LK4tZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvL8LK4tZi .item {
  padding-bottom: 2rem;
}
.cid-vvL8LK4tZi .item-wrapper {
  position: relative;
}
.cid-vvL8LK4tZi .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-vvL8LK4tZi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvL8LK4tZi .carousel-control,
.cid-vvL8LK4tZi .close {
  background: #1b1b1b;
}
.cid-vvL8LK4tZi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvL8LK4tZi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvL8LK4tZi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvL8LK4tZi .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvL8LK4tZi .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-vvL8LK4tZi .close::before {
  content: '\e91a';
}
.cid-vvL8LK4tZi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvL8LK4tZi .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-vvL8LK4tZi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8LK4tZi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvL8LK4tZi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvL8LK4tZi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvL8LK4tZi .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-vvL8LK4tZi .carousel-indicators li.active,
.cid-vvL8LK4tZi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvL8LK4tZi .carousel-indicators li::after,
.cid-vvL8LK4tZi .carousel-indicators li::before {
  content: none;
}
.cid-vvL8LK4tZi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvL8LK4tZi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvL8LK4tZi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvL8LK4tZi .carousel-indicators {
    display: none;
  }
}
.cid-vvL8LK4tZi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvL8LK4tZi .carousel-inner > .active {
  display: block;
}
.cid-vvL8LK4tZi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvL8LK4tZi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvL8LK4tZi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvL8LK4tZi .carousel-control,
  .cid-vvL8LK4tZi .carousel-indicators,
  .cid-vvL8LK4tZi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvL8LK4tZi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvL8LK4tZi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvL8LK4tZi .carousel-indicators .active,
.cid-vvL8LK4tZi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvL8LK4tZi .carousel-indicators .active {
  background: #fff;
}
.cid-vvL8LK4tZi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvL8LK4tZi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvL8LK4tZi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvL8LK4tZi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvL8LK4tZi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvL8LK4tZi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvL8LK4tZi .carousel {
  width: 100%;
}
.cid-vvL8LK4tZi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvL8LK4tZi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvL8LK4tZi .modal.fade .modal-dialog,
.cid-vvL8LK4tZi .modal.in .modal-dialog {
  transform: none;
}
.cid-vvL8LK4tZi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvL8LK4tZi H6 {
  text-align: center;
  color: #081da0;
}
.cid-vvIHY78FvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vvIHY78FvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvIHY78FvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvIHY78FvH .item {
  padding-bottom: 2rem;
}
.cid-vvIHY78FvH .item-wrapper {
  position: relative;
}
.cid-vvIHY78FvH .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-vvIHY78FvH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvIHY78FvH .carousel-control,
.cid-vvIHY78FvH .close {
  background: #1b1b1b;
}
.cid-vvIHY78FvH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvIHY78FvH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvIHY78FvH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvIHY78FvH .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvIHY78FvH .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-vvIHY78FvH .close::before {
  content: '\e91a';
}
.cid-vvIHY78FvH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvIHY78FvH .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-vvIHY78FvH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHY78FvH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvIHY78FvH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvIHY78FvH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvIHY78FvH .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-vvIHY78FvH .carousel-indicators li.active,
.cid-vvIHY78FvH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvIHY78FvH .carousel-indicators li::after,
.cid-vvIHY78FvH .carousel-indicators li::before {
  content: none;
}
.cid-vvIHY78FvH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvIHY78FvH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvIHY78FvH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvIHY78FvH .carousel-indicators {
    display: none;
  }
}
.cid-vvIHY78FvH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvIHY78FvH .carousel-inner > .active {
  display: block;
}
.cid-vvIHY78FvH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvIHY78FvH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvIHY78FvH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvIHY78FvH .carousel-control,
  .cid-vvIHY78FvH .carousel-indicators,
  .cid-vvIHY78FvH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvIHY78FvH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvIHY78FvH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvIHY78FvH .carousel-indicators .active,
.cid-vvIHY78FvH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvIHY78FvH .carousel-indicators .active {
  background: #fff;
}
.cid-vvIHY78FvH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvIHY78FvH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvIHY78FvH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvIHY78FvH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvIHY78FvH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvIHY78FvH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvIHY78FvH .carousel {
  width: 100%;
}
.cid-vvIHY78FvH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvIHY78FvH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvIHY78FvH .modal.fade .modal-dialog,
.cid-vvIHY78FvH .modal.in .modal-dialog {
  transform: none;
}
.cid-vvIHY78FvH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvIHY78FvH H6 {
  text-align: center;
  color: #081da0;
}
.cid-uIdUjQpCNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uIdUjQpCNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdUjQpCNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdUjQpCNN .mbr-section-title {
  text-align: center;
  color: #081da0;
}
.cid-uIdUjQpCNN .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uIdUC8jQRu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIdUC8jQRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdUC8jQRu .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-uIdUC8jQRu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIdUC8jQRu .row {
  flex-direction: row-reverse;
}
.cid-uIdUC8jQRu img {
  width: 100%;
}
.cid-uIdVhEczs6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uIdVhEczs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdVhEczs6 .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-uIdVhEczs6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIdVhEczs6 .row {
  flex-direction: row-reverse;
}
.cid-uIdVhEczs6 img {
  width: 100%;
}
.cid-uIdVRiOp4p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uIdVRiOp4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdVRiOp4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdVRiOp4p .mbr-section-title {
  text-align: center;
  color: #081da0;
}
.cid-uIdVRiOp4p .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uIebJtkO1C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uIebJtkO1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIebJtkO1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIebJtkO1C .mbr-section-title {
  text-align: center;
  color: #081da0;
}
.cid-uIebJtkO1C .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uCcv4buMOT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCcv4buMOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCcv4buMOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCcv4buMOT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCcv4buMOT .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uCcv4buMOT .mbr-text,
.cid-uCcv4buMOT .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCcv4buMOT .mbr-section-title {
  color: #e43f3f;
}
.cid-tuiMnCWkAv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tuiMnCWkAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuiMnCWkAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuiMnCWkAv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuiMnCWkAv .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tuiMnCWkAv .mbr-text,
.cid-tuiMnCWkAv .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-tuiMnCWkAv .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFdqv6w3m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFdqv6w3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFdqv6w3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFdqv6w3m .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFdqv6w3m .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFdqv6w3m .mbr-text,
.cid-vvFdqv6w3m .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFdqv6w3m .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFduplteN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFduplteN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFduplteN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFduplteN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFduplteN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFduplteN .mbr-text,
.cid-vvFduplteN .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFduplteN .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFe5H7xJ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFe5H7xJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFe5H7xJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFe5H7xJ8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFe5H7xJ8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFe5H7xJ8 .mbr-text,
.cid-vvFe5H7xJ8 .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFe5H7xJ8 .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFe7GXx8h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFe7GXx8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFe7GXx8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFe7GXx8h .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFe7GXx8h .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFe7GXx8h .mbr-text,
.cid-vvFe7GXx8h .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFe7GXx8h .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFea6As0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFea6As0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFea6As0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFea6As0r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFea6As0r .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFea6As0r .mbr-text,
.cid-vvFea6As0r .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFea6As0r .mbr-section-title {
  color: #e43f3f;
}
.cid-vvFecRa0cx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-vvFecRa0cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvFecRa0cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvFecRa0cx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vvFecRa0cx .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vvFecRa0cx .mbr-text,
.cid-vvFecRa0cx .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-vvFecRa0cx .mbr-section-title {
  color: #e43f3f;
}
.cid-uaVs9LYj5I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uaVs9LYj5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVs9LYj5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVs9LYj5I .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uaVs9LYj5I .mbr-section-subtitle {
  text-align: center;
}
.cid-uaVs9LYj5I .mbr-section-title {
  color: #e61313;
}
.cid-twxuO91iM4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twxuO91iM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxuO91iM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twxuO91iM4 .mbr-section-title {
  color: #5a57a0;
}
.cid-twxuO91iM4 .mbr-section-subtitle {
  color: #232323;
}
.cid-twxvwTZF3G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twxvwTZF3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxvwTZF3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twxvwTZF3G .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-twxvwTZF3G .mbr-section-subtitle {
  color: #232323;
}
.cid-twxsQP7PDc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twxsQP7PDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxsQP7PDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twxsQP7PDc .mbr-section-title {
  color: #e43f3f;
}
.cid-twxsQP7PDc .mbr-section-subtitle {
  color: #232323;
}
.cid-twDwprIfMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twDwprIfMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDwprIfMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twDwprIfMv .video-wrapper iframe {
  width: 100%;
}
.cid-twDwprIfMv .mbr-section-title,
.cid-twDwprIfMv .mbr-section-subtitle,
.cid-twDwprIfMv .mbr-text {
  text-align: center;
}
.cid-twDwprIfMv .mbr-section-title {
  color: #377a23;
}
.cid-tsg81Ir70S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #353535;
}
.cid-tsg81Ir70S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsg81Ir70S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsg81Ir70S .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tsg81Ir70S .plan-body {
  padding-bottom: 2rem;
}
.cid-tsg81Ir70S .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsg81Ir70S .price {
  color: #081da0;
}
.cid-tsg81Ir70S .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tsg81Ir70S .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tsg81Ir70S .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tsg81Ir70S .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tsg81Ir70S .plan {
    margin-bottom: 2rem;
  }
}
.cid-tsg81Ir70S UL {
  text-align: center;
}
.cid-tsg81Ir70S .plan-title {
  color: #e43f3f;
}
.cid-twOfBKclGE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-twOfBKclGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOfBKclGE .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-twOfBKclGE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twOfBKclGE .row {
  flex-direction: row-reverse;
}
.cid-twOfBKclGE img {
  width: 100%;
}
.cid-uHUdAoLHG3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHUdAoLHG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUdAoLHG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHUdAoLHG3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHUdAoLHG3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uHUdAoLHG3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHUdAoLHG3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHUdAoLHG3 .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-uHUdAoLHG3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHUdAoLHG3 .carousel-control,
.cid-uHUdAoLHG3 .close {
  background: #1b1b1b;
}
.cid-uHUdAoLHG3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHUdAoLHG3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHUdAoLHG3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHUdAoLHG3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHUdAoLHG3 .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-uHUdAoLHG3 .close::before {
  content: '\e91a';
}
.cid-uHUdAoLHG3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHUdAoLHG3 .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-uHUdAoLHG3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHUdAoLHG3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHUdAoLHG3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHUdAoLHG3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHUdAoLHG3 .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-uHUdAoLHG3 .carousel-indicators li.active,
.cid-uHUdAoLHG3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHUdAoLHG3 .carousel-indicators li::after,
.cid-uHUdAoLHG3 .carousel-indicators li::before {
  content: none;
}
.cid-uHUdAoLHG3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHUdAoLHG3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHUdAoLHG3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHUdAoLHG3 .carousel-indicators {
    display: none;
  }
}
.cid-uHUdAoLHG3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHUdAoLHG3 .carousel-inner > .active {
  display: block;
}
.cid-uHUdAoLHG3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHUdAoLHG3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHUdAoLHG3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHUdAoLHG3 .carousel-control,
  .cid-uHUdAoLHG3 .carousel-indicators,
  .cid-uHUdAoLHG3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHUdAoLHG3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHUdAoLHG3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHUdAoLHG3 .carousel-indicators .active,
.cid-uHUdAoLHG3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHUdAoLHG3 .carousel-indicators .active {
  background: #fff;
}
.cid-uHUdAoLHG3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHUdAoLHG3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHUdAoLHG3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHUdAoLHG3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHUdAoLHG3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHUdAoLHG3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHUdAoLHG3 .carousel {
  width: 100%;
}
.cid-uHUdAoLHG3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHUdAoLHG3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHUdAoLHG3 .modal.fade .modal-dialog,
.cid-uHUdAoLHG3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHUdAoLHG3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHUdAoLHG3 H6 {
  text-align: center;
}
.cid-uHUdAoLHG3 H3 {
  color: #f30e0e;
}
.cid-ub5YzMUZ0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ub5YzMUZ0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5YzMUZ0M .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-ub5YzMUZ0M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5YzMUZ0M .row {
  flex-direction: row-reverse;
}
.cid-ub5YzMUZ0M img {
  width: 100%;
}
.cid-tZgyMOKzo0 {
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tZgyMOKzo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZgyMOKzo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZgyMOKzo0 .mbr-section-title {
  color: #fafafa;
}
.cid-tZgysX2NKq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tZgysX2NKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZgysX2NKq .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-tZgysX2NKq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZgysX2NKq .row {
  flex-direction: row-reverse;
}
.cid-tZgysX2NKq img {
  width: 100%;
}
.cid-uItR2tb8pD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uItR2tb8pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItR2tb8pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItR2tb8pD .mbr-section-title {
  color: #e61313;
}
.cid-uItRordW9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uItRordW9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItRordW9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItRordW9S .mbr-section-title {
  color: #12589f;
}
.cid-uItTc0TGOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uItTc0TGOC img,
.cid-uItTc0TGOC .item-img {
  width: 100%;
}
.cid-uItTc0TGOC .item:focus,
.cid-uItTc0TGOC span:focus {
  outline: none;
}
.cid-uItTc0TGOC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uItTc0TGOC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uItTc0TGOC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uItTc0TGOC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uItTc0TGOC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uItTc0TGOC .mbr-section-title {
  color: #232323;
}
.cid-uItTc0TGOC .mbr-text,
.cid-uItTc0TGOC .mbr-section-btn {
  text-align: left;
}
.cid-uItTc0TGOC .item-title {
  text-align: left;
  color: #f30e0e;
}
.cid-uItTc0TGOC .item-subtitle {
  text-align: left;
}
.cid-tshxt0ACGB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tshxt0ACGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshxt0ACGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshxt0ACGB .mbr-section-title {
  color: #e43f3f;
}
.cid-tsg87UVX7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tsg87UVX7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsg87UVX7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsg87UVX7q .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-tsg87UVX7q .currentcost {
  color: #ffe161;
}
.cid-tsg87UVX7q .card-wrapper {
  border-radius: 4px;
  background: #353535;
}
@media (min-width: 992px) {
  .cid-tsg87UVX7q .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsg87UVX7q .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsg87UVX7q .text-box {
    padding: 1rem;
  }
}
.cid-tsg87UVX7q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsg87UVX7q H5 {
  text-align: center;
}
.cid-tsg87UVX7q .mbr-text,
.cid-tsg87UVX7q .cost,
.cid-tsg87UVX7q .mbr-section-btn {
  text-align: left;
  color: #ffe885;
}
.cid-tsg87UVX7q DIV {
  text-align: center;
}
.cid-tsyw6VytHp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tsyw6VytHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsyw6VytHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsyw6VytHp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tsyw6VytHp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tsyw6VytHp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e43f3f;
}
.cid-tsyw6VytHp .panel-body,
.cid-tsyw6VytHp .card-header {
  padding: 1rem 0;
}
.cid-tsyw6VytHp .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-tsyw6VytHp H3 {
  color: #e43f3f;
}
.cid-uIeG1bql1F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIeG1bql1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeG1bql1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeG1bql1F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIeG1bql1F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIeG1bql1F .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e43f3f;
}
.cid-uIeG1bql1F .panel-body,
.cid-uIeG1bql1F .card-header {
  padding: 1rem 0;
}
.cid-uIeG1bql1F .panel-title-edit {
  color: #000000;
}
.cid-uIeG1bql1F H3 {
  color: #e43f3f;
}
.cid-ub5YDdvPZw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ub5YDdvPZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5YDdvPZw .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-ub5YDdvPZw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5YDdvPZw .row {
  flex-direction: row-reverse;
}
.cid-ub5YDdvPZw img {
  width: 100%;
}
.cid-txazm6zcSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-txazm6zcSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txazm6zcSS .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-txazm6zcSS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txazm6zcSS .row {
  flex-direction: row-reverse;
}
.cid-txazm6zcSS img {
  width: 100%;
}
.cid-txaAK3Qb5o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-txaAK3Qb5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-txaAK3Qb5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txaAK3Qb5o .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-txaAK3Qb5o .mbr-section-subtitle {
  text-align: center;
}
.cid-txaAK3Qb5o .mbr-section-title {
  color: #377a23;
}
.cid-ub5YEl3tq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ub5YEl3tq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5YEl3tq1 .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-ub5YEl3tq1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub5YEl3tq1 .row {
  flex-direction: row-reverse;
}
.cid-ub5YEl3tq1 img {
  width: 100%;
}
.cid-ttw4pcTHSS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-ttw4pcTHSS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttw4pcTHSS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ttw4pcTHSS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ttw4pcTHSS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttw4pcTHSS .mbr-section-title {
  color: #e61313;
}
.cid-ttw4pcTHSS .mbr-section-subtitle {
  color: #000000;
}
.cid-tss7XwQmc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tss7XwQmc8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tss7XwQmc8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tss7XwQmc8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tss7XwQmc8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tss7XwQmc8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tss7XwQmc8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tss7XwQmc8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tss4lFbxOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tss4lFbxOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tss4lFbxOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tss7XwQmc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tss7XwQmc8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tss7XwQmc8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tss7XwQmc8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tss7XwQmc8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tss7XwQmc8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tss7XwQmc8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tss7XwQmc8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tss5RBuVqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tss5RBuVqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tss5RBuVqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tss7XwQmc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tss7XwQmc8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tss7XwQmc8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tss7XwQmc8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tss7XwQmc8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tss7XwQmc8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tss7XwQmc8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tss7XwQmc8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tss6DO9jes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tss6DO9jes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tss6DO9jes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tss7XwQmc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tss7XwQmc8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tss7XwQmc8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tss7XwQmc8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tss7XwQmc8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tss7XwQmc8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tss7XwQmc8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tss7XwQmc8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tss7XwQmc8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tss7XwQmc8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tss7XwQmc8 .media-container-row .row-copirayt p {
  width: 100%;
}
