body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Playfair Display', 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: 'Lora', 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((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: #0f7699 !important;
}
.bg-success {
  background-color: #da7505 !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: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #16acdf !important;
  border-color: #16acdf !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #16acdf !important;
  border-color: #16acdf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ce1818 !important;
  border-color: #ce1818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ea4949 !important;
  border-color: #ea4949 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea4949 !important;
  border-color: #ea4949 !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: #da7505 !important;
  border-color: #da7505 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fa9b31 !important;
  border-color: #fa9b31 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa9b31 !important;
  border-color: #fa9b31 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #730d0d;
  color: #730d0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ce1818;
  border-color: #ce1818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ce1818 !important;
  border-color: #ce1818 !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: #763f03;
  color: #763f03;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #da7505;
  border-color: #da7505;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #da7505 !important;
  border-color: #da7505 !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: #0f7699 !important;
}
.text-secondary {
  color: #ce1818 !important;
}
.text-success {
  color: #da7505 !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: #24b8ea !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ec6060 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fba74a !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: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdd8ae;
}
.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: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f7699;
  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: #0f7699;
  border-bottom-color: #0f7699;
}
.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: #0f7699 !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: #ce1818 !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='%230f7699' %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: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpRmsCyWoD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.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;
  }
}
.cid-rpRmsCyWoD .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rpRmsCyWoD h4 {
    right: 2rem;
  }
}
.cid-rpRmsCyWoD H1 {
  color: #ffffff;
}
.cid-rpRmsCyWoD H2 {
  color: #ffffff;
}
.cid-rpRmsCyWoD .mbr-text,
.cid-rpRmsCyWoD .mbr-section-btn {
  color: #ffffff;
}
.cid-rpRmsCyWoD H4 {
  color: #ffffff;
}
.cid-sxnbevZLQ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sxnbevZLQ4 .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sxnbevZLQ4 .icon2 {
  color: #ffffff;
}
.cid-sxnbevZLQ4 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sxnbevZLQ4 p {
  font-weight: 400;
}
.cid-sxnbevZLQ4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sxnbevZLQ4 .line2 {
  background: #ffffff;
}
.cid-sxnbevZLQ4 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ce1818;
}
.cid-sxnbevZLQ4 .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sxnbevZLQ4 .card2 {
  background: #073b4c;
}
.cid-sxnbevZLQ4 .card-title,
.cid-sxnbevZLQ4 .card-ico,
.cid-sxnbevZLQ4 .line-wrap {
  text-align: center;
}
.cid-sxnbevZLQ4 .mbr-text,
.cid-sxnbevZLQ4 .card-link {
  text-align: center;
}
.cid-svY6WXsLoK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svY6WXsLoK img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-svY6WXsLoK img:hover {
  transform: scale(1.1);
}
.cid-svY6WXsLoK .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-svY6WXsLoK h2 {
  padding: 0;
  margin: 0;
}
.cid-svY6WXsLoK .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svY6WXsLoK .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-svY6WXsLoK .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-svY6WXsLoK .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-svY6WXsLoK .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-svY6WXsLoK .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svY6WXsLoK .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-svY6WXsLoK .text-col {
    padding: 2rem 1rem;
  }
}
.cid-svY6WXsLoK H2 {
  color: #333333;
}
.cid-svY6WXsLoK .mbr-text {
  color: #282124;
}
.cid-svY6WXsLoK H1 {
  color: #282124;
}
.cid-sJbJcYNMrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #55b4d4;
}
@media (max-width: 991px) {
  .cid-sJbJcYNMrI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJbJcYNMrI .row {
  flex-direction: row-reverse;
}
.cid-sJbJcYNMrI img {
  width: 100%;
}
.cid-sp1dnCmuKw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sp1dnCmuKw .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sp1dnCmuKw .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sp1dnCmuKw .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sp1dnCmuKw .card-wrapper {
    margin: 0rem;
  }
}
.cid-sp1dnCmuKw .card {
  height: fit-content;
}
.cid-sp1dnCmuKw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sp1dnCmuKw .text-wrap {
  max-width: 400px;
}
.cid-sp1dnCmuKw .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ce1818;
}
.cid-sp1dnCmuKw .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sp1dnCmuKw .card-box {
  background-color: #073b4c;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sp1dnCmuKw img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sp1dnCmuKw .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sp1dnCmuKw .container {
  max-width: 1500px;
}
.cid-sp1dnCmuKw .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sp1dnCmuKw .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-sp1dnCmuKw P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sp1dnCmuKw .img-wrap {
    max-height: 230px;
  }
  .cid-sp1dnCmuKw .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sp1dnCmuKw .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sp1dnCmuKw .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sp1dnCmuKw .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sp1dnCmuKw .number {
    margin: auto;
  }
}
.cid-sp1dnCmuKw .mbr-text {
  color: #282124;
}
.cid-sp1dnCmuKw H2 {
  color: #282124;
}
.cid-sp1dnCmuKw H3 {
  color: #282124;
}
.cid-sp1dnCmuKw .card-text {
  color: #ffffff;
}
.cid-sxc1Di3Y2d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxc1Di3Y2d img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sxc1Di3Y2d img:hover {
  transform: scale(1.1);
}
.cid-sxc1Di3Y2d .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sxc1Di3Y2d h2 {
  padding: 0;
  margin: 0;
}
.cid-sxc1Di3Y2d .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxc1Di3Y2d .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sxc1Di3Y2d .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sxc1Di3Y2d .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sxc1Di3Y2d .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sxc1Di3Y2d .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sxc1Di3Y2d .mbr-iconfont {
  margin: 0 !important;
}
.cid-sxc1Di3Y2d .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-sxc1Di3Y2d .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sxc1Di3Y2d .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sxc1Di3Y2d .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sxc1Di3Y2d .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sxc1Di3Y2d H2 {
  color: #333333;
}
.cid-sxc1Di3Y2d .mbr-text {
  color: #282124;
}
.cid-sxc1Di3Y2d H1 {
  color: #282124;
}
.cid-rpSeLNQvbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rpSeLNQvbv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSeLNQvbv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSeLNQvbv .mbr-form {
  max-width: 450px;
}
.cid-rpSeLNQvbv textarea {
  min-height: 150px;
}
.cid-rpSeLNQvbv .mbr-text {
  color: #cccccc;
}
.cid-rpSeLNQvbv .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rpSeLNQvbv .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sxmX0v48MN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxmX0v48MN .content {
    text-align: center;
  }
  .cid-sxmX0v48MN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxmX0v48MN .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxmX0v48MN textarea.form-control {
  resize: none;
}
.cid-sxmX0v48MN .input-group-btn {
  display: inline-block;
}
.cid-sxmX0v48MN .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxmX0v48MN .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxmX0v48MN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxmX0v48MN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxmX0v48MN .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxmX0v48MN .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxmX0v48MN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxmX0v48MN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxmX0v48MN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxmX0v48MN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxmX0v48MN .form-control,
.cid-sxmX0v48MN .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxjGs9Y5Oi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxjGs9Y5Oi [class^="socicon-"]:before,
.cid-sxjGs9Y5Oi [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxjGs9Y5Oi .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxjGs9Y5Oi .btn-social,
.cid-sxjGs9Y5Oi .mbr-section-title {
  color: #57468b;
}
.cid-sxjGs9Y5Oi .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxjGs9Y5Oi .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxjGs9Y5Oi .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxjGs9Y5Oi .align-left {
    text-align: center;
  }
  .cid-sxjGs9Y5Oi .align-right {
    text-align: center;
  }
  .cid-sxjGs9Y5Oi .social-list {
    justify-content: center;
  }
  .cid-sxjGs9Y5Oi .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxjGs9Y5Oi .mbr-text {
  color: #c1c1c1;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-svZS6ahBwj {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svZS6ahBwj .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.cid-svZS6ahBwj img {
  width: 100%;
}
.cid-svZS6ahBwj p {
  margin-top: 6rem;
}
.cid-svZS6ahBwj .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-svZS6ahBwj 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-svZS6ahBwj .content-wrapper {
    padding-top: 0rem;
  }
  .cid-svZS6ahBwj p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svZS6ahBwj .back {
    width: 100%;
    height: 75%;
  }
  .cid-svZS6ahBwj .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-svZS6ahBwj p {
    margin-top: 4rem;
  }
}
.cid-svZS6ahBwj .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-svZS6ahBwj .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-svZS6ahBwj .content-wrapper {
    padding-right: 3rem;
  }
  .cid-svZS6ahBwj h4 {
    right: 2rem;
  }
}
.cid-svZS6ahBwj H1 {
  color: #ffffff;
}
.cid-svZS6ahBwj H2 {
  color: #ffffff;
}
.cid-svZS6ahBwj .mbr-text,
.cid-svZS6ahBwj .mbr-section-btn {
  color: #ffffff;
}
.cid-svZSBtHDTJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-svZSBtHDTJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-svZSBtHDTJ input,
.cid-svZSBtHDTJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-svZSBtHDTJ input:focus,
.cid-svZSBtHDTJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-svZSBtHDTJ .form-control,
.cid-svZSBtHDTJ .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-svZSBtHDTJ .form-control:hover,
.cid-svZSBtHDTJ .field-input:hover,
.cid-svZSBtHDTJ .form-control:focus,
.cid-svZSBtHDTJ .field-input:focus {
  background-color: #080808;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-svZSBtHDTJ input::-webkit-input-placeholder,
.cid-svZSBtHDTJ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-svZSBtHDTJ input:-moz-placeholder,
.cid-svZSBtHDTJ textarea:-moz-placeholder {
  color: #767676;
}
.cid-svZSBtHDTJ .jq-selectbox li,
.cid-svZSBtHDTJ .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-svZSBtHDTJ .jq-selectbox li:hover,
.cid-svZSBtHDTJ .jq-selectbox li.selected {
  background-color: #080808;
  color: #ffffff;
}
.cid-svZSBtHDTJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-svZSBtHDTJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #080808;
}
.cid-svZSBtHDTJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-svZSBtHDTJ .mbr-form {
  max-width: 450px;
}
.cid-svZSBtHDTJ textarea {
  min-height: 150px;
}
.cid-svZSBtHDTJ .mbr-text {
  color: #ffffff;
}
.cid-svZSBtHDTJ .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-svZSBtHDTJ .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-svZSBtHDTJ H2 {
  color: #ffffff;
}
.cid-svZTtxE286 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-svZTtxE286 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-svZTtxE286 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-svZTtxE286 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-svZTtxE286 .form-group {
  padding-right: 0;
}
.cid-svZTtxE286 .card {
  padding: 3rem 8rem;
}
.cid-svZTtxE286 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-svZTtxE286 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-svZTtxE286 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-svZTtxE286 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svZTtxE286 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svZTtxE286 .map-placeholder {
  display: none;
}
.cid-svZTtxE286 .btn-primary {
  border: 1px solid #0f7699 !important;
}
.cid-svZTtxE286 .btn-primary:hover {
  border: 1px solid #0f7699 !important;
}
.cid-svZTtxE286 .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-svZTtxE286 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-svZTtxE286 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-svZTtxE286 .mbr-text {
  color: #444;
}
.cid-svZTtxE286 h5 {
  margin-bottom: 0;
}
.cid-svZTtxE286 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-svZTtxE286 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svZTtxE286 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-svZTtxE286 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svZTtxE286 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-svZTtxE286 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-svZTtxE286 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svZTtxE286 .social-list a:hover {
  opacity: 0.4;
}
.cid-svZTtxE286 .media-container-row > div {
  padding: 0px;
}
.cid-svZTtxE286 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-svZTtxE286 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-svZTtxE286 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-svZTtxE286 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-svZTtxE286 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-svZTtxE286 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-svZTtxE286 .form-group {
    max-width: 180px;
  }
  .cid-svZTtxE286 .card {
    padding: 2rem 1rem;
  }
}
.cid-svZTtxE286 .links span {
  color: #9e9e9e;
}
.cid-svZTtxE286 .logo-title,
.cid-svZTtxE286 .logo-sub-title {
  text-align: center;
}
.cid-svZTtxE286 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sxn95TjHWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn95TjHWX .content {
    text-align: center;
  }
  .cid-sxn95TjHWX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn95TjHWX .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn95TjHWX textarea.form-control {
  resize: none;
}
.cid-sxn95TjHWX .input-group-btn {
  display: inline-block;
}
.cid-sxn95TjHWX .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn95TjHWX .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn95TjHWX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn95TjHWX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn95TjHWX .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn95TjHWX .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn95TjHWX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn95TjHWX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn95TjHWX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn95TjHWX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn95TjHWX .form-control,
.cid-sxn95TjHWX .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxjFpa322Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxjFpa322Q [class^="socicon-"]:before,
.cid-sxjFpa322Q [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxjFpa322Q .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxjFpa322Q .btn-social,
.cid-sxjFpa322Q .mbr-section-title {
  color: #57468b;
}
.cid-sxjFpa322Q .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxjFpa322Q .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxjFpa322Q .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxjFpa322Q .align-left {
    text-align: center;
  }
  .cid-sxjFpa322Q .align-right {
    text-align: center;
  }
  .cid-sxjFpa322Q .social-list {
    justify-content: center;
  }
  .cid-sxjFpa322Q .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxjFpa322Q .mbr-text {
  color: #c1c1c1;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sw0nWJyUSn {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/diy-painting-tips-311x162.jpg");
}
.cid-sw0nWJyUSn .row {
  position: relative;
}
.cid-sw0nWJyUSn .container {
  max-width: 1500px;
}
.cid-sw0nWJyUSn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sw0nWJyUSn .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sw0nWJyUSn .container {
    padding: 0 4rem;
  }
}
.cid-sw0rOJ1cYt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sw0rOJ1cYt .content {
  padding: 50px 75px;
  background-color: #073b4c;
}
.cid-sw0rOJ1cYt .content a {
  background-size: 100% 0%;
}
.cid-sw0rOJ1cYt .content a:hover {
  background-size: 100% 100%;
}
.cid-sw0rOJ1cYt .content .list {
  margin-bottom: 0;
}
.cid-sw0rOJ1cYt ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-sw0rOJ1cYt .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-sw0rOJ1cYt .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-sw0rOJ1cYt .mbr-text {
  color: #ffffff;
}
.cid-sw0rOJ1cYt H3 {
  color: #ffffff;
}
.cid-sw0rOJ1cYt .list,
.cid-sw0rOJ1cYt .mbr-text {
  color: #ffffff;
}
.cid-sw0sCDgkXu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sw0sCDgkXu {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-sw0sCDgkXu .text {
  padding: 0;
}
.cid-sw0sCDgkXu section {
  position: relative;
}
.cid-sw0sCDgkXu h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sw0sCDgkXu .mbr-iconfont {
  padding: 0!important;
}
.cid-sw0sCDgkXu .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #073b4c;
}
.cid-sw0sCDgkXu .box {
  background-image: url("../../../assets/images/diy-tips-pic-1280x960.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sw0sCDgkXu .icon-wrap {
  background-color: #ffffff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sw0sCDgkXu .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sw0sCDgkXu .icon-wrap span {
  padding-left: 8px;
}
.cid-sw0sCDgkXu .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #da7505 !important;
}
.cid-sw0sCDgkXu .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-sw0sCDgkXu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sw0sCDgkXu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sw0sCDgkXu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sw0sCDgkXu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sw0sCDgkXu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sw0sCDgkXu {
    padding-top: 7px;
    padding-bottom: 14px;
  }
  .cid-sw0sCDgkXu .box {
    height: 250px;
  }
  .cid-sw0sCDgkXu .row {
    padding: 1rem!important;
  }
}
.cid-sxn933txg8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn933txg8 .content {
    text-align: center;
  }
  .cid-sxn933txg8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn933txg8 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn933txg8 textarea.form-control {
  resize: none;
}
.cid-sxn933txg8 .input-group-btn {
  display: inline-block;
}
.cid-sxn933txg8 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn933txg8 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn933txg8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn933txg8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn933txg8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn933txg8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn933txg8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn933txg8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn933txg8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn933txg8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn933txg8 .form-control,
.cid-sxn933txg8 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxjyYBCIP4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxjyYBCIP4 [class^="socicon-"]:before,
.cid-sxjyYBCIP4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxjyYBCIP4 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxjyYBCIP4 .btn-social,
.cid-sxjyYBCIP4 .mbr-section-title {
  color: #57468b;
}
.cid-sxjyYBCIP4 .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxjyYBCIP4 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxjyYBCIP4 .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxjyYBCIP4 .align-left {
    text-align: center;
  }
  .cid-sxjyYBCIP4 .align-right {
    text-align: center;
  }
  .cid-sxjyYBCIP4 .social-list {
    justify-content: center;
  }
  .cid-sxjyYBCIP4 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxjyYBCIP4 .mbr-text {
  color: #c1c1c1;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sphji8cKFg {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphji8cKFg .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.cid-sphji8cKFg img {
  width: 100%;
}
.cid-sphji8cKFg p {
  margin-top: 6rem;
}
.cid-sphji8cKFg .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sphji8cKFg 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-sphji8cKFg .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sphji8cKFg p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sphji8cKFg .back {
    width: 100%;
    height: 75%;
  }
  .cid-sphji8cKFg .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sphji8cKFg p {
    margin-top: 4rem;
  }
}
.cid-sphji8cKFg .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sphji8cKFg .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sphji8cKFg .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sphji8cKFg h4 {
    right: 2rem;
  }
}
.cid-sphji8cKFg H3 {
  color: #ffffff;
}
.cid-sphji8cKFg H1 {
  color: #ffffff;
}
.cid-sxi71GOQJG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxi71GOQJG .mbr-text,
.cid-sxi71GOQJG .ornament {
  color: #282124;
}
.cid-sxi6xs8tHE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxi6xs8tHE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxi6xs8tHE .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxi6xs8tHE .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxi6xs8tHE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxi6xs8tHE .text-element {
  padding: 1rem;
}
.cid-sxi6xs8tHE .main,
.cid-sxi6xs8tHE .main-reverse {
  background: #073b4c;
}
@media (max-width: 991px) {
  .cid-sxi6xs8tHE .main:first-child {
    padding-top: 1rem;
  }
  .cid-sxi6xs8tHE .image-element,
  .cid-sxi6xs8tHE .text-element {
    margin-bottom: 1rem;
  }
  .cid-sxi6xs8tHE .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sxi6xs8tHE .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sxi6xs8tHE .image-element,
  .cid-sxi6xs8tHE .text-element {
    margin-bottom: 0;
  }
  .cid-sxi6xs8tHE .main:first-child {
    padding-top: 0;
  }
}
.cid-sxi6xs8tHE .mbr-title,
.cid-sxi6xs8tHE .underline {
  color: #ffffff;
}
.cid-sxi6xs8tHE .mbr-text {
  color: #ffffff;
}
.cid-sxi6xs8tHE .mbr-price-value {
  color: #ffffff;
}
.cid-sxn8XQuk8g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn8XQuk8g .content {
    text-align: center;
  }
  .cid-sxn8XQuk8g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn8XQuk8g .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn8XQuk8g textarea.form-control {
  resize: none;
}
.cid-sxn8XQuk8g .input-group-btn {
  display: inline-block;
}
.cid-sxn8XQuk8g .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn8XQuk8g .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn8XQuk8g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn8XQuk8g .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn8XQuk8g .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn8XQuk8g .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn8XQuk8g .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn8XQuk8g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn8XQuk8g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn8XQuk8g .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn8XQuk8g .form-control,
.cid-sxn8XQuk8g .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxiX8orr84 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxiX8orr84 [class^="socicon-"]:before,
.cid-sxiX8orr84 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxiX8orr84 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxiX8orr84 .btn-social,
.cid-sxiX8orr84 .mbr-section-title {
  color: #57468b;
}
.cid-sxiX8orr84 .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxiX8orr84 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxiX8orr84 .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxiX8orr84 .align-left {
    text-align: center;
  }
  .cid-sxiX8orr84 .align-right {
    text-align: center;
  }
  .cid-sxiX8orr84 .social-list {
    justify-content: center;
  }
  .cid-sxiX8orr84 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxiX8orr84 .mbr-text {
  color: #c1c1c1;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rpRmsCyWoD {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rpRmsCyWoD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.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;
  }
}
.cid-rpRmsCyWoD .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rpRmsCyWoD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rpRmsCyWoD .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rpRmsCyWoD h4 {
    right: 2rem;
  }
}
.cid-rpRmsCyWoD H1 {
  color: #ffffff;
}
.cid-rpRmsCyWoD H2 {
  color: #ffffff;
}
.cid-rpRmsCyWoD H4 {
  color: #ffffff;
}
.cid-rpRmsCyWoD .mbr-text,
.cid-rpRmsCyWoD .mbr-section-btn {
  color: #ffffff;
}
.cid-rpSdOoy1oo {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rpSdOoy1oo .row {
  position: relative;
}
.cid-rpSdOoy1oo .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rpSdOoy1oo .row {
    margin: 0 2rem;
  }
}
.cid-rpSdOoy1oo .row {
  padding-left: 6rem;
}
.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: #080808;
}
.cid-rpSdOoy1oo H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSdOoy1oo .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSdOoy1oo h4 {
    left: 3rem;
  }
  .cid-rpSdOoy1oo .row {
    padding-left: 3rem;
  }
}
.cid-rpSdOoy1oo H2 {
  color: #080808;
}
.cid-sxjwNJiCba {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxjwNJiCba .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxjwNJiCba .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxjwNJiCba .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxjwNJiCba .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxjwNJiCba .container {
  padding: 0;
}
.cid-sxjwNJiCba .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxjwNJiCba .icon-focus {
  display: none;
}
.cid-sxjwNJiCba .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sxjwNJiCba .btn[class*=-outline]:hover,
.cid-sxjwNJiCba .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sxjwNJiCba li:hover .btn-primary-outline,
.cid-sxjwNJiCba li:active .btn-primary-outline,
.cid-sxjwNJiCba li.active .btn-primary-outline {
  color: #0f7699 !important;
}
.cid-sxjwNJiCba li:hover .btn-secondary-outline,
.cid-sxjwNJiCba li:active .btn-secondary-outline,
.cid-sxjwNJiCba li.active .btn-secondary-outline {
  color: #ce1818 !important;
}
.cid-sxjwNJiCba li:hover .btn-info-outline,
.cid-sxjwNJiCba li:active .btn-info-outline,
.cid-sxjwNJiCba li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-sxjwNJiCba li:hover .btn-warning-outline,
.cid-sxjwNJiCba li:active .btn-warning-outline,
.cid-sxjwNJiCba li.active .btn-warning-outline {
  color: #767676 !important;
}
.cid-sxjwNJiCba li:hover .btn-white-outline,
.cid-sxjwNJiCba li:active .btn-white-outline,
.cid-sxjwNJiCba li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sxjwNJiCba li:hover .btn-black-outline,
.cid-sxjwNJiCba li:active .btn-black-outline,
.cid-sxjwNJiCba li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sxjwNJiCba li:hover .btn-success-outline,
.cid-sxjwNJiCba li:active .btn-success-outline,
.cid-sxjwNJiCba li.active .btn-success-outline {
  color: #da7505 !important;
}
.cid-sxjwNJiCba li:hover .btn-danger-outline,
.cid-sxjwNJiCba li:active .btn-danger-outline,
.cid-sxjwNJiCba li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-sxjwNJiCba li {
  position: relative;
}
.cid-sxjwNJiCba .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sxjwNJiCba .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxjwNJiCba .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxjwNJiCba .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sxjwNJiCba .btn {
  font-family: Barlow !important;
}
.cid-sxjwNJiCba .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sxjwNJiCba .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sxjwNJiCba .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sxjwNJiCba .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sxn90SaHQF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn90SaHQF .content {
    text-align: center;
  }
  .cid-sxn90SaHQF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn90SaHQF .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn90SaHQF textarea.form-control {
  resize: none;
}
.cid-sxn90SaHQF .input-group-btn {
  display: inline-block;
}
.cid-sxn90SaHQF .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn90SaHQF .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn90SaHQF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn90SaHQF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn90SaHQF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn90SaHQF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn90SaHQF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn90SaHQF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn90SaHQF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn90SaHQF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn90SaHQF .form-control,
.cid-sxn90SaHQF .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxiXtRPkN8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxiXtRPkN8 [class^="socicon-"]:before,
.cid-sxiXtRPkN8 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxiXtRPkN8 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxiXtRPkN8 .btn-social,
.cid-sxiXtRPkN8 .mbr-section-title {
  color: #57468b;
}
.cid-sxiXtRPkN8 .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxiXtRPkN8 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxiXtRPkN8 .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxiXtRPkN8 .align-left {
    text-align: center;
  }
  .cid-sxiXtRPkN8 .align-right {
    text-align: center;
  }
  .cid-sxiXtRPkN8 .social-list {
    justify-content: center;
  }
  .cid-sxiXtRPkN8 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxiXtRPkN8 .mbr-text {
  color: #c1c1c1;
}
.cid-sxjQSo4vRw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxjQSo4vRw .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.cid-sxjQSo4vRw img {
  width: 100%;
}
.cid-sxjQSo4vRw p {
  margin-top: 6rem;
}
.cid-sxjQSo4vRw .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxjQSo4vRw .content-wrapper {
  padding-top: 6rem;
}
.cid-sxjQSo4vRw 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-sxjQSo4vRw .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxjQSo4vRw p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxjQSo4vRw .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxjQSo4vRw .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxjQSo4vRw p {
    margin-top: 4rem;
  }
}
.cid-sxjQSo4vRw .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sxjQSo4vRw .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxjQSo4vRw .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sxjQSo4vRw h4 {
    right: 2rem;
  }
}
.cid-sxjQSo4vRw H1 {
  color: #ffffff;
}
.cid-sxjQSo4vRw H3 {
  color: #ffffff;
}
.cid-sxjQSo4vRw .mbr-text,
.cid-sxjQSo4vRw .mbr-section-btn {
  color: #ffffff;
}
.cid-sxjQSpvPwT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxjQSpvPwT .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sxjQSpvPwT .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-20210205-wa0098-1140x1250.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sxjQSpvPwT .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #073b4c;
  z-index: 2;
  opacity: 1;
}
.cid-sxjQSpvPwT .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sxjQSpvPwT .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sxjQSpvPwT .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sxjQSpvPwT .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sxjQSpvPwT .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sxjQSpvPwT .hoverEl:hover .box-title2,
.cid-sxjQSpvPwT .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sxjQSpvPwT .box-title2,
.cid-sxjQSpvPwT .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sxjQSpvPwT .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #073b4c;
}
.cid-sxjQSpvPwT .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-sxjQSpvPwT .img-content {
    opacity: 1;
  }
  .cid-sxjQSpvPwT .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sxjQSpvPwT .box-content {
    width: 100%;
  }
  .cid-sxjQSpvPwT .box-title2,
  .cid-sxjQSpvPwT .box-text2 {
    color: #ffffff !important;
  }
  .cid-sxjQSpvPwT .content-block,
  .cid-sxjQSpvPwT .content1 {
    padding: 3rem 1rem;
  }
  .cid-sxjQSpvPwT * {
    text-align: left;
  }
}
.cid-sxjQSpvPwT .box-text1 {
  color: #333333;
}
.cid-sxjQSpvPwT .box-title2 {
  color: #ffffff;
}
.cid-sxjQSpvPwT .mbr-text,
.cid-sxjQSpvPwT .mbr-section-btn {
  color: #282124;
}
.cid-sxjQSpvPwT .box-text2 {
  color: #ffffff;
}
.cid-sxjQSquc66 {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sxjQSquc66 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxjQSquc66 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxjQSquc66 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxjQSquc66 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxjQSquc66 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sxjQSquc66 .icon-focus {
  display: none;
}
.cid-sxjQSquc66 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  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-sxjQSquc66 ul {
  font-size: 0;
}
.cid-sxjQSquc66 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sxjQSquc66 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sxjQSquc66 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f7699, #ce1818);
}
.cid-sxjQSquc66 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sxjQSquc66 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sxjQSquc66 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxjQSquc66 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sxjQSquc66 .btn:hover {
  background: transparent !important;
}
.cid-sxjQSquc66 .btn:hover:before {
  background: transparent !important;
}
.cid-sxjQSquc66 .btn:before {
  background-color: transparent !important;
}
.cid-sxjQSquc66 .btn:focus {
  box-shadow: none;
}
.cid-sxjQSquc66 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #282124;
}
.cid-sxn8R7iIuJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn8R7iIuJ .content {
    text-align: center;
  }
  .cid-sxn8R7iIuJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn8R7iIuJ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn8R7iIuJ textarea.form-control {
  resize: none;
}
.cid-sxn8R7iIuJ .input-group-btn {
  display: inline-block;
}
.cid-sxn8R7iIuJ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn8R7iIuJ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn8R7iIuJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn8R7iIuJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn8R7iIuJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn8R7iIuJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn8R7iIuJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn8R7iIuJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn8R7iIuJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn8R7iIuJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn8R7iIuJ .form-control,
.cid-sxn8R7iIuJ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxjQZF1hO0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxjQZF1hO0 [class^="socicon-"]:before,
.cid-sxjQZF1hO0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxjQZF1hO0 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxjQZF1hO0 .btn-social,
.cid-sxjQZF1hO0 .mbr-section-title {
  color: #57468b;
}
.cid-sxjQZF1hO0 .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxjQZF1hO0 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxjQZF1hO0 .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxjQZF1hO0 .align-left {
    text-align: center;
  }
  .cid-sxjQZF1hO0 .align-right {
    text-align: center;
  }
  .cid-sxjQZF1hO0 .social-list {
    justify-content: center;
  }
  .cid-sxjQZF1hO0 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxjQZF1hO0 .mbr-text {
  color: #c1c1c1;
}
.cid-sxjQSwflP1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxjQSwflP1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxjQSwflP1 a {
  font-style: normal;
}
.cid-sxjQSwflP1 .show {
  overflow: visible;
}
.cid-sxjQSwflP1 .dropdown-menu {
  max-height: 400px;
}
.cid-sxjQSwflP1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxjQSwflP1 .nav-link {
  font-weight: 600!important;
}
.cid-sxjQSwflP1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxjQSwflP1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxjQSwflP1 .nav-item:focus,
.cid-sxjQSwflP1 .nav-link:focus {
  outline: none;
}
.cid-sxjQSwflP1 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxjQSwflP1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxjQSwflP1 .menu-logo {
  margin-right: auto;
}
.cid-sxjQSwflP1 .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-sxjQSwflP1 .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-sxjQSwflP1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxjQSwflP1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxjQSwflP1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxjQSwflP1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxjQSwflP1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxjQSwflP1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxjQSwflP1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxjQSwflP1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxjQSwflP1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxjQSwflP1 .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-sxjQSwflP1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxjQSwflP1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxjQSwflP1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxjQSwflP1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxjQSwflP1 .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-sxjQSwflP1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxjQSwflP1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxjQSwflP1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxjQSwflP1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxjQSwflP1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxjQSwflP1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxjQSwflP1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxjQSwflP1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxjQSwflP1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxjQSwflP1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxjQSwflP1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjQSwflP1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxjQSwflP1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxjQSwflP1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjQSwflP1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxjQSwflP1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxjQSwflP1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxjQSwflP1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxjQSwflP1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxjQSwflP1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxjQSwflP1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxjQSwflP1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxjQSwflP1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxjQSwflP1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxjQSwflP1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxjQSwflP1 .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-sxjQSwflP1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxjQSwflP1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxjQSwflP1 .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-sxjQSwflP1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxjQSwflP1 img {
    height: 3.8rem !important;
  }
  .cid-sxjQSwflP1 .btn {
    display: -webkit-flex;
  }
  .cid-sxjQSwflP1 button.navbar-toggler {
    display: block;
  }
  .cid-sxjQSwflP1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxjQSwflP1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxjQSwflP1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing,
  .cid-sxjQSwflP1 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxjQSwflP1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxjQSwflP1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxjQSwflP1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxjQSwflP1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxjQSwflP1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxjQSwflP1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxjQSwflP1 .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-sxjQSwflP1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxjQSwflP1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxjQSwflP1 .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-sxjQSwflP1 .nav-link {
    justify-content: start!important;
  }
  .cid-sxjQSwflP1 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxjQSwflP1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxjQSwflP1 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxjQSwflP1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxjQSwflP1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxjQSwflP1 .nav-link:hover,
.cid-sxjQSwflP1 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxjQSwflP1 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxjQSwflP1 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxcuUOz5yA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxcuUOz5yA .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #073b4c;
}
.cid-sxcuUOz5yA img {
  width: 100%;
}
.cid-sxcuUOz5yA p {
  margin-top: 6rem;
}
.cid-sxcuUOz5yA .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sxcuUOz5yA .content-wrapper {
  padding-top: 6rem;
}
.cid-sxcuUOz5yA 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-sxcuUOz5yA .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sxcuUOz5yA p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxcuUOz5yA .back {
    width: 100%;
    height: 75%;
  }
  .cid-sxcuUOz5yA .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sxcuUOz5yA p {
    margin-top: 4rem;
  }
}
.cid-sxcuUOz5yA .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sxcuUOz5yA .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sxcuUOz5yA .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sxcuUOz5yA h4 {
    right: 2rem;
  }
}
.cid-sxcuUOz5yA H3 {
  color: #ffffff;
}
.cid-sxcuUOz5yA H1 {
  color: #ffffff;
}
.cid-sxcuUOz5yA .mbr-text,
.cid-sxcuUOz5yA .mbr-section-btn {
  color: #ffffff;
}
.cid-sxcuUOz5yA H4 {
  color: #ffffff;
}
.cid-sJbMGLwxpF {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #3f9daf;
}
.cid-sJbMGLwxpF .container {
  max-width: 1500px;
}
.cid-sJbMGLwxpF img {
  width: 100%;
}
.cid-sJbMGLwxpF h2 {
  padding: 0;
  margin: 0;
}
.cid-sJbMGLwxpF .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sJbMGLwxpF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sJbMGLwxpF .img-col {
  position: relative;
}
.cid-sJbMGLwxpF .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sJbMGLwxpF .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sJbMGLwxpF .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-sJbMGLwxpF .img2 {
    top: -2rem;
  }
  .cid-sJbMGLwxpF .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sJbMGLwxpF .img2 {
    width: 50%;
  }
  .cid-sJbMGLwxpF .number {
    margin: auto;
  }
}
.cid-sJbMGLwxpF .mbr-text {
  color: #ffffff;
}
.cid-sJbMGLwxpF H2 {
  color: #ffffff;
}
.cid-sy1CRBJRuM {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sy1CRBJRuM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sy1CRBJRuM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sy1CRBJRuM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sy1CRBJRuM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sy1CRBJRuM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sy1CRBJRuM .icon-focus {
  display: none;
}
.cid-sy1CRBJRuM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  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-sy1CRBJRuM ul {
  font-size: 0;
}
.cid-sy1CRBJRuM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sy1CRBJRuM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sy1CRBJRuM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f7699, #ce1818);
}
.cid-sy1CRBJRuM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sy1CRBJRuM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sy1CRBJRuM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sy1CRBJRuM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sy1CRBJRuM .btn:hover {
  background: transparent !important;
}
.cid-sy1CRBJRuM .btn:hover:before {
  background: transparent !important;
}
.cid-sy1CRBJRuM .btn:before {
  background-color: transparent !important;
}
.cid-sy1CRBJRuM .btn:focus {
  box-shadow: none;
}
.cid-sy1CRBJRuM .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-sy1C1qxOs9 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #3f9daf;
}
.cid-sy1C1qxOs9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sy1C1qxOs9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sy1C1qxOs9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sy1C1qxOs9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sy1C1qxOs9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sy1C1qxOs9 .icon-focus {
  display: none;
}
.cid-sy1C1qxOs9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  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-sy1C1qxOs9 ul {
  font-size: 0;
}
.cid-sy1C1qxOs9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sy1C1qxOs9 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sy1C1qxOs9 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0f7699, #ce1818);
}
.cid-sy1C1qxOs9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sy1C1qxOs9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sy1C1qxOs9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sy1C1qxOs9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sy1C1qxOs9 .btn:hover {
  background: transparent !important;
}
.cid-sy1C1qxOs9 .btn:hover:before {
  background: transparent !important;
}
.cid-sy1C1qxOs9 .btn:before {
  background-color: transparent !important;
}
.cid-sy1C1qxOs9 .btn:focus {
  box-shadow: none;
}
.cid-sy1C1qxOs9 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-sy1Fc7rUhW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy1Fc7rUhW .mbr-text,
.cid-sy1Fc7rUhW .ornament {
  color: #080808;
}
.cid-sx07HV2o6m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sx07HV2o6m .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sx07HV2o6m .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sx07HV2o6m .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx07HV2o6m .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sx07HV2o6m .text-element {
  padding: 1rem;
}
.cid-sx07HV2o6m .main,
.cid-sx07HV2o6m .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sx07HV2o6m .main:first-child {
    padding-top: 1rem;
  }
  .cid-sx07HV2o6m .image-element,
  .cid-sx07HV2o6m .text-element {
    margin-bottom: 1rem;
  }
  .cid-sx07HV2o6m .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sx07HV2o6m .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sx07HV2o6m .image-element,
  .cid-sx07HV2o6m .text-element {
    margin-bottom: 0;
  }
  .cid-sx07HV2o6m .main:first-child {
    padding-top: 0;
  }
}
.cid-sxhSDEnj4R {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxhSDEnj4R .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxhSDEnj4R .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxhSDEnj4R .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxhSDEnj4R .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxhSDEnj4R .text-element {
  padding: 1rem;
}
.cid-sxhSDEnj4R .main,
.cid-sxhSDEnj4R .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxhSDEnj4R .main:first-child {
    padding-top: 1rem;
  }
  .cid-sxhSDEnj4R .image-element,
  .cid-sxhSDEnj4R .text-element {
    margin-bottom: 1rem;
  }
  .cid-sxhSDEnj4R .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sxhSDEnj4R .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sxhSDEnj4R .image-element,
  .cid-sxhSDEnj4R .text-element {
    margin-bottom: 0;
  }
  .cid-sxhSDEnj4R .main:first-child {
    padding-top: 0;
  }
}
.cid-sxjr7US8mo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxjr7US8mo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxjr7US8mo .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxjr7US8mo .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxjr7US8mo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxjr7US8mo .text-element {
  padding: 1rem;
}
.cid-sxjr7US8mo .main,
.cid-sxjr7US8mo .main-reverse {
  background: #073b4c;
}
@media (max-width: 991px) {
  .cid-sxjr7US8mo .main:first-child {
    padding-top: 1rem;
  }
  .cid-sxjr7US8mo .image-element,
  .cid-sxjr7US8mo .text-element {
    margin-bottom: 1rem;
  }
  .cid-sxjr7US8mo .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sxjr7US8mo .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sxjr7US8mo .image-element,
  .cid-sxjr7US8mo .text-element {
    margin-bottom: 0;
  }
  .cid-sxjr7US8mo .main:first-child {
    padding-top: 0;
  }
}
.cid-sxjr7US8mo .mbr-title,
.cid-sxjr7US8mo .underline {
  color: #ffffff;
}
.cid-sxjr7US8mo .mbr-text {
  color: #ffffff;
}
.cid-sxjr7US8mo .mbr-price-value {
  color: #ffffff;
}
.cid-svZojco3FO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-svZojco3FO .mbr-text {
  position: relative;
  color: #282124;
}
.cid-svZojco3FO .mbr-text:before {
  color: #ffda00;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-svZojco3FO img {
  object-fit: contain;
}
.cid-svZojco3FO .mbr-text:after {
  color: #ffda00;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-svZojco3FO .mbr-text:after,
  .cid-svZojco3FO .mbr-text:before {
    display: none;
  }
}
.cid-svZojco3FO .mbr-section-title,
.cid-svZojco3FO .logo {
  color: #282124;
}
.cid-svZhDg8Z8i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ff3366;
}
.cid-svZhDg8Z8i .box1 {
  background-image: url("../../../assets/images/supa-satin-1-800x800.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-svZhDg8Z8i .box2 {
  background-image: url("../../../assets/images/multi-task-acrylic-1000x1347.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-svZhDg8Z8i .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-svZhDg8Z8i .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-svZhDg8Z8i .icon-wrap span {
  padding-left: 8px;
}
.cid-svZhDg8Z8i .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-svZhDg8Z8i .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-svZhDg8Z8i .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-svZhDg8Z8i .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-svZhDg8Z8i .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-svZhDg8Z8i a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-svZhDg8Z8i a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-svZhDg8Z8i {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-svZhDg8Z8i .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-svZhDg8Z8i {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-svZhDg8Z8i .box1,
  .cid-svZhDg8Z8i .box2 {
    height: 250px;
  }
}
.cid-svZhE5ZtDp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffda00;
}
.cid-svZhE5ZtDp .box1 {
  background-image: url("../../../assets/images/satin-roof-600x600.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-svZhE5ZtDp .box2 {
  background-image: url("../../../assets/images/qd-zinc-phosphate-primer-800x800.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-svZhE5ZtDp .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-svZhE5ZtDp .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-svZhE5ZtDp .icon-wrap span {
  padding-left: 8px;
}
.cid-svZhE5ZtDp .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-svZhE5ZtDp .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-svZhE5ZtDp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-svZhE5ZtDp .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-svZhE5ZtDp .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-svZhE5ZtDp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-svZhE5ZtDp a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-svZhE5ZtDp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-svZhE5ZtDp .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-svZhE5ZtDp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-svZhE5ZtDp .box1,
  .cid-svZhE5ZtDp .box2 {
    height: 250px;
  }
}
.cid-svZFQl5wLy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svZL0btYS1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-svZL0btYS1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-svZL0btYS1 img:hover {
  transform: scale(1.1);
}
.cid-svZL0btYS1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-svZL0btYS1 h2 {
  padding: 0;
  margin: 0;
}
.cid-svZL0btYS1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svZL0btYS1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-svZL0btYS1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-svZL0btYS1 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-svZL0btYS1 .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-svZL0btYS1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svZL0btYS1 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-svZL0btYS1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-svZL0btYS1 H2 {
  color: #333333;
}
.cid-svZL0btYS1 .mbr-text {
  color: #ffffff;
}
.cid-svZL0btYS1 H1 {
  color: #ffffff;
}
.cid-sprzXMyqRN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-sprzXMyqRN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sprzXMyqRN input,
.cid-sprzXMyqRN textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sprzXMyqRN input:focus,
.cid-sprzXMyqRN textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sprzXMyqRN .form-control,
.cid-sprzXMyqRN .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sprzXMyqRN .form-control:hover,
.cid-sprzXMyqRN .field-input:hover,
.cid-sprzXMyqRN .form-control:focus,
.cid-sprzXMyqRN .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sprzXMyqRN input::-webkit-input-placeholder,
.cid-sprzXMyqRN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sprzXMyqRN input:-moz-placeholder,
.cid-sprzXMyqRN textarea:-moz-placeholder {
  color: #767676;
}
.cid-sprzXMyqRN .jq-selectbox li,
.cid-sprzXMyqRN .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-sprzXMyqRN .jq-selectbox li:hover,
.cid-sprzXMyqRN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sprzXMyqRN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sprzXMyqRN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sprzXMyqRN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sprzXMyqRN .mbr-form {
  max-width: 450px;
}
.cid-sprzXMyqRN textarea {
  min-height: 150px;
}
.cid-sprzXMyqRN .mbr-text {
  color: #ffffff;
}
.cid-sprzXMyqRN .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sprzXMyqRN .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sprzXMyqRN H2 {
  color: #ffffff;
}
.cid-sJbRF0m7Bp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sJbRF0m7Bp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJbRF0m7Bp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJbRF0m7Bp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJbRF0m7Bp .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sJbRF0m7Bp .container {
  padding: 0;
}
.cid-sJbRF0m7Bp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJbRF0m7Bp .icon-focus {
  display: none;
}
.cid-sJbRF0m7Bp .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sJbRF0m7Bp .btn[class*=-outline]:hover,
.cid-sJbRF0m7Bp .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sJbRF0m7Bp li:hover .btn-primary-outline,
.cid-sJbRF0m7Bp li:active .btn-primary-outline,
.cid-sJbRF0m7Bp li.active .btn-primary-outline {
  color: #0f7699 !important;
}
.cid-sJbRF0m7Bp li:hover .btn-secondary-outline,
.cid-sJbRF0m7Bp li:active .btn-secondary-outline,
.cid-sJbRF0m7Bp li.active .btn-secondary-outline {
  color: #ce1818 !important;
}
.cid-sJbRF0m7Bp li:hover .btn-info-outline,
.cid-sJbRF0m7Bp li:active .btn-info-outline,
.cid-sJbRF0m7Bp li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-sJbRF0m7Bp li:hover .btn-warning-outline,
.cid-sJbRF0m7Bp li:active .btn-warning-outline,
.cid-sJbRF0m7Bp li.active .btn-warning-outline {
  color: #767676 !important;
}
.cid-sJbRF0m7Bp li:hover .btn-white-outline,
.cid-sJbRF0m7Bp li:active .btn-white-outline,
.cid-sJbRF0m7Bp li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sJbRF0m7Bp li:hover .btn-black-outline,
.cid-sJbRF0m7Bp li:active .btn-black-outline,
.cid-sJbRF0m7Bp li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sJbRF0m7Bp li:hover .btn-success-outline,
.cid-sJbRF0m7Bp li:active .btn-success-outline,
.cid-sJbRF0m7Bp li.active .btn-success-outline {
  color: #da7505 !important;
}
.cid-sJbRF0m7Bp li:hover .btn-danger-outline,
.cid-sJbRF0m7Bp li:active .btn-danger-outline,
.cid-sJbRF0m7Bp li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-sJbRF0m7Bp li {
  position: relative;
}
.cid-sJbRF0m7Bp .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sJbRF0m7Bp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJbRF0m7Bp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJbRF0m7Bp .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sJbRF0m7Bp .btn {
  font-family: Barlow !important;
}
.cid-sJbRF0m7Bp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sJbRF0m7Bp .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sJbRF0m7Bp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sJbRF0m7Bp .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sphhavrAAS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sphhavrAAS .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-sphhavrAAS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sphhavrAAS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sphhavrAAS .form-group {
  padding-right: 0;
}
.cid-sphhavrAAS .card {
  padding: 3rem 8rem;
}
.cid-sphhavrAAS .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sphhavrAAS .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sphhavrAAS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sphhavrAAS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sphhavrAAS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sphhavrAAS .map-placeholder {
  display: none;
}
.cid-sphhavrAAS .btn-primary {
  border: 1px solid #0f7699 !important;
}
.cid-sphhavrAAS .btn-primary:hover {
  border: 1px solid #0f7699 !important;
}
.cid-sphhavrAAS .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sphhavrAAS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sphhavrAAS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-sphhavrAAS .mbr-text {
  color: #444;
}
.cid-sphhavrAAS h5 {
  margin-bottom: 0;
}
.cid-sphhavrAAS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sphhavrAAS .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sphhavrAAS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sphhavrAAS .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sphhavrAAS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sphhavrAAS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sphhavrAAS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sphhavrAAS .social-list a:hover {
  opacity: 0.4;
}
.cid-sphhavrAAS .media-container-row > div {
  padding: 0px;
}
.cid-sphhavrAAS .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sphhavrAAS .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sphhavrAAS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sphhavrAAS .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sphhavrAAS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sphhavrAAS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sphhavrAAS .form-group {
    max-width: 180px;
  }
  .cid-sphhavrAAS .card {
    padding: 2rem 1rem;
  }
}
.cid-sphhavrAAS .links span {
  color: #9e9e9e;
}
.cid-sphhavrAAS .logo-title,
.cid-sphhavrAAS .logo-sub-title {
  text-align: center;
}
.cid-sphhavrAAS .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sxn8VhccHS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn8VhccHS .content {
    text-align: center;
  }
  .cid-sxn8VhccHS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn8VhccHS .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn8VhccHS textarea.form-control {
  resize: none;
}
.cid-sxn8VhccHS .input-group-btn {
  display: inline-block;
}
.cid-sxn8VhccHS .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn8VhccHS .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn8VhccHS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn8VhccHS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn8VhccHS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn8VhccHS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn8VhccHS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn8VhccHS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn8VhccHS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn8VhccHS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn8VhccHS .form-control,
.cid-sxn8VhccHS .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sxiWUzuwE2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxiWUzuwE2 [class^="socicon-"]:before,
.cid-sxiWUzuwE2 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxiWUzuwE2 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxiWUzuwE2 .btn-social,
.cid-sxiWUzuwE2 .mbr-section-title {
  color: #57468b;
}
.cid-sxiWUzuwE2 .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxiWUzuwE2 .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxiWUzuwE2 .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxiWUzuwE2 .align-left {
    text-align: center;
  }
  .cid-sxiWUzuwE2 .align-right {
    text-align: center;
  }
  .cid-sxiWUzuwE2 .social-list {
    justify-content: center;
  }
  .cid-sxiWUzuwE2 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxiWUzuwE2 .mbr-text {
  color: #c1c1c1;
}
.cid-sp1fLk5IKE {
  padding-top: 15px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/img-20210205-wa0070-1280x640.jpg");
}
.cid-sp1fLk5IKE .row {
  justify-content: flex-end;
}
.cid-sp1fLk5IKE .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-sp1fLk5IKE .block {
  background-color: #073b4c;
}
.cid-sp1fLk5IKE img {
  width: 100%;
}
.cid-sp1fLk5IKE .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sp1fLk5IKE .content {
  max-width: 600px;
}
.cid-sp1fLk5IKE h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sp1fLk5IKE .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sp1fLk5IKE h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sp1fLk5IKE .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sp1fLk5IKE h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-sp1fLk5IKE .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-sp1fLk5IKE H1 {
  color: #ffffff;
}
.cid-sp1fLk5IKE .mbr-text,
.cid-sp1fLk5IKE .mbr-section-btn {
  color: #ffffff;
}
.cid-sp1fLk5IKE H4 {
  color: #ffffff;
}
.cid-sp1hSbuflv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sp1hSbuflv .container {
  max-width: 1500px;
}
.cid-sp1hSbuflv img {
  width: 100%;
}
.cid-sp1hSbuflv h2 {
  padding: 0;
  margin: 0;
}
.cid-sp1hSbuflv .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sp1hSbuflv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sp1hSbuflv .img-col {
  position: relative;
}
.cid-sp1hSbuflv .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sp1hSbuflv .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sp1hSbuflv .img-col {
    margin-bottom: 3rem;
  }
  .cid-sp1hSbuflv .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sp1hSbuflv .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sp1hSbuflv .number {
    margin: auto;
  }
}
.cid-sxcdaJX3Wk {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #efeeee;
  background: linear-gradient(90deg, #efeeee, #efeeee);
}
.cid-sxcdaJX3Wk .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sxcdaJX3Wk .mbr-role {
  padding-bottom: .5rem;
}
.cid-sxcdaJX3Wk .mbr-iconfont {
  color: #767676;
  font-size: 1rem;
}
.cid-sxcdaJX3Wk .mbr-iconfont:hover {
  color: #149dcc;
}
.cid-sxcdaJX3Wk .image-wrap {
  position: relative;
  height: 100%;
}
.cid-sxcdaJX3Wk .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-sxcdaJX3Wk .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-sxcdaJX3Wk .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-sxcdaJX3Wk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sxcdaJX3Wk .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-sxcdaJX3Wk .card-bottom {
  background-color: #0f7699;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
  bottom: -48px;
  bottom: -60px;
  bottom: -16px;
}
.cid-sxcdaJX3Wk .card-bottom:hover {
  bottom: 0;
}
.cid-sxcdaJX3Wk .mbr-role,
.cid-sxcdaJX3Wk .ornament,
.cid-sxcdaJX3Wk .social-media {
  color: #cccccc;
}
.cid-sxcehNMPgQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #efeeee;
  background: linear-gradient(90deg, #efeeee, #efeeee);
}
.cid-sxcehNMPgQ .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sxcehNMPgQ .mbr-role {
  padding-bottom: .5rem;
}
.cid-sxcehNMPgQ .mbr-iconfont {
  color: #767676;
  font-size: 1rem;
}
.cid-sxcehNMPgQ .mbr-iconfont:hover {
  color: #149dcc;
}
.cid-sxcehNMPgQ .image-wrap {
  position: relative;
  height: 100%;
}
.cid-sxcehNMPgQ .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-sxcehNMPgQ .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-sxcehNMPgQ .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-sxcehNMPgQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sxcehNMPgQ .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-sxcehNMPgQ .card-bottom {
  background-color: #073b4c;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
  bottom: -48px;
  bottom: -60px;
  bottom: -16px;
}
.cid-sxcehNMPgQ .card-bottom:hover {
  bottom: 0;
}
.cid-sxcehNMPgQ .mbr-role,
.cid-sxcehNMPgQ .ornament,
.cid-sxcehNMPgQ .social-media {
  color: #cccccc;
}
.cid-sxn8NqbK4d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-sxn8NqbK4d .content {
    text-align: center;
  }
  .cid-sxn8NqbK4d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxn8NqbK4d .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sxn8NqbK4d textarea.form-control {
  resize: none;
}
.cid-sxn8NqbK4d .input-group-btn {
  display: inline-block;
}
.cid-sxn8NqbK4d .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sxn8NqbK4d .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxn8NqbK4d .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxn8NqbK4d .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxn8NqbK4d .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxn8NqbK4d .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxn8NqbK4d .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxn8NqbK4d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sxn8NqbK4d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxn8NqbK4d .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxn8NqbK4d .form-control,
.cid-sxn8NqbK4d .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sxjGApX2kO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sxjGApX2kO [class^="socicon-"]:before,
.cid-sxjGApX2kO [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sxjGApX2kO .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sxjGApX2kO .btn-social,
.cid-sxjGApX2kO .mbr-section-title {
  color: #57468b;
}
.cid-sxjGApX2kO .soc-item {
  width: 45px;
  height: 45px;
  background: #282124;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sxjGApX2kO .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sxjGApX2kO .soc-item:hover span {
  color: #ce1818 !important;
}
@media (max-width: 992px) {
  .cid-sxjGApX2kO .align-left {
    text-align: center;
  }
  .cid-sxjGApX2kO .align-right {
    text-align: center;
  }
  .cid-sxjGApX2kO .social-list {
    justify-content: center;
  }
  .cid-sxjGApX2kO .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sxjGApX2kO .mbr-text {
  color: #c1c1c1;
}
.cid-sxiReeZazk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxiReeZazk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxiReeZazk a {
  font-style: normal;
}
.cid-sxiReeZazk .show {
  overflow: visible;
}
.cid-sxiReeZazk .dropdown-menu {
  max-height: 400px;
}
.cid-sxiReeZazk .dropdown-item:active {
  background-color: transparent;
}
.cid-sxiReeZazk .nav-link {
  font-weight: 600!important;
}
.cid-sxiReeZazk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxiReeZazk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .nav-item:focus,
.cid-sxiReeZazk .nav-link:focus {
  outline: none;
}
.cid-sxiReeZazk .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxiReeZazk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxiReeZazk .menu-logo {
  margin-right: auto;
}
.cid-sxiReeZazk .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-sxiReeZazk .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-sxiReeZazk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxiReeZazk .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-sxiReeZazk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxiReeZazk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxiReeZazk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxiReeZazk .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-sxiReeZazk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxiReeZazk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxiReeZazk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxiReeZazk button.navbar-toggler:focus {
  outline: none;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxiReeZazk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxiReeZazk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxiReeZazk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxiReeZazk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing,
.cid-sxiReeZazk .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxiReeZazk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxiReeZazk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxiReeZazk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxiReeZazk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxiReeZazk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxiReeZazk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxiReeZazk .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-sxiReeZazk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxiReeZazk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxiReeZazk .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-sxiReeZazk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk img {
    height: 3.8rem !important;
  }
  .cid-sxiReeZazk .btn {
    display: -webkit-flex;
  }
  .cid-sxiReeZazk button.navbar-toggler {
    display: block;
  }
  .cid-sxiReeZazk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxiReeZazk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing,
  .cid-sxiReeZazk .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxiReeZazk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxiReeZazk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxiReeZazk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxiReeZazk .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-sxiReeZazk .nav-link {
    justify-content: start!important;
  }
  .cid-sxiReeZazk .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sxiReeZazk .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxiReeZazk .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sxiReeZazk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxiReeZazk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxiReeZazk .nav-link:hover,
.cid-sxiReeZazk .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-sxiReeZazk .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sxiReeZazk .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
