@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.4rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fed318 !important;
}
.bg-success {
  background-color: #fed318 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #231f20 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fed318 !important;
  border-color: #fed318 !important;
  color: #171300 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #171300 !important;
  background-color: #fee264 !important;
  border-color: #fee264 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171300 !important;
  background-color: #fee264 !important;
  border-color: #fee264 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fed318 !important;
  border-color: #fed318 !important;
  color: #171300 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171300 !important;
  background-color: #fee264 !important;
  border-color: #fee264 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171300 !important;
  background-color: #fee264 !important;
  border-color: #fee264 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c4345 !important;
  border-color: #4c4345 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c4345 !important;
  border-color: #4c4345 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #af8f01;
  color: #af8f01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171300;
  background-color: #fed318;
  border-color: #fed318;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #171300 !important;
  background-color: #fed318 !important;
  border-color: #fed318 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #af8f01;
  color: #af8f01;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171300;
  background-color: #fed318;
  border-color: #fed318;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #171300 !important;
  background-color: #fed318 !important;
  border-color: #fed318 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #231f20;
  border-color: #231f20;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fed318 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fed318 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #231f20 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fee67e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fee67e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #594f51 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #231f20;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fed318;
  border-color: #fed318;
  color: #302700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fed318;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffae3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffae3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d6d1d2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #fed318;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fed318;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fed318;
  border-bottom-color: #fed318;
}
.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: #000000 !important;
  background-color: #fed318 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23fed318' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rpRmAXo0RI {
  padding-top: 105px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rpRmAXo0RI .block {
  background-color: #fed318;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-rpRmAXo0RI h1 {
  line-height: 1rem;
}
.cid-rpSfjvEG19 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #231f20;
}
.cid-rpSfjvEG19 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSfjvEG19 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-rpSfjvEG19 .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSfjvEG19 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-rpSfjvEG19 .row {
    padding: 0 4rem;
  }
}
.cid-rpSfjvEG19 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #fed318;
}
.cid-rpSfjvEG19 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSfjvEG19 .card-box {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.cid-rpSfjvEG19 .card1 {
  background-color: #fed318;
}
.cid-rpSfjvEG19 .card2 {
  background-color: #322e2f;
}
.cid-rpSfjvEG19 .card3 {
  background-color: #322e2f;
}
.cid-rpSfjvEG19 .card4 {
  background-color: #fed318;
}
.cid-rpSfjvEG19 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSfjvEG19 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-rpSfjvEG19 .container {
  max-width: 1500px;
}
.cid-rpSfjvEG19 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSfjvEG19 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSfjvEG19 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-rpSfjvEG19 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-rpSfjvEG19 .col2,
  .cid-rpSfjvEG19 .col3,
  .cid-rpSfjvEG19 .col4 {
    margin-top: 0rem;
  }
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-rpSfjvEG19 .card-box {
    padding: 1rem 2rem 2rem 1rem;
  }
  .cid-rpSfjvEG19 .number {
    margin: auto;
  }
}
.cid-rpSfjvEG19 .mbr-text {
  color: #cccccc;
}
.cid-rpSfjvEG19 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-rpSfjvEG19 .text3 {
  color: #ffffff;
  text-align: center;
}
.cid-rpSfjvEG19 .title2 {
  color: #c1c1c1;
  font-size: 1.5rem;
}
.cid-rpSfjvEG19 .title1 {
  color: #c1c1c1;
  font-size: 1.8rem;
}
.cid-rpSfjvEG19 .title3 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .title4 {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 .text4 {
  color: #231f20;
  text-align: center;
}
.cid-rpSfjvEG19 .text1 {
  color: #231f20;
  text-align: center;
}
.cid-rpSfjvEG19 .title3 B {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 H1 {
  color: #ffffff;
}
.cid-sp7qWvlQ8S {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sp7qWvlQ8S .row {
  position: relative;
}
.cid-sp7qWvlQ8S .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sp7qWvlQ8S .row {
    margin: 0 2rem;
  }
}
.cid-sp7qWvlQ8S h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sp7qWvlQ8S .content-wrapper {
  max-width: 600px;
}
.cid-sp7qWvlQ8S H1 {
  color: #282124;
}
.cid-sp7qWvlQ8S .mbr-text,
.cid-sp7qWvlQ8S .mbr-section-btn {
  color: #333333;
}
.cid-sp7qWvlQ8S H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sp7qWvlQ8S h4 {
    left: 3rem;
  }
}
.cid-sp7qWvlQ8S img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.cid-sp7qWvlQ8S .mbr-text {
  text-align: justify;
}
.cid-soWlSKTgPv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fed318;
}
.cid-soWlSKTgPv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-soWlSKTgPv img:hover {
  transform: scale(1.1);
}
.cid-soWlSKTgPv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-soWlSKTgPv h2 {
  padding: 0;
  margin: 0;
}
.cid-soWlSKTgPv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soWlSKTgPv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-soWlSKTgPv .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-soWlSKTgPv .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-soWlSKTgPv .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-soWlSKTgPv .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-soWlSKTgPv .mbr-iconfont {
  margin: 0 !important;
}
.cid-soWlSKTgPv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-soWlSKTgPv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-soWlSKTgPv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-soWlSKTgPv .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-soWlSKTgPv .text-col {
    padding: 4rem 2rem;
  }
}
.cid-soWlSKTgPv H2 {
  color: #333333;
}
.cid-soWlSKTgPv .mbr-text {
  color: #231f20;
  text-align: justify;
}
.cid-rpSfqvjGS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 2rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-rpSfqvjGS3 H1 {
  color: #fed318;
}
.cid-rpSfqvjGS3 H3 {
  color: #ffffff;
}
.cid-soWk6mXr3h {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-soWk6mXr3h .carousel-control {
  background: #000;
}
.cid-soWk6mXr3h .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soWk6mXr3h .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-soWk6mXr3h .carousel-item .wrap-img {
  text-align: center;
}
.cid-soWk6mXr3h .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-soWk6mXr3h .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soWk6mXr3h .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-soWk6mXr3h .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-soWk6mXr3h .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-soWk6mXr3h .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-soWk6mXr3h .cloneditem-1,
.cid-soWk6mXr3h .cloneditem-2,
.cid-soWk6mXr3h .cloneditem-3,
.cid-soWk6mXr3h .cloneditem-4,
.cid-soWk6mXr3h .cloneditem-5 {
  display: none;
}
.cid-soWk6mXr3h .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soWk6mXr3h .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides2 .cloneditem-1,
  .cid-soWk6mXr3h .carousel-inner.slides2 .cloneditem-2,
  .cid-soWk6mXr3h .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides3 .cloneditem-1,
  .cid-soWk6mXr3h .carousel-inner.slides3 .cloneditem-2,
  .cid-soWk6mXr3h .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides4 .cloneditem-1,
  .cid-soWk6mXr3h .carousel-inner.slides4 .cloneditem-2,
  .cid-soWk6mXr3h .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides5 .cloneditem-1,
  .cid-soWk6mXr3h .carousel-inner.slides5 .cloneditem-2,
  .cid-soWk6mXr3h .carousel-inner.slides5 .cloneditem-3,
  .cid-soWk6mXr3h .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soWk6mXr3h .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soWk6mXr3h .carousel-inner.slides6 .cloneditem-1,
  .cid-soWk6mXr3h .carousel-inner.slides6 .cloneditem-2,
  .cid-soWk6mXr3h .carousel-inner.slides6 .cloneditem-3,
  .cid-soWk6mXr3h .carousel-inner.slides6 .cloneditem-4,
  .cid-soWk6mXr3h .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-soWk6mXr3h H2 {
  color: #231f20;
}
.cid-soWG4Vxcmc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-soWG4Vxcmc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-soWG4Vxcmc .content-panel {
  padding: 2rem;
  background-color: #f7d400;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-soWG4Vxcmc .form-group,
  .cid-soWG4Vxcmc .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-soWG4Vxcmc .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-soWG4Vxcmc .form-control:focus,
.cid-soWG4Vxcmc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-soWG4Vxcmc textarea.form-control {
  min-height: 170px;
}
.cid-soWG4Vxcmc .form-group {
  margin-bottom: 1rem;
}
.cid-soWG4Vxcmc input::-webkit-input-placeholder,
.cid-soWG4Vxcmc textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-soWG4Vxcmc input:-moz-placeholder,
.cid-soWG4Vxcmc textarea:-moz-placeholder {
  color: #565656;
}
.cid-soWG4Vxcmc .jq-selectbox li,
.cid-soWG4Vxcmc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-soWG4Vxcmc .jq-selectbox li:hover,
.cid-soWG4Vxcmc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-soWG4Vxcmc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-soWG4Vxcmc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-soWG4Vxcmc .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-soWG4Vxcmc .text-block {
    margin-bottom: 2rem;
  }
}
.cid-soWG4Vxcmc .mbr-section-title {
  text-align: center;
}
.cid-soWIFYnql7 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #231f20;
}
.cid-soWIFYnql7 .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-soWIFYnql7 .icon2 {
  color: #ffffff;
}
.cid-soWIFYnql7 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-soWIFYnql7 p {
  font-weight: 400;
}
.cid-soWIFYnql7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #fed318;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-soWIFYnql7 .line2 {
  background: #fed318;
}
.cid-soWIFYnql7 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #322e2f;
}
.cid-soWIFYnql7 .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-soWIFYnql7 .card2 {
  background: #322e2f;
}
.cid-soWIFYnql7 .card-title,
.cid-soWIFYnql7 .card-ico,
.cid-soWIFYnql7 .line-wrap {
  text-align: center;
}
.cid-soWIFYnql7 .mbr-text,
.cid-soWIFYnql7 .card-link {
  text-align: center;
}
.cid-soWIFYnql7 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-soWHXP2dKW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soWHXP2dKW .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-soWHXP2dKW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-soWHXP2dKW .socicon {
  font-size: 1.3rem;
  background: #fed318;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soWHXP2dKW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-soWHXP2dKW .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-soWHXP2dKW .text2 {
  color: #000000;
  text-align: left;
}
.cid-soWHXP2dKW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-soWHXP2dKW .logo-title {
  text-align: center;
}
.cid-soWHXP2dKW .logo-sub-title {
  text-align: center;
}
.cid-soWHXP2dKW .links {
  text-align: center;
  color: #656565;
}
.cid-soWHXP2dKW .logo-sub-title i {
  color: #9e9e9e;
}
.cid-soWHXP2dKW .links,
.cid-soWHXP2dKW .social-list {
  color: #231f20;
}
.cid-rwG46vRkNS .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG46vRkNS .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG46vRkNS a {
  font-style: normal;
}
.cid-rwG46vRkNS .show {
  overflow: visible;
}
.cid-rwG46vRkNS .dropdown-menu {
  max-height: 400px;
}
.cid-rwG46vRkNS .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG46vRkNS .nav-link {
  font-weight: 600!important;
}
.cid-rwG46vRkNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG46vRkNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .nav-item:focus,
.cid-rwG46vRkNS .nav-link:focus {
  outline: none;
}
.cid-rwG46vRkNS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG46vRkNS .menu-logo {
  margin-right: auto;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG46vRkNS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG46vRkNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG46vRkNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG46vRkNS button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG46vRkNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwG46vRkNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG46vRkNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG46vRkNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG46vRkNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG46vRkNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS img {
    height: 3.8rem !important;
  }
  .cid-rwG46vRkNS .btn {
    display: -webkit-flex;
  }
  .cid-rwG46vRkNS button.navbar-toggler {
    display: block;
  }
  .cid-rwG46vRkNS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing,
  .cid-rwG46vRkNS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG46vRkNS .nav-link {
    justify-content: start!important;
  }
  .cid-rwG46vRkNS .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG46vRkNS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG46vRkNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG46vRkNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG46vRkNS .nav-link:hover,
.cid-rwG46vRkNS .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG46vRkNS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rwG46vRkNS .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG46vRkNS .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG46vRkNS a {
  font-style: normal;
}
.cid-rwG46vRkNS .show {
  overflow: visible;
}
.cid-rwG46vRkNS .dropdown-menu {
  max-height: 400px;
}
.cid-rwG46vRkNS .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG46vRkNS .nav-link {
  font-weight: 600!important;
}
.cid-rwG46vRkNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG46vRkNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .nav-item:focus,
.cid-rwG46vRkNS .nav-link:focus {
  outline: none;
}
.cid-rwG46vRkNS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG46vRkNS .menu-logo {
  margin-right: auto;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG46vRkNS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG46vRkNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG46vRkNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG46vRkNS button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG46vRkNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwG46vRkNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG46vRkNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG46vRkNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG46vRkNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG46vRkNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS img {
    height: 3.8rem !important;
  }
  .cid-rwG46vRkNS .btn {
    display: -webkit-flex;
  }
  .cid-rwG46vRkNS button.navbar-toggler {
    display: block;
  }
  .cid-rwG46vRkNS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing,
  .cid-rwG46vRkNS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG46vRkNS .nav-link {
    justify-content: start!important;
  }
  .cid-rwG46vRkNS .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG46vRkNS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG46vRkNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG46vRkNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG46vRkNS .nav-link:hover,
.cid-rwG46vRkNS .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG46vRkNS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-spCmzHtEgo {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spCmzHtEgo .row {
  position: relative;
}
.cid-spCmzHtEgo .container {
  max-width: 1500px;
}
.cid-spCmzHtEgo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-spCmzHtEgo .content-wrapper {
  max-width: 800px;
}
.cid-spCmzHtEgo H1 {
  color: #231f20;
}
.cid-spCmzHtEgo .mbr-text,
.cid-spCmzHtEgo .mbr-section-btn {
  color: #333333;
}
.cid-spCmzHtEgo H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-spCmzHtEgo .container {
    padding: 0 4rem;
  }
}
.cid-spCmO24sF5 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-spCmO24sF5 .mbr-section-subtitle {
  color: #1d5b5b;
  text-align: left;
}
.cid-spCmO24sF5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spCmO24sF5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spCmO24sF5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spCmO24sF5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spCmO24sF5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fed318;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #fed318, #fed318);
}
.cid-spCmO24sF5 .icon-focus,
.cid-spCmO24sF5 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-spCmO24sF5 .icon-focus:before,
.cid-spCmO24sF5 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spCmO24sF5 .icon-video {
  font-size: 1.5rem !important;
}
.cid-spCmO24sF5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-spCmO24sF5 ul {
  font-size: 0;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-spCmO24sF5 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-spCmO24sF5 .mbr-gallery-filter ul li:first-child,
.cid-spCmO24sF5 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-spCmO24sF5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-spCmO24sF5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-spCmO24sF5 .mbr-section-title,
.cid-spCmO24sF5 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-spCpFVflaA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-spCpFVflaA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-spCpFVflaA img:hover {
  transform: scale(1.1);
}
.cid-spCpFVflaA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-spCpFVflaA h2 {
  padding: 0;
  margin: 0;
}
.cid-spCpFVflaA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spCpFVflaA .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-spCpFVflaA .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-spCpFVflaA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-spCpFVflaA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-spCpFVflaA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-spCpFVflaA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spCpFVflaA .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-spCpFVflaA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-spCpFVflaA H2 {
  color: #333333;
}
.cid-spCpFVflaA .mbr-text {
  color: #767676;
}
.cid-spCpFVflaA video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-spCqPRW7L4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spCqPRW7L4 .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-spCqPRW7L4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-spCqPRW7L4 .socicon {
  font-size: 1.3rem;
  background: #fed318;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spCqPRW7L4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-spCqPRW7L4 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-spCqPRW7L4 .text2 {
  color: #000000;
  text-align: left;
}
.cid-spCqPRW7L4 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-spCqPRW7L4 .logo-title {
  text-align: center;
}
.cid-spCqPRW7L4 .logo-sub-title {
  text-align: center;
}
.cid-spCqPRW7L4 .links {
  text-align: center;
  color: #656565;
}
.cid-spCqPRW7L4 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-spCqPRW7L4 .links,
.cid-spCqPRW7L4 .social-list {
  color: #231f20;
}
.cid-sq4oK8f7jN .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sq4oK8f7jN .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sq4oK8f7jN a {
  font-style: normal;
}
.cid-sq4oK8f7jN .show {
  overflow: visible;
}
.cid-sq4oK8f7jN .dropdown-menu {
  max-height: 400px;
}
.cid-sq4oK8f7jN .dropdown-item:active {
  background-color: transparent;
}
.cid-sq4oK8f7jN .nav-link {
  font-weight: 600!important;
}
.cid-sq4oK8f7jN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sq4oK8f7jN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sq4oK8f7jN .nav-item:focus,
.cid-sq4oK8f7jN .nav-link:focus {
  outline: none;
}
.cid-sq4oK8f7jN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq4oK8f7jN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sq4oK8f7jN .menu-logo {
  margin-right: auto;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sq4oK8f7jN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sq4oK8f7jN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sq4oK8f7jN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sq4oK8f7jN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq4oK8f7jN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sq4oK8f7jN .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sq4oK8f7jN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sq4oK8f7jN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq4oK8f7jN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sq4oK8f7jN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq4oK8f7jN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sq4oK8f7jN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sq4oK8f7jN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sq4oK8f7jN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sq4oK8f7jN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sq4oK8f7jN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sq4oK8f7jN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sq4oK8f7jN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sq4oK8f7jN button.navbar-toggler:focus {
  outline: none;
}
.cid-sq4oK8f7jN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sq4oK8f7jN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq4oK8f7jN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq4oK8f7jN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq4oK8f7jN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq4oK8f7jN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq4oK8f7jN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq4oK8f7jN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq4oK8f7jN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq4oK8f7jN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq4oK8f7jN .collapsed .btn {
  display: -webkit-flex;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sq4oK8f7jN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sq4oK8f7jN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sq4oK8f7jN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-sq4oK8f7jN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sq4oK8f7jN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sq4oK8f7jN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq4oK8f7jN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sq4oK8f7jN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sq4oK8f7jN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sq4oK8f7jN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sq4oK8f7jN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq4oK8f7jN img {
    height: 3.8rem !important;
  }
  .cid-sq4oK8f7jN .btn {
    display: -webkit-flex;
  }
  .cid-sq4oK8f7jN button.navbar-toggler {
    display: block;
  }
  .cid-sq4oK8f7jN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sq4oK8f7jN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq4oK8f7jN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing,
  .cid-sq4oK8f7jN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing .navbar-nav,
  .cid-sq4oK8f7jN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sq4oK8f7jN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sq4oK8f7jN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sq4oK8f7jN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sq4oK8f7jN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sq4oK8f7jN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq4oK8f7jN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sq4oK8f7jN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sq4oK8f7jN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sq4oK8f7jN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sq4oK8f7jN .nav-link {
    justify-content: start!important;
  }
  .cid-sq4oK8f7jN .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sq4oK8f7jN .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sq4oK8f7jN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sq4oK8f7jN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sq4oK8f7jN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sq4oK8f7jN .nav-link:hover,
.cid-sq4oK8f7jN .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sq4oK8f7jN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sq4oK8f7jN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sq4oK8C6qW {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/48356671-383859508824034-4250625559714856960-n.jpg");
}
.cid-sq4oK8C6qW .row {
  position: relative;
}
.cid-sq4oK8C6qW .container {
  max-width: 1500px;
}
.cid-sq4oK8C6qW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sq4oK8C6qW .content-wrapper {
  max-width: 800px;
}
.cid-sq4oK8C6qW H1 {
  color: #231f20;
}
.cid-sq4oK8C6qW .mbr-text,
.cid-sq4oK8C6qW .mbr-section-btn {
  color: #333333;
}
.cid-sq4oK8C6qW H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-sq4oK8C6qW .container {
    padding: 0 4rem;
  }
}
.cid-sq5fiHwHL3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5fiHwHL3 .item {
  padding-bottom: 2rem;
}
.cid-sq5fiHwHL3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5fiHwHL3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5fiHwHL3 .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-sq5fiHwHL3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5fiHwHL3 .carousel-control,
.cid-sq5fiHwHL3 .close {
  background: #1b1b1b;
}
.cid-sq5fiHwHL3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5fiHwHL3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5fiHwHL3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5fiHwHL3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5fiHwHL3 .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-sq5fiHwHL3 .close::before {
  content: '\e91a';
}
.cid-sq5fiHwHL3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5fiHwHL3 .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-sq5fiHwHL3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5fiHwHL3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5fiHwHL3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5fiHwHL3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5fiHwHL3 .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-sq5fiHwHL3 .carousel-indicators li.active,
.cid-sq5fiHwHL3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5fiHwHL3 .carousel-indicators li::after,
.cid-sq5fiHwHL3 .carousel-indicators li::before {
  content: none;
}
.cid-sq5fiHwHL3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5fiHwHL3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5fiHwHL3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5fiHwHL3 .carousel-indicators {
    display: none;
  }
}
.cid-sq5fiHwHL3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5fiHwHL3 .carousel-inner > .active {
  display: block;
}
.cid-sq5fiHwHL3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5fiHwHL3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5fiHwHL3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5fiHwHL3 .carousel-control,
  .cid-sq5fiHwHL3 .carousel-indicators,
  .cid-sq5fiHwHL3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5fiHwHL3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5fiHwHL3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5fiHwHL3 .carousel-indicators .active,
.cid-sq5fiHwHL3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5fiHwHL3 .carousel-indicators .active {
  background: #fff;
}
.cid-sq5fiHwHL3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5fiHwHL3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5fiHwHL3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5fiHwHL3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5fiHwHL3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5fiHwHL3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5fiHwHL3 .carousel {
  width: 100%;
}
.cid-sq5fiHwHL3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5fiHwHL3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5fiHwHL3 .modal.fade .modal-dialog,
.cid-sq5fiHwHL3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5fiHwHL3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5fiHwHL3 H6 {
  text-align: center;
}
.cid-sq5geEAl8Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5geEAl8Z .item {
  padding-bottom: 2rem;
}
.cid-sq5geEAl8Z .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5geEAl8Z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5geEAl8Z .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-sq5geEAl8Z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5geEAl8Z .carousel-control,
.cid-sq5geEAl8Z .close {
  background: #1b1b1b;
}
.cid-sq5geEAl8Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5geEAl8Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5geEAl8Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5geEAl8Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5geEAl8Z .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-sq5geEAl8Z .close::before {
  content: '\e91a';
}
.cid-sq5geEAl8Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5geEAl8Z .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-sq5geEAl8Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5geEAl8Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5geEAl8Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5geEAl8Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5geEAl8Z .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-sq5geEAl8Z .carousel-indicators li.active,
.cid-sq5geEAl8Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5geEAl8Z .carousel-indicators li::after,
.cid-sq5geEAl8Z .carousel-indicators li::before {
  content: none;
}
.cid-sq5geEAl8Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5geEAl8Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5geEAl8Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5geEAl8Z .carousel-indicators {
    display: none;
  }
}
.cid-sq5geEAl8Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5geEAl8Z .carousel-inner > .active {
  display: block;
}
.cid-sq5geEAl8Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5geEAl8Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5geEAl8Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5geEAl8Z .carousel-control,
  .cid-sq5geEAl8Z .carousel-indicators,
  .cid-sq5geEAl8Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5geEAl8Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5geEAl8Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5geEAl8Z .carousel-indicators .active,
.cid-sq5geEAl8Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5geEAl8Z .carousel-indicators .active {
  background: #fff;
}
.cid-sq5geEAl8Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5geEAl8Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5geEAl8Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5geEAl8Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5geEAl8Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5geEAl8Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5geEAl8Z .carousel {
  width: 100%;
}
.cid-sq5geEAl8Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5geEAl8Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5geEAl8Z .modal.fade .modal-dialog,
.cid-sq5geEAl8Z .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5geEAl8Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5geEAl8Z H6 {
  text-align: center;
}
.cid-sq5gukGowU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5gukGowU .item {
  padding-bottom: 2rem;
}
.cid-sq5gukGowU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5gukGowU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5gukGowU .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-sq5gukGowU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5gukGowU .carousel-control,
.cid-sq5gukGowU .close {
  background: #1b1b1b;
}
.cid-sq5gukGowU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5gukGowU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5gukGowU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5gukGowU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5gukGowU .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-sq5gukGowU .close::before {
  content: '\e91a';
}
.cid-sq5gukGowU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5gukGowU .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-sq5gukGowU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5gukGowU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5gukGowU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5gukGowU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5gukGowU .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-sq5gukGowU .carousel-indicators li.active,
.cid-sq5gukGowU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5gukGowU .carousel-indicators li::after,
.cid-sq5gukGowU .carousel-indicators li::before {
  content: none;
}
.cid-sq5gukGowU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5gukGowU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5gukGowU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5gukGowU .carousel-indicators {
    display: none;
  }
}
.cid-sq5gukGowU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5gukGowU .carousel-inner > .active {
  display: block;
}
.cid-sq5gukGowU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5gukGowU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5gukGowU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5gukGowU .carousel-control,
  .cid-sq5gukGowU .carousel-indicators,
  .cid-sq5gukGowU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5gukGowU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5gukGowU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5gukGowU .carousel-indicators .active,
.cid-sq5gukGowU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5gukGowU .carousel-indicators .active {
  background: #fff;
}
.cid-sq5gukGowU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5gukGowU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5gukGowU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5gukGowU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5gukGowU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5gukGowU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5gukGowU .carousel {
  width: 100%;
}
.cid-sq5gukGowU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5gukGowU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5gukGowU .modal.fade .modal-dialog,
.cid-sq5gukGowU .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5gukGowU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5gukGowU H6 {
  text-align: center;
}
.cid-sq5gWlab2x {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5gWlab2x .item {
  padding-bottom: 2rem;
}
.cid-sq5gWlab2x .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5gWlab2x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5gWlab2x .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-sq5gWlab2x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5gWlab2x .carousel-control,
.cid-sq5gWlab2x .close {
  background: #1b1b1b;
}
.cid-sq5gWlab2x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5gWlab2x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5gWlab2x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5gWlab2x .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5gWlab2x .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-sq5gWlab2x .close::before {
  content: '\e91a';
}
.cid-sq5gWlab2x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5gWlab2x .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-sq5gWlab2x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5gWlab2x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5gWlab2x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5gWlab2x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5gWlab2x .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-sq5gWlab2x .carousel-indicators li.active,
.cid-sq5gWlab2x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5gWlab2x .carousel-indicators li::after,
.cid-sq5gWlab2x .carousel-indicators li::before {
  content: none;
}
.cid-sq5gWlab2x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5gWlab2x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5gWlab2x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5gWlab2x .carousel-indicators {
    display: none;
  }
}
.cid-sq5gWlab2x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5gWlab2x .carousel-inner > .active {
  display: block;
}
.cid-sq5gWlab2x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5gWlab2x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5gWlab2x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5gWlab2x .carousel-control,
  .cid-sq5gWlab2x .carousel-indicators,
  .cid-sq5gWlab2x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5gWlab2x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5gWlab2x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5gWlab2x .carousel-indicators .active,
.cid-sq5gWlab2x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5gWlab2x .carousel-indicators .active {
  background: #fff;
}
.cid-sq5gWlab2x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5gWlab2x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5gWlab2x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5gWlab2x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5gWlab2x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5gWlab2x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5gWlab2x .carousel {
  width: 100%;
}
.cid-sq5gWlab2x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5gWlab2x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5gWlab2x .modal.fade .modal-dialog,
.cid-sq5gWlab2x .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5gWlab2x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5gWlab2x H6 {
  text-align: center;
}
.cid-sq5hgkoQm1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5hgkoQm1 .item {
  padding-bottom: 2rem;
}
.cid-sq5hgkoQm1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5hgkoQm1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5hgkoQm1 .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-sq5hgkoQm1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5hgkoQm1 .carousel-control,
.cid-sq5hgkoQm1 .close {
  background: #1b1b1b;
}
.cid-sq5hgkoQm1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5hgkoQm1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5hgkoQm1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5hgkoQm1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5hgkoQm1 .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-sq5hgkoQm1 .close::before {
  content: '\e91a';
}
.cid-sq5hgkoQm1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5hgkoQm1 .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-sq5hgkoQm1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5hgkoQm1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5hgkoQm1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5hgkoQm1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5hgkoQm1 .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-sq5hgkoQm1 .carousel-indicators li.active,
.cid-sq5hgkoQm1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5hgkoQm1 .carousel-indicators li::after,
.cid-sq5hgkoQm1 .carousel-indicators li::before {
  content: none;
}
.cid-sq5hgkoQm1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5hgkoQm1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5hgkoQm1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5hgkoQm1 .carousel-indicators {
    display: none;
  }
}
.cid-sq5hgkoQm1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5hgkoQm1 .carousel-inner > .active {
  display: block;
}
.cid-sq5hgkoQm1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5hgkoQm1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5hgkoQm1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5hgkoQm1 .carousel-control,
  .cid-sq5hgkoQm1 .carousel-indicators,
  .cid-sq5hgkoQm1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5hgkoQm1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5hgkoQm1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5hgkoQm1 .carousel-indicators .active,
.cid-sq5hgkoQm1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5hgkoQm1 .carousel-indicators .active {
  background: #fff;
}
.cid-sq5hgkoQm1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5hgkoQm1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5hgkoQm1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5hgkoQm1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5hgkoQm1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5hgkoQm1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5hgkoQm1 .carousel {
  width: 100%;
}
.cid-sq5hgkoQm1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5hgkoQm1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5hgkoQm1 .modal.fade .modal-dialog,
.cid-sq5hgkoQm1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5hgkoQm1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5hgkoQm1 H6 {
  text-align: center;
}
.cid-sq5hRvmApJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5hRvmApJ .item {
  padding-bottom: 2rem;
}
.cid-sq5hRvmApJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5hRvmApJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5hRvmApJ .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-sq5hRvmApJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5hRvmApJ .carousel-control,
.cid-sq5hRvmApJ .close {
  background: #1b1b1b;
}
.cid-sq5hRvmApJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5hRvmApJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5hRvmApJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5hRvmApJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5hRvmApJ .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-sq5hRvmApJ .close::before {
  content: '\e91a';
}
.cid-sq5hRvmApJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5hRvmApJ .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-sq5hRvmApJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5hRvmApJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5hRvmApJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5hRvmApJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5hRvmApJ .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-sq5hRvmApJ .carousel-indicators li.active,
.cid-sq5hRvmApJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5hRvmApJ .carousel-indicators li::after,
.cid-sq5hRvmApJ .carousel-indicators li::before {
  content: none;
}
.cid-sq5hRvmApJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5hRvmApJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5hRvmApJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5hRvmApJ .carousel-indicators {
    display: none;
  }
}
.cid-sq5hRvmApJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5hRvmApJ .carousel-inner > .active {
  display: block;
}
.cid-sq5hRvmApJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5hRvmApJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5hRvmApJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5hRvmApJ .carousel-control,
  .cid-sq5hRvmApJ .carousel-indicators,
  .cid-sq5hRvmApJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5hRvmApJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5hRvmApJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5hRvmApJ .carousel-indicators .active,
.cid-sq5hRvmApJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5hRvmApJ .carousel-indicators .active {
  background: #fff;
}
.cid-sq5hRvmApJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5hRvmApJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5hRvmApJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5hRvmApJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5hRvmApJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5hRvmApJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5hRvmApJ .carousel {
  width: 100%;
}
.cid-sq5hRvmApJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5hRvmApJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5hRvmApJ .modal.fade .modal-dialog,
.cid-sq5hRvmApJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5hRvmApJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5hRvmApJ H6 {
  text-align: center;
}
.cid-sq5i2yJNLs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5i2yJNLs .item {
  padding-bottom: 2rem;
}
.cid-sq5i2yJNLs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5i2yJNLs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5i2yJNLs .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-sq5i2yJNLs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5i2yJNLs .carousel-control,
.cid-sq5i2yJNLs .close {
  background: #1b1b1b;
}
.cid-sq5i2yJNLs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5i2yJNLs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5i2yJNLs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5i2yJNLs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5i2yJNLs .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-sq5i2yJNLs .close::before {
  content: '\e91a';
}
.cid-sq5i2yJNLs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5i2yJNLs .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-sq5i2yJNLs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5i2yJNLs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5i2yJNLs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5i2yJNLs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5i2yJNLs .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-sq5i2yJNLs .carousel-indicators li.active,
.cid-sq5i2yJNLs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5i2yJNLs .carousel-indicators li::after,
.cid-sq5i2yJNLs .carousel-indicators li::before {
  content: none;
}
.cid-sq5i2yJNLs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5i2yJNLs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5i2yJNLs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5i2yJNLs .carousel-indicators {
    display: none;
  }
}
.cid-sq5i2yJNLs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5i2yJNLs .carousel-inner > .active {
  display: block;
}
.cid-sq5i2yJNLs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5i2yJNLs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5i2yJNLs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5i2yJNLs .carousel-control,
  .cid-sq5i2yJNLs .carousel-indicators,
  .cid-sq5i2yJNLs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5i2yJNLs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5i2yJNLs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5i2yJNLs .carousel-indicators .active,
.cid-sq5i2yJNLs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5i2yJNLs .carousel-indicators .active {
  background: #fff;
}
.cid-sq5i2yJNLs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5i2yJNLs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5i2yJNLs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5i2yJNLs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5i2yJNLs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5i2yJNLs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5i2yJNLs .carousel {
  width: 100%;
}
.cid-sq5i2yJNLs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5i2yJNLs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5i2yJNLs .modal.fade .modal-dialog,
.cid-sq5i2yJNLs .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5i2yJNLs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5i2yJNLs H6 {
  text-align: center;
}
.cid-sq5igak6c3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5igak6c3 .item {
  padding-bottom: 2rem;
}
.cid-sq5igak6c3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5igak6c3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5igak6c3 .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-sq5igak6c3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5igak6c3 .carousel-control,
.cid-sq5igak6c3 .close {
  background: #1b1b1b;
}
.cid-sq5igak6c3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5igak6c3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5igak6c3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5igak6c3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5igak6c3 .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-sq5igak6c3 .close::before {
  content: '\e91a';
}
.cid-sq5igak6c3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5igak6c3 .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-sq5igak6c3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5igak6c3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5igak6c3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5igak6c3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5igak6c3 .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-sq5igak6c3 .carousel-indicators li.active,
.cid-sq5igak6c3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5igak6c3 .carousel-indicators li::after,
.cid-sq5igak6c3 .carousel-indicators li::before {
  content: none;
}
.cid-sq5igak6c3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5igak6c3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5igak6c3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5igak6c3 .carousel-indicators {
    display: none;
  }
}
.cid-sq5igak6c3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5igak6c3 .carousel-inner > .active {
  display: block;
}
.cid-sq5igak6c3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5igak6c3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5igak6c3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5igak6c3 .carousel-control,
  .cid-sq5igak6c3 .carousel-indicators,
  .cid-sq5igak6c3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5igak6c3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5igak6c3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5igak6c3 .carousel-indicators .active,
.cid-sq5igak6c3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5igak6c3 .carousel-indicators .active {
  background: #fff;
}
.cid-sq5igak6c3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5igak6c3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5igak6c3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5igak6c3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5igak6c3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5igak6c3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5igak6c3 .carousel {
  width: 100%;
}
.cid-sq5igak6c3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5igak6c3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5igak6c3 .modal.fade .modal-dialog,
.cid-sq5igak6c3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5igak6c3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5igak6c3 H6 {
  text-align: center;
}
.cid-sq5iJ5LmxO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5iJ5LmxO .item {
  padding-bottom: 2rem;
}
.cid-sq5iJ5LmxO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5iJ5LmxO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5iJ5LmxO .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-sq5iJ5LmxO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5iJ5LmxO .carousel-control,
.cid-sq5iJ5LmxO .close {
  background: #1b1b1b;
}
.cid-sq5iJ5LmxO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5iJ5LmxO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5iJ5LmxO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5iJ5LmxO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5iJ5LmxO .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-sq5iJ5LmxO .close::before {
  content: '\e91a';
}
.cid-sq5iJ5LmxO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5iJ5LmxO .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-sq5iJ5LmxO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5iJ5LmxO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5iJ5LmxO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5iJ5LmxO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5iJ5LmxO .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-sq5iJ5LmxO .carousel-indicators li.active,
.cid-sq5iJ5LmxO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5iJ5LmxO .carousel-indicators li::after,
.cid-sq5iJ5LmxO .carousel-indicators li::before {
  content: none;
}
.cid-sq5iJ5LmxO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5iJ5LmxO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5iJ5LmxO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5iJ5LmxO .carousel-indicators {
    display: none;
  }
}
.cid-sq5iJ5LmxO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5iJ5LmxO .carousel-inner > .active {
  display: block;
}
.cid-sq5iJ5LmxO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5iJ5LmxO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5iJ5LmxO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5iJ5LmxO .carousel-control,
  .cid-sq5iJ5LmxO .carousel-indicators,
  .cid-sq5iJ5LmxO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5iJ5LmxO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5iJ5LmxO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5iJ5LmxO .carousel-indicators .active,
.cid-sq5iJ5LmxO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5iJ5LmxO .carousel-indicators .active {
  background: #fff;
}
.cid-sq5iJ5LmxO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5iJ5LmxO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5iJ5LmxO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5iJ5LmxO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5iJ5LmxO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5iJ5LmxO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5iJ5LmxO .carousel {
  width: 100%;
}
.cid-sq5iJ5LmxO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5iJ5LmxO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5iJ5LmxO .modal.fade .modal-dialog,
.cid-sq5iJ5LmxO .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5iJ5LmxO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5iJ5LmxO H6 {
  text-align: center;
}
.cid-sq5jtqKLxx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5jtqKLxx .item {
  padding-bottom: 2rem;
}
.cid-sq5jtqKLxx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5jtqKLxx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5jtqKLxx .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-sq5jtqKLxx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5jtqKLxx .carousel-control,
.cid-sq5jtqKLxx .close {
  background: #1b1b1b;
}
.cid-sq5jtqKLxx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5jtqKLxx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5jtqKLxx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5jtqKLxx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5jtqKLxx .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-sq5jtqKLxx .close::before {
  content: '\e91a';
}
.cid-sq5jtqKLxx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5jtqKLxx .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-sq5jtqKLxx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5jtqKLxx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5jtqKLxx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5jtqKLxx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5jtqKLxx .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-sq5jtqKLxx .carousel-indicators li.active,
.cid-sq5jtqKLxx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5jtqKLxx .carousel-indicators li::after,
.cid-sq5jtqKLxx .carousel-indicators li::before {
  content: none;
}
.cid-sq5jtqKLxx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5jtqKLxx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5jtqKLxx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5jtqKLxx .carousel-indicators {
    display: none;
  }
}
.cid-sq5jtqKLxx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5jtqKLxx .carousel-inner > .active {
  display: block;
}
.cid-sq5jtqKLxx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5jtqKLxx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5jtqKLxx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5jtqKLxx .carousel-control,
  .cid-sq5jtqKLxx .carousel-indicators,
  .cid-sq5jtqKLxx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5jtqKLxx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5jtqKLxx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5jtqKLxx .carousel-indicators .active,
.cid-sq5jtqKLxx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5jtqKLxx .carousel-indicators .active {
  background: #fff;
}
.cid-sq5jtqKLxx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5jtqKLxx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5jtqKLxx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5jtqKLxx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5jtqKLxx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5jtqKLxx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5jtqKLxx .carousel {
  width: 100%;
}
.cid-sq5jtqKLxx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5jtqKLxx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5jtqKLxx .modal.fade .modal-dialog,
.cid-sq5jtqKLxx .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5jtqKLxx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5jtqKLxx H6 {
  text-align: center;
}
.cid-sq5jHdEea7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq5jHdEea7 .item {
  padding-bottom: 2rem;
}
.cid-sq5jHdEea7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq5jHdEea7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq5jHdEea7 .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-sq5jHdEea7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq5jHdEea7 .carousel-control,
.cid-sq5jHdEea7 .close {
  background: #1b1b1b;
}
.cid-sq5jHdEea7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq5jHdEea7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq5jHdEea7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq5jHdEea7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq5jHdEea7 .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-sq5jHdEea7 .close::before {
  content: '\e91a';
}
.cid-sq5jHdEea7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq5jHdEea7 .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-sq5jHdEea7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5jHdEea7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq5jHdEea7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq5jHdEea7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq5jHdEea7 .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-sq5jHdEea7 .carousel-indicators li.active,
.cid-sq5jHdEea7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq5jHdEea7 .carousel-indicators li::after,
.cid-sq5jHdEea7 .carousel-indicators li::before {
  content: none;
}
.cid-sq5jHdEea7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq5jHdEea7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq5jHdEea7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq5jHdEea7 .carousel-indicators {
    display: none;
  }
}
.cid-sq5jHdEea7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq5jHdEea7 .carousel-inner > .active {
  display: block;
}
.cid-sq5jHdEea7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq5jHdEea7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq5jHdEea7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq5jHdEea7 .carousel-control,
  .cid-sq5jHdEea7 .carousel-indicators,
  .cid-sq5jHdEea7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq5jHdEea7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq5jHdEea7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq5jHdEea7 .carousel-indicators .active,
.cid-sq5jHdEea7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq5jHdEea7 .carousel-indicators .active {
  background: #fff;
}
.cid-sq5jHdEea7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq5jHdEea7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq5jHdEea7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq5jHdEea7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq5jHdEea7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq5jHdEea7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq5jHdEea7 .carousel {
  width: 100%;
}
.cid-sq5jHdEea7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq5jHdEea7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq5jHdEea7 .modal.fade .modal-dialog,
.cid-sq5jHdEea7 .modal.in .modal-dialog {
  transform: none;
}
.cid-sq5jHdEea7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq5jHdEea7 H6 {
  text-align: center;
}
.cid-sGGJGE5KFg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGJGE5KFg .item {
  padding-bottom: 2rem;
}
.cid-sGGJGE5KFg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sGGJGE5KFg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sGGJGE5KFg .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-sGGJGE5KFg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sGGJGE5KFg .carousel-control,
.cid-sGGJGE5KFg .close {
  background: #1b1b1b;
}
.cid-sGGJGE5KFg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sGGJGE5KFg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sGGJGE5KFg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sGGJGE5KFg .carousel-control-next span {
  margin-left: 5px;
}
.cid-sGGJGE5KFg .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-sGGJGE5KFg .close::before {
  content: '\e91a';
}
.cid-sGGJGE5KFg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sGGJGE5KFg .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-sGGJGE5KFg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGGJGE5KFg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sGGJGE5KFg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGGJGE5KFg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sGGJGE5KFg .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-sGGJGE5KFg .carousel-indicators li.active,
.cid-sGGJGE5KFg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGGJGE5KFg .carousel-indicators li::after,
.cid-sGGJGE5KFg .carousel-indicators li::before {
  content: none;
}
.cid-sGGJGE5KFg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sGGJGE5KFg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGJGE5KFg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sGGJGE5KFg .carousel-indicators {
    display: none;
  }
}
.cid-sGGJGE5KFg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sGGJGE5KFg .carousel-inner > .active {
  display: block;
}
.cid-sGGJGE5KFg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGGJGE5KFg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGGJGE5KFg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sGGJGE5KFg .carousel-control,
  .cid-sGGJGE5KFg .carousel-indicators,
  .cid-sGGJGE5KFg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sGGJGE5KFg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sGGJGE5KFg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGGJGE5KFg .carousel-indicators .active,
.cid-sGGJGE5KFg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sGGJGE5KFg .carousel-indicators .active {
  background: #fff;
}
.cid-sGGJGE5KFg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sGGJGE5KFg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sGGJGE5KFg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sGGJGE5KFg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sGGJGE5KFg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sGGJGE5KFg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sGGJGE5KFg .carousel {
  width: 100%;
}
.cid-sGGJGE5KFg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sGGJGE5KFg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sGGJGE5KFg .modal.fade .modal-dialog,
.cid-sGGJGE5KFg .modal.in .modal-dialog {
  transform: none;
}
.cid-sGGJGE5KFg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sGGJGE5KFg H6 {
  text-align: center;
}
.cid-sq4oK9ISF8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq4oK9ISF8 .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sq4oK9ISF8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sq4oK9ISF8 .socicon {
  font-size: 1.3rem;
  background: #fed318;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq4oK9ISF8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sq4oK9ISF8 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sq4oK9ISF8 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sq4oK9ISF8 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sq4oK9ISF8 .logo-title {
  text-align: center;
}
.cid-sq4oK9ISF8 .logo-sub-title {
  text-align: center;
}
.cid-sq4oK9ISF8 .links {
  text-align: center;
  color: #656565;
}
.cid-sq4oK9ISF8 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sq4oK9ISF8 .links,
.cid-sq4oK9ISF8 .social-list {
  color: #231f20;
}
