body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.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: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', 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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: #495e66 !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: #495e66 !important;
  border-color: #495e66 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #1e272b;
  color: #1e272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #495e66;
  border-color: #495e66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #495e66 !important;
  border-color: #495e66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #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: #495e66 !important;
}
.text-secondary {
  color: #ff3366 !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: #1e272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !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: #495e66;
  border-color: #495e66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #495e66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #869fa8;
}
.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: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #495e66;
}
/* 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: #495e66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #495e66;
}
.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: #495e66;
  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: #495e66;
  border-bottom-color: #495e66;
}
.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: #495e66 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23495e66' %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-suJpKCaRYC {
  background-image: url("../../../assets/images/children-7344444-1920-1920x1280.jpg");
}
.cid-uaXjjubDY3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaXjjubDY3 .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uaXjjubDY3 .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-uaXjjubDY3 .card-wrapper .card-img .card-icon {
  background: #130947;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uaXjjubDY3 .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-uaXjjubDY3 .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uaXjjubDY3 .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #130947;
  font-weight: 700;
}
.cid-uaXjjubDY3 .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uaXjjubDY3 .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 1.29;
}
.cid-uaXjjubDY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXjjubDY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXk7SiyUs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaXk7SiyUs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uaXk7SiyUs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uaXk7SiyUs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uaXk7SiyUs .mbr-text {
    text-align: center;
  }
}
.cid-uaXk7SiyUs .mbr-text,
.cid-uaXk7SiyUs .mbr-section-btn {
  color: #232323;
}
.cid-uaXjis3doA {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaXjis3doA .title_block {
  margin-bottom: 80px;
}
.cid-uaXjis3doA .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #495e66;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uaXjis3doA .mbr-section-title,
.cid-uaXjis3doA .card-title {
  color: #ff3366;
}
.cid-uaXjis3doA .card_wrapper {
  height: 100%;
  background: #0c3274;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uaXjis3doA .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uaXjis3doA .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(73, 94, 102, 0.07);
}
.cid-uaXjis3doA .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #495e66;
}
.cid-uaXjis3doA .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(135, 154, 159, 0.07);
}
.cid-uaXjis3doA .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #879a9f;
}
.cid-uaXjis3doA .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(247, 237, 74, 0.07);
}
.cid-uaXjis3doA .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #f7ed4a;
}
.cid-uaXjis3doA .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(130, 120, 110, 0.07);
}
.cid-uaXjis3doA .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #82786e;
}
.cid-uaXjis3doA .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uaXjis3doA .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uaXjis3doA .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uaXjis3doA .card-title {
  margin-bottom: 20px;
}
.cid-uaXjis3doA .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uaXjis3doA .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uaXjis3doA .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uaXjis3doA .btn_link:hover {
  cursor: pointer;
}
.cid-uaXjis3doA .btn_link:hover a {
  color: #495e66 !important;
}
.cid-uaXjis3doA .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uaXjis3doA .title_block {
    margin-bottom: 40px;
  }
  .cid-uaXjis3doA .card {
    text-align: center;
  }
  .cid-uaXjis3doA .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uaXjis3doA .card-text,
.cid-uaXjis3doA .btn_link {
  color: #ffffff;
}
.cid-uaXjis3doA .card-title,
.cid-uaXjis3doA .icon_block {
  color: #ffffff;
  text-align: center;
}
.cid-uaXjhCrqeF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaXjhCrqeF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uaXjhCrqeF .photo-split {
  position: relative;
}
.cid-uaXjhCrqeF .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uaXjhCrqeF .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaXjhCrqeF .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaXjhCrqeF .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaXjhCrqeF .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uaXjhCrqeF .wrap-block {
  padding: 3rem 3rem;
}
.cid-uaXjhCrqeF .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uaXjhCrqeF .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uaXjhCrqeF .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uaXjhCrqeF .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uaXjhCrqeF .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uaXjhCrqeF .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uaXjhCrqeF .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uaXjhCrqeF .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uaXjhCrqeF .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uaXjhCrqeF .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uaXjhCrqeF .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uaXjhCrqeF .photo-split .element-outer,
  .cid-uaXjhCrqeF .photo-split .element-outer2 {
    display: none;
  }
  .cid-uaXjhCrqeF .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uaXjhCrqeF .mbr-section-title,
  .cid-uaXjhCrqeF .mbr-section-subtitle,
  .cid-uaXjhCrqeF .mbr-text {
    text-align: left !important;
  }
  .cid-uaXjhCrqeF .social-list {
    text-align: left !important;
  }
}
.cid-uaXjhCrqeF .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uaXjhCrqeF .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uaXjhCrqeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXjhCrqeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXjhCrqeF .wrap-block .contents h3,
.cid-uaXjhCrqeF .menu-content-right {
  color: #232323;
}
.cid-uaXjmJ6e31 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uaXjmJ6e31 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uaXjmJ6e31 .video-block {
    width: 100% !important;
  }
}
.cid-unoev03RvB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unoev03RvB .mbr-section-subtitle {
  color: #14191e;
}
.cid-unoev03RvB .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-unoev03RvB .mbr-section-title {
  text-align: center;
}
.cid-swwLGqed2b {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-swwLGqed2b .images-container.container-fluid {
  padding: 0;
}
.cid-swwLGqed2b .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-swwLGqed2b .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-swwLGqed2b .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-swwLGqed2b .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-swwLGqed2b .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-swwLGqed2b .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-swwLGqed2b .img-item {
    width: 100% !important;
  }
  .cid-swwLGqed2b .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaXnXooS6W {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uaXnXooS6W img {
  width: 190px;
  margin: auto;
}
.cid-uaXnXooS6W .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-uaXnXooS6W .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-uaXnXooS6W .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uaXnXooS6W .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uaXnXooS6W .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uaXnXooS6W .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-uaXnXooS6W .mbr-section-title {
    text-align: center;
  }
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swwO1PoLm4 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwO1PoLm4 .mbr-section-subtitle {
  color: #767676;
}
.cid-swwOcsDYU5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swwOcsDYU5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swwOcsDYU5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swwOcsDYU5 .mbr-text {
    text-align: center;
  }
}
.cid-swwOcsDYU5 H1 {
  color: #232323;
}
.cid-swwOcsDYU5 .mbr-text,
.cid-swwOcsDYU5 .mbr-section-btn {
  color: #232323;
}
.cid-swwOcsDYU5 H2 {
  color: #232323;
}
.cid-swwP77VfAp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwP77VfAp .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwP77VfAp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwPo4R8RI {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwPo4R8RI .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwPo4R8RI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwQbUk7f0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwQbUk7f0 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwQbUk7f0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwQqvflWc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwQqvflWc .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwQqvflWc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwQI2d1z4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwQI2d1z4 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwQI2d1z4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwTSg3LHF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwTSg3LHF .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwTSg3LHF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tG1djkiPEs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tG1djkiPEs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tG1djkiPEs .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tG1djkiPEs .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tG1djkiPEs .btn-primary-outline:active {
  color: gray;
}
.cid-tG1djkiPEs .btn-primary-outline:hover {
  color: white;
}
.cid-tG1djkiPEs .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-tG1djkiPEs div {
  overflow: hidden;
}
.cid-tG1djkiPEs li.active .btn-primary-outline {
  color: white;
}
.cid-tG1djkiPEs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG1djkiPEs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG1djkiPEs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tG1djkiPEs .mbr-gallery-item {
  overflow: hidden;
}
.cid-tG1djkiPEs .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-tG1djkiPEs .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tG1djkiPEs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tG1djkiPEs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tG1djkiPEs .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tG1djkiPEs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tG1djkiPEs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swwUwp9dWm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwUwp9dWm .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwUwp9dWm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwUEWNwTI {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwUEWNwTI .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwUEWNwTI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwUNYAt4Y {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swwUNYAt4Y .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swwUNYAt4Y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tG1cFOh9hr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tG1cFOh9hr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tG1cFOh9hr .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tG1cFOh9hr .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tG1cFOh9hr .btn-primary-outline:active {
  color: gray;
}
.cid-tG1cFOh9hr .btn-primary-outline:hover {
  color: white;
}
.cid-tG1cFOh9hr .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-tG1cFOh9hr div {
  overflow: hidden;
}
.cid-tG1cFOh9hr li.active .btn-primary-outline {
  color: white;
}
.cid-tG1cFOh9hr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG1cFOh9hr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG1cFOh9hr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tG1cFOh9hr .mbr-gallery-item {
  overflow: hidden;
}
.cid-tG1cFOh9hr .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-tG1cFOh9hr .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tG1cFOh9hr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tG1cFOh9hr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tG1cFOh9hr .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tG1cFOh9hr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tG1cFOh9hr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
#RS6STARContactFormRCV3-2k SPAN {
  color: #ffffff;
}
#RS6STARContactFormRCV3-2k H3 {
  color: #ffffff;
}
#RS6STARContactFormRCV3-2k h3 {
  font-size: 46px;
}
#RS6STARContactFormRCV3-2k small {
  font-size: 26px;
}
#RS6STARContactFormRCV3-2k .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-2k .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-2k .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-2k .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormRCV3-2k .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormRCV3-2k #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-2k #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormRCV3-2k #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormRCV3-2k #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-2k #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormRCV3-2k #sendbutton {
  text-align: left;
}
#RS6STARContactFormRCV3-2k .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormRCV3-2k .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-2k .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-2k .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-2k .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormRCV3-2k .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormRCV3-2k #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-2k #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-2k #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-2k #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-2k #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-2k #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormRCV3-2k #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormRCV3-2k #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-2k #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormRCV3-2k #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-2k #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormRCV3-2k #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormRCV3-2k #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormRCV3-2k .form-control {
  padding: .5em .5em !important;
}
.cid-uxuCOv2sYe {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sept-3024x4032.jpg");
}
.cid-uxuCOv2sYe .mbr-section-title,
.cid-uxuCOv2sYe .mbr-section-subtitle {
  text-align: center;
}
.cid-uxuCOv2sYe .card {
  margin-bottom: 2rem;
}
.cid-uxuCOv2sYe .cards-wrap {
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-uxuCOv2sYe .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-uxuCOv2sYe .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-uxuCOv2sYe .cards-wrap .card-img {
  font-size: 40px;
  background: #495e66;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-uxuCOv2sYe .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-uxuCOv2sYe .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-uxuCOv2sYe .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-uxuCOv2sYe .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-uxuCOv2sYe .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-uxuCOv2sYe * {
    text-align: center;
  }
}
.cid-uxuCOv2sYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxuCOv2sYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxuCOv2sYe .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #111111;
}
.cid-swxjfA3mOF {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-swxjfA3mOF .images-container.container-fluid {
  padding: 0;
}
.cid-swxjfA3mOF .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-swxjfA3mOF .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-swxjfA3mOF .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-swxjfA3mOF .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-swxjfA3mOF .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-swxjfA3mOF .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-swxjfA3mOF .img-item {
    width: 100% !important;
  }
  .cid-swxjfA3mOF .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swwZ4lor4n {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swwZ4lor4n .mbr-section-subtitle {
  color: #767676;
}
.cid-swwXyL76c9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swwXyL76c9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swwXyL76c9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swwXyL76c9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swwXyL76c9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swwXyL76c9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-swwXyL76c9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swwXyL76c9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-swwXyL76c9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-swwXyL76c9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swPrkWVSvZ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swPrkWVSvZ .mbr-section-subtitle {
  color: #767676;
}
.cid-swPrZcfe51 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swPrZcfe51 .mbr-text {
  color: #767676;
}
.cid-swPrZcfe51 .card-subtitle {
  margin: 0;
}
.cid-swPrZcfe51 .link {
  margin: 0;
}
.cid-swPrZcfe51 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-swPrZcfe51 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-swPrZcfe51 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-swPrZcfe51 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-swPrZcfe51 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-swPrZcfe51 .card-img:hover:before {
  opacity: 0.4;
}
.cid-swPrZcfe51 .card-img:hover img {
  transform: scale(1.05);
}
.cid-swPrZcfe51 .row {
  justify-content: center;
}
.cid-swPrZcfe51 .card {
  margin-bottom: 4rem;
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swJqQORl7j .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swJqQORl7j .navbar-fixed-top {
  padding-top: 0;
}
.cid-swJqQORl7j .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swJqQORl7j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown-item {
  padding: 0;
}
.cid-swJqQORl7j .dropdown-item,
.cid-swJqQORl7j .nav-link,
.cid-swJqQORl7j .brand-name {
  font-style: normal;
}
.cid-swJqQORl7j .dropdown-item:hover,
.cid-swJqQORl7j .nav-link:hover,
.cid-swJqQORl7j .brand-name:hover {
  color: #495e66 !important;
}
.cid-swJqQORl7j .dropdown-menu {
  background-color: #767676;
}
.cid-swJqQORl7j .dropdown-item:active {
  background-color: #767676;
}
.cid-swJqQORl7j .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swJqQORl7j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swJqQORl7j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swJqQORl7j .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swJqQORl7j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swJqQORl7j .content-text {
  margin-bottom: 0;
}
.cid-swJqQORl7j .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swJqQORl7j .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swJqQORl7j .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swJqQORl7j .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swJqQORl7j .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swJqQORl7j .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swJqQORl7j .nav-dropdown .link {
  font-weight: 400;
}
.cid-swJqQORl7j .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swJqQORl7j .content-right-side {
  text-align: center;
}
.cid-swJqQORl7j .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swJqQORl7j .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swJqQORl7j .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swJqQORl7j .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swJqQORl7j .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swJqQORl7j .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swJqQORl7j .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swJqQORl7j .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swJqQORl7j .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swJqQORl7j .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swJqQORl7j .navbar {
    display: block;
    padding: 0;
  }
  .cid-swJqQORl7j .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swJqQORl7j .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swJqQORl7j .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swJqQORl7j .navbar-toggler {
    display: none;
  }
  .cid-swJqQORl7j .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swJqQORl7j .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swJqQORl7j .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swJqQORl7j .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swJqQORl7j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swJqQORl7j .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-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-swJqQORl7j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swJqQORl7j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swJqQORl7j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swJqQORl7j .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swJqQORl7j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swJqQORl7j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swJqQORl7j button.navbar-toggler:focus {
  outline: none;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swJqQORl7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swJqQORl7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swJqQORl7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swJqQORl7j .collapsed .btn {
  display: flex;
}
.cid-swJqQORl7j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing,
.cid-swJqQORl7j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swJqQORl7j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swJqQORl7j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swJqQORl7j .collapsed button.navbar-toggler {
  display: block;
}
.cid-swJqQORl7j .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swJqQORl7j .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swJqQORl7j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swJqQORl7j .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swJqQORl7j .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swJqQORl7j .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swJqQORl7j .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swJqQORl7j .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swJqQORl7j .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swJqQORl7j .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing,
  .cid-swJqQORl7j .navbar-collapse.show {
    display: block !important;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swJqQORl7j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swJqQORl7j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swJqQORl7j img {
    height: 3.8rem !important;
  }
  .cid-swJqQORl7j .btn {
    display: flex;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swJqQORl7j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swJqQORl7j .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swJqQORl7j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swJqQORl7j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swJqQORl7j .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swJqQORl7j .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swJqQORl7j .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swJqQORl7j .nav-link:focus {
  outline: none;
}
.cid-swJqQORl7j .navbar-toggler {
  position: relative;
}
.cid-swJqQORl7j .dropdown-item.active,
.cid-swJqQORl7j .dropdown-item:active {
  color: initial;
}
.cid-swJqQORl7j .widget-title,
.cid-swJqQORl7j .widget-icon {
  color: #e9e9e9;
}
.cid-swJqQORl7j .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swJqQORl7j .menu-logo {
    display: none;
  }
  .cid-swJqQORl7j .navbar {
    padding: 0;
  }
  .cid-swJqQORl7j .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swJqQORl7j button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swPtZuHAsa {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swPtZuHAsa .mbr-section-subtitle {
  color: #767676;
}
.cid-swPuojXBJn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPuojXBJn .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPuojXBJn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPup1j9Zm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPup1j9Zm .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPup1j9Zm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPuoFzWBr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPuoFzWBr .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPuoFzWBr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPunhIjfj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPunhIjfj .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPunhIjfj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPunMvC6p {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPunMvC6p .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPunMvC6p .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPumyZA3e {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPumyZA3e .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPumyZA3e .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swwKbHIOXk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .content {
    text-align: center;
  }
  .cid-swwKbHIOXk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swwKbHIOXk .logo-subtitle {
  color: #8d97ad;
}
.cid-swwKbHIOXk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swwKbHIOXk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swwKbHIOXk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swwKbHIOXk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swwKbHIOXk .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-swwKbHIOXk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swwKbHIOXk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swwKbHIOXk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwKbHIOXk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swwKbHIOXk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swwKbHIOXk .list-item {
  display: flex;
}
.cid-swwKbHIOXk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swwKbHIOXk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swwKbHIOXk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swwKbHIOXk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swwKbHIOXk .column-title {
  text-align: left;
}
.cid-swwKbHIOXk .logo-subtitle,
.cid-swwKbHIOXk .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-swPv2VD3nR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swPv2VD3nR .navbar-fixed-top {
  padding-top: 0;
}
.cid-swPv2VD3nR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swPv2VD3nR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swPv2VD3nR .menu-content-top {
  background: #767676;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swPv2VD3nR .dropdown-item {
  padding: 0;
}
.cid-swPv2VD3nR .dropdown-item,
.cid-swPv2VD3nR .nav-link,
.cid-swPv2VD3nR .brand-name {
  font-style: normal;
}
.cid-swPv2VD3nR .dropdown-item:hover,
.cid-swPv2VD3nR .nav-link:hover,
.cid-swPv2VD3nR .brand-name:hover {
  color: #495e66 !important;
}
.cid-swPv2VD3nR .dropdown-menu {
  background-color: #767676;
}
.cid-swPv2VD3nR .dropdown-item:active {
  background-color: #767676;
}
.cid-swPv2VD3nR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swPv2VD3nR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swPv2VD3nR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swPv2VD3nR .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swPv2VD3nR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-swPv2VD3nR .content-text {
  margin-bottom: 0;
}
.cid-swPv2VD3nR .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swPv2VD3nR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #495e66;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swPv2VD3nR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swPv2VD3nR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swPv2VD3nR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swPv2VD3nR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swPv2VD3nR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swPv2VD3nR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swPv2VD3nR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swPv2VD3nR .nav-dropdown .link {
  font-weight: 400;
}
.cid-swPv2VD3nR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swPv2VD3nR .content-right-side {
  text-align: center;
}
.cid-swPv2VD3nR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swPv2VD3nR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swPv2VD3nR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swPv2VD3nR .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swPv2VD3nR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swPv2VD3nR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swPv2VD3nR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swPv2VD3nR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swPv2VD3nR .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swPv2VD3nR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swPv2VD3nR .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swPv2VD3nR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swPv2VD3nR .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swPv2VD3nR .navbar {
    display: block;
    padding: 0;
  }
  .cid-swPv2VD3nR .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swPv2VD3nR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swPv2VD3nR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swPv2VD3nR .navbar-toggler {
    display: none;
  }
  .cid-swPv2VD3nR .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-swPv2VD3nR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swPv2VD3nR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swPv2VD3nR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swPv2VD3nR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swPv2VD3nR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swPv2VD3nR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPv2VD3nR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swPv2VD3nR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swPv2VD3nR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-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-swPv2VD3nR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swPv2VD3nR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swPv2VD3nR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swPv2VD3nR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swPv2VD3nR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swPv2VD3nR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swPv2VD3nR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-swPv2VD3nR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swPv2VD3nR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swPv2VD3nR button.navbar-toggler:focus {
  outline: none;
}
.cid-swPv2VD3nR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-swPv2VD3nR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swPv2VD3nR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swPv2VD3nR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swPv2VD3nR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swPv2VD3nR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swPv2VD3nR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swPv2VD3nR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swPv2VD3nR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swPv2VD3nR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swPv2VD3nR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swPv2VD3nR .collapsed .btn {
  display: flex;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swPv2VD3nR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swPv2VD3nR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swPv2VD3nR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPv2VD3nR .collapsed button.navbar-toggler {
  display: block;
}
.cid-swPv2VD3nR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swPv2VD3nR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swPv2VD3nR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swPv2VD3nR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swPv2VD3nR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swPv2VD3nR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swPv2VD3nR .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swPv2VD3nR .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-swPv2VD3nR .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-swPv2VD3nR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swPv2VD3nR .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swPv2VD3nR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing,
  .cid-swPv2VD3nR .navbar-collapse.show {
    display: block !important;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing .navbar-nav,
  .cid-swPv2VD3nR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swPv2VD3nR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-swPv2VD3nR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing .navbar-buttons,
  .cid-swPv2VD3nR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swPv2VD3nR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swPv2VD3nR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swPv2VD3nR img {
    height: 3.8rem !important;
  }
  .cid-swPv2VD3nR .btn {
    display: flex;
  }
  .cid-swPv2VD3nR button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swPv2VD3nR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swPv2VD3nR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swPv2VD3nR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swPv2VD3nR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swPv2VD3nR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swPv2VD3nR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swPv2VD3nR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swPv2VD3nR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swPv2VD3nR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swPv2VD3nR .nav-link:focus {
  outline: none;
}
.cid-swPv2VD3nR .navbar-toggler {
  position: relative;
}
.cid-swPv2VD3nR .dropdown-item.active,
.cid-swPv2VD3nR .dropdown-item:active {
  color: initial;
}
.cid-swPv2VD3nR .widget-title,
.cid-swPv2VD3nR .widget-icon {
  color: #e9e9e9;
}
.cid-swPv2VD3nR .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swPv2VD3nR .menu-logo {
    display: none;
  }
  .cid-swPv2VD3nR .navbar {
    padding: 0;
  }
  .cid-swPv2VD3nR .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swPv2VD3nR button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swPv2XxqQP {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swPv2XxqQP .mbr-section-subtitle {
  color: #767676;
}
.cid-swPv2YioQU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPv2YioQU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPv2YioQU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPv2YZOho {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPv2YZOho .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPv2YZOho .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPv2Zx3EL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPv2Zx3EL .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPv2Zx3EL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPv30a0FB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swPv30a0FB .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swPv30a0FB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-swPv31xlz4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swPv31xlz4 .content {
    text-align: center;
  }
  .cid-swPv31xlz4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swPv31xlz4 .logo-subtitle {
  color: #8d97ad;
}
.cid-swPv31xlz4 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-swPv31xlz4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swPv31xlz4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swPv31xlz4 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-swPv31xlz4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swPv31xlz4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-swPv31xlz4 .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-swPv31xlz4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-swPv31xlz4 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swPv31xlz4 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swPv31xlz4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swPv31xlz4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swPv31xlz4 .list-item {
  display: flex;
}
.cid-swPv31xlz4 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-swPv31xlz4 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-swPv31xlz4 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-swPv31xlz4 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-swPv31xlz4 .column-title {
  text-align: left;
}
.cid-swPv31xlz4 .logo-subtitle,
.cid-swPv31xlz4 .media-wrap {
  color: #232323;
  text-align: center;
}
