body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #465052 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #465052 !important;
}
.text-secondary {
  color: #465052 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #171a1b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.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: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #465052;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #465052;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #465052;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #465052;
  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: #465052;
  border-bottom-color: #465052;
}
.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: #465052 !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: #465052 !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: 100px;
  height: 100px;
  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='%23465052' %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.3;
}
.cid-v8Qxejx0bR {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/homepage-1376x768.png");
}
.cid-v8Qxejx0bR .mbr-iconfont2 {
  color: #ffffff;
}
.cid-v8Qxejx0bR .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-v8Qxejx0bR .card-inner {
  background-color: #4f4943;
  transition: 0.7s;
  z-index: 10;
}
.cid-v8Qxejx0bR .btn {
  margin-left: 0rem;
}
.cid-v8Qxejx0bR .row {
  padding-bottom: 8rem;
}
.cid-v8Qxejx0bR .link {
  margin: 0;
}
.cid-v8Qxejx0bR .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-v8Qxejx0bR .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: 0.7s;
}
.cid-v8Qxejx0bR .card-img {
  margin-bottom: 3.2rem;
}
.cid-v8Qxejx0bR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-v8Qxejx0bR .card:hover .card-inner {
  background-color: #3fa735;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-v8Qxejx0bR .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v8Qxejx0bR .card:hover .card-title:after {
  background: #ffffff;
}
.cid-v8Qxejx0bR .media-container-row {
  align-items: flex-end;
}
.cid-v8Qxejx0bR .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v8Qxejx0bR .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-v8Qxejx0bR .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8Qxejx0bR .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v8Qxejx0bR .card {
    margin-bottom: 2rem;
  }
  .cid-v8Qxejx0bR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Qxejx0bR .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v8Qxejx0bR .card {
  position: relative;
}
.cid-v8Qxejx0bR .card-4::after {
  content: '';
  background-color: #3fa735;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-v8Qxejx0bR .card:first-child .card-inner {
  background-color: #3fa735;
}
.cid-v8Qxejx0bR .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-v8Qxejx0bR .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-v8Qxejx0bR .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-v8Qxejx0bR .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-v8Qxejx0bR .line-title {
  width: 40px;
  height: 2px;
  background-color: #b1a374;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-v8Qxejx0bR .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #b1a374;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-v8Qxejx0bR .block-title,
.cid-v8Qxejx0bR .mbr-section-title,
.cid-v8Qxejx0bR .line,
.cid-v8Qxejx0bR .mbr-section-btn {
  color: #ffffff;
}
.cid-talwj8rnP4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-talwj8rnP4 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-talwj8rnP4 .contents .mbr-subtitle {
  color: #465052;
  margin-bottom: 10px;
}
.cid-talwj8rnP4 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #465052;
}
.cid-talwj8rnP4 .contents .mbr-text {
  color: #82786e;
}
.cid-talwj8rnP4 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-talwj8rnP4 .card-wrapper .card-box .card-title {
  color: #465052;
}
.cid-talwj8rnP4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #82786e;
}
.cid-talwj8rnP4 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-talwj8rnP4 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-talwj8rnP4 .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #465052;
}
.cid-talwj8rnP4 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-talwj8rnP4 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-talwj8rnP4 .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #465052;
}
.cid-talwj8rnP4 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-talwj8rnP4 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-talwj8rnP4 .card-wrapper:hover {
  background-color: #3fa735;
  border-color: #3fa735;
}
.cid-talwj8rnP4 .card-wrapper:hover .card-box .card-title {
  color: #ffffff;
}
.cid-talwj8rnP4 .card-wrapper:hover .card-box .mbr-text {
  color: #ffffff;
}
.cid-talwj8rnP4 .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-talwj8rnP4 .card-wrapper:hover .card-img .mbr-iconfont {
  color: #ffffff;
}
.cid-talwj8rnP4 .card-wrapper:hover .mbr-link-btn .btn {
  color: #ffffff;
}
.cid-talwj8rnP4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-talwj8rnP4 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-talwj8rnP4 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-talwj8rnP4 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #465052 !important;
  box-shadow: none !important;
}
.cid-talwj8rnP4 .btn[class*="-outline"]:active,
.cid-talwj8rnP4 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-talwj8rnP4 .card {
    margin-bottom: 15px;
  }
}
.cid-taE5YdsFeB {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-taE5YdsFeB .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-taE5YdsFeB .social-list a:focus {
  text-decoration: none;
}
.cid-tccUK2X7mU {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tccUK2X7mU .carousel-control {
  background: #000;
}
.cid-tccUK2X7mU .mbr-section-subtitle {
  color: #767676;
}
.cid-tccUK2X7mU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tccUK2X7mU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tccUK2X7mU .carousel-item .wrap-img {
  text-align: center;
}
.cid-tccUK2X7mU .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tccUK2X7mU .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tccUK2X7mU .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tccUK2X7mU .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tccUK2X7mU .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tccUK2X7mU .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tccUK2X7mU .cloneditem-1,
.cid-tccUK2X7mU .cloneditem-2,
.cid-tccUK2X7mU .cloneditem-3,
.cid-tccUK2X7mU .cloneditem-4,
.cid-tccUK2X7mU .cloneditem-5 {
  display: none;
}
.cid-tccUK2X7mU .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tccUK2X7mU .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides2 .cloneditem-1,
  .cid-tccUK2X7mU .carousel-inner.slides2 .cloneditem-2,
  .cid-tccUK2X7mU .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides3 .cloneditem-1,
  .cid-tccUK2X7mU .carousel-inner.slides3 .cloneditem-2,
  .cid-tccUK2X7mU .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides4 .cloneditem-1,
  .cid-tccUK2X7mU .carousel-inner.slides4 .cloneditem-2,
  .cid-tccUK2X7mU .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides5 .cloneditem-1,
  .cid-tccUK2X7mU .carousel-inner.slides5 .cloneditem-2,
  .cid-tccUK2X7mU .carousel-inner.slides5 .cloneditem-3,
  .cid-tccUK2X7mU .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccUK2X7mU .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccUK2X7mU .carousel-inner.slides6 .cloneditem-1,
  .cid-tccUK2X7mU .carousel-inner.slides6 .cloneditem-2,
  .cid-tccUK2X7mU .carousel-inner.slides6 .cloneditem-3,
  .cid-tccUK2X7mU .carousel-inner.slides6 .cloneditem-4,
  .cid-tccUK2X7mU .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF25EeGUjp {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sF25EeGUjp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF25EeGUjp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sF25EeGUjp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sH5g90Oyl9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH5g90Oyl9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sH5g90Oyl9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH5g90Oyl9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH5g90Oyl9 .mbr-text {
    text-align: center;
  }
}
.cid-sH5g90Oyl9 H1 {
  color: #232323;
}
.cid-sH5g90Oyl9 .mbr-text,
.cid-sH5g90Oyl9 .mbr-section-btn {
  color: #232323;
}
.cid-sH5g90Oyl9 H2 {
  color: #232323;
}
.cid-sH5gVGIaQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5gVGIaQR .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5gVGIaQR .mbr-text {
  color: #232323;
}
.cid-sH5gYJ6yXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5gYJ6yXF .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5gYJ6yXF .mbr-text {
  color: #232323;
}
.cid-sH5gY56yio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5gY56yio .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5gY56yio .mbr-text {
  color: #232323;
}
.cid-sH5gXyxCIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5gXyxCIi .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5gXyxCIi .mbr-text {
  color: #232323;
}
.cid-sH5hJKuGcm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH5hJKuGcm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sH5hJKuGcm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH5hJKuGcm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH5hJKuGcm .mbr-text {
    text-align: center;
  }
}
.cid-sH5hJKuGcm H1 {
  color: #232323;
}
.cid-sH5hJKuGcm .mbr-text,
.cid-sH5hJKuGcm .mbr-section-btn {
  color: #232323;
}
.cid-sH5hJKuGcm H2 {
  color: #232323;
}
.cid-sH5hM1BWeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5hM1BWeV .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5hM1BWeV .mbr-text {
  color: #232323;
}
.cid-sH5Ihndc2B {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH5Ihndc2B .mbr-text {
  color: #232323;
}
.cid-sH5Ihndc2B .mbr-text P {
  text-align: center;
}
.cid-sH5iPSJV21 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH5iPSJV21 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sH5iPSJV21 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH5iPSJV21 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH5iPSJV21 .mbr-text {
    text-align: center;
  }
}
.cid-sH5iPSJV21 H1 {
  color: #232323;
}
.cid-sH5iPSJV21 .mbr-text,
.cid-sH5iPSJV21 .mbr-section-btn {
  color: #232323;
}
.cid-sH5iPSJV21 H2 {
  color: #232323;
}
.cid-sH5iQQ0RsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5iQQ0RsU .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5iQQ0RsU .mbr-text {
  color: #232323;
}
.cid-sH5IGqZSjY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH5IGqZSjY .mbr-text {
  color: #232323;
}
.cid-sH5IGqZSjY .mbr-text P {
  text-align: center;
}
.cid-sH5jbLoZVe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH5jbLoZVe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sH5jbLoZVe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH5jbLoZVe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH5jbLoZVe .mbr-text {
    text-align: center;
  }
}
.cid-sH5jbLoZVe H1 {
  color: #232323;
}
.cid-sH5jbLoZVe .mbr-text,
.cid-sH5jbLoZVe .mbr-section-btn {
  color: #232323;
}
.cid-sH5jbLoZVe H2 {
  color: #232323;
}
.cid-sH5jnjfQxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5jnjfQxS .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5jnjfQxS .mbr-text {
  color: #232323;
}
.cid-sH5IPysFkG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH5IPysFkG .mbr-text {
  color: #232323;
}
.cid-sH5IPysFkG .mbr-text P {
  text-align: center;
}
.cid-t2oGiNg1M9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2oGiNg1M9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t2oGiNg1M9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2oGiNg1M9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2oGiNg1M9 .mbr-text {
    text-align: center;
  }
}
.cid-t2oGiNg1M9 H1 {
  color: #232323;
}
.cid-t2oGiNg1M9 .mbr-text,
.cid-t2oGiNg1M9 .mbr-section-btn {
  color: #232323;
}
.cid-t2oGiNg1M9 H2 {
  color: #232323;
}
.cid-t2oGyBiRuQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2oGyBiRuQ img {
  border-radius: 0px;
}
.cid-t2oGyBiRuQ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t2oGyBiRuQ .date {
  text-transform: uppercase;
  color: #465052;
  text-align: left;
  padding-top: 1rem;
}
.cid-t2oGyBiRuQ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t2oGyBiRuQ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-t2oGyBiRuQ .right {
  display: flex;
  flex-direction: column;
}
.cid-t2oGyBiRuQ .mbr-section-btn {
  border: 2px solid #465052;
  width: auto;
}
.cid-t2oGyBiRuQ .mbr-section-btn:hover {
  background-color: #465052;
  border: 2px solid #465052;
}
.cid-t2oGyBiRuQ .card-heading {
  padding-top: 0;
}
.cid-t2oGyBiRuQ .mbr-text {
  padding-top: 10px;
}
.cid-t3m17Cc56C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3m17Cc56C .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t3m17Cc56C .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3m17Cc56C .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t3m17Cc56C .mbr-text {
    text-align: center;
  }
}
.cid-t3m17Cc56C H1 {
  color: #232323;
}
.cid-t3m17Cc56C .mbr-text,
.cid-t3m17Cc56C .mbr-section-btn {
  color: #232323;
}
.cid-t3m17Cc56C H2 {
  color: #232323;
}
.cid-t3m1tLi1bq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3m1tLi1bq .mbr-section-subtitle {
  color: #14191e;
}
.cid-t3m1tLi1bq .mbr-text {
  color: #232323;
}
.cid-tccXQclYO2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tccXQclYO2 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tccXQclYO2 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tccXQclYO2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tccXQclYO2 .mbr-text {
    text-align: center;
  }
}
.cid-tccXQclYO2 H1 {
  color: #232323;
}
.cid-tccXQclYO2 .mbr-text,
.cid-tccXQclYO2 .mbr-section-btn {
  color: #232323;
}
.cid-tccXQclYO2 H2 {
  color: #232323;
}
.cid-taBprHwtnB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taBprHwtnB img {
  border-radius: 0px;
}
.cid-taBprHwtnB .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-taBprHwtnB .date {
  text-transform: uppercase;
  color: #465052;
  text-align: left;
  padding-top: 1rem;
}
.cid-taBprHwtnB .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-taBprHwtnB .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-taBprHwtnB .right {
  display: flex;
  flex-direction: column;
}
.cid-taBprHwtnB .mbr-section-btn {
  border: 2px solid #465052;
  width: auto;
}
.cid-taBprHwtnB .mbr-section-btn:hover {
  background-color: #465052;
  border: 2px solid #465052;
}
.cid-taBprHwtnB .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-taBprHwtnB .mbr-text {
  padding-top: 10px;
}
.cid-tccY0mtgEB {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tccY0mtgEB .carousel-control {
  background: #000;
}
.cid-tccY0mtgEB .mbr-section-subtitle {
  color: #767676;
}
.cid-tccY0mtgEB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tccY0mtgEB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tccY0mtgEB .carousel-item .wrap-img {
  text-align: center;
}
.cid-tccY0mtgEB .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tccY0mtgEB .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tccY0mtgEB .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tccY0mtgEB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tccY0mtgEB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tccY0mtgEB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tccY0mtgEB .cloneditem-1,
.cid-tccY0mtgEB .cloneditem-2,
.cid-tccY0mtgEB .cloneditem-3,
.cid-tccY0mtgEB .cloneditem-4,
.cid-tccY0mtgEB .cloneditem-5 {
  display: none;
}
.cid-tccY0mtgEB .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tccY0mtgEB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides2 .cloneditem-1,
  .cid-tccY0mtgEB .carousel-inner.slides2 .cloneditem-2,
  .cid-tccY0mtgEB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides3 .cloneditem-1,
  .cid-tccY0mtgEB .carousel-inner.slides3 .cloneditem-2,
  .cid-tccY0mtgEB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides4 .cloneditem-1,
  .cid-tccY0mtgEB .carousel-inner.slides4 .cloneditem-2,
  .cid-tccY0mtgEB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides5 .cloneditem-1,
  .cid-tccY0mtgEB .carousel-inner.slides5 .cloneditem-2,
  .cid-tccY0mtgEB .carousel-inner.slides5 .cloneditem-3,
  .cid-tccY0mtgEB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tccY0mtgEB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tccY0mtgEB .carousel-inner.slides6 .cloneditem-1,
  .cid-tccY0mtgEB .carousel-inner.slides6 .cloneditem-2,
  .cid-tccY0mtgEB .carousel-inner.slides6 .cloneditem-3,
  .cid-tccY0mtgEB .carousel-inner.slides6 .cloneditem-4,
  .cid-tccY0mtgEB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sF27h1vOm5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sF27h1vOm5 img {
  width: 120px;
  margin: auto;
}
.cid-sF27h1vOm5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.cid-sF27h1vOm5 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sF27h1vOm5 .card {
    max-width: 20%;
  }
}
.cid-sF27h1vOm5 H3 {
  color: #cc2952;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2dqQ6vpN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2dqQ6vpN .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormRCV3-6i h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6i small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6i .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6i .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6i .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6i .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6i .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6i #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6i #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6i #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6i #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6i #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6i #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6i .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6i .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6i .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6i .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6i .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6i .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6i #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6i #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6i #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6i #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6i #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6i #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6i #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6i #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6i #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6i #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6i #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6i #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6i #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6i .form-control {
  padding: .5em .5em !important;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2dlCAvhq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2dlCAvhq .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormRCV3-6h h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6h small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6h .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6h .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6h .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6h .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6h .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6h #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6h #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6h #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6h #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6h #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6h #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6h .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6h .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6h .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6h .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6h .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6h .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6h #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6h #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6h #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6h #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6h #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6h #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6h #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6h #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6h #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6h #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6h #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6h #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6h #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6h .form-control {
  padding: .5em .5em !important;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2cJpspVO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2cJpspVO .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormRCV3-6g h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6g small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6g .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6g .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6g .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6g .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6g .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6g #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6g #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6g #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6g #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6g #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6g #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6g .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6g .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6g .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6g .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6g .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6g .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6g #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6g #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6g #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6g #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6g .form-control {
  padding: .5em .5em !important;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2f6Vf2jj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sF2f7g4T9Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2f7g4T9Q .mbr-text,
.cid-sF2f7g4T9Q blockquote {
  color: #767676;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2f8VOBmJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sF2f9g0K27 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2f9g0K27 .mbr-text,
.cid-sF2f9g0K27 blockquote {
  color: #767676;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF2faWWx0y {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sF2fbjF46m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2fbjF46m .mbr-text,
.cid-sF2fbjF46m blockquote {
  color: #767676;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF21dsGjzT {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1264.jpg");
}
.cid-sF21dsGjzT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF21dsGjzT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sF21dsGjzT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sF21TgKGEK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF21TgKGEK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sF21TgKGEK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sF21TgKGEK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sF21TgKGEK .mbr-text {
    text-align: center;
  }
}
.cid-sF21TgKGEK H1 {
  color: #232323;
}
.cid-sF21TgKGEK .mbr-text,
.cid-sF21TgKGEK .mbr-section-btn {
  color: #232323;
}
.cid-sF21TgKGEK H3 {
  color: #232323;
}
.cid-sF21TgKGEK H2 {
  color: #232323;
}
.cid-sIpRmJ2i6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIpRmJ2i6o .mbr-section-subtitle {
  color: #14191e;
}
.cid-sIpRmJ2i6o .mbr-text {
  color: #232323;
}
.cid-sIpRY9YTnC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIpRY9YTnC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIpRY9YTnC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIpRY9YTnC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIpRY9YTnC .mbr-text {
    text-align: center;
  }
}
.cid-sIpRY9YTnC H1 {
  color: #232323;
}
.cid-sIpRY9YTnC .mbr-text,
.cid-sIpRY9YTnC .mbr-section-btn {
  color: #232323;
}
.cid-sIpRY9YTnC H3 {
  color: #232323;
}
.cid-sIpRY9YTnC H2 {
  color: #232323;
}
.cid-sIpRZn0toF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIpRZn0toF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIpRZn0toF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIpRZn0toF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIpRZn0toF .mbr-text {
    text-align: center;
  }
}
.cid-sIpRZn0toF H1 {
  color: #232323;
}
.cid-sIpRZn0toF .mbr-text,
.cid-sIpRZn0toF .mbr-section-btn {
  color: #232323;
}
.cid-sIpRZn0toF H3 {
  color: #232323;
}
.cid-sIpRZn0toF H2 {
  color: #232323;
}
.cid-sIpRYB3hXU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIpRYB3hXU .mbr-section-subtitle {
  color: #14191e;
}
.cid-sIpRYB3hXU .mbr-text {
  color: #232323;
}
.cid-sIpRZS3lgg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIpRZS3lgg .mbr-section-subtitle {
  color: #14191e;
}
.cid-sIpRZS3lgg .mbr-text {
  color: #232323;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH5keA7Gzf {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/continents-28616-640-640x344.png");
}
.cid-sH5keA7Gzf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH5keA7Gzf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sH5keA7Gzf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sH5keAR8hC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH5keAR8hC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sH5keAR8hC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH5keAR8hC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH5keAR8hC .mbr-text {
    text-align: center;
  }
}
.cid-sH5keAR8hC H1 {
  color: #232323;
}
.cid-sH5keAR8hC .mbr-text,
.cid-sH5keAR8hC .mbr-section-btn {
  color: #232323;
}
.cid-sH5keAR8hC H3 {
  color: #232323;
}
.cid-sH5keAR8hC H2 {
  color: #232323;
}
.cid-sH5kv8xo2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH5kv8xo2B .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH5kv8xo2B .mbr-text {
  color: #232323;
}
.cid-sH5lf7Dc7h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sH5lf7Dc7h .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sH5lf7Dc7h .section-text {
  padding: 2rem 0;
}
.cid-sH5lf7Dc7h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sH5lf7Dc7h .inner-container {
    width: 100% !important;
  }
}
.cid-t2oDHo2I0L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2oDHo2I0L img {
  border-radius: 0px;
}
.cid-t2oDHo2I0L .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t2oDHo2I0L .date {
  text-transform: uppercase;
  color: #465052;
  text-align: left;
  padding-top: 1rem;
}
.cid-t2oDHo2I0L .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t2oDHo2I0L .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-t2oDHo2I0L .right {
  display: flex;
  flex-direction: column;
}
.cid-t2oDHo2I0L .mbr-section-btn {
  border: 2px solid #465052;
  width: auto;
}
.cid-t2oDHo2I0L .mbr-section-btn:hover {
  background-color: #465052;
  border: 2px solid #465052;
}
.cid-t2oDHo2I0L .card-heading {
  padding-top: 0;
}
.cid-t2oDHo2I0L .mbr-text {
  padding-top: 10px;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siF7oEYlHg {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-siF7oEYlHg .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormRCV3-6j h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6j small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6j .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6j .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6j .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6j .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6j .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6j #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6j #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6j #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6j #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6j #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6j #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6j .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6j .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6j .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6j .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6j .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6j .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6j #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6j #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6j #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6j #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6j #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6j #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6j #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6j #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6j #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6j #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6j #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6j #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6j #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6j .form-control {
  padding: .5em .5em !important;
}
.cid-v8QzhhS0ii {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8QzhhS0ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QzhhS0ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QzhhS0ii .items-wrapper {
  margin: 0 -32px;
}
.cid-v8QzhhS0ii .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8QzhhS0ii .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v8QzhhS0ii .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4f4943;
  border-color: #4f4943;
  box-shadow: 0 18px 32px -8px #4f4943;
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #3fa735;
  border-color: #3fa735;
  box-shadow: 0 18px 32px -8px #3fa735;
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #e4d295;
  border-color: #e4d295;
  box-shadow: 0 18px 32px -8px #e4d295;
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v8QzhhS0ii .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v8QzhhS0ii .card-title {
  color: #111111;
}
.cid-v8QzhhS0ii .card-text {
  color: #232323;
  text-align: center;
}
.cid-v8QzhhS0ii .card-title,
.cid-v8QzhhS0ii .iconfont-wrapper {
  text-align: center;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tanvhg6mf6 {
  padding-top: 165px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tanvhg6mf6 .link-wrap {
  width: 100%;
}
.cid-tanvhg6mf6 .link {
  display: inline-block;
}
.cid-tanvhg6mf6 .card-wrapper {
  background: white;
  padding: 3rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-tanvhg6mf6 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-tanvhg6mf6 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tanvhg6mf6 .link a:hover {
  text-decoration: underline;
}
.cid-tanvhg6mf6 .link,
.cid-tanvhg6mf6 .link-wrap {
  color: #0077ff;
}
.cid-tanvhg6mf6 .mbr-text,
.cid-tanvhg6mf6 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-tanvhg6mf6 {
    padding-top: 55px;
  }
  .cid-tanvhg6mf6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tanvhg6mf6 .mbr-text,
.cid-tanvhg6mf6 .link-wrap {
  text-align: left;
}
.cid-tantti9sEY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tantti9sEY img {
  border-radius: 0px;
}
.cid-tantti9sEY .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tantti9sEY .date {
  text-transform: uppercase;
  color: #465052;
  text-align: left;
  padding-top: 1rem;
}
.cid-tantti9sEY .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tantti9sEY .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tantti9sEY .right {
  display: flex;
  flex-direction: column;
}
.cid-tantti9sEY .mbr-section-btn {
  border: 2px solid #465052;
  width: auto;
}
.cid-tantti9sEY .mbr-section-btn:hover {
  background-color: #465052;
  border: 2px solid #465052;
}
.cid-tantti9sEY .card-heading {
  padding-top: 0;
}
.cid-tantti9sEY .mbr-text {
  padding-top: 10px;
}
.cid-tanrBSmhSX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tanrBSmhSX .mbr-section-subtitle {
  color: #767676;
}
.cid-tannnkHmuF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tannnkHmuF .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-tannnkHmuF .card {
  max-width: 100%;
}
.cid-tannnkHmuF .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-tannnkHmuF .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tannnkHmuF .row {
  background: #ffffff;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-tannnkHmuF .row {
    margin: 0rem;
  }
}
.cid-tannnkHmuF .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tannnkHmuF .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-tannnkHmuF .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-tannnkHmuF .container-fluid {
  overflow: hidden;
}
.cid-tannnkHmuF .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tannnkHmuF .order {
    flex-direction: column;
  }
}
.cid-tannnkHmuF .card-title {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tannnkHmuF .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-tannnkHmuF .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tannnkHmuF .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tannnkHmuF .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-tannnkHmuF .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-tannnkHmuF .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-tannnkHmuF .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-tannnkHmuF .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-tannnkHmuF .icon1 {
  color: #ffb18a;
}
.cid-tannnkHmuF .icon2 {
  color: #72dfe9;
}
.cid-tannnkHmuF .icon3 {
  color: #a8aaf1;
}
.cid-tannnkHmuF .icon4 {
  color: #ffb18a;
}
.cid-tannnkHmuF .icon5 {
  color: #72dfe9;
}
.cid-tannnkHmuF .number1 {
  background: #ffb18a;
}
.cid-tannnkHmuF .number2 {
  background: #72dfe9;
}
.cid-tannnkHmuF .number3 {
  background: #a8aaf1;
}
.cid-tannnkHmuF .number4 {
  background: #ffb18a;
}
.cid-tannnkHmuF .number5 {
  background: #72dfe9;
}
.cid-tannnkHmuF .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-tannnkHmuF .card-text {
  color: #232323;
}
.cid-tannnkHmuF .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tankhxC8hF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tankhxC8hF .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tankhxC8hF .card-wrapper:hover .card-title {
  color: #465052;
}
.cid-tankhxC8hF img {
  border-radius: 8px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.cid-tankhxC8hF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tankhxC8hF .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-tankhxC8hF .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tankhxC8hF .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tankhxC8hF .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #3e4863;
}
.cid-tankhxC8hF .card-title {
  transition: all 0.3s;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tankhxC8hF .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tankhxC8hF span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tankhxC8hF .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tankhxC8hF .main-text {
  color: #616161;
}
.cid-tankhxC8hF .card-text {
  color: #232323;
}
.cid-tankhxC8hF .main-sub-title,
.cid-tankhxC8hF .align-wrapper {
  color: #33358c;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcXFQZp5Pv {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
}
.cid-tcXFQZp5Pv .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tcXFQZp5Pv .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-tcXFQZp5Pv .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-tcXFQZp5Pv .f-60 {
    flex: 0 0 55%;
  }
  .cid-tcXFQZp5Pv .f-40 {
    flex: 0 0 45%;
  }
}
.cid-tcXFQZp5Pv .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tcXFQZp5Pv .image-wrapper {
    min-height: 650px;
  }
}
.cid-tcXFQZp5Pv .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tcXFQZp5Pv .text-wrapper {
  width: 100%;
  background: #efefef;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-tcXFQZp5Pv .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-tcXFQZp5Pv .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-tcXFQZp5Pv .mbr-section-title {
  color: #000000;
}
.cid-tcXFQZp5Pv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tcXIVT96cs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXIVT96cs .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXIVT96cs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXIWI88rt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXIWI88rt .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXIWI88rt .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgyrpvLuZh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgyrpvLuZh .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgyrpvLuZh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzjlGqP1I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgzjlGqP1I .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzjlGqP1I .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXIXq3PYx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXIXq3PYx .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXIXq3PYx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXKwPSGfx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXKwPSGfx .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXKwPSGfx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXKxHjcHx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXKxHjcHx .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXKxHjcHx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXL1hspOM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcXL1hspOM .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXL1hspOM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXL267DD9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcXL267DD9 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXL267DD9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tcXLK2dY84 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcXLK2dY84 .counter-container ul {
  margin-bottom: 0;
}
.cid-tcXLK2dY84 .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-tcXMekWKVC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcXMekWKVC .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tcXMekWKVC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-taClbSKWvu {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taClbSKWvu .mbr-section-subtitle {
  color: #767676;
}
.cid-taCkMoEVbI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taCkMoEVbI .mbr-text,
.cid-taCkMoEVbI blockquote {
  color: #767676;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tanuc8Glgf {
  padding-top: 135px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-tanuc8Glgf .container {
    max-width: 1330px !important;
  }
}
.cid-tanuc8Glgf .content-wrap {
  background-color: #ebd2b4;
}
.cid-tanuc8Glgf .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tanuc8Glgf .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-tanuc8Glgf .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-tanuc8Glgf .img-wrap {
  height: 100%;
}
.cid-tanuc8Glgf .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tanuc8Glgf .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-tanuc8Glgf .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-tanuc8Glgf [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-tanuc8Glgf .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tanuc8Glgf .mbr-section-subtitle,
.cid-tanuc8Glgf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tanuc8Glgf H1 {
  text-align: left;
  color: #000000;
}
.cid-tfwnt4AeJD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfwnt4AeJD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfwnt4AeJD .section-text {
  padding: 2rem 0;
}
.cid-tfwnt4AeJD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tfwnt4AeJD .inner-container {
    width: 100% !important;
  }
}
.cid-taDWzJmUse {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-taDWzJmUse .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-taDWzJmUse .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-taDWzJmUse .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taDWzJmUse .mbr-text {
    text-align: center;
  }
}
.cid-taDWzJmUse H1 {
  color: #232323;
}
.cid-taDWzJmUse .mbr-text,
.cid-taDWzJmUse .mbr-section-btn {
  color: #232323;
}
.cid-taDWzJmUse H2 {
  color: #232323;
}
.cid-taDWAl13mf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-taDWAl13mf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-taDWAl13mf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taDWAl13mf .mbr-text {
    text-align: center;
  }
}
.cid-taDWAl13mf H1 {
  color: #232323;
}
.cid-taDWAl13mf .mbr-text,
.cid-taDWAl13mf .mbr-section-btn {
  color: #232323;
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tgysjNlCxQ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
}
.cid-tgysjNlCxQ .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tgysjNlCxQ .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-tgysjNlCxQ .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgysjNlCxQ .f-60 {
    flex: 0 0 55%;
  }
  .cid-tgysjNlCxQ .f-40 {
    flex: 0 0 45%;
  }
}
.cid-tgysjNlCxQ .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tgysjNlCxQ .image-wrapper {
    min-height: 650px;
  }
}
.cid-tgysjNlCxQ .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tgysjNlCxQ .text-wrapper {
  width: 100%;
  background: #efefef;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-tgysjNlCxQ .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-tgysjNlCxQ .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-tgysjNlCxQ .mbr-section-title {
  color: #000000;
}
.cid-tgysjNlCxQ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tgyzJytMRs {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tgyzJytMRs .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tgyzJytMRs .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #cccccc;
}
@media (max-width: 767px) {
  .cid-tgyzJytMRs .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tgyzJytMRs .separline {
  position: relative;
}
.cid-tgyzJytMRs .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tgyzJytMRs .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tgyv3eS5dM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgyv3eS5dM .mbr-section-subtitle {
  color: #232323;
}
.cid-tgyv3eS5dM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tgyv3eS5dM .table-wrapper {
  margin: 0 auto;
}
.cid-tgyv3eS5dM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tgyv3eS5dM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-tgyv3eS5dM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tgyv3eS5dM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tgyv3eS5dM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tgyv3eS5dM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tgyv3eS5dM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tgyv3eS5dM .dataTables_wrapper {
  display: block;
}
.cid-tgyv3eS5dM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tgyv3eS5dM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tgyv3eS5dM .head-item:after,
.cid-tgyv3eS5dM .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-tgyv3eS5dM .dataTables_filter {
    text-align: center;
  }
  .cid-tgyv3eS5dM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tgyv3eS5dM .dataTables_filter {
    text-align: center;
  }
  .cid-tgyv3eS5dM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tgyv3eS5dM table th,
  .cid-tgyv3eS5dM table td {
    padding: .75rem;
  }
}
.cid-tgysjTfdgA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgysjTfdgA .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgysjTfdgA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzcc3cUz9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgzcc3cUz9 .mbr-section-subtitle {
  color: #232323;
}
.cid-tgysjTA6VB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgysjTA6VB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgysjTA6VB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgysjTA6VB .mbr-text {
    text-align: center;
  }
}
.cid-tgysjTA6VB H1 {
  color: #232323;
}
.cid-tgysjTA6VB .mbr-text,
.cid-tgysjTA6VB .mbr-section-btn {
  color: #232323;
}
.cid-tgysjTA6VB H2 {
  color: #232323;
}
.cid-tgzd7O6YXs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgzd7O6YXs .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzd7O6YXs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgysjU412M {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgysjU412M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgysjU412M .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgysjU412M .mbr-text {
    text-align: center;
  }
}
.cid-tgysjU412M H1 {
  color: #232323;
}
.cid-tgysjU412M .mbr-text,
.cid-tgysjU412M .mbr-section-btn {
  color: #232323;
}
.cid-tgzdzjcnOC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgzdzjcnOC .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzdzjcnOC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzftVGhaw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgzftVGhaw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzftVGhaw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzdOWnmAp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgzdOWnmAp .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzdOWnmAp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzehMyjaq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgzehMyjaq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgzehMyjaq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgzehMyjaq .mbr-text {
    text-align: center;
  }
}
.cid-tgzehMyjaq H1 {
  color: #232323;
}
.cid-tgzehMyjaq .mbr-text,
.cid-tgzehMyjaq .mbr-section-btn {
  color: #232323;
}
.cid-tgzf27rFnP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgzf27rFnP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzf27rFnP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzejRluAC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgzejRluAC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgzejRluAC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgzejRluAC .mbr-text {
    text-align: center;
  }
}
.cid-tgzejRluAC H1 {
  color: #232323;
}
.cid-tgzejRluAC .mbr-text,
.cid-tgzejRluAC .mbr-section-btn {
  color: #232323;
}
.cid-tgzf0Omsy5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgzf0Omsy5 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzf0Omsy5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzgAPTFvR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgzgAPTFvR .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzgAPTFvR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzelnvkXD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgzelnvkXD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgzelnvkXD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgzelnvkXD .mbr-text {
    text-align: center;
  }
}
.cid-tgzelnvkXD H1 {
  color: #232323;
}
.cid-tgzelnvkXD .mbr-text,
.cid-tgzelnvkXD .mbr-section-btn {
  color: #232323;
}
.cid-tgzf08MRFa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgzf08MRFa .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tgzf08MRFa .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tgzemuMKXF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tgzemuMKXF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgzemuMKXF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgzemuMKXF .mbr-text {
    text-align: center;
  }
}
.cid-tgzemuMKXF H1 {
  color: #232323;
}
.cid-tgzemuMKXF .mbr-text,
.cid-tgzemuMKXF .mbr-section-btn {
  color: #232323;
}
.cid-tgysjUKGOE {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgysjUKGOE .mbr-section-subtitle {
  color: #767676;
}
#RS6STARContactFormRCV3-6m h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6m small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6m .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6m .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6m .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6m .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6m .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6m #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6m #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6m #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6m #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6m #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6m #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6m .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6m .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6m .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6m .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6m .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6m .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6m #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6m #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6m #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6m #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6m #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6m #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6m #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6m #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6m #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6m #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6m #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6m #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6m #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6m .form-control {
  padding: .5em .5em !important;
}
.cid-tgysjVC5PV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgysjVC5PV .content {
    text-align: center;
  }
  .cid-tgysjVC5PV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgysjVC5PV .logo-subtitle {
  color: #8d97ad;
}
.cid-tgysjVC5PV .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tgysjVC5PV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgysjVC5PV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgysjVC5PV .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tgysjVC5PV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgysjVC5PV .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tgysjVC5PV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgysjVC5PV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgysjVC5PV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgysjVC5PV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgysjVC5PV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgysjVC5PV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgysjVC5PV .list-item {
  display: flex;
}
.cid-tgysjVC5PV .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tgysjVC5PV ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgysjVC5PV ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tgysjVC5PV ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tgysjVC5PV .logo-subtitle,
.cid-tgysjVC5PV .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tgysjWRs8v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgysjWRs8v .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tgysjWRs8v .nav-item,
.cid-tgysjWRs8v .nav-link,
.cid-tgysjWRs8v .navbar-caption {
  font-weight: normal;
}
.cid-tgysjWRs8v .nav-item:focus,
.cid-tgysjWRs8v .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tgysjWRs8v .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tgysjWRs8v .nav-item .nav-link {
    position: relative;
  }
  .cid-tgysjWRs8v .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tgysjWRs8v .nav-item:hover .nav-link:before,
  .cid-tgysjWRs8v .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgysjWRs8v .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgysjWRs8v .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tgysjWRs8v .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tgysjWRs8v .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tgysjWRs8v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tgysjWRs8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgysjWRs8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgysjWRs8v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgysjWRs8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgysjWRs8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgysjWRs8v .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgysjWRs8v .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tgysjWRs8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgysjWRs8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgysjWRs8v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgysjWRs8v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgysjWRs8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgysjWRs8v .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgysjWRs8v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tgysjWRs8v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgysjWRs8v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgysjWRs8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgysjWRs8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgysjWRs8v .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tgysjWRs8v .dropdown-item.active,
.cid-tgysjWRs8v .dropdown-item:active {
  background-color: transparent;
}
.cid-tgysjWRs8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgysjWRs8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgysjWRs8v .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgysjWRs8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tgysjWRs8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgysjWRs8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgysjWRs8v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgysjWRs8v .navbar-buttons {
  text-align: center;
}
.cid-tgysjWRs8v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgysjWRs8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tgysjWRs8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgysjWRs8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgysjWRs8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgysjWRs8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgysjWRs8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgysjWRs8v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgysjWRs8v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgysjWRs8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgysjWRs8v .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tgysjWRs8v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgysjWRs8v .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tgysjWRs8v .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tgysjWRs8v .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tgysjWRs8v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgysjWRs8v a.nav-link .mbr-iconfont-btn,
.cid-tgysjWRs8v a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tgysjWRs8v a.nav-link:hover .mbr-iconfont-btn,
.cid-tgysjWRs8v a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tgysjWRs8v a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgysjWRs8v .navbar {
    height: 77px;
  }
  .cid-tgysjWRs8v .navbar.opened {
    height: auto;
  }
  .cid-tgysjWRs8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tODQxHDwV4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tODQxHDwV4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tODTolwHFz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tODTolwHFz .image-block {
  margin: auto;
}
.cid-tODTolwHFz figcaption {
  position: relative;
}
.cid-tODTolwHFz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tODTolwHFz .image-block {
    width: 100% !important;
  }
}
#RS6STARContactFormRCV3-6o h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6o small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6o .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6o .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6o .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6o .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6o .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6o #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6o #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6o #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6o #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6o #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6o #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6o .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6o .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6o .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6o .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6o .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6o .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6o #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6o #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6o #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6o #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6o #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6o #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6o #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6o #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6o #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6o #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6o #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6o #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6o #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6o .form-control {
  padding: .5em .5em !important;
}
.cid-tODQxIczYA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tODQxIczYA .content {
    text-align: center;
  }
  .cid-tODQxIczYA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tODQxIczYA .logo-subtitle {
  color: #8d97ad;
}
.cid-tODQxIczYA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tODQxIczYA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tODQxIczYA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tODQxIczYA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tODQxIczYA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tODQxIczYA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tODQxIczYA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tODQxIczYA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tODQxIczYA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tODQxIczYA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tODQxIczYA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tODQxIczYA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tODQxIczYA .list-item {
  display: flex;
}
.cid-tODQxIczYA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tODQxIczYA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tODQxIczYA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tODQxIczYA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tODQxIczYA .logo-subtitle,
.cid-tODQxIczYA .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tODQxILgQv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODQxILgQv .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tODQxILgQv .nav-item,
.cid-tODQxILgQv .nav-link,
.cid-tODQxILgQv .navbar-caption {
  font-weight: normal;
}
.cid-tODQxILgQv .nav-item:focus,
.cid-tODQxILgQv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tODQxILgQv .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tODQxILgQv .nav-item .nav-link {
    position: relative;
  }
  .cid-tODQxILgQv .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tODQxILgQv .nav-item:hover .nav-link:before,
  .cid-tODQxILgQv .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tODQxILgQv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tODQxILgQv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tODQxILgQv .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tODQxILgQv .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tODQxILgQv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tODQxILgQv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tODQxILgQv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tODQxILgQv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tODQxILgQv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tODQxILgQv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tODQxILgQv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tODQxILgQv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tODQxILgQv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tODQxILgQv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tODQxILgQv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tODQxILgQv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tODQxILgQv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tODQxILgQv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tODQxILgQv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tODQxILgQv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tODQxILgQv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tODQxILgQv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tODQxILgQv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tODQxILgQv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tODQxILgQv .dropdown-item.active,
.cid-tODQxILgQv .dropdown-item:active {
  background-color: transparent;
}
.cid-tODQxILgQv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tODQxILgQv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tODQxILgQv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tODQxILgQv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tODQxILgQv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tODQxILgQv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tODQxILgQv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tODQxILgQv .navbar-buttons {
  text-align: center;
}
.cid-tODQxILgQv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tODQxILgQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tODQxILgQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tODQxILgQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODQxILgQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tODQxILgQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tODQxILgQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODQxILgQv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tODQxILgQv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tODQxILgQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tODQxILgQv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tODQxILgQv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tODQxILgQv .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tODQxILgQv .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tODQxILgQv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tODQxILgQv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tODQxILgQv a.nav-link .mbr-iconfont-btn,
.cid-tODQxILgQv a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tODQxILgQv a.nav-link:hover .mbr-iconfont-btn,
.cid-tODQxILgQv a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tODQxILgQv a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tODQxILgQv .navbar {
    height: 77px;
  }
  .cid-tODQxILgQv .navbar.opened {
    height: auto;
  }
  .cid-tODQxILgQv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRPnRaEZS8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRPnRaEZS8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tRPnRb9zVn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tRPnRb9zVn .image-block {
  margin: auto;
}
.cid-tRPnRb9zVn figcaption {
  position: relative;
}
.cid-tRPnRb9zVn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tRPnRb9zVn .image-block {
    width: 100% !important;
  }
}
#RS6STARContactFormRCV3-6u h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-6u small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-6u .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6u .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6u .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6u .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-6u .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-6u #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6u #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-6u #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-6u #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6u #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-6u #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-6u .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-6u .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6u .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6u .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6u .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-6u .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-6u #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6u #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6u #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6u #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6u #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6u #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-6u #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-6u #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6u #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-6u #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6u #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-6u #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-6u #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-6u .form-control {
  padding: .5em .5em !important;
}
.cid-tRPnRbX3Bh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRPnRbX3Bh .content {
    text-align: center;
  }
  .cid-tRPnRbX3Bh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tRPnRbX3Bh .logo-subtitle {
  color: #8d97ad;
}
.cid-tRPnRbX3Bh .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRPnRbX3Bh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tRPnRbX3Bh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tRPnRbX3Bh .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tRPnRbX3Bh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tRPnRbX3Bh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tRPnRbX3Bh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRPnRbX3Bh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tRPnRbX3Bh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tRPnRbX3Bh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRPnRbX3Bh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRPnRbX3Bh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRPnRbX3Bh .list-item {
  display: flex;
}
.cid-tRPnRbX3Bh .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tRPnRbX3Bh ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tRPnRbX3Bh ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tRPnRbX3Bh ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tRPnRbX3Bh .logo-subtitle,
.cid-tRPnRbX3Bh .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tRPnRcYjVF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRPnRcYjVF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tRPnRcYjVF .nav-item,
.cid-tRPnRcYjVF .nav-link,
.cid-tRPnRcYjVF .navbar-caption {
  font-weight: normal;
}
.cid-tRPnRcYjVF .nav-item:focus,
.cid-tRPnRcYjVF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tRPnRcYjVF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tRPnRcYjVF .nav-item .nav-link {
    position: relative;
  }
  .cid-tRPnRcYjVF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tRPnRcYjVF .nav-item:hover .nav-link:before,
  .cid-tRPnRcYjVF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRPnRcYjVF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRPnRcYjVF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tRPnRcYjVF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tRPnRcYjVF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tRPnRcYjVF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tRPnRcYjVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRPnRcYjVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRPnRcYjVF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRPnRcYjVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRPnRcYjVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRPnRcYjVF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRPnRcYjVF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tRPnRcYjVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRPnRcYjVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRPnRcYjVF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRPnRcYjVF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRPnRcYjVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRPnRcYjVF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRPnRcYjVF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tRPnRcYjVF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRPnRcYjVF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRPnRcYjVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRPnRcYjVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRPnRcYjVF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tRPnRcYjVF .dropdown-item.active,
.cid-tRPnRcYjVF .dropdown-item:active {
  background-color: transparent;
}
.cid-tRPnRcYjVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRPnRcYjVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRPnRcYjVF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRPnRcYjVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tRPnRcYjVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRPnRcYjVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRPnRcYjVF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRPnRcYjVF .navbar-buttons {
  text-align: center;
}
.cid-tRPnRcYjVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRPnRcYjVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tRPnRcYjVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRPnRcYjVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRPnRcYjVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRPnRcYjVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRPnRcYjVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRPnRcYjVF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRPnRcYjVF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRPnRcYjVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRPnRcYjVF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRPnRcYjVF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRPnRcYjVF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tRPnRcYjVF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tRPnRcYjVF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tRPnRcYjVF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRPnRcYjVF a.nav-link .mbr-iconfont-btn,
.cid-tRPnRcYjVF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tRPnRcYjVF a.nav-link:hover .mbr-iconfont-btn,
.cid-tRPnRcYjVF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tRPnRcYjVF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRPnRcYjVF .navbar {
    height: 77px;
  }
  .cid-tRPnRcYjVF .navbar.opened {
    height: auto;
  }
  .cid-tRPnRcYjVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pfVpQBAa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dots-1.svg");
}
.cid-v9pfVpQBAa .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v9pfVpQBAa .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-v9pfVpQBAa .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-v9pfVpQBAa .f-60 {
    flex: 0 0 55%;
  }
  .cid-v9pfVpQBAa .f-40 {
    flex: 0 0 45%;
  }
}
.cid-v9pfVpQBAa .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-v9pfVpQBAa .image-wrapper {
    min-height: 650px;
  }
}
.cid-v9pfVpQBAa .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v9pfVpQBAa .text-wrapper {
  width: 100%;
  background: #efefef;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-v9pfVpQBAa .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 6rem);
  }
}
@media (min-width: 1200px) {
  .cid-v9pfVpQBAa .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-v9pfVpQBAa .mbr-section-title {
  color: #000000;
}
.cid-v9pfVpQBAa .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v9pfWxRAKK {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-v9pfWxRAKK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v9pfWxRAKK .video-block {
    width: 100% !important;
  }
}
.cid-v9pfY2KoS8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9pfY2KoS8 .mbr-section-subtitle {
  color: #465052;
}
.cid-v9pfY2KoS8 .mbr-section-title {
  color: #465052;
}
.cid-v9pfY2KoS8 img {
  width: 100%;
}
.cid-v9pfY2KoS8 .mbr-text {
  color: #232323;
}
.cid-v9pfY2KoS8 .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9pfY2KoS8 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9pfY2KoS8 * {
    text-align: left;
  }
}
.cid-v9pfY2KoS8 .cards-wrap {
  flex-direction: column;
}
.cid-v9pfY2KoS8 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9pfY2KoS8 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9pfY2KoS8 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9pfY2KoS8 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9pfY2KoS8 .wrapper .content .mbr-card-title {
  color: #465052;
  margin-bottom: 10px;
}
.cid-v9pfY2KoS8 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
.cid-v9pfY2KoS8 .widget-container {
  margin: 0 0 30px;
}
.cid-v9pfY2KoS8 .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-v9pfY2KoS8 .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-v9pfY2KoS8 .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-v9pfY2KoS8 .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-v9pfY2KoS8 .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-v9pfY2KoS8 .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-v9pfY2KoS8 .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #465052;
}
.cid-v9pfY2KoS8 .newsletter .form-group,
.cid-v9pfY2KoS8 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v9pfY2KoS8 .newsletter textarea {
  height: 110px !important;
}
.cid-v9pfY2KoS8 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-v9pfY2KoS8 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-v9pfY2KoS8 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-v9pfY2KoS8 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-v9pfY2KoS8 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-v9pfY2KoS8 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-v9pfY2KoS8 .newsletter .dragArea {
  flex-direction: column;
}
.cid-v9pfY2KoS8 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-v9pfY2KoS8 .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.cid-v9pfY2KoS8 .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #82786e;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v9pfY2KoS8 .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v9pfY2KoS8 .cards-wrap2 {
  flex-direction: column;
}
.cid-v9pfY2KoS8 .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-v9pfY2KoS8 .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-v9pfY2KoS8 .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #465052;
  border-radius: 50%;
}
.cid-v9pfY2KoS8 .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #465052;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v9pfY2KoS8 .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9pfY2KoS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pfY2KoS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pfZnnOFd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9pfZnnOFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pfZnnOFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9pfZnnOFd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9pfZnnOFd .row {
  flex-direction: row-reverse;
}
.cid-v9pfZnnOFd img {
  width: 100%;
}
.cid-v9pg11Lbjm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-v9pg11Lbjm .image-block {
  margin: auto;
}
.cid-v9pg11Lbjm figcaption {
  position: relative;
}
.cid-v9pg11Lbjm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v9pg11Lbjm .image-block {
    width: 100% !important;
  }
}
.cid-v9pg2PgnF6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9pg2PgnF6 .mbr-section-subtitle {
  color: #465052;
}
.cid-v9pg2PgnF6 .mbr-section-title {
  color: #465052;
}
.cid-v9pg2PgnF6 img {
  width: 100%;
}
.cid-v9pg2PgnF6 .mbr-text {
  color: #232323;
}
.cid-v9pg2PgnF6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9pg2PgnF6 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9pg2PgnF6 * {
    text-align: left;
  }
}
.cid-v9pg2PgnF6 .cards-wrap {
  flex-direction: column;
}
.cid-v9pg2PgnF6 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9pg2PgnF6 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9pg2PgnF6 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9pg2PgnF6 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9pg2PgnF6 .wrapper .content .mbr-card-title {
  color: #465052;
  margin-bottom: 10px;
}
.cid-v9pg2PgnF6 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
.cid-v9pg2PgnF6 .widget-container {
  margin: 0 0 30px;
}
.cid-v9pg2PgnF6 .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-v9pg2PgnF6 .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-v9pg2PgnF6 .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-v9pg2PgnF6 .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-v9pg2PgnF6 .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-v9pg2PgnF6 .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-v9pg2PgnF6 .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #465052;
}
.cid-v9pg2PgnF6 .newsletter .form-group,
.cid-v9pg2PgnF6 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v9pg2PgnF6 .newsletter textarea {
  height: 110px !important;
}
.cid-v9pg2PgnF6 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-v9pg2PgnF6 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-v9pg2PgnF6 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-v9pg2PgnF6 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-v9pg2PgnF6 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-v9pg2PgnF6 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-v9pg2PgnF6 .newsletter .dragArea {
  flex-direction: column;
}
.cid-v9pg2PgnF6 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-v9pg2PgnF6 .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.cid-v9pg2PgnF6 .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #82786e;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v9pg2PgnF6 .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v9pg2PgnF6 .cards-wrap2 {
  flex-direction: column;
}
.cid-v9pg2PgnF6 .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-v9pg2PgnF6 .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-v9pg2PgnF6 .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #465052;
  border-radius: 50%;
}
.cid-v9pg2PgnF6 .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #465052;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v9pg2PgnF6 .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9pg2PgnF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pg2PgnF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pg3woZeB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9pg3woZeB .mbr-section-subtitle {
  color: #767676;
}
.cid-v9pg4f8tO8 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-v9pg4f8tO8 .image-block {
  margin: auto;
}
.cid-v9pg4f8tO8 figcaption {
  position: relative;
}
.cid-v9pg4f8tO8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v9pg4f8tO8 .image-block {
    width: 100% !important;
  }
}
.cid-tanCeO75Iz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .content {
    text-align: center;
  }
  .cid-tanCeO75Iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tanCeO75Iz .logo-subtitle {
  color: #8d97ad;
}
.cid-tanCeO75Iz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tanCeO75Iz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tanCeO75Iz .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tanCeO75Iz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tanCeO75Iz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tanCeO75Iz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tanCeO75Iz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tanCeO75Iz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tanCeO75Iz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tanCeO75Iz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tanCeO75Iz .list-item {
  display: flex;
}
.cid-tanCeO75Iz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tanCeO75Iz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tanCeO75Iz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tanCeO75Iz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tanCeO75Iz .logo-subtitle,
.cid-tanCeO75Iz .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tanFqNbljL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #82786e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tanFqNbljL .nav-item,
.cid-tanFqNbljL .nav-link,
.cid-tanFqNbljL .navbar-caption {
  font-weight: normal;
}
.cid-tanFqNbljL .nav-item:focus,
.cid-tanFqNbljL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tanFqNbljL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tanFqNbljL .nav-item .nav-link {
    position: relative;
  }
  .cid-tanFqNbljL .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #82786e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tanFqNbljL .nav-item:hover .nav-link:before,
  .cid-tanFqNbljL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tanFqNbljL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tanFqNbljL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tanFqNbljL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tanFqNbljL .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tanFqNbljL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tanFqNbljL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tanFqNbljL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tanFqNbljL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tanFqNbljL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tanFqNbljL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tanFqNbljL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tanFqNbljL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tanFqNbljL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tanFqNbljL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tanFqNbljL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tanFqNbljL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tanFqNbljL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tanFqNbljL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tanFqNbljL .dropdown-item.active,
.cid-tanFqNbljL .dropdown-item:active {
  background-color: transparent;
}
.cid-tanFqNbljL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tanFqNbljL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tanFqNbljL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tanFqNbljL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tanFqNbljL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tanFqNbljL .navbar-buttons {
  text-align: center;
}
.cid-tanFqNbljL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tanFqNbljL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tanFqNbljL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tanFqNbljL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tanFqNbljL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #465052;
  display: inline-flex;
}
.cid-tanFqNbljL .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-tanFqNbljL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tanFqNbljL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tanFqNbljL a.nav-link .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tanFqNbljL a.nav-link:hover .mbr-iconfont-btn,
.cid-tanFqNbljL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tanFqNbljL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tanFqNbljL .navbar {
    height: 77px;
  }
  .cid-tanFqNbljL .navbar.opened {
    height: auto;
  }
  .cid-tanFqNbljL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
