body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !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: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !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: #767676;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.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: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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='%23149dcc' %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-rpRmsCyWoD {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-rpRmsCyWoD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-rpRmsCyWoD img {
  width: 100%;
}
.cid-rpRmsCyWoD p {
  margin-top: 6rem;
}
.cid-rpRmsCyWoD .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rpRmsCyWoD .content-wrapper {
  padding-top: 6rem;
}
.cid-rpRmsCyWoD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rpRmsCyWoD p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rpRmsCyWoD .back {
    width: 100%;
    height: 75%;
  }
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD h4 {
    right: 2rem;
  }
}
.cid-rpRmsCyWoD H2 {
  color: #7f1933;
}
.cid-rpRmsCyWoD .mbr-text,
.cid-rpRmsCyWoD .mbr-section-btn {
  color: #7f1933;
}
.cid-rpSdryG9aP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSdryG9aP .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rpSdryG9aP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20210418-wa0023-810x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rpSdryG9aP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #787324;
  z-index: 2;
  opacity: 1;
}
.cid-rpSdryG9aP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rpSdryG9aP .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rpSdryG9aP .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .col:hover .box-title2,
.cid-rpSdryG9aP .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-rpSdryG9aP .box-title2,
.cid-rpSdryG9aP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rpSdryG9aP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #787324;
}
.cid-rpSdryG9aP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rpSdryG9aP .img-content {
    opacity: 1;
  }
  .cid-rpSdryG9aP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rpSdryG9aP .box-content {
    width: 100%;
  }
  .cid-rpSdryG9aP .box-title2,
  .cid-rpSdryG9aP .box-text2 {
    color: #333333 !important;
  }
  .cid-rpSdryG9aP .content-block,
  .cid-rpSdryG9aP .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rpSdryG9aP .box-text1 {
  color: #333333;
}
.cid-rpSdryG9aP .box-title2 {
  color: #cccccc;
}
.cid-rpSf7csNVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSf7csNVB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSf7csNVB img:hover {
  transform: scale(1.1);
}
.cid-rpSf7csNVB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSf7csNVB h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSf7csNVB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSf7csNVB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSf7csNVB .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSf7csNVB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSf7csNVB .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSf7csNVB .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSf7csNVB .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSf7csNVB .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-rpSf7csNVB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSf7csNVB .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSf7csNVB .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSf7csNVB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSf7csNVB H2 {
  color: #333333;
}
.cid-rpSf7csNVB .mbr-text {
  color: #767676;
}
.cid-rpSdOoy1oo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-rpSdOoy1oo .row {
  position: relative;
}
.cid-rpSdOoy1oo .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rpSdOoy1oo .row {
    margin: 0 2rem;
  }
}
.cid-rpSdOoy1oo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rpSdOoy1oo .content-wrapper {
  max-width: 600px;
}
.cid-rpSdOoy1oo H1 {
  color: #333333;
}
.cid-rpSdOoy1oo .mbr-text,
.cid-rpSdOoy1oo .mbr-section-btn {
  color: #333333;
}
.cid-rpSdOoy1oo H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rpSdOoy1oo h4 {
    left: 3rem;
  }
}
.cid-rpSdTuSugY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-rpSdTuSugY .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSdTuSugY .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rpSdTuSugY .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rpSdTuSugY .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSdTuSugY .card {
  height: fit-content;
}
.cid-rpSdTuSugY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rpSdTuSugY .text-wrap {
  max-width: 400px;
}
.cid-rpSdTuSugY .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-rpSdTuSugY .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSdTuSugY .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-rpSdTuSugY img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSdTuSugY .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rpSdTuSugY .container {
  max-width: 1500px;
}
.cid-rpSdTuSugY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSdTuSugY .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSdTuSugY P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSdTuSugY .img-wrap {
    max-height: 230px;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rpSdTuSugY .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSdTuSugY .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rpSdTuSugY .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rpSdTuSugY .number {
    margin: auto;
  }
}
.cid-rpSdTuSugY .mbr-text {
  color: #cccccc;
}
.cid-rpSeJpsqU8 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-rpSeJpsqU8 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-rpSeJpsqU8 .text {
  padding: 0;
}
.cid-rpSeJpsqU8 section {
  position: relative;
}
.cid-rpSeJpsqU8 .mbr-iconfont {
  padding: 0!important;
}
.cid-rpSeJpsqU8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rpSeJpsqU8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rpSeJpsqU8 .box {
  background-image: url("../../../assets/images/activities-960x960.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSeJpsqU8 .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rpSeJpsqU8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rpSeJpsqU8 .icon-wrap span {
  padding-left: 8px;
}
.cid-rpSeJpsqU8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rpSeJpsqU8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rpSeJpsqU8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rpSeJpsqU8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rpSeJpsqU8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rpSeJpsqU8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rpSeJpsqU8 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-rpSeJpsqU8 .box {
    height: 250px;
  }
  .cid-rpSeJpsqU8 .row {
    padding: 1rem!important;
  }
}
.cid-rpSeJpsqU8 DIV {
  color: #333333;
}
.cid-sNqH0wROz6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1f7d5;
}
.cid-sNqH0wROz6 .mbri-left:before {
  content: "\f053" !important;
}
.cid-sNqH0wROz6 .mbri-right:before {
  content: "\f054" !important;
}
.cid-sNqH0wROz6 .carousel-control-next,
.cid-sNqH0wROz6 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sNqH0wROz6 .profession {
  display: inline;
  font-weight: 700;
}
.cid-sNqH0wROz6 .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
}
.cid-sNqH0wROz6 .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-sNqH0wROz6 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sNqH0wROz6 .carousel-item.active,
.cid-sNqH0wROz6 .carousel-item-next,
.cid-sNqH0wROz6 .carousel-item-prev {
  display: flex;
}
.cid-sNqH0wROz6 .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #7c9786;
  font-weight: 700;
}
.cid-sNqH0wROz6 .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #a1c8af;
  font-weight: 700;
  display: inline-block;
}
.cid-sNqH0wROz6 .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #a1c8af;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-sNqH0wROz6 .carousel-controls a {
  transition: 0.3s;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-sNqH0wROz6 .carousel-controls a span {
  font-size: 1rem !important;
  color: #354463;
}
.cid-sNqH0wROz6 .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-sNqH0wROz6 .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-sNqH0wROz6 .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-sNqH0wROz6 .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-sNqH0wROz6 .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sNqH0wROz6 h3,
.cid-sNqH0wROz6 h4 {
  margin: 0;
  padding: 0;
}
.cid-sNqH0wROz6 .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-sNqH0wROz6 .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sNqH0wROz6 .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sNqH0wROz6 .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sNqH0wROz6 .testimonials-slider__icon {
    display: none;
  }
  .cid-sNqH0wROz6 .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sNqH0wROz6 .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sNqH0wROz6 .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sNqH0wROz6 .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sNqH0wROz6 .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-sNqH0wROz6 .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-sNqH0wROz6 .wrapper-block {
    display: flex;
  }
  .cid-sNqH0wROz6 .carousel-control-next {
    right: 2.2rem;
  }
  .cid-sNqH0wROz6 .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-sNqH0wROz6 .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-sNqH0wROz6 .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-sNqH0wROz6 .icon-left {
  margin-right: 0.1rem;
}
.cid-sNqH0wROz6 .icon-right {
  margin-left: 0.1rem;
}
.cid-rpSeO1OpDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSeO1OpDl [class^="socicon-"]:before,
.cid-rpSeO1OpDl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rpSeO1OpDl .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rpSeO1OpDl .btn-social,
.cid-rpSeO1OpDl .mbr-section-title {
  color: #57468b;
}
.cid-rpSeO1OpDl .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rpSeO1OpDl .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-rpSeO1OpDl .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-rpSeO1OpDl .align-left {
    text-align: center;
  }
  .cid-rpSeO1OpDl .align-right {
    text-align: center;
  }
  .cid-rpSeO1OpDl .social-list {
    justify-content: center;
  }
  .cid-rpSeO1OpDl .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-rpSeO1OpDl .links {
  text-align: left;
}
.cid-rwG64JC5c0 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG64JC5c0 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG64JC5c0 a {
  font-style: normal;
}
.cid-rwG64JC5c0 .show {
  overflow: visible;
}
.cid-rwG64JC5c0 .dropdown-menu {
  max-height: 400px;
}
.cid-rwG64JC5c0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG64JC5c0 .nav-link {
  font-weight: 600!important;
}
.cid-rwG64JC5c0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG64JC5c0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .nav-item:focus,
.cid-rwG64JC5c0 .nav-link:focus {
  outline: none;
}
.cid-rwG64JC5c0 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG64JC5c0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG64JC5c0 .menu-logo {
  margin-right: auto;
}
.cid-rwG64JC5c0 .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-rwG64JC5c0 .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-rwG64JC5c0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG64JC5c0 .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-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG64JC5c0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG64JC5c0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG64JC5c0 .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-rwG64JC5c0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG64JC5c0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG64JC5c0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG64JC5c0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG64JC5c0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG64JC5c0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG64JC5c0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG64JC5c0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG64JC5c0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG64JC5c0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwG64JC5c0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG64JC5c0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG64JC5c0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG64JC5c0 .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-rwG64JC5c0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG64JC5c0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG64JC5c0 .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-rwG64JC5c0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 img {
    height: 3.8rem !important;
  }
  .cid-rwG64JC5c0 .btn {
    display: -webkit-flex;
  }
  .cid-rwG64JC5c0 button.navbar-toggler {
    display: block;
  }
  .cid-rwG64JC5c0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG64JC5c0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing,
  .cid-rwG64JC5c0 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG64JC5c0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG64JC5c0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG64JC5c0 .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-rwG64JC5c0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG64JC5c0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG64JC5c0 .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-rwG64JC5c0 .nav-link {
    justify-content: start!important;
  }
  .cid-rwG64JC5c0 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG64JC5c0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG64JC5c0 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG64JC5c0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG64JC5c0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG64JC5c0 .nav-link:hover,
.cid-rwG64JC5c0 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG64JC5c0 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG64JC5c0 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sLg74mBWzA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLg74mBWzA .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLg74mBWzA img {
  width: 100%;
}
.cid-sLg74mBWzA p {
  margin-top: 6rem;
}
.cid-sLg74mBWzA .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLg74mBWzA .content-wrapper {
  padding-top: 6rem;
}
.cid-sLg74mBWzA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLg74mBWzA .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLg74mBWzA p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLg74mBWzA .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLg74mBWzA .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLg74mBWzA p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg74mBWzA .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLg74mBWzA h4 {
    right: 2rem;
  }
}
.cid-sLg74mBWzA H2 {
  color: #7f1933;
}
.cid-sLg74mBWzA .mbr-text,
.cid-sLg74mBWzA .mbr-section-btn {
  color: #7f1933;
}
.cid-sLg74osqMt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLg74osqMt .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sLg74osqMt .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20210418-wa0023-810x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sLg74osqMt .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sLg74osqMt .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sLg74osqMt .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sLg74osqMt .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sLg74osqMt .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sLg74osqMt .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sLg74osqMt .col:hover .box-title2,
.cid-sLg74osqMt .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sLg74osqMt .box-title2,
.cid-sLg74osqMt .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sLg74osqMt .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sLg74osqMt .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sLg74osqMt .img-content {
    opacity: 1;
  }
  .cid-sLg74osqMt .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sLg74osqMt .box-content {
    width: 100%;
  }
  .cid-sLg74osqMt .box-title2,
  .cid-sLg74osqMt .box-text2 {
    color: #333333 !important;
  }
  .cid-sLg74osqMt .content-block,
  .cid-sLg74osqMt .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sLg74osqMt .box-text1 {
  color: #333333;
}
.cid-sLg74osqMt .box-title2 {
  color: #cccccc;
}
.cid-sLg74BfY7z {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffda00;
}
.cid-sLg74BfY7z .row {
  position: relative;
}
.cid-sLg74BfY7z .container {
  max-width: 1500px;
}
.cid-sLg74BfY7z h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sLg74BfY7z .content-wrapper {
  max-width: 800px;
}
.cid-sLg74BfY7z H1 {
  color: #333333;
}
.cid-sLg74BfY7z .mbr-text,
.cid-sLg74BfY7z .mbr-section-btn {
  color: #333333;
}
.cid-sLg74BfY7z H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-sLg74BfY7z .container {
    padding: 0 4rem;
  }
}
.cid-sLg74pNhrh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLg74pNhrh img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLg74pNhrh img:hover {
  transform: scale(1.1);
}
.cid-sLg74pNhrh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLg74pNhrh h2 {
  padding: 0;
  margin: 0;
}
.cid-sLg74pNhrh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLg74pNhrh .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLg74pNhrh .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sLg74pNhrh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sLg74pNhrh .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sLg74pNhrh .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLg74pNhrh .mbr-iconfont {
  margin: 0!important;
}
.cid-sLg74pNhrh .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-sLg74pNhrh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg74pNhrh .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLg74pNhrh .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLg74pNhrh .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLg74pNhrh H2 {
  color: #333333;
}
.cid-sLg74pNhrh .mbr-text {
  color: #767676;
}
.cid-sLg74y0d0s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLg74y0d0s [class^="socicon-"]:before,
.cid-sLg74y0d0s [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLg74y0d0s .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLg74y0d0s .btn-social,
.cid-sLg74y0d0s .mbr-section-title {
  color: #57468b;
}
.cid-sLg74y0d0s .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLg74y0d0s .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLg74y0d0s .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLg74y0d0s .align-left {
    text-align: center;
  }
  .cid-sLg74y0d0s .align-right {
    text-align: center;
  }
  .cid-sLg74y0d0s .social-list {
    justify-content: center;
  }
  .cid-sLg74y0d0s .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLg74y0d0s .links {
  text-align: left;
}
.cid-sLg74zF8bm .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLg74zF8bm .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLg74zF8bm a {
  font-style: normal;
}
.cid-sLg74zF8bm .show {
  overflow: visible;
}
.cid-sLg74zF8bm .dropdown-menu {
  max-height: 400px;
}
.cid-sLg74zF8bm .dropdown-item:active {
  background-color: transparent;
}
.cid-sLg74zF8bm .nav-link {
  font-weight: 600!important;
}
.cid-sLg74zF8bm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLg74zF8bm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLg74zF8bm .nav-item:focus,
.cid-sLg74zF8bm .nav-link:focus {
  outline: none;
}
.cid-sLg74zF8bm .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLg74zF8bm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLg74zF8bm .menu-logo {
  margin-right: auto;
}
.cid-sLg74zF8bm .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-sLg74zF8bm .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-sLg74zF8bm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLg74zF8bm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLg74zF8bm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLg74zF8bm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLg74zF8bm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLg74zF8bm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLg74zF8bm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLg74zF8bm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLg74zF8bm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLg74zF8bm .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-sLg74zF8bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLg74zF8bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLg74zF8bm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLg74zF8bm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLg74zF8bm .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-sLg74zF8bm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLg74zF8bm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLg74zF8bm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLg74zF8bm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLg74zF8bm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLg74zF8bm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLg74zF8bm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLg74zF8bm button.navbar-toggler:focus {
  outline: none;
}
.cid-sLg74zF8bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLg74zF8bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLg74zF8bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg74zF8bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg74zF8bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLg74zF8bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg74zF8bm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLg74zF8bm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLg74zF8bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg74zF8bm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg74zF8bm .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLg74zF8bm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLg74zF8bm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLg74zF8bm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLg74zF8bm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLg74zF8bm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLg74zF8bm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg74zF8bm .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-sLg74zF8bm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLg74zF8bm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLg74zF8bm .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-sLg74zF8bm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg74zF8bm img {
    height: 3.8rem !important;
  }
  .cid-sLg74zF8bm .btn {
    display: -webkit-flex;
  }
  .cid-sLg74zF8bm button.navbar-toggler {
    display: block;
  }
  .cid-sLg74zF8bm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLg74zF8bm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg74zF8bm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing,
  .cid-sLg74zF8bm .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing .navbar-nav,
  .cid-sLg74zF8bm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLg74zF8bm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLg74zF8bm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLg74zF8bm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLg74zF8bm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLg74zF8bm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg74zF8bm .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-sLg74zF8bm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLg74zF8bm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLg74zF8bm .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-sLg74zF8bm .nav-link {
    justify-content: start!important;
  }
  .cid-sLg74zF8bm .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLg74zF8bm .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLg74zF8bm .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLg74zF8bm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLg74zF8bm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLg74zF8bm .nav-link:hover,
.cid-sLg74zF8bm .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLg74zF8bm .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLg74zF8bm .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sLg7gHWMWK {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLg7gHWMWK .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLg7gHWMWK img {
  width: 100%;
}
.cid-sLg7gHWMWK p {
  margin-top: 6rem;
}
.cid-sLg7gHWMWK .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLg7gHWMWK .content-wrapper {
  padding-top: 6rem;
}
.cid-sLg7gHWMWK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLg7gHWMWK .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLg7gHWMWK p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLg7gHWMWK .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLg7gHWMWK .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLg7gHWMWK p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg7gHWMWK .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLg7gHWMWK h4 {
    right: 2rem;
  }
}
.cid-sLg7gHWMWK H2 {
  color: #7f1933;
}
.cid-sLg7gHWMWK .mbr-text,
.cid-sLg7gHWMWK .mbr-section-btn {
  color: #7f1933;
}
.cid-sLg7gJrWKA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLg7gJrWKA .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sLg7gJrWKA .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20210418-wa0023-810x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sLg7gJrWKA .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sLg7gJrWKA .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sLg7gJrWKA .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sLg7gJrWKA .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sLg7gJrWKA .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sLg7gJrWKA .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sLg7gJrWKA .col:hover .box-title2,
.cid-sLg7gJrWKA .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sLg7gJrWKA .box-title2,
.cid-sLg7gJrWKA .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sLg7gJrWKA .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sLg7gJrWKA .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sLg7gJrWKA .img-content {
    opacity: 1;
  }
  .cid-sLg7gJrWKA .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sLg7gJrWKA .box-content {
    width: 100%;
  }
  .cid-sLg7gJrWKA .box-title2,
  .cid-sLg7gJrWKA .box-text2 {
    color: #333333 !important;
  }
  .cid-sLg7gJrWKA .content-block,
  .cid-sLg7gJrWKA .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sLg7gJrWKA .box-text1 {
  color: #333333;
}
.cid-sLg7gJrWKA .box-title2 {
  color: #cccccc;
}
.cid-sLg7gRUJYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLg7gRUJYd [class^="socicon-"]:before,
.cid-sLg7gRUJYd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLg7gRUJYd .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLg7gRUJYd .btn-social,
.cid-sLg7gRUJYd .mbr-section-title {
  color: #57468b;
}
.cid-sLg7gRUJYd .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLg7gRUJYd .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLg7gRUJYd .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLg7gRUJYd .align-left {
    text-align: center;
  }
  .cid-sLg7gRUJYd .align-right {
    text-align: center;
  }
  .cid-sLg7gRUJYd .social-list {
    justify-content: center;
  }
  .cid-sLg7gRUJYd .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLg7gRUJYd .links {
  text-align: left;
}
.cid-sLg7gTwYVP .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLg7gTwYVP .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLg7gTwYVP a {
  font-style: normal;
}
.cid-sLg7gTwYVP .show {
  overflow: visible;
}
.cid-sLg7gTwYVP .dropdown-menu {
  max-height: 400px;
}
.cid-sLg7gTwYVP .dropdown-item:active {
  background-color: transparent;
}
.cid-sLg7gTwYVP .nav-link {
  font-weight: 600!important;
}
.cid-sLg7gTwYVP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLg7gTwYVP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLg7gTwYVP .nav-item:focus,
.cid-sLg7gTwYVP .nav-link:focus {
  outline: none;
}
.cid-sLg7gTwYVP .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLg7gTwYVP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLg7gTwYVP .menu-logo {
  margin-right: auto;
}
.cid-sLg7gTwYVP .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-sLg7gTwYVP .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-sLg7gTwYVP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLg7gTwYVP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLg7gTwYVP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLg7gTwYVP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLg7gTwYVP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLg7gTwYVP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLg7gTwYVP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLg7gTwYVP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLg7gTwYVP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLg7gTwYVP .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-sLg7gTwYVP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLg7gTwYVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLg7gTwYVP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLg7gTwYVP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLg7gTwYVP .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-sLg7gTwYVP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLg7gTwYVP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLg7gTwYVP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLg7gTwYVP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLg7gTwYVP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLg7gTwYVP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLg7gTwYVP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLg7gTwYVP button.navbar-toggler:focus {
  outline: none;
}
.cid-sLg7gTwYVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLg7gTwYVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLg7gTwYVP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7gTwYVP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7gTwYVP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLg7gTwYVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7gTwYVP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLg7gTwYVP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLg7gTwYVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7gTwYVP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7gTwYVP .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLg7gTwYVP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLg7gTwYVP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLg7gTwYVP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLg7gTwYVP .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLg7gTwYVP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLg7gTwYVP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7gTwYVP .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-sLg7gTwYVP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLg7gTwYVP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLg7gTwYVP .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-sLg7gTwYVP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7gTwYVP img {
    height: 3.8rem !important;
  }
  .cid-sLg7gTwYVP .btn {
    display: -webkit-flex;
  }
  .cid-sLg7gTwYVP button.navbar-toggler {
    display: block;
  }
  .cid-sLg7gTwYVP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLg7gTwYVP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7gTwYVP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing,
  .cid-sLg7gTwYVP .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing .navbar-nav,
  .cid-sLg7gTwYVP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLg7gTwYVP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLg7gTwYVP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLg7gTwYVP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLg7gTwYVP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLg7gTwYVP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7gTwYVP .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-sLg7gTwYVP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLg7gTwYVP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLg7gTwYVP .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-sLg7gTwYVP .nav-link {
    justify-content: start!important;
  }
  .cid-sLg7gTwYVP .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLg7gTwYVP .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLg7gTwYVP .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLg7gTwYVP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLg7gTwYVP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLg7gTwYVP .nav-link:hover,
.cid-sLg7gTwYVP .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLg7gTwYVP .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLg7gTwYVP .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sLg7J5k0nU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLg7J5k0nU .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLg7J5k0nU img {
  width: 100%;
}
.cid-sLg7J5k0nU p {
  margin-top: 6rem;
}
.cid-sLg7J5k0nU .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLg7J5k0nU .content-wrapper {
  padding-top: 6rem;
}
.cid-sLg7J5k0nU h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLg7J5k0nU .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLg7J5k0nU p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLg7J5k0nU .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLg7J5k0nU .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLg7J5k0nU p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg7J5k0nU .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLg7J5k0nU h4 {
    right: 2rem;
  }
}
.cid-sLg7J5k0nU H2 {
  color: #7f1933;
}
.cid-sLg7J5k0nU .mbr-text,
.cid-sLg7J5k0nU .mbr-section-btn {
  color: #7f1933;
}
.cid-sLg7J7CO8H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLg7J7CO8H img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLg7J7CO8H img:hover {
  transform: scale(1.1);
}
.cid-sLg7J7CO8H .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLg7J7CO8H h2 {
  padding: 0;
  margin: 0;
}
.cid-sLg7J7CO8H .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLg7J7CO8H .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLg7J7CO8H .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sLg7J7CO8H .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sLg7J7CO8H .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sLg7J7CO8H .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLg7J7CO8H .mbr-iconfont {
  margin: 0!important;
}
.cid-sLg7J7CO8H .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-sLg7J7CO8H .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg7J7CO8H .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLg7J7CO8H .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLg7J7CO8H .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLg7J7CO8H H2 {
  color: #333333;
}
.cid-sLg7J7CO8H .mbr-text {
  color: #767676;
}
.cid-sLg7JbJUdC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sLg7JbJUdC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLg7JbJUdC input,
.cid-sLg7JbJUdC textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sLg7JbJUdC input:focus,
.cid-sLg7JbJUdC textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sLg7JbJUdC .form-control,
.cid-sLg7JbJUdC .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLg7JbJUdC .form-control:hover,
.cid-sLg7JbJUdC .field-input:hover,
.cid-sLg7JbJUdC .form-control:focus,
.cid-sLg7JbJUdC .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLg7JbJUdC input::-webkit-input-placeholder,
.cid-sLg7JbJUdC textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sLg7JbJUdC input:-moz-placeholder,
.cid-sLg7JbJUdC textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sLg7JbJUdC .jq-selectbox li,
.cid-sLg7JbJUdC .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLg7JbJUdC .jq-selectbox li:hover,
.cid-sLg7JbJUdC .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLg7JbJUdC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLg7JbJUdC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLg7JbJUdC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLg7JbJUdC .mbr-form {
  max-width: 450px;
}
.cid-sLg7JbJUdC textarea {
  min-height: 150px;
}
.cid-sLg7JbJUdC .mbr-text {
  color: #cccccc;
}
.cid-sLg7JbJUdC .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sLg7JbJUdC .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sLg7JdOacy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLg7JdOacy [class^="socicon-"]:before,
.cid-sLg7JdOacy [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLg7JdOacy .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLg7JdOacy .btn-social,
.cid-sLg7JdOacy .mbr-section-title {
  color: #57468b;
}
.cid-sLg7JdOacy .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLg7JdOacy .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLg7JdOacy .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLg7JdOacy .align-left {
    text-align: center;
  }
  .cid-sLg7JdOacy .align-right {
    text-align: center;
  }
  .cid-sLg7JdOacy .social-list {
    justify-content: center;
  }
  .cid-sLg7JdOacy .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLg7JdOacy .links {
  text-align: left;
}
.cid-sLg7Jf5w0N .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLg7Jf5w0N .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLg7Jf5w0N a {
  font-style: normal;
}
.cid-sLg7Jf5w0N .show {
  overflow: visible;
}
.cid-sLg7Jf5w0N .dropdown-menu {
  max-height: 400px;
}
.cid-sLg7Jf5w0N .dropdown-item:active {
  background-color: transparent;
}
.cid-sLg7Jf5w0N .nav-link {
  font-weight: 600!important;
}
.cid-sLg7Jf5w0N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLg7Jf5w0N .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLg7Jf5w0N .nav-item:focus,
.cid-sLg7Jf5w0N .nav-link:focus {
  outline: none;
}
.cid-sLg7Jf5w0N .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLg7Jf5w0N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLg7Jf5w0N .menu-logo {
  margin-right: auto;
}
.cid-sLg7Jf5w0N .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-sLg7Jf5w0N .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-sLg7Jf5w0N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLg7Jf5w0N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLg7Jf5w0N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLg7Jf5w0N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLg7Jf5w0N .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLg7Jf5w0N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLg7Jf5w0N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLg7Jf5w0N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLg7Jf5w0N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLg7Jf5w0N .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-sLg7Jf5w0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLg7Jf5w0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLg7Jf5w0N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLg7Jf5w0N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLg7Jf5w0N .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-sLg7Jf5w0N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLg7Jf5w0N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLg7Jf5w0N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLg7Jf5w0N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLg7Jf5w0N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLg7Jf5w0N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLg7Jf5w0N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLg7Jf5w0N button.navbar-toggler:focus {
  outline: none;
}
.cid-sLg7Jf5w0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLg7Jf5w0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLg7Jf5w0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7Jf5w0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7Jf5w0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLg7Jf5w0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7Jf5w0N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLg7Jf5w0N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLg7Jf5w0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7Jf5w0N .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7Jf5w0N .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLg7Jf5w0N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLg7Jf5w0N .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLg7Jf5w0N .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLg7Jf5w0N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLg7Jf5w0N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7Jf5w0N .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-sLg7Jf5w0N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLg7Jf5w0N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLg7Jf5w0N .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-sLg7Jf5w0N.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7Jf5w0N img {
    height: 3.8rem !important;
  }
  .cid-sLg7Jf5w0N .btn {
    display: -webkit-flex;
  }
  .cid-sLg7Jf5w0N button.navbar-toggler {
    display: block;
  }
  .cid-sLg7Jf5w0N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLg7Jf5w0N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7Jf5w0N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing,
  .cid-sLg7Jf5w0N .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing .navbar-nav,
  .cid-sLg7Jf5w0N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLg7Jf5w0N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLg7Jf5w0N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLg7Jf5w0N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLg7Jf5w0N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLg7Jf5w0N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7Jf5w0N .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-sLg7Jf5w0N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLg7Jf5w0N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLg7Jf5w0N .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-sLg7Jf5w0N .nav-link {
    justify-content: start!important;
  }
  .cid-sLg7Jf5w0N .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLg7Jf5w0N .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLg7Jf5w0N .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLg7Jf5w0N .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLg7Jf5w0N .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLg7Jf5w0N .nav-link:hover,
.cid-sLg7Jf5w0N .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLg7Jf5w0N .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLg7Jf5w0N .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sLgarM27ws {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLgarM27ws .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLgarM27ws img {
  width: 100%;
}
.cid-sLgarM27ws p {
  margin-top: 6rem;
}
.cid-sLgarM27ws .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLgarM27ws .content-wrapper {
  padding-top: 6rem;
}
.cid-sLgarM27ws h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLgarM27ws .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLgarM27ws p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLgarM27ws .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLgarM27ws .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLgarM27ws p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLgarM27ws .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLgarM27ws h4 {
    right: 2rem;
  }
}
.cid-sLgarM27ws H2 {
  color: #7f1933;
}
.cid-sLgarM27ws .mbr-text,
.cid-sLgarM27ws .mbr-section-btn {
  color: #7f1933;
}
.cid-sLgarNnzGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLgarNnzGD .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sLgarNnzGD .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20210418-wa0023-810x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sLgarNnzGD .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sLgarNnzGD .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sLgarNnzGD .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sLgarNnzGD .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sLgarNnzGD .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sLgarNnzGD .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sLgarNnzGD .col:hover .box-title2,
.cid-sLgarNnzGD .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sLgarNnzGD .box-title2,
.cid-sLgarNnzGD .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sLgarNnzGD .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sLgarNnzGD .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sLgarNnzGD .img-content {
    opacity: 1;
  }
  .cid-sLgarNnzGD .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sLgarNnzGD .box-content {
    width: 100%;
  }
  .cid-sLgarNnzGD .box-title2,
  .cid-sLgarNnzGD .box-text2 {
    color: #333333 !important;
  }
  .cid-sLgarNnzGD .content-block,
  .cid-sLgarNnzGD .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sLgarNnzGD .box-text1 {
  color: #333333;
}
.cid-sLgarNnzGD .box-title2 {
  color: #cccccc;
}
.cid-sLgarOe2Dg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLgarOe2Dg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLgarOe2Dg img:hover {
  transform: scale(1.1);
}
.cid-sLgarOe2Dg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLgarOe2Dg h2 {
  padding: 0;
  margin: 0;
}
.cid-sLgarOe2Dg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLgarOe2Dg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLgarOe2Dg .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sLgarOe2Dg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sLgarOe2Dg .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sLgarOe2Dg .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLgarOe2Dg .mbr-iconfont {
  margin: 0!important;
}
.cid-sLgarOe2Dg .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-sLgarOe2Dg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLgarOe2Dg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLgarOe2Dg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLgarOe2Dg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLgarOe2Dg H2 {
  color: #333333;
}
.cid-sLgarOe2Dg .mbr-text {
  color: #767676;
}
.cid-sLgarPe4JR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-sLgarPe4JR .row {
  position: relative;
}
.cid-sLgarPe4JR .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sLgarPe4JR .row {
    margin: 0 2rem;
  }
}
.cid-sLgarPe4JR h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sLgarPe4JR .content-wrapper {
  max-width: 600px;
}
.cid-sLgarPe4JR H1 {
  color: #333333;
}
.cid-sLgarPe4JR .mbr-text,
.cid-sLgarPe4JR .mbr-section-btn {
  color: #333333;
}
.cid-sLgarPe4JR H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sLgarPe4JR h4 {
    left: 3rem;
  }
}
.cid-sLgarQbuTT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-sLgarQbuTT .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sLgarQbuTT .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sLgarQbuTT .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sLgarQbuTT .card-wrapper {
    margin: 0rem;
  }
}
.cid-sLgarQbuTT .card {
  height: fit-content;
}
.cid-sLgarQbuTT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sLgarQbuTT .text-wrap {
  max-width: 400px;
}
.cid-sLgarQbuTT .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-sLgarQbuTT .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sLgarQbuTT .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sLgarQbuTT img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sLgarQbuTT .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sLgarQbuTT .container {
  max-width: 1500px;
}
.cid-sLgarQbuTT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLgarQbuTT .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-sLgarQbuTT P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sLgarQbuTT .img-wrap {
    max-height: 230px;
  }
  .cid-sLgarQbuTT .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sLgarQbuTT .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sLgarQbuTT .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sLgarQbuTT .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sLgarQbuTT .number {
    margin: auto;
  }
}
.cid-sLgarQbuTT .mbr-text {
  color: #cccccc;
}
.cid-sLgarRuJcJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-sLgarRuJcJ {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-sLgarRuJcJ .text {
  padding: 0;
}
.cid-sLgarRuJcJ section {
  position: relative;
}
.cid-sLgarRuJcJ .mbr-iconfont {
  padding: 0!important;
}
.cid-sLgarRuJcJ h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sLgarRuJcJ .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-sLgarRuJcJ .box {
  background-image: url("../../../assets/images/activities-960x960.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLgarRuJcJ .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sLgarRuJcJ .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sLgarRuJcJ .icon-wrap span {
  padding-left: 8px;
}
.cid-sLgarRuJcJ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sLgarRuJcJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sLgarRuJcJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLgarRuJcJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLgarRuJcJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLgarRuJcJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLgarRuJcJ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sLgarRuJcJ {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-sLgarRuJcJ .box {
    height: 250px;
  }
  .cid-sLgarRuJcJ .row {
    padding: 1rem!important;
  }
}
.cid-sLgarRuJcJ DIV {
  color: #333333;
}
.cid-sLgarSt7A7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sLgarSt7A7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLgarSt7A7 input,
.cid-sLgarSt7A7 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sLgarSt7A7 input:focus,
.cid-sLgarSt7A7 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sLgarSt7A7 .form-control,
.cid-sLgarSt7A7 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLgarSt7A7 .form-control:hover,
.cid-sLgarSt7A7 .field-input:hover,
.cid-sLgarSt7A7 .form-control:focus,
.cid-sLgarSt7A7 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLgarSt7A7 input::-webkit-input-placeholder,
.cid-sLgarSt7A7 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sLgarSt7A7 input:-moz-placeholder,
.cid-sLgarSt7A7 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sLgarSt7A7 .jq-selectbox li,
.cid-sLgarSt7A7 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLgarSt7A7 .jq-selectbox li:hover,
.cid-sLgarSt7A7 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLgarSt7A7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLgarSt7A7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLgarSt7A7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLgarSt7A7 .mbr-form {
  max-width: 450px;
}
.cid-sLgarSt7A7 textarea {
  min-height: 150px;
}
.cid-sLgarSt7A7 .mbr-text {
  color: #cccccc;
}
.cid-sLgarSt7A7 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sLgarSt7A7 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sLgarVP3xk .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLgarVP3xk .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLgarVP3xk a {
  font-style: normal;
}
.cid-sLgarVP3xk .show {
  overflow: visible;
}
.cid-sLgarVP3xk .dropdown-menu {
  max-height: 400px;
}
.cid-sLgarVP3xk .dropdown-item:active {
  background-color: transparent;
}
.cid-sLgarVP3xk .nav-link {
  font-weight: 600!important;
}
.cid-sLgarVP3xk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLgarVP3xk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLgarVP3xk .nav-item:focus,
.cid-sLgarVP3xk .nav-link:focus {
  outline: none;
}
.cid-sLgarVP3xk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLgarVP3xk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLgarVP3xk .menu-logo {
  margin-right: auto;
}
.cid-sLgarVP3xk .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-sLgarVP3xk .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-sLgarVP3xk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLgarVP3xk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLgarVP3xk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLgarVP3xk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLgarVP3xk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLgarVP3xk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLgarVP3xk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLgarVP3xk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLgarVP3xk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLgarVP3xk .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-sLgarVP3xk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLgarVP3xk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLgarVP3xk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLgarVP3xk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLgarVP3xk .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-sLgarVP3xk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLgarVP3xk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLgarVP3xk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLgarVP3xk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLgarVP3xk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLgarVP3xk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLgarVP3xk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLgarVP3xk button.navbar-toggler:focus {
  outline: none;
}
.cid-sLgarVP3xk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLgarVP3xk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLgarVP3xk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLgarVP3xk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLgarVP3xk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLgarVP3xk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLgarVP3xk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLgarVP3xk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLgarVP3xk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLgarVP3xk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLgarVP3xk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLgarVP3xk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLgarVP3xk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLgarVP3xk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLgarVP3xk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLgarVP3xk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLgarVP3xk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLgarVP3xk .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-sLgarVP3xk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLgarVP3xk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLgarVP3xk .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-sLgarVP3xk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLgarVP3xk img {
    height: 3.8rem !important;
  }
  .cid-sLgarVP3xk .btn {
    display: -webkit-flex;
  }
  .cid-sLgarVP3xk button.navbar-toggler {
    display: block;
  }
  .cid-sLgarVP3xk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLgarVP3xk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLgarVP3xk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing,
  .cid-sLgarVP3xk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing .navbar-nav,
  .cid-sLgarVP3xk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLgarVP3xk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLgarVP3xk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLgarVP3xk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLgarVP3xk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLgarVP3xk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLgarVP3xk .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-sLgarVP3xk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLgarVP3xk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLgarVP3xk .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-sLgarVP3xk .nav-link {
    justify-content: start!important;
  }
  .cid-sLgarVP3xk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLgarVP3xk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLgarVP3xk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLgarVP3xk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLgarVP3xk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLgarVP3xk .nav-link:hover,
.cid-sLgarVP3xk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLgarVP3xk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLgarVP3xk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sLgarXahPm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffda00;
}
.cid-sLgarXahPm .row {
  position: relative;
}
.cid-sLgarXahPm .container {
  max-width: 1500px;
}
.cid-sLgarXahPm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sLgarXahPm .content-wrapper {
  max-width: 800px;
}
.cid-sLgarXahPm H1 {
  color: #333333;
}
.cid-sLgarXahPm .mbr-text,
.cid-sLgarXahPm .mbr-section-btn {
  color: #333333;
}
.cid-sLgarXahPm H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-sLgarXahPm .container {
    padding: 0 4rem;
  }
}
.cid-sLgarY2g5B {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sLgarY2g5B .mbr-section-subtitle {
  color: #767676;
}
.cid-sLgarY2g5B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLgarY2g5B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLgarY2g5B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLgarY2g5B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLgarY2g5B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sLgarY2g5B .icon-focus,
.cid-sLgarY2g5B .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLgarY2g5B .icon-focus:before,
.cid-sLgarY2g5B .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-sLgarY2g5B .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLgarY2g5B .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-sLgarY2g5B ul {
  font-size: 0;
}
.cid-sLgarY2g5B .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLgarY2g5B .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLgarY2g5B .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-sLgarY2g5B .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-sLgarY2g5B .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLgarY2g5B .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sLgarY2g5B .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLgarY2g5B .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLgarY2g5B .mbr-gallery-filter ul li:first-child,
.cid-sLgarY2g5B .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLgarY2g5B .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLgarY2g5B .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !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-sLgas09CI5 {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sLgas09CI5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sLgas09CI5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLgas09CI5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLgas09CI5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLgas09CI5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLgas09CI5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sLgas09CI5 .icon-focus,
.cid-sLgas09CI5 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLgas09CI5 .icon-focus:before,
.cid-sLgas09CI5 .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-sLgas09CI5 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLgas09CI5 .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-sLgas09CI5 ul {
  font-size: 0;
}
.cid-sLgas09CI5 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLgas09CI5 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLgas09CI5 .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-sLgas09CI5 .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-sLgas09CI5 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLgas09CI5 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sLgas09CI5 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLgas09CI5 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLgas09CI5 .mbr-gallery-filter ul li:first-child,
.cid-sLgas09CI5 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLgas09CI5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLgas09CI5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !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-sLgarUy6Cl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLgarUy6Cl [class^="socicon-"]:before,
.cid-sLgarUy6Cl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLgarUy6Cl .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLgarUy6Cl .btn-social,
.cid-sLgarUy6Cl .mbr-section-title {
  color: #57468b;
}
.cid-sLgarUy6Cl .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLgarUy6Cl .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLgarUy6Cl .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLgarUy6Cl .align-left {
    text-align: center;
  }
  .cid-sLgarUy6Cl .align-right {
    text-align: center;
  }
  .cid-sLgarUy6Cl .social-list {
    justify-content: center;
  }
  .cid-sLgarUy6Cl .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLgarUy6Cl .links {
  text-align: left;
}
.cid-sLo7z2dFN6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLo7z2dFN6 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLo7z2dFN6 img {
  width: 100%;
}
.cid-sLo7z2dFN6 p {
  margin-top: 6rem;
}
.cid-sLo7z2dFN6 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLo7z2dFN6 .content-wrapper {
  padding-top: 6rem;
}
.cid-sLo7z2dFN6 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLo7z2dFN6 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLo7z2dFN6 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLo7z2dFN6 .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLo7z2dFN6 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLo7z2dFN6 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLo7z2dFN6 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLo7z2dFN6 h4 {
    right: 2rem;
  }
}
.cid-sLo7z2dFN6 H2 {
  color: #7f1933;
}
.cid-sLo7z2dFN6 .mbr-text,
.cid-sLo7z2dFN6 .mbr-section-btn {
  color: #7f1933;
}
.cid-sLo7z3TlLy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLo7z3TlLy .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sLo7z3TlLy .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-20210418-wa0023-810x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sLo7z3TlLy .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-sLo7z3TlLy .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sLo7z3TlLy .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sLo7z3TlLy .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sLo7z3TlLy .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sLo7z3TlLy .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sLo7z3TlLy .col:hover .box-title2,
.cid-sLo7z3TlLy .col:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sLo7z3TlLy .box-title2,
.cid-sLo7z3TlLy .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sLo7z3TlLy .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-sLo7z3TlLy .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sLo7z3TlLy .img-content {
    opacity: 1;
  }
  .cid-sLo7z3TlLy .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sLo7z3TlLy .box-content {
    width: 100%;
  }
  .cid-sLo7z3TlLy .box-title2,
  .cid-sLo7z3TlLy .box-text2 {
    color: #333333 !important;
  }
  .cid-sLo7z3TlLy .content-block,
  .cid-sLo7z3TlLy .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sLo7z3TlLy .box-text1 {
  color: #333333;
}
.cid-sLo7z3TlLy .box-title2 {
  color: #cccccc;
}
.cid-sLo7z4YBwO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLo7z4YBwO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLo7z4YBwO img:hover {
  transform: scale(1.1);
}
.cid-sLo7z4YBwO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLo7z4YBwO h2 {
  padding: 0;
  margin: 0;
}
.cid-sLo7z4YBwO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLo7z4YBwO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLo7z4YBwO .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sLo7z4YBwO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-sLo7z4YBwO .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sLo7z4YBwO .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLo7z4YBwO .mbr-iconfont {
  margin: 0!important;
}
.cid-sLo7z4YBwO .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-sLo7z4YBwO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLo7z4YBwO .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLo7z4YBwO .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLo7z4YBwO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLo7z4YBwO H2 {
  color: #333333;
}
.cid-sLo7z4YBwO .mbr-text {
  color: #767676;
}
.cid-sLo7z5Vms3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-sLo7z5Vms3 .row {
  position: relative;
}
.cid-sLo7z5Vms3 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sLo7z5Vms3 .row {
    margin: 0 2rem;
  }
}
.cid-sLo7z5Vms3 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sLo7z5Vms3 .content-wrapper {
  max-width: 600px;
}
.cid-sLo7z5Vms3 H1 {
  color: #333333;
}
.cid-sLo7z5Vms3 .mbr-text,
.cid-sLo7z5Vms3 .mbr-section-btn {
  color: #333333;
}
.cid-sLo7z5Vms3 H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sLo7z5Vms3 h4 {
    left: 3rem;
  }
}
.cid-sLo7z6VbMZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-sLo7z6VbMZ .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sLo7z6VbMZ .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sLo7z6VbMZ .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sLo7z6VbMZ .card-wrapper {
    margin: 0rem;
  }
}
.cid-sLo7z6VbMZ .card {
  height: fit-content;
}
.cid-sLo7z6VbMZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sLo7z6VbMZ .text-wrap {
  max-width: 400px;
}
.cid-sLo7z6VbMZ .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-sLo7z6VbMZ .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sLo7z6VbMZ .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sLo7z6VbMZ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sLo7z6VbMZ .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sLo7z6VbMZ .container {
  max-width: 1500px;
}
.cid-sLo7z6VbMZ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLo7z6VbMZ .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-sLo7z6VbMZ P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sLo7z6VbMZ .img-wrap {
    max-height: 230px;
  }
  .cid-sLo7z6VbMZ .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sLo7z6VbMZ .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sLo7z6VbMZ .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sLo7z6VbMZ .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sLo7z6VbMZ .number {
    margin: auto;
  }
}
.cid-sLo7z6VbMZ .mbr-text {
  color: #cccccc;
}
.cid-sLo7z8duDr {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-sLo7z8duDr {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-sLo7z8duDr .text {
  padding: 0;
}
.cid-sLo7z8duDr section {
  position: relative;
}
.cid-sLo7z8duDr .mbr-iconfont {
  padding: 0!important;
}
.cid-sLo7z8duDr h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sLo7z8duDr .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-sLo7z8duDr .box {
  background-image: url("../../../assets/images/activities-960x960.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLo7z8duDr .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sLo7z8duDr .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sLo7z8duDr .icon-wrap span {
  padding-left: 8px;
}
.cid-sLo7z8duDr .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sLo7z8duDr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sLo7z8duDr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLo7z8duDr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLo7z8duDr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLo7z8duDr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLo7z8duDr a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sLo7z8duDr {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-sLo7z8duDr .box {
    height: 250px;
  }
  .cid-sLo7z8duDr .row {
    padding: 1rem!important;
  }
}
.cid-sLo7z8duDr DIV {
  color: #333333;
}
.cid-sLo7z9G6JT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sLo7z9G6JT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLo7z9G6JT input,
.cid-sLo7z9G6JT textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sLo7z9G6JT input:focus,
.cid-sLo7z9G6JT textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sLo7z9G6JT .form-control,
.cid-sLo7z9G6JT .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLo7z9G6JT .form-control:hover,
.cid-sLo7z9G6JT .field-input:hover,
.cid-sLo7z9G6JT .form-control:focus,
.cid-sLo7z9G6JT .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLo7z9G6JT input::-webkit-input-placeholder,
.cid-sLo7z9G6JT textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sLo7z9G6JT input:-moz-placeholder,
.cid-sLo7z9G6JT textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sLo7z9G6JT .jq-selectbox li,
.cid-sLo7z9G6JT .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLo7z9G6JT .jq-selectbox li:hover,
.cid-sLo7z9G6JT .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sLo7z9G6JT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLo7z9G6JT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sLo7z9G6JT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLo7z9G6JT .mbr-form {
  max-width: 450px;
}
.cid-sLo7z9G6JT textarea {
  min-height: 150px;
}
.cid-sLo7z9G6JT .mbr-text {
  color: #cccccc;
}
.cid-sLo7z9G6JT .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sLo7z9G6JT .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sLo7zdiPBS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sLo7zdiPBS [class^="socicon-"]:before,
.cid-sLo7zdiPBS [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLo7zdiPBS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLo7zdiPBS .btn-social,
.cid-sLo7zdiPBS .mbr-section-title {
  color: #57468b;
}
.cid-sLo7zdiPBS .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLo7zdiPBS .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLo7zdiPBS .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLo7zdiPBS .align-left {
    text-align: center;
  }
  .cid-sLo7zdiPBS .align-right {
    text-align: center;
  }
  .cid-sLo7zdiPBS .social-list {
    justify-content: center;
  }
  .cid-sLo7zdiPBS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLo7zdiPBS .links {
  text-align: left;
}
.cid-sLo7zeExKx .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLo7zeExKx .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLo7zeExKx a {
  font-style: normal;
}
.cid-sLo7zeExKx .show {
  overflow: visible;
}
.cid-sLo7zeExKx .dropdown-menu {
  max-height: 400px;
}
.cid-sLo7zeExKx .dropdown-item:active {
  background-color: transparent;
}
.cid-sLo7zeExKx .nav-link {
  font-weight: 600!important;
}
.cid-sLo7zeExKx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLo7zeExKx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLo7zeExKx .nav-item:focus,
.cid-sLo7zeExKx .nav-link:focus {
  outline: none;
}
.cid-sLo7zeExKx .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLo7zeExKx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLo7zeExKx .menu-logo {
  margin-right: auto;
}
.cid-sLo7zeExKx .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-sLo7zeExKx .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-sLo7zeExKx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLo7zeExKx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLo7zeExKx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLo7zeExKx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLo7zeExKx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLo7zeExKx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLo7zeExKx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLo7zeExKx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLo7zeExKx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLo7zeExKx .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-sLo7zeExKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLo7zeExKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLo7zeExKx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLo7zeExKx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLo7zeExKx .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-sLo7zeExKx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLo7zeExKx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLo7zeExKx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLo7zeExKx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLo7zeExKx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLo7zeExKx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLo7zeExKx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLo7zeExKx button.navbar-toggler:focus {
  outline: none;
}
.cid-sLo7zeExKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLo7zeExKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLo7zeExKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLo7zeExKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLo7zeExKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLo7zeExKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLo7zeExKx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLo7zeExKx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLo7zeExKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLo7zeExKx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLo7zeExKx .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLo7zeExKx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLo7zeExKx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLo7zeExKx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLo7zeExKx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLo7zeExKx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLo7zeExKx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLo7zeExKx .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-sLo7zeExKx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLo7zeExKx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLo7zeExKx .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-sLo7zeExKx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLo7zeExKx img {
    height: 3.8rem !important;
  }
  .cid-sLo7zeExKx .btn {
    display: -webkit-flex;
  }
  .cid-sLo7zeExKx button.navbar-toggler {
    display: block;
  }
  .cid-sLo7zeExKx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLo7zeExKx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLo7zeExKx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing,
  .cid-sLo7zeExKx .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing .navbar-nav,
  .cid-sLo7zeExKx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLo7zeExKx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLo7zeExKx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLo7zeExKx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLo7zeExKx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLo7zeExKx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLo7zeExKx .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-sLo7zeExKx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLo7zeExKx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLo7zeExKx .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-sLo7zeExKx .nav-link {
    justify-content: start!important;
  }
  .cid-sLo7zeExKx .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLo7zeExKx .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLo7zeExKx .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLo7zeExKx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLo7zeExKx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLo7zeExKx .nav-link:hover,
.cid-sLo7zeExKx .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLo7zeExKx .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLo7zeExKx .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sNqJ9ywIAy {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sNqJ9ywIAy .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sNqJ9ywIAy img {
  width: 100%;
}
.cid-sNqJ9ywIAy p {
  margin-top: 6rem;
}
.cid-sNqJ9ywIAy .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sNqJ9ywIAy .content-wrapper {
  padding-top: 6rem;
}
.cid-sNqJ9ywIAy h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sNqJ9ywIAy .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sNqJ9ywIAy p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sNqJ9ywIAy .back {
    width: 100%;
    height: 75%;
  }
  .cid-sNqJ9ywIAy .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sNqJ9ywIAy p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sNqJ9ywIAy .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sNqJ9ywIAy h4 {
    right: 2rem;
  }
}
.cid-sNqJ9ywIAy H2 {
  color: #7f1933;
}
.cid-sNqJ9ywIAy .mbr-text,
.cid-sNqJ9ywIAy .mbr-section-btn {
  color: #7f1933;
}
.cid-sNqJ9FwwXg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1f7d5;
}
.cid-sNqJ9FwwXg .mbri-left:before {
  content: "\f053" !important;
}
.cid-sNqJ9FwwXg .mbri-right:before {
  content: "\f054" !important;
}
.cid-sNqJ9FwwXg .carousel-control-next,
.cid-sNqJ9FwwXg .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sNqJ9FwwXg .profession {
  display: inline;
  font-weight: 700;
}
.cid-sNqJ9FwwXg .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
}
.cid-sNqJ9FwwXg .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-sNqJ9FwwXg .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sNqJ9FwwXg .carousel-item.active,
.cid-sNqJ9FwwXg .carousel-item-next,
.cid-sNqJ9FwwXg .carousel-item-prev {
  display: flex;
}
.cid-sNqJ9FwwXg .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #7c9786;
  font-weight: 700;
}
.cid-sNqJ9FwwXg .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #a1c8af;
  font-weight: 700;
  display: inline-block;
}
.cid-sNqJ9FwwXg .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #a1c8af;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-sNqJ9FwwXg .carousel-controls a {
  transition: 0.3s;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-sNqJ9FwwXg .carousel-controls a span {
  font-size: 1rem !important;
  color: #354463;
}
.cid-sNqJ9FwwXg .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-sNqJ9FwwXg .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-sNqJ9FwwXg .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-sNqJ9FwwXg .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-sNqJ9FwwXg .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sNqJ9FwwXg h3,
.cid-sNqJ9FwwXg h4 {
  margin: 0;
  padding: 0;
}
.cid-sNqJ9FwwXg .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-sNqJ9FwwXg .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sNqJ9FwwXg .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sNqJ9FwwXg .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sNqJ9FwwXg .testimonials-slider__icon {
    display: none;
  }
  .cid-sNqJ9FwwXg .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sNqJ9FwwXg .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sNqJ9FwwXg .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sNqJ9FwwXg .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sNqJ9FwwXg .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-sNqJ9FwwXg .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-sNqJ9FwwXg .wrapper-block {
    display: flex;
  }
  .cid-sNqJ9FwwXg .carousel-control-next {
    right: 2.2rem;
  }
  .cid-sNqJ9FwwXg .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-sNqJ9FwwXg .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-sNqJ9FwwXg .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-sNqJ9FwwXg .icon-left {
  margin-right: 0.1rem;
}
.cid-sNqJ9FwwXg .icon-right {
  margin-left: 0.1rem;
}
.cid-sNqM6awAEf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNqM6awAEf h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqM6awAEf h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqM6awAEf .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqM6awAEf span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqM6awAEf .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqM6awAEf .card {
    padding: 1rem;
  }
}
.cid-sNqM6o8hMX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNqM6o8hMX h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqM6o8hMX h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqM6o8hMX .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqM6o8hMX span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqM6o8hMX .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqM6o8hMX .card {
    padding: 1rem;
  }
}
.cid-sNqKhpN74o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNqKhpN74o h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqKhpN74o h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqKhpN74o .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqKhpN74o span {
  font-size: 3rem;
  opacity: 0.2;
  color: #8bf9b6;
}
.cid-sNqKhpN74o .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqKhpN74o .card {
    padding: 1rem;
  }
}
.cid-sNqJ9IQr68 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sNqJ9IQr68 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sNqJ9IQr68 a {
  font-style: normal;
}
.cid-sNqJ9IQr68 .show {
  overflow: visible;
}
.cid-sNqJ9IQr68 .dropdown-menu {
  max-height: 400px;
}
.cid-sNqJ9IQr68 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNqJ9IQr68 .nav-link {
  font-weight: 600!important;
}
.cid-sNqJ9IQr68 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sNqJ9IQr68 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sNqJ9IQr68 .nav-item:focus,
.cid-sNqJ9IQr68 .nav-link:focus {
  outline: none;
}
.cid-sNqJ9IQr68 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sNqJ9IQr68 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sNqJ9IQr68 .menu-logo {
  margin-right: auto;
}
.cid-sNqJ9IQr68 .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-sNqJ9IQr68 .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-sNqJ9IQr68 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sNqJ9IQr68 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sNqJ9IQr68 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sNqJ9IQr68 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sNqJ9IQr68 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sNqJ9IQr68 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sNqJ9IQr68 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sNqJ9IQr68 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNqJ9IQr68 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sNqJ9IQr68 .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-sNqJ9IQr68 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sNqJ9IQr68 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNqJ9IQr68 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sNqJ9IQr68 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNqJ9IQr68 .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-sNqJ9IQr68 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sNqJ9IQr68 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sNqJ9IQr68 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sNqJ9IQr68 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sNqJ9IQr68 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sNqJ9IQr68 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sNqJ9IQr68 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sNqJ9IQr68 button.navbar-toggler:focus {
  outline: none;
}
.cid-sNqJ9IQr68 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sNqJ9IQr68 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNqJ9IQr68 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNqJ9IQr68 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNqJ9IQr68 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNqJ9IQr68 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNqJ9IQr68 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNqJ9IQr68 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNqJ9IQr68 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNqJ9IQr68 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sNqJ9IQr68 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sNqJ9IQr68 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNqJ9IQr68 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sNqJ9IQr68 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sNqJ9IQr68 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sNqJ9IQr68 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sNqJ9IQr68 .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-sNqJ9IQr68 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sNqJ9IQr68 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sNqJ9IQr68 .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-sNqJ9IQr68.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sNqJ9IQr68 img {
    height: 3.8rem !important;
  }
  .cid-sNqJ9IQr68 .btn {
    display: -webkit-flex;
  }
  .cid-sNqJ9IQr68 button.navbar-toggler {
    display: block;
  }
  .cid-sNqJ9IQr68 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sNqJ9IQr68 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sNqJ9IQr68 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing,
  .cid-sNqJ9IQr68 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing .navbar-nav,
  .cid-sNqJ9IQr68 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sNqJ9IQr68 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sNqJ9IQr68 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sNqJ9IQr68 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sNqJ9IQr68 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sNqJ9IQr68 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sNqJ9IQr68 .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-sNqJ9IQr68 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sNqJ9IQr68 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sNqJ9IQr68 .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-sNqJ9IQr68 .nav-link {
    justify-content: start!important;
  }
  .cid-sNqJ9IQr68 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sNqJ9IQr68 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sNqJ9IQr68 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sNqJ9IQr68 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sNqJ9IQr68 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sNqJ9IQr68 .nav-link:hover,
.cid-sNqJ9IQr68 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sNqJ9IQr68 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sNqJ9IQr68 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sNqKTN3hOS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqKTN3hOS h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqKTN3hOS h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqKTN3hOS .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqKTN3hOS span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqKTN3hOS .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqKTN3hOS .card {
    padding: 1rem;
  }
}
.cid-sNqKUjKyhB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqKUjKyhB h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqKUjKyhB h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqKUjKyhB .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqKUjKyhB span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqKUjKyhB .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqKUjKyhB .card {
    padding: 1rem;
  }
}
.cid-sNqKUVhoQj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqKUVhoQj h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqKUVhoQj h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqKUVhoQj .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqKUVhoQj span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqKUVhoQj .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqKUVhoQj .card {
    padding: 1rem;
  }
}
.cid-sNqKVgx9LH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqKVgx9LH h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqKVgx9LH h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqKVgx9LH .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqKVgx9LH span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqKVgx9LH .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqKVgx9LH .card {
    padding: 1rem;
  }
}
.cid-sNqM5i4yFl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqM5i4yFl h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqM5i4yFl h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqM5i4yFl .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqM5i4yFl span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqM5i4yFl .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqM5i4yFl .card {
    padding: 1rem;
  }
}
.cid-sNqM5EehWk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNqM5EehWk h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqM5EehWk h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqM5EehWk .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqM5EehWk span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqM5EehWk .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqM5EehWk .card {
    padding: 1rem;
  }
}
.cid-sNqM5VusHZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNqM5VusHZ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sNqM5VusHZ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #808080;
}
.cid-sNqM5VusHZ .card {
  background: #ffffff;
  padding: 2rem;
}
.cid-sNqM5VusHZ span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sNqM5VusHZ .user_text {
  color: #808080;
}
@media (max-width: 767px) {
  .cid-sNqM5VusHZ .card {
    padding: 1rem;
  }
}
.cid-sNqJ9GU83O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sNqJ9GU83O [class^="socicon-"]:before,
.cid-sNqJ9GU83O [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sNqJ9GU83O .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sNqJ9GU83O .btn-social,
.cid-sNqJ9GU83O .mbr-section-title {
  color: #57468b;
}
.cid-sNqJ9GU83O .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sNqJ9GU83O .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sNqJ9GU83O .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sNqJ9GU83O .align-left {
    text-align: center;
  }
  .cid-sNqJ9GU83O .align-right {
    text-align: center;
  }
  .cid-sNqJ9GU83O .social-list {
    justify-content: center;
  }
  .cid-sNqJ9GU83O .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sNqJ9GU83O .links {
  text-align: left;
}
.cid-sLg7tHCJjz {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-sLg7tHCJjz .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sLg7tHCJjz img {
  width: 100%;
}
.cid-sLg7tHCJjz p {
  margin-top: 6rem;
}
.cid-sLg7tHCJjz .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLg7tHCJjz .content-wrapper {
  padding-top: 6rem;
}
.cid-sLg7tHCJjz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLg7tHCJjz .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLg7tHCJjz p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLg7tHCJjz .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLg7tHCJjz .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLg7tHCJjz p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg7tHCJjz .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLg7tHCJjz h4 {
    right: 2rem;
  }
}
.cid-sLg7tHCJjz H2 {
  color: #7f1933;
}
.cid-sLg7tHCJjz .mbr-text,
.cid-sLg7tHCJjz .mbr-section-btn {
  color: #7f1933;
}
.cid-sLg7tSXkZK {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efeeee;
}
.cid-sLg7tSXkZK .mbr-section-subtitle {
  color: #767676;
}
.cid-sLg7tSXkZK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLg7tSXkZK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLg7tSXkZK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLg7tSXkZK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLg7tSXkZK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sLg7tSXkZK .icon-focus,
.cid-sLg7tSXkZK .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLg7tSXkZK .icon-focus:before,
.cid-sLg7tSXkZK .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-sLg7tSXkZK .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLg7tSXkZK .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-sLg7tSXkZK ul {
  font-size: 0;
}
.cid-sLg7tSXkZK .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLg7tSXkZK .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLg7tSXkZK .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-sLg7tSXkZK .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-sLg7tSXkZK .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLg7tSXkZK .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sLg7tSXkZK .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLg7tSXkZK .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLg7tSXkZK .mbr-gallery-filter ul li:first-child,
.cid-sLg7tSXkZK .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLg7tSXkZK .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLg7tSXkZK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !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-sLg7tVbwwa {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efeeee;
}
.cid-sLg7tVbwwa .mbr-section-subtitle {
  color: #767676;
}
.cid-sLg7tVbwwa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLg7tVbwwa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLg7tVbwwa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLg7tVbwwa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLg7tVbwwa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sLg7tVbwwa .icon-focus,
.cid-sLg7tVbwwa .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sLg7tVbwwa .icon-focus:before,
.cid-sLg7tVbwwa .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-sLg7tVbwwa .icon-video {
  font-size: 1.5rem !important;
}
.cid-sLg7tVbwwa .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-sLg7tVbwwa ul {
  font-size: 0;
}
.cid-sLg7tVbwwa .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sLg7tVbwwa .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sLg7tVbwwa .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-sLg7tVbwwa .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-sLg7tVbwwa .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sLg7tVbwwa .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sLg7tVbwwa .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sLg7tVbwwa .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sLg7tVbwwa .mbr-gallery-filter ul li:first-child,
.cid-sLg7tVbwwa .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sLg7tVbwwa .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sLg7tVbwwa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !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-sLg7tOEMYP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLg7tOEMYP img {
  width: 40px;
  margin-right: 1rem;
}
.cid-sLg7tOEMYP .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-sLg7tOEMYP .row {
    margin: 0 2rem;
  }
}
.cid-sLg7tOEMYP .container {
  max-width: 1500px;
}
.cid-sLg7tOEMYP .form-control,
.cid-sLg7tOEMYP .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLg7tOEMYP .form-control:hover,
.cid-sLg7tOEMYP .field-input:hover,
.cid-sLg7tOEMYP .form-control:focus,
.cid-sLg7tOEMYP .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLg7tOEMYP input::-webkit-input-placeholder,
.cid-sLg7tOEMYP textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sLg7tOEMYP input:-moz-placeholder,
.cid-sLg7tOEMYP textarea:-moz-placeholder {
  color: #767676;
}
.cid-sLg7tOEMYP .jq-selectbox li,
.cid-sLg7tOEMYP .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-sLg7tOEMYP .jq-selectbox li:hover,
.cid-sLg7tOEMYP .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-sLg7tOEMYP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sLg7tOEMYP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sLg7tOEMYP .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-sLg7tOEMYP .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sLg7tOEMYP input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-sLg7tOEMYP .col,
.cid-sLg7tOEMYP .col-auto {
  padding: 0;
}
.cid-sLg7tOEMYP .form-group {
  margin-bottom: 0rem;
}
.cid-sLg7tOEMYP .items {
  color: #333333;
}
.cid-sLg7tOEMYP .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sLg7tOEMYP .col-md-6,
  .cid-sLg7tOEMYP .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLg7tOEMYP .navbar-brand {
    justify-content: center;
  }
  .cid-sLg7tOEMYP .row {
    margin: 0;
  }
}
.cid-sLg7tPIzeC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-sLg7tPIzeC [class^="socicon-"]:before,
.cid-sLg7tPIzeC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sLg7tPIzeC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sLg7tPIzeC .btn-social,
.cid-sLg7tPIzeC .mbr-section-title {
  color: #57468b;
}
.cid-sLg7tPIzeC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sLg7tPIzeC .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sLg7tPIzeC .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sLg7tPIzeC .align-left {
    text-align: center;
  }
  .cid-sLg7tPIzeC .align-right {
    text-align: center;
  }
  .cid-sLg7tPIzeC .social-list {
    justify-content: center;
  }
  .cid-sLg7tPIzeC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sLg7tPIzeC .links {
  text-align: left;
  color: #efeeee;
}
.cid-sLg7tPIzeC .mbr-text {
  color: #efeeee;
}
.cid-sLg7tQQL6S .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sLg7tQQL6S .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-sLg7tQQL6S a {
  font-style: normal;
}
.cid-sLg7tQQL6S .show {
  overflow: visible;
}
.cid-sLg7tQQL6S .dropdown-menu {
  max-height: 400px;
}
.cid-sLg7tQQL6S .dropdown-item:active {
  background-color: transparent;
}
.cid-sLg7tQQL6S .nav-link {
  font-weight: 600!important;
}
.cid-sLg7tQQL6S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLg7tQQL6S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sLg7tQQL6S .nav-item:focus,
.cid-sLg7tQQL6S .nav-link:focus {
  outline: none;
}
.cid-sLg7tQQL6S .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLg7tQQL6S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLg7tQQL6S .menu-logo {
  margin-right: auto;
}
.cid-sLg7tQQL6S .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-sLg7tQQL6S .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-sLg7tQQL6S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sLg7tQQL6S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLg7tQQL6S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLg7tQQL6S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLg7tQQL6S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLg7tQQL6S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sLg7tQQL6S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLg7tQQL6S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLg7tQQL6S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLg7tQQL6S .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-sLg7tQQL6S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sLg7tQQL6S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLg7tQQL6S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLg7tQQL6S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLg7tQQL6S .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-sLg7tQQL6S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLg7tQQL6S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLg7tQQL6S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLg7tQQL6S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLg7tQQL6S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLg7tQQL6S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLg7tQQL6S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLg7tQQL6S button.navbar-toggler:focus {
  outline: none;
}
.cid-sLg7tQQL6S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sLg7tQQL6S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLg7tQQL6S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7tQQL6S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLg7tQQL6S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLg7tQQL6S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7tQQL6S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLg7tQQL6S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLg7tQQL6S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLg7tQQL6S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7tQQL6S .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLg7tQQL6S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLg7tQQL6S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLg7tQQL6S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sLg7tQQL6S .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLg7tQQL6S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLg7tQQL6S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLg7tQQL6S .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-sLg7tQQL6S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLg7tQQL6S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLg7tQQL6S .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-sLg7tQQL6S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7tQQL6S img {
    height: 3.8rem !important;
  }
  .cid-sLg7tQQL6S .btn {
    display: -webkit-flex;
  }
  .cid-sLg7tQQL6S button.navbar-toggler {
    display: block;
  }
  .cid-sLg7tQQL6S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLg7tQQL6S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLg7tQQL6S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing,
  .cid-sLg7tQQL6S .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing .navbar-nav,
  .cid-sLg7tQQL6S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLg7tQQL6S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sLg7tQQL6S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLg7tQQL6S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLg7tQQL6S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLg7tQQL6S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLg7tQQL6S .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-sLg7tQQL6S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLg7tQQL6S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLg7tQQL6S .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-sLg7tQQL6S .nav-link {
    justify-content: start!important;
  }
  .cid-sLg7tQQL6S .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sLg7tQQL6S .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sLg7tQQL6S .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sLg7tQQL6S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLg7tQQL6S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLg7tQQL6S .nav-link:hover,
.cid-sLg7tQQL6S .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sLg7tQQL6S .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sLg7tQQL6S .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tuIZLDGHrO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-tuIZLDGHrO .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tuIZLDGHrO img {
  width: 100%;
}
.cid-tuIZLDGHrO p {
  margin-top: 6rem;
}
.cid-tuIZLDGHrO .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tuIZLDGHrO .content-wrapper {
  padding-top: 6rem;
}
.cid-tuIZLDGHrO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tuIZLDGHrO .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tuIZLDGHrO p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tuIZLDGHrO .back {
    width: 100%;
    height: 75%;
  }
  .cid-tuIZLDGHrO .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tuIZLDGHrO p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tuIZLDGHrO .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tuIZLDGHrO h4 {
    right: 2rem;
  }
}
.cid-tuIZLDGHrO H2 {
  color: #7f1933;
}
.cid-tuIZLDGHrO .mbr-text,
.cid-tuIZLDGHrO .mbr-section-btn {
  color: #7f1933;
}
.cid-tuJ73FaGCx {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tuJ73FaGCx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuJ73FaGCx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJ73FaGCx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuJ73FaGCx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuJ73FaGCx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-tuJ73FaGCx .icon-focus,
.cid-tuJ73FaGCx .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tuJ73FaGCx .icon-focus:before,
.cid-tuJ73FaGCx .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-tuJ73FaGCx .icon-video {
  font-size: 1.5rem !important;
}
.cid-tuJ73FaGCx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  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-tuJ73FaGCx ul {
  font-size: 0;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-tuJ73FaGCx .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-tuJ73FaGCx .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tuJ73FaGCx .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li:first-child,
.cid-tuJ73FaGCx .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tuJ73FaGCx .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tuJ73FaGCx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !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-tuJ73FaGCx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tuJ73FaGCx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuJ73FaGCx .mbr-section-title b:last-child,
.cid-tuJ73FaGCx .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuJ73FaGCx .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tuJ73FaGCx .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tuJibHZNOT {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tuJibHZNOT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuJibHZNOT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuJibHZNOT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuJibHZNOT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuJibHZNOT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #f7e4d6);
}
.cid-tuJibHZNOT .icon-focus,
.cid-tuJibHZNOT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tuJibHZNOT .icon-focus:before,
.cid-tuJibHZNOT .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-tuJibHZNOT .icon-video {
  font-size: 1.5rem !important;
}
.cid-tuJibHZNOT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  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-tuJibHZNOT ul {
  font-size: 0;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-tuJibHZNOT .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-tuJibHZNOT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tuJibHZNOT .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li:first-child,
.cid-tuJibHZNOT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tuJibHZNOT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tuJibHZNOT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !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-tuJibHZNOT .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tuJibHZNOT .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuJibHZNOT .mbr-section-title b:last-child,
.cid-tuJibHZNOT .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuJibHZNOT .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tuJibHZNOT .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tuIZLFWab2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuIZLFWab2 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tuIZLFWab2 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tuIZLFWab2 .row {
    margin: 0 2rem;
  }
}
.cid-tuIZLFWab2 .container {
  max-width: 1500px;
}
.cid-tuIZLFWab2 .form-control,
.cid-tuIZLFWab2 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuIZLFWab2 .form-control:hover,
.cid-tuIZLFWab2 .field-input:hover,
.cid-tuIZLFWab2 .form-control:focus,
.cid-tuIZLFWab2 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuIZLFWab2 input::-webkit-input-placeholder,
.cid-tuIZLFWab2 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-tuIZLFWab2 input:-moz-placeholder,
.cid-tuIZLFWab2 textarea:-moz-placeholder {
  color: #767676;
}
.cid-tuIZLFWab2 .jq-selectbox li,
.cid-tuIZLFWab2 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-tuIZLFWab2 .jq-selectbox li:hover,
.cid-tuIZLFWab2 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-tuIZLFWab2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tuIZLFWab2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tuIZLFWab2 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-tuIZLFWab2 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-tuIZLFWab2 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-tuIZLFWab2 .col,
.cid-tuIZLFWab2 .col-auto {
  padding: 0;
}
.cid-tuIZLFWab2 .form-group {
  margin-bottom: 0rem;
}
.cid-tuIZLFWab2 .items {
  color: #333333;
}
.cid-tuIZLFWab2 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tuIZLFWab2 .col-md-6,
  .cid-tuIZLFWab2 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuIZLFWab2 .navbar-brand {
    justify-content: center;
  }
  .cid-tuIZLFWab2 .row {
    margin: 0;
  }
}
.cid-tuIZLGE1mA {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tuIZLGE1mA [class^="socicon-"]:before,
.cid-tuIZLGE1mA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tuIZLGE1mA .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuIZLGE1mA .btn-social,
.cid-tuIZLGE1mA .mbr-section-title {
  color: #57468b;
}
.cid-tuIZLGE1mA .soc-item {
  width: 45px;
  height: 45px;
  background: #ff3366;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-tuIZLGE1mA .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tuIZLGE1mA .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-tuIZLGE1mA .align-left {
    text-align: center;
  }
  .cid-tuIZLGE1mA .align-right {
    text-align: center;
  }
  .cid-tuIZLGE1mA .social-list {
    justify-content: center;
  }
  .cid-tuIZLGE1mA .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuIZLGE1mA .links {
  text-align: left;
  color: #efeeee;
}
.cid-tuIZLGE1mA .mbr-text {
  color: #efeeee;
}
.cid-tuIZLHdgOV .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tuIZLHdgOV .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tuIZLHdgOV a {
  font-style: normal;
}
.cid-tuIZLHdgOV .show {
  overflow: visible;
}
.cid-tuIZLHdgOV .dropdown-menu {
  max-height: 400px;
}
.cid-tuIZLHdgOV .dropdown-item:active {
  background-color: transparent;
}
.cid-tuIZLHdgOV .nav-link {
  font-weight: 600!important;
}
.cid-tuIZLHdgOV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tuIZLHdgOV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tuIZLHdgOV .nav-item:focus,
.cid-tuIZLHdgOV .nav-link:focus {
  outline: none;
}
.cid-tuIZLHdgOV .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tuIZLHdgOV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tuIZLHdgOV .menu-logo {
  margin-right: auto;
}
.cid-tuIZLHdgOV .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-tuIZLHdgOV .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-tuIZLHdgOV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tuIZLHdgOV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tuIZLHdgOV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tuIZLHdgOV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tuIZLHdgOV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tuIZLHdgOV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tuIZLHdgOV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tuIZLHdgOV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tuIZLHdgOV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tuIZLHdgOV .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-tuIZLHdgOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tuIZLHdgOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuIZLHdgOV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tuIZLHdgOV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuIZLHdgOV .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-tuIZLHdgOV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tuIZLHdgOV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tuIZLHdgOV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tuIZLHdgOV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tuIZLHdgOV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tuIZLHdgOV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tuIZLHdgOV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tuIZLHdgOV button.navbar-toggler:focus {
  outline: none;
}
.cid-tuIZLHdgOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tuIZLHdgOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuIZLHdgOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuIZLHdgOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuIZLHdgOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuIZLHdgOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuIZLHdgOV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tuIZLHdgOV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tuIZLHdgOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuIZLHdgOV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tuIZLHdgOV .collapsed .btn {
  display: -webkit-flex;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tuIZLHdgOV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tuIZLHdgOV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tuIZLHdgOV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-tuIZLHdgOV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tuIZLHdgOV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tuIZLHdgOV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tuIZLHdgOV .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-tuIZLHdgOV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tuIZLHdgOV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tuIZLHdgOV .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-tuIZLHdgOV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tuIZLHdgOV img {
    height: 3.8rem !important;
  }
  .cid-tuIZLHdgOV .btn {
    display: -webkit-flex;
  }
  .cid-tuIZLHdgOV button.navbar-toggler {
    display: block;
  }
  .cid-tuIZLHdgOV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tuIZLHdgOV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tuIZLHdgOV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing,
  .cid-tuIZLHdgOV .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing .navbar-nav,
  .cid-tuIZLHdgOV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tuIZLHdgOV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tuIZLHdgOV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tuIZLHdgOV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tuIZLHdgOV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tuIZLHdgOV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tuIZLHdgOV .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-tuIZLHdgOV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tuIZLHdgOV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tuIZLHdgOV .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-tuIZLHdgOV .nav-link {
    justify-content: start!important;
  }
  .cid-tuIZLHdgOV .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tuIZLHdgOV .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tuIZLHdgOV .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tuIZLHdgOV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tuIZLHdgOV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tuIZLHdgOV .nav-link:hover,
.cid-tuIZLHdgOV .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tuIZLHdgOV .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tuIZLHdgOV .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
