body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Francois One', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Francois One', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #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: #149dcc !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: #0b566f !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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-u37SOextMS {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #e12676;
}
.cid-u37SOextMS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u37SOextMS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u37SOextMS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-u37SOextMS .team-item .item-image img {
  width: 100%;
}
.cid-u37SOextMS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u37SOextMS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u37SOextMS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u37SOextMS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u37SOextMS .team-item .item-caption {
  background: #efefef;
}
.cid-u37SOextMS H2 {
  color: #ffffff;
}
.cid-spttETbPVW .modal-body .close {
  background: #1b1b1b;
}
.cid-spttETbPVW .modal-body .close span {
  font-style: normal;
}
.cid-spttETbPVW .carousel-inner > .active,
.cid-spttETbPVW .carousel-inner > .next,
.cid-spttETbPVW .carousel-inner > .prev {
  display: flex;
}
.cid-spttETbPVW .carousel-control .icon-next,
.cid-spttETbPVW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spttETbPVW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spttETbPVW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spttETbPVW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spttETbPVW .boxed-slider > div {
  position: relative;
}
.cid-spttETbPVW .container img {
  width: 100%;
}
.cid-spttETbPVW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spttETbPVW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spttETbPVW .mbr-table-cell {
  padding: 0;
}
.cid-spttETbPVW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spttETbPVW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spttETbPVW .mbr-overlay {
  z-index: 1;
}
.cid-spttETbPVW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spttETbPVW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spttETbPVW .carousel-item.active.right,
.cid-spttETbPVW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spttETbPVW .carousel-item.active.left,
.cid-spttETbPVW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spttETbPVW .carousel-item.active,
.cid-spttETbPVW .carousel-item.next.left,
.cid-spttETbPVW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spttETbPVW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spttETbPVW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spttETbPVW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spttETbPVW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spttETbPVW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spttETbPVW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spttETbPVW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spttETbPVW .mbr-slider .carousel-indicators li.active,
.cid-spttETbPVW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spttETbPVW .mbr-slider .carousel-indicators li::after,
.cid-spttETbPVW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spttETbPVW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spttETbPVW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spttETbPVW .mbr-slider > .container img {
  width: 100%;
}
.cid-spttETbPVW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spttETbPVW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spttETbPVW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spttETbPVW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spttETbPVW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spttETbPVW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spttETbPVW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spttETbPVW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spttETbPVW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spttETbPVW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spttETbPVW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spttETbPVW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spttETbPVW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qNSmvi4h6O {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-qNSmvi4h6O h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qNSmvi4h6O p {
  color: #ffffff;
}
.cid-qNSmvi4h6O .card {
  margin-bottom: 2rem;
}
.cid-qNSmvi4h6O .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #180746;
}
.cid-qNSmvi4h6O .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qNSmvi4h6O .card-box {
  padding-bottom: 2rem;
  background-color: #180746;
}
.cid-qNSmvi4h6O .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qNSmvi4h6O .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qNSmvi4h6O .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qNSmvi4h6O .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qNSmx2FD8I {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-qNSmx2FD8I h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qNSmx2FD8I p {
  color: #ffffff;
}
.cid-qNSmx2FD8I .card {
  margin-bottom: 2rem;
}
.cid-qNSmx2FD8I .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #180746;
}
.cid-qNSmx2FD8I .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qNSmx2FD8I .card-box {
  padding-bottom: 2rem;
  background-color: #180746;
}
.cid-qNSmx2FD8I .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qNSmx2FD8I .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qNSmx2FD8I .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qNSmx2FD8I .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qLUogi7tl5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
.cid-qLUogi7tl5 H1 {
  color: #073b4c;
}
.cid-qLUogi7tl5 .mbr-text,
.cid-qLUogi7tl5 .mbr-section-btn {
  color: #232323;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qLUs0ZwPR7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qLUs0ZwPR7 .mbr-section-subtitle {
  color: #767676;
}
.cid-qLUs0ZwPR7 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qLUs0ZwPR7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qLUs0ZwPR7 .team-item .item-image img {
  width: 100%;
}
.cid-qLUs0ZwPR7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qLUs0ZwPR7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qLUs0ZwPR7 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qLUs0ZwPR7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-r1fHH3ovnB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-r1fHH3ovnB .mbr-section-subtitle {
  color: #767676;
}
.cid-r1fHH3ovnB .media-row {
  display: flex;
  justify-content: center;
}
.cid-r1fHH3ovnB .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-r1fHH3ovnB .team-item .item-image img {
  width: 100%;
}
.cid-r1fHH3ovnB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-r1fHH3ovnB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-r1fHH3ovnB .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r1fHH3ovnB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qO4P5wsslR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qLUtHWlVLG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #081443;
}
.cid-qLUtHWlVLG .title {
  margin-bottom: 2rem;
}
.cid-qLUtHWlVLG .mbr-section-subtitle {
  color: #f7ed4a;
}
.cid-qLUtHWlVLG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qLUtHWlVLG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qLUtHWlVLG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qLUtHWlVLG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qLUtHWlVLG H2 {
  color: #ffffff;
}
.cid-qLUtHWlVLG LABEL {
  color: #ffffff;
}
.cid-qO4P6af0Xp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qLUtZzPWxX .google-map {
  height: 25rem;
  position: relative;
}
.cid-qLUtZzPWxX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qLUtZzPWxX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qLUtZzPWxX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qLUtZzPWxX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLUtUbePZJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLUtUbePZJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qLUtUbePZJ .formoid {
  margin: auto;
}
.cid-qLUtUbePZJ .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qLUtUbePZJ a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qLUtUbePZJ .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qLUtUbePZJ .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qLUtUbePZJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qLUtUbePZJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qLUtUbePZJ .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qLUtUbePZJ .mbr-subscribe .input-group-btn button,
.cid-qLUtUbePZJ .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qLUtUbePZJ .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLUtUbePZJ input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qLUtUbePZJ .input-group-btn {
    width: 100%;
  }
  .cid-qLUtUbePZJ .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qLUtUbePZJ .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qLUtUbePZJ .input-group-btn {
    width: calc(92%);
  }
  .cid-qLUtUbePZJ .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qLUtUbePZJ .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qLUtUbePZJ .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qLUtUbePZJ .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qLUtUbePZJ .input-group-btn button,
  .cid-qLUtUbePZJ .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qLUtUbePZJ .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMz7adAXVG {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-qMz8eGtchQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qMz8eGtchQ .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qMz8eGtchQ .card-box {
  padding: 0 2rem;
}
.cid-qMz8eGtchQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qMz8eGtchQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qMz8eGtchQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qMz8eGtchQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qMz8eGtchQ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qMz8eGtchQ .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qMz8eGtchQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qMz8eGtchQ .card-title {
  text-align: center;
}
.cid-qMyOPQ0t6u .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyOPQ0t6u .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyOPQ0t6u a {
  font-style: normal;
}
.cid-qMyOPQ0t6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyOPQ0t6u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyOPQ0t6u .nav-item:focus,
.cid-qMyOPQ0t6u .nav-link:focus {
  outline: none;
}
.cid-qMyOPQ0t6u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyOPQ0t6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyOPQ0t6u .menu-logo {
  margin-right: auto;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyOPQ0t6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyOPQ0t6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyOPQ0t6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyOPQ0t6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyOPQ0t6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyOPQ0t6u .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyOPQ0t6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyOPQ0t6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyOPQ0t6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyOPQ0t6u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyOPQ0t6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyOPQ0t6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyOPQ0t6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyOPQ0t6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyOPQ0t6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyOPQ0t6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyOPQ0t6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyOPQ0t6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyOPQ0t6u button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyOPQ0t6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyOPQ0t6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyOPQ0t6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyOPQ0t6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyOPQ0t6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyOPQ0t6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyOPQ0t6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyOPQ0t6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyOPQ0t6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyOPQ0t6u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyOPQ0t6u .collapsed .btn {
  display: flex;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyOPQ0t6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyOPQ0t6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyOPQ0t6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyOPQ0t6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyOPQ0t6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyOPQ0t6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyOPQ0t6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyOPQ0t6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyOPQ0t6u.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyOPQ0t6u img {
    height: 3.8rem !important;
  }
  .cid-qMyOPQ0t6u .btn {
    display: flex;
  }
  .cid-qMyOPQ0t6u button.navbar-toggler {
    display: block;
  }
  .cid-qMyOPQ0t6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyOPQ0t6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyOPQ0t6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing,
  .cid-qMyOPQ0t6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyOPQ0t6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyOPQ0t6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyOPQ0t6u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyOPQ0t6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyOPQ0t6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyOPQ0t6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyOPQ0t6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyOPQ0t6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyOPQ0t6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyOPQ0t6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyOPQ0t6u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyOPQ0t6u .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyOPQ0t6u .nav-link:hover,
.cid-qMyOPQ0t6u .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMzqN2HDA5 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ff3366;
}
.cid-qMzr4QRN7L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMzr4QRN7L h3 {
  text-align: center;
}
.cid-qMzr4QRN7L .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qMzr4QRN7L .mbr-content-text {
  color: #767676;
}
.cid-qMzr4QRN7L .panel-item {
  background: #ffffff;
}
.cid-qMzr4QRN7L .card {
  word-wrap: break-word;
}
.cid-qMzr4QRN7L .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qMzrb5R9ym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMzrb5R9ym h3 {
  text-align: center;
}
.cid-qMzrb5R9ym .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qMzrb5R9ym .mbr-content-text {
  color: #767676;
}
.cid-qMzrb5R9ym .panel-item {
  background: #ffffff;
}
.cid-qMzrb5R9ym .card {
  word-wrap: break-word;
}
.cid-qMzrb5R9ym .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qMztSO1517 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qPyNh3kyq8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qPyNh3kyq8 h2 {
  text-align: left;
}
.cid-qPyNh3kyq8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qPyNh3kyq8 p {
  color: #767676;
  text-align: left;
}
.cid-qPyNh3kyq8 .aside-content {
  flex-basis: 100%;
}
.cid-qPyNh3kyq8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qPyNh3kyq8 .media {
  margin: initial;
  align-items: center;
}
.cid-qPyNh3kyq8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qPyNh3kyq8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qPyNh3kyq8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qPyNh3kyq8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qPyNh3kyq8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qPyNh3kyq8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qPyOCvvx3u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qO3i0mtdmd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qO3i0mtdmd .card-img {
  background-color: #fff;
}
.cid-qO3i0mtdmd .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qO3i0mtdmd .card-box {
  padding: 2rem;
}
.cid-qO3i0mtdmd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qO3i0mtdmd p {
  text-align: left;
}
.cid-qO3i0mtdmd .mbr-text {
  color: #767676;
}
.cid-qO3i0mtdmd .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qO3i0mtdmd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qO3i0mtdmd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qO3i0mtdmd .card-title {
  text-align: center;
}
.cid-r27IF82aKq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-r27Ir7vy6i {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harta-locatii-spinmedia-2000x1319.png");
}
.cid-r27Ir7vy6i H1 {
  color: #232323;
}
.cid-r27IG5YWHx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qO3rdiO2gJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qO3rdiO2gJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qO3rdiO2gJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qO3rdiO2gJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qO3rdiO2gJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qO3rdiO2gJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qO3rdiO2gJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qO3rdiO2gJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qO3rdiO2gJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qO3rdiO2gJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qMzvnLlE1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMzvhCNZ23 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMzv3ozhJX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMzvbY2K80 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMyQ8uc7k4 .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyQ8uc7k4 .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyQ8uc7k4 a {
  font-style: normal;
}
.cid-qMyQ8uc7k4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyQ8uc7k4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyQ8uc7k4 .nav-item:focus,
.cid-qMyQ8uc7k4 .nav-link:focus {
  outline: none;
}
.cid-qMyQ8uc7k4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyQ8uc7k4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyQ8uc7k4 .menu-logo {
  margin-right: auto;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyQ8uc7k4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyQ8uc7k4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyQ8uc7k4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyQ8uc7k4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyQ8uc7k4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyQ8uc7k4 .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyQ8uc7k4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyQ8uc7k4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyQ8uc7k4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyQ8uc7k4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyQ8uc7k4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyQ8uc7k4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyQ8uc7k4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyQ8uc7k4 button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyQ8uc7k4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyQ8uc7k4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyQ8uc7k4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQ8uc7k4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQ8uc7k4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyQ8uc7k4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQ8uc7k4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyQ8uc7k4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyQ8uc7k4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQ8uc7k4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyQ8uc7k4 .collapsed .btn {
  display: flex;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyQ8uc7k4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQ8uc7k4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyQ8uc7k4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyQ8uc7k4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyQ8uc7k4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyQ8uc7k4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyQ8uc7k4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyQ8uc7k4.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyQ8uc7k4 img {
    height: 3.8rem !important;
  }
  .cid-qMyQ8uc7k4 .btn {
    display: flex;
  }
  .cid-qMyQ8uc7k4 button.navbar-toggler {
    display: block;
  }
  .cid-qMyQ8uc7k4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyQ8uc7k4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing,
  .cid-qMyQ8uc7k4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyQ8uc7k4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyQ8uc7k4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyQ8uc7k4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyQ8uc7k4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyQ8uc7k4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyQ8uc7k4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQ8uc7k4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyQ8uc7k4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyQ8uc7k4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyQ8uc7k4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyQ8uc7k4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyQ8uc7k4 .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyQ8uc7k4 .nav-link:hover,
.cid-qMyQ8uc7k4 .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMzHZv5HoO {
  background-image: url("../../../assets/images/panouri-stradale-outdoor-spinmedia-1200x800.jpg");
}
.cid-rH2IrTrlHY {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rH2IrTrlHY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rH2IrTrlHY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rH2IrTrlHY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rH2IrTrlHY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rH2IrTrlHY .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-rH2IrTrlHY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rH2IrTrlHY .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-rH2IrTrlHY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rH2IrTrlHY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-qNSIEp8kvp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNSIEp8kvp H2 {
  color: #161515;
}
.cid-qNSIEp8kvp .mbr-section-subtitle {
  color: #161515;
}
.cid-qMzGduoObH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMzGduoObH .card-img {
  background-color: #fff;
}
.cid-qMzGduoObH .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qMzGduoObH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMzGduoObH p {
  text-align: left;
}
.cid-qMzGduoObH .mbr-text {
  color: #767676;
}
.cid-qMzGduoObH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qMzGduoObH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qMzGduoObH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qMzGduoObH .card-title {
  text-align: center;
}
.cid-qMyQoROm1a .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyQoROm1a .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyQoROm1a a {
  font-style: normal;
}
.cid-qMyQoROm1a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyQoROm1a .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyQoROm1a .nav-item:focus,
.cid-qMyQoROm1a .nav-link:focus {
  outline: none;
}
.cid-qMyQoROm1a .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyQoROm1a .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyQoROm1a .menu-logo {
  margin-right: auto;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyQoROm1a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyQoROm1a .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyQoROm1a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyQoROm1a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyQoROm1a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyQoROm1a .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyQoROm1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyQoROm1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyQoROm1a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyQoROm1a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyQoROm1a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyQoROm1a .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyQoROm1a .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyQoROm1a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyQoROm1a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyQoROm1a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyQoROm1a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyQoROm1a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyQoROm1a button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyQoROm1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyQoROm1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyQoROm1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQoROm1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQoROm1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyQoROm1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQoROm1a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyQoROm1a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyQoROm1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQoROm1a .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyQoROm1a .collapsed .btn {
  display: flex;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyQoROm1a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyQoROm1a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQoROm1a .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyQoROm1a .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyQoROm1a .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyQoROm1a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyQoROm1a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyQoROm1a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyQoROm1a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyQoROm1a.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyQoROm1a img {
    height: 3.8rem !important;
  }
  .cid-qMyQoROm1a .btn {
    display: flex;
  }
  .cid-qMyQoROm1a button.navbar-toggler {
    display: block;
  }
  .cid-qMyQoROm1a .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyQoROm1a .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyQoROm1a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing,
  .cid-qMyQoROm1a .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyQoROm1a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyQoROm1a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyQoROm1a .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyQoROm1a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyQoROm1a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyQoROm1a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQoROm1a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyQoROm1a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyQoROm1a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyQoROm1a .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyQoROm1a .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyQoROm1a .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyQoROm1a .nav-link:hover,
.cid-qMyQoROm1a .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMKCVqIyQX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/meshuri-outdoor-spinmedia.jpg");
}
.cid-rH1ZyxQla3 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rH1ZyxQla3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rH1ZyxQla3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rH1ZyxQla3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rH1ZyxQla3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rH1ZyxQla3 .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-rH1ZyxQla3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rH1ZyxQla3 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-rH1ZyxQla3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rH1ZyxQla3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-qMKI6123nF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMKONIMtiV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMUBpG3p5p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMUEFJKXPv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMUH0HZ7KR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMUL6tgoGJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVdleF7Be {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVfubjCUZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVmj6VV6x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVl9yKkPb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVsYixLnv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVSvsHV3C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMVWsbc10M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMyRdqLyQ4 .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyRdqLyQ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyRdqLyQ4 a {
  font-style: normal;
}
.cid-qMyRdqLyQ4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyRdqLyQ4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyRdqLyQ4 .nav-item:focus,
.cid-qMyRdqLyQ4 .nav-link:focus {
  outline: none;
}
.cid-qMyRdqLyQ4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyRdqLyQ4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyRdqLyQ4 .menu-logo {
  margin-right: auto;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyRdqLyQ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyRdqLyQ4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyRdqLyQ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyRdqLyQ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyRdqLyQ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyRdqLyQ4 .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyRdqLyQ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyRdqLyQ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyRdqLyQ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyRdqLyQ4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyRdqLyQ4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyRdqLyQ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyRdqLyQ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyRdqLyQ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyRdqLyQ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyRdqLyQ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyRdqLyQ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyRdqLyQ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyRdqLyQ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyRdqLyQ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyRdqLyQ4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyRdqLyQ4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyRdqLyQ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyRdqLyQ4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyRdqLyQ4 .collapsed .btn {
  display: flex;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyRdqLyQ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyRdqLyQ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyRdqLyQ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyRdqLyQ4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyRdqLyQ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyRdqLyQ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyRdqLyQ4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyRdqLyQ4.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyRdqLyQ4 img {
    height: 3.8rem !important;
  }
  .cid-qMyRdqLyQ4 .btn {
    display: flex;
  }
  .cid-qMyRdqLyQ4 button.navbar-toggler {
    display: block;
  }
  .cid-qMyRdqLyQ4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyRdqLyQ4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing,
  .cid-qMyRdqLyQ4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyRdqLyQ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyRdqLyQ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyRdqLyQ4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyRdqLyQ4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyRdqLyQ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyRdqLyQ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyRdqLyQ4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyRdqLyQ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyRdqLyQ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyRdqLyQ4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyRdqLyQ4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyRdqLyQ4 .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyRdqLyQ4 .nav-link:hover,
.cid-qMyRdqLyQ4 .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMWsHhFXK4 {
  background-image: url("../../../assets/images/alpinism-utilitar.jpg");
}
.cid-qMWBAGfxf9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qMWBAGfxf9 .card-img {
  background-color: #fff;
}
.cid-qMWBAGfxf9 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qMWBAGfxf9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qMWBAGfxf9 p {
  text-align: left;
}
.cid-qMWBAGfxf9 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qMWBAGfxf9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qMWBAGfxf9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qMWBAGfxf9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qMWBAGfxf9 .card-title {
  text-align: center;
}
.cid-qO4MCEMLhD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMyRAartUU .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyRAartUU .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyRAartUU a {
  font-style: normal;
}
.cid-qMyRAartUU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyRAartUU .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyRAartUU .nav-item:focus,
.cid-qMyRAartUU .nav-link:focus {
  outline: none;
}
.cid-qMyRAartUU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyRAartUU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyRAartUU .menu-logo {
  margin-right: auto;
}
.cid-qMyRAartUU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyRAartUU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyRAartUU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyRAartUU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyRAartUU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyRAartUU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyRAartUU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyRAartUU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyRAartUU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyRAartUU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyRAartUU .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyRAartUU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyRAartUU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyRAartUU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyRAartUU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyRAartUU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyRAartUU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyRAartUU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyRAartUU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyRAartUU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyRAartUU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyRAartUU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyRAartUU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyRAartUU button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyRAartUU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyRAartUU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyRAartUU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyRAartUU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyRAartUU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyRAartUU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyRAartUU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyRAartUU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyRAartUU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyRAartUU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyRAartUU .collapsed .btn {
  display: flex;
}
.cid-qMyRAartUU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing,
.cid-qMyRAartUU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyRAartUU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyRAartUU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyRAartUU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyRAartUU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyRAartUU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyRAartUU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyRAartUU .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyRAartUU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyRAartUU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyRAartUU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyRAartUU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyRAartUU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyRAartUU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyRAartUU.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyRAartUU img {
    height: 3.8rem !important;
  }
  .cid-qMyRAartUU .btn {
    display: flex;
  }
  .cid-qMyRAartUU button.navbar-toggler {
    display: block;
  }
  .cid-qMyRAartUU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyRAartUU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyRAartUU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing,
  .cid-qMyRAartUU .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyRAartUU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyRAartUU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyRAartUU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyRAartUU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyRAartUU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyRAartUU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyRAartUU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyRAartUU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyRAartUU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyRAartUU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyRAartUU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyRAartUU .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyRAartUU .nav-link:hover,
.cid-qMyRAartUU .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRjlNyN8z {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ff3366;
}
.cid-qNRkE2BhVu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNRkE2BhVu .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNRkE2BhVu .card-box {
  padding: 0 2rem;
}
.cid-qNRkE2BhVu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qNRkE2BhVu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qNRkE2BhVu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qNRkE2BhVu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qNRkE2BhVu .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qNRkE2BhVu .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNRkE2BhVu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qNRkE2BhVu .card-title {
  text-align: center;
}
.cid-qNRlmJIXW2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNRlmJIXW2 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNRlmJIXW2 .card-box {
  padding: 0 2rem;
}
.cid-qNRlmJIXW2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qNRlmJIXW2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qNRlmJIXW2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qNRlmJIXW2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qNRlmJIXW2 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qNRlmJIXW2 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNRlmJIXW2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qNRlmJIXW2 .card-title {
  text-align: center;
}
.cid-qO4Nva8AoD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMySj4Ukxg .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMySj4Ukxg .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMySj4Ukxg a {
  font-style: normal;
}
.cid-qMySj4Ukxg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMySj4Ukxg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMySj4Ukxg .nav-item:focus,
.cid-qMySj4Ukxg .nav-link:focus {
  outline: none;
}
.cid-qMySj4Ukxg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMySj4Ukxg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMySj4Ukxg .menu-logo {
  margin-right: auto;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMySj4Ukxg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMySj4Ukxg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMySj4Ukxg button.navbar-toggler:focus {
  outline: none;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .btn {
  display: flex;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMySj4Ukxg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMySj4Ukxg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMySj4Ukxg.navbar-expand {
    flex-direction: column;
  }
  .cid-qMySj4Ukxg img {
    height: 3.8rem !important;
  }
  .cid-qMySj4Ukxg .btn {
    display: flex;
  }
  .cid-qMySj4Ukxg button.navbar-toggler {
    display: block;
  }
  .cid-qMySj4Ukxg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMySj4Ukxg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMySj4Ukxg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing,
  .cid-qMySj4Ukxg .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMySj4Ukxg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMySj4Ukxg .navbar-collapse {
  flex-basis: auto;
}
.cid-qMySj4Ukxg .nav-link:hover,
.cid-qMySj4Ukxg .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRyfv36p5 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNRyfv36p5 H2 {
  color: #073b4c;
}
.cid-qNRyfv36p5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRygzk9dY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qNRygzk9dY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNRygzk9dY .card-box {
  padding: 0 2rem;
}
.cid-qNRygzk9dY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qNRygzk9dY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qNRygzk9dY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qNRygzk9dY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qNRygzk9dY .mbr-text {
  color: #767676;
}
.cid-qNRygzk9dY .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNRygzk9dY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qNRygzk9dY .card-title {
  text-align: center;
}
.cid-qMyTHcSumq .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyTHcSumq .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyTHcSumq a {
  font-style: normal;
}
.cid-qMyTHcSumq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyTHcSumq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyTHcSumq .nav-item:focus,
.cid-qMyTHcSumq .nav-link:focus {
  outline: none;
}
.cid-qMyTHcSumq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyTHcSumq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyTHcSumq .menu-logo {
  margin-right: auto;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyTHcSumq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyTHcSumq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyTHcSumq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyTHcSumq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyTHcSumq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyTHcSumq .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyTHcSumq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyTHcSumq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyTHcSumq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyTHcSumq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyTHcSumq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyTHcSumq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyTHcSumq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyTHcSumq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyTHcSumq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyTHcSumq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyTHcSumq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyTHcSumq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyTHcSumq button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyTHcSumq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyTHcSumq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyTHcSumq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyTHcSumq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyTHcSumq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyTHcSumq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyTHcSumq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyTHcSumq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyTHcSumq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyTHcSumq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyTHcSumq .collapsed .btn {
  display: flex;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyTHcSumq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyTHcSumq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyTHcSumq .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyTHcSumq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyTHcSumq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyTHcSumq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyTHcSumq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyTHcSumq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyTHcSumq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyTHcSumq.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyTHcSumq img {
    height: 3.8rem !important;
  }
  .cid-qMyTHcSumq .btn {
    display: flex;
  }
  .cid-qMyTHcSumq button.navbar-toggler {
    display: block;
  }
  .cid-qMyTHcSumq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyTHcSumq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyTHcSumq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing,
  .cid-qMyTHcSumq .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyTHcSumq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyTHcSumq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyTHcSumq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyTHcSumq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyTHcSumq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyTHcSumq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyTHcSumq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyTHcSumq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyTHcSumq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyTHcSumq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyTHcSumq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyTHcSumq .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyTHcSumq .nav-link:hover,
.cid-qMyTHcSumq .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRTmCGuG8 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #fdc02a;
}
.cid-qNRTmCGuG8 H2 {
  color: #232323;
}
.cid-qNRTmCGuG8 .mbr-section-subtitle {
  color: #232323;
}
.cid-qNRTnC5hpR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fdc02a;
}
.cid-qNRTnC5hpR .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qNRTnC5hpR .section-text {
  padding: 2rem 0;
}
.cid-qNRTnC5hpR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNRTnC5hpR .inner-container {
    width: 100% !important;
  }
}
.cid-qNRTqlBNAU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fdc02a;
}
@media (min-width: 992px) {
  .cid-qNRTqlBNAU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qNRTqlBNAU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qNRTqlBNAU .mbr-text {
    text-align: center;
  }
}
.cid-qNRTqlBNAU .mbr-text,
.cid-qNRTqlBNAU .mbr-section-btn {
  color: #232323;
}
.cid-qNRTqlBNAU H1 {
  color: #232323;
}
.cid-qO4NSTJpIP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMyVteRdWG .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyVteRdWG .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyVteRdWG a {
  font-style: normal;
}
.cid-qMyVteRdWG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyVteRdWG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyVteRdWG .nav-item:focus,
.cid-qMyVteRdWG .nav-link:focus {
  outline: none;
}
.cid-qMyVteRdWG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyVteRdWG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyVteRdWG .menu-logo {
  margin-right: auto;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyVteRdWG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyVteRdWG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyVteRdWG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyVteRdWG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyVteRdWG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyVteRdWG .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyVteRdWG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyVteRdWG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyVteRdWG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyVteRdWG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyVteRdWG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyVteRdWG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyVteRdWG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyVteRdWG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyVteRdWG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyVteRdWG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyVteRdWG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyVteRdWG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyVteRdWG button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyVteRdWG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyVteRdWG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyVteRdWG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyVteRdWG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyVteRdWG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyVteRdWG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyVteRdWG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyVteRdWG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyVteRdWG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyVteRdWG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyVteRdWG .collapsed .btn {
  display: flex;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyVteRdWG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyVteRdWG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyVteRdWG .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyVteRdWG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyVteRdWG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyVteRdWG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyVteRdWG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyVteRdWG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyVteRdWG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyVteRdWG.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyVteRdWG img {
    height: 3.8rem !important;
  }
  .cid-qMyVteRdWG .btn {
    display: flex;
  }
  .cid-qMyVteRdWG button.navbar-toggler {
    display: block;
  }
  .cid-qMyVteRdWG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyVteRdWG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyVteRdWG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing,
  .cid-qMyVteRdWG .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyVteRdWG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyVteRdWG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyVteRdWG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyVteRdWG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyVteRdWG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyVteRdWG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyVteRdWG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyVteRdWG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyVteRdWG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyVteRdWG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyVteRdWG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyVteRdWG .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyVteRdWG .nav-link:hover,
.cid-qMyVteRdWG .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qN28dj9p1m {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #1573ba;
}
.cid-qO2AkUGmxL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qO2AkUGmxL .mbr-section-subtitle {
  color: #767676;
}
.cid-qN29aNqWhP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qN29aNqWhP .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qN29aNqWhP .card-box {
  padding: 0 2rem;
}
.cid-qN29aNqWhP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qN29aNqWhP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qN29aNqWhP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qN29aNqWhP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qN29aNqWhP .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qN29aNqWhP .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qN29aNqWhP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qN29aNqWhP .card-title {
  text-align: center;
}
.cid-qMyVPN0X2E .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyVPN0X2E .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyVPN0X2E a {
  font-style: normal;
}
.cid-qMyVPN0X2E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyVPN0X2E .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyVPN0X2E .nav-item:focus,
.cid-qMyVPN0X2E .nav-link:focus {
  outline: none;
}
.cid-qMyVPN0X2E .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyVPN0X2E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyVPN0X2E .menu-logo {
  margin-right: auto;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyVPN0X2E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyVPN0X2E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyVPN0X2E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyVPN0X2E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyVPN0X2E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyVPN0X2E .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyVPN0X2E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyVPN0X2E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyVPN0X2E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyVPN0X2E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyVPN0X2E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyVPN0X2E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyVPN0X2E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyVPN0X2E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyVPN0X2E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyVPN0X2E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyVPN0X2E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyVPN0X2E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyVPN0X2E button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyVPN0X2E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyVPN0X2E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyVPN0X2E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyVPN0X2E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyVPN0X2E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyVPN0X2E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyVPN0X2E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyVPN0X2E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyVPN0X2E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyVPN0X2E .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyVPN0X2E .collapsed .btn {
  display: flex;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyVPN0X2E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyVPN0X2E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyVPN0X2E .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyVPN0X2E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyVPN0X2E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyVPN0X2E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyVPN0X2E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyVPN0X2E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyVPN0X2E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyVPN0X2E.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyVPN0X2E img {
    height: 3.8rem !important;
  }
  .cid-qMyVPN0X2E .btn {
    display: flex;
  }
  .cid-qMyVPN0X2E button.navbar-toggler {
    display: block;
  }
  .cid-qMyVPN0X2E .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyVPN0X2E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyVPN0X2E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing,
  .cid-qMyVPN0X2E .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyVPN0X2E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyVPN0X2E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyVPN0X2E .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyVPN0X2E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyVPN0X2E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyVPN0X2E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyVPN0X2E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyVPN0X2E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyVPN0X2E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyVPN0X2E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyVPN0X2E .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyVPN0X2E .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyVPN0X2E .nav-link:hover,
.cid-qMyVPN0X2E .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qN2gXAVlcN {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-qNRffax9Xu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qN2kiPTaPz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qN2kiPTaPz .mbr-section-subtitle {
  color: #767676;
}
.cid-qN2i2iAQOk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qN2i2iAQOk .mbr-text {
  color: #767676;
}
.cid-qN2i2iAQOk h4 {
  text-align: center;
}
.cid-qN2i2iAQOk p {
  text-align: center;
}
.cid-qN2i2iAQOk .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qNSRqY7qCM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNSRqY7qCM .card-img {
  background-color: #fff;
}
.cid-qNSRqY7qCM .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNSRqY7qCM .card-box {
  padding: 2rem;
}
.cid-qNSRqY7qCM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNSRqY7qCM p {
  text-align: left;
}
.cid-qNSRqY7qCM .mbr-text {
  color: #767676;
}
.cid-qNSRqY7qCM .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNSRqY7qCM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNSRqY7qCM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qNSRqY7qCM .card-title {
  text-align: center;
}
.cid-qN2k7MBSmh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qN2k7MBSmh .mbr-section-subtitle {
  color: #767676;
}
.cid-qN2hu1Chqy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qN2hu1Chqy .card-img {
  background-color: #fff;
}
.cid-qN2hu1Chqy .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qN2hu1Chqy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qN2hu1Chqy p {
  text-align: left;
}
.cid-qN2hu1Chqy .mbr-text {
  color: #767676;
}
.cid-qN2hu1Chqy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qN2hu1Chqy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qN2hu1Chqy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qN2hu1Chqy .card-title {
  text-align: center;
}
.cid-qMyWaZBMzg .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyWaZBMzg .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyWaZBMzg a {
  font-style: normal;
}
.cid-qMyWaZBMzg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyWaZBMzg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyWaZBMzg .nav-item:focus,
.cid-qMyWaZBMzg .nav-link:focus {
  outline: none;
}
.cid-qMyWaZBMzg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyWaZBMzg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyWaZBMzg .menu-logo {
  margin-right: auto;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyWaZBMzg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyWaZBMzg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyWaZBMzg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyWaZBMzg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyWaZBMzg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyWaZBMzg .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyWaZBMzg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyWaZBMzg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyWaZBMzg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyWaZBMzg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyWaZBMzg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyWaZBMzg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyWaZBMzg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyWaZBMzg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyWaZBMzg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyWaZBMzg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyWaZBMzg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyWaZBMzg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyWaZBMzg button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyWaZBMzg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyWaZBMzg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyWaZBMzg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyWaZBMzg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyWaZBMzg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyWaZBMzg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyWaZBMzg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyWaZBMzg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyWaZBMzg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyWaZBMzg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyWaZBMzg .collapsed .btn {
  display: flex;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyWaZBMzg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyWaZBMzg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyWaZBMzg .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyWaZBMzg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyWaZBMzg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyWaZBMzg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyWaZBMzg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyWaZBMzg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyWaZBMzg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyWaZBMzg.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyWaZBMzg img {
    height: 3.8rem !important;
  }
  .cid-qMyWaZBMzg .btn {
    display: flex;
  }
  .cid-qMyWaZBMzg button.navbar-toggler {
    display: block;
  }
  .cid-qMyWaZBMzg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyWaZBMzg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyWaZBMzg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing,
  .cid-qMyWaZBMzg .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyWaZBMzg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyWaZBMzg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyWaZBMzg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyWaZBMzg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyWaZBMzg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyWaZBMzg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyWaZBMzg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyWaZBMzg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyWaZBMzg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyWaZBMzg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyWaZBMzg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyWaZBMzg .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyWaZBMzg .nav-link:hover,
.cid-qMyWaZBMzg .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRbnU0L9E {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/distributie-postala-flyere-4.jpeg");
}
.cid-qNRbnU0L9E .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qNRbnU0L9E .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qNRbnU0L9E .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qNRbnU0L9E .mbr-text {
  color: #ffffff;
}
.cid-qNRbnU0L9E .card {
  padding-bottom: 1.5rem;
}
.cid-qNRfbvO6lX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qO2ASHOFmu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qO2ASHOFmu .mbr-section-subtitle {
  color: #767676;
}
.cid-qNSSl4dvOc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNSSl4dvOc .card-img {
  background-color: #fff;
}
.cid-qNSSl4dvOc .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNSSl4dvOc .card-box {
  padding: 2rem;
}
.cid-qNSSl4dvOc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNSSl4dvOc p {
  text-align: left;
}
.cid-qNSSl4dvOc .mbr-text {
  color: #767676;
}
.cid-qNSSl4dvOc .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNSSl4dvOc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNSSl4dvOc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qNSSl4dvOc .card-title {
  text-align: center;
}
.cid-qNRe3BUIes {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNRe3BUIes H2 {
  color: #232323;
}
.cid-qNRdYVfKDw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNRdYVfKDw .card-img {
  background-color: #fff;
}
.cid-qNRdYVfKDw .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qNRdYVfKDw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNRdYVfKDw p {
  text-align: left;
}
.cid-qNRdYVfKDw .mbr-text {
  color: #767676;
}
.cid-qNRdYVfKDw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNRdYVfKDw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNRdYVfKDw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qNRdYVfKDw .card-title {
  text-align: center;
}
.cid-qMyWs9suZA .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyWs9suZA .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyWs9suZA a {
  font-style: normal;
}
.cid-qMyWs9suZA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyWs9suZA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyWs9suZA .nav-item:focus,
.cid-qMyWs9suZA .nav-link:focus {
  outline: none;
}
.cid-qMyWs9suZA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyWs9suZA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyWs9suZA .menu-logo {
  margin-right: auto;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyWs9suZA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyWs9suZA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyWs9suZA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyWs9suZA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyWs9suZA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyWs9suZA .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyWs9suZA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyWs9suZA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyWs9suZA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyWs9suZA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyWs9suZA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyWs9suZA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyWs9suZA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyWs9suZA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyWs9suZA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyWs9suZA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyWs9suZA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyWs9suZA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyWs9suZA button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyWs9suZA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyWs9suZA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyWs9suZA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyWs9suZA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyWs9suZA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyWs9suZA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyWs9suZA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyWs9suZA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyWs9suZA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyWs9suZA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyWs9suZA .collapsed .btn {
  display: flex;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyWs9suZA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyWs9suZA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyWs9suZA .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyWs9suZA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyWs9suZA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyWs9suZA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyWs9suZA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyWs9suZA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyWs9suZA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyWs9suZA.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyWs9suZA img {
    height: 3.8rem !important;
  }
  .cid-qMyWs9suZA .btn {
    display: flex;
  }
  .cid-qMyWs9suZA button.navbar-toggler {
    display: block;
  }
  .cid-qMyWs9suZA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyWs9suZA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyWs9suZA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing,
  .cid-qMyWs9suZA .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyWs9suZA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyWs9suZA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyWs9suZA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyWs9suZA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyWs9suZA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyWs9suZA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyWs9suZA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyWs9suZA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyWs9suZA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyWs9suZA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyWs9suZA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyWs9suZA .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyWs9suZA .nav-link:hover,
.cid-qMyWs9suZA .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRfsFqbxG {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/distributie-door-hanger-2.jpg");
}
.cid-qNRfsFqbxG .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qNRfsFqbxG .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qNRfsFqbxG .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qNRfsFqbxG .mbr-text {
  color: #ffffff;
}
.cid-qNRfsFqbxG .card {
  padding-bottom: 1.5rem;
}
.cid-qO2Dr4ie2i {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qO2Dr4ie2i .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRicrm5yy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qNST1xWtvh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNST1xWtvh .card-img {
  background-color: #fff;
}
.cid-qNST1xWtvh .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qNST1xWtvh .card-box {
  padding: 2rem;
}
.cid-qNST1xWtvh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNST1xWtvh p {
  text-align: left;
}
.cid-qNST1xWtvh .mbr-text {
  color: #767676;
}
.cid-qNST1xWtvh .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNST1xWtvh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNST1xWtvh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qNST1xWtvh .card-title {
  text-align: center;
}
.cid-qNRii3hD9x {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNRii3hD9x H2 {
  color: #232323;
}
.cid-qNRig4ZFT6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNRig4ZFT6 .card-img {
  background-color: #fff;
}
.cid-qNRig4ZFT6 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qNRig4ZFT6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNRig4ZFT6 p {
  text-align: left;
}
.cid-qNRig4ZFT6 .mbr-text {
  color: #767676;
}
.cid-qNRig4ZFT6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNRig4ZFT6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNRig4ZFT6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qNRig4ZFT6 .card-title {
  text-align: center;
}
.cid-qMySj4Ukxg .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMySj4Ukxg .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMySj4Ukxg a {
  font-style: normal;
}
.cid-qMySj4Ukxg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMySj4Ukxg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMySj4Ukxg .nav-item:focus,
.cid-qMySj4Ukxg .nav-link:focus {
  outline: none;
}
.cid-qMySj4Ukxg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMySj4Ukxg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMySj4Ukxg .menu-logo {
  margin-right: auto;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMySj4Ukxg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMySj4Ukxg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMySj4Ukxg button.navbar-toggler:focus {
  outline: none;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .btn {
  display: flex;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMySj4Ukxg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMySj4Ukxg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMySj4Ukxg.navbar-expand {
    flex-direction: column;
  }
  .cid-qMySj4Ukxg img {
    height: 3.8rem !important;
  }
  .cid-qMySj4Ukxg .btn {
    display: flex;
  }
  .cid-qMySj4Ukxg button.navbar-toggler {
    display: block;
  }
  .cid-qMySj4Ukxg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMySj4Ukxg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMySj4Ukxg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing,
  .cid-qMySj4Ukxg .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMySj4Ukxg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMySj4Ukxg .navbar-collapse {
  flex-basis: auto;
}
.cid-qMySj4Ukxg .nav-link:hover,
.cid-qMySj4Ukxg .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRzRrJSOa {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #c4bc3b;
}
.cid-qNRzSMQJfU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRzSMQJfU .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRzSMQJfU .container-table {
  margin: 0 auto;
}
.cid-qNRzSMQJfU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRzSMQJfU .dataTables_wrapper {
  display: block;
}
.cid-qNRzSMQJfU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRzSMQJfU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRzSMQJfU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRzSMQJfU table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRzSMQJfU table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRzSMQJfU table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRzSMQJfU table.table {
  background: #ffffff;
}
.cid-qNRzSMQJfU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRzSMQJfU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRzSMQJfU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRzSMQJfU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRzSMQJfU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRzSMQJfU .dataTables_filter {
    text-align: center;
  }
  .cid-qNRzSMQJfU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRzSMQJfU .head-item {
  text-align: center;
}
.cid-qNRzSMQJfU .body-item {
  text-align: center;
}
.cid-qNRzU66pez {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRzU66pez .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRzU66pez .container-table {
  margin: 0 auto;
}
.cid-qNRzU66pez .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRzU66pez .dataTables_wrapper {
  display: block;
}
.cid-qNRzU66pez .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRzU66pez .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRzU66pez table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRzU66pez table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRzU66pez table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRzU66pez table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRzU66pez table.table {
  background: #ffffff;
}
.cid-qNRzU66pez .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRzU66pez .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRzU66pez .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRzU66pez .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRzU66pez .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRzU66pez .dataTables_filter {
    text-align: center;
  }
  .cid-qNRzU66pez .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRzU66pez .head-item {
  text-align: center;
}
.cid-qNRzU66pez .body-item {
  text-align: center;
}
.cid-qNRzVf2LyD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNRzVf2LyD .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRzVf2LyD H2 {
  color: #232323;
}
.cid-qNRBCCs6Sp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qNRBCCs6Sp .counter-container {
  color: #767676;
}
.cid-qNRBCCs6Sp .counter-container ul {
  margin-bottom: 0;
}
.cid-qNRBCCs6Sp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qNRBCCs6Sp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-qMySj4Ukxg .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMySj4Ukxg .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMySj4Ukxg a {
  font-style: normal;
}
.cid-qMySj4Ukxg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMySj4Ukxg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMySj4Ukxg .nav-item:focus,
.cid-qMySj4Ukxg .nav-link:focus {
  outline: none;
}
.cid-qMySj4Ukxg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMySj4Ukxg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMySj4Ukxg .menu-logo {
  margin-right: auto;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMySj4Ukxg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMySj4Ukxg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMySj4Ukxg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMySj4Ukxg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMySj4Ukxg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMySj4Ukxg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMySj4Ukxg button.navbar-toggler:focus {
  outline: none;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMySj4Ukxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMySj4Ukxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMySj4Ukxg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .btn {
  display: flex;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMySj4Ukxg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMySj4Ukxg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMySj4Ukxg .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMySj4Ukxg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMySj4Ukxg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMySj4Ukxg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMySj4Ukxg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMySj4Ukxg.navbar-expand {
    flex-direction: column;
  }
  .cid-qMySj4Ukxg img {
    height: 3.8rem !important;
  }
  .cid-qMySj4Ukxg .btn {
    display: flex;
  }
  .cid-qMySj4Ukxg button.navbar-toggler {
    display: block;
  }
  .cid-qMySj4Ukxg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMySj4Ukxg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMySj4Ukxg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing,
  .cid-qMySj4Ukxg .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMySj4Ukxg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMySj4Ukxg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMySj4Ukxg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMySj4Ukxg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMySj4Ukxg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMySj4Ukxg .navbar-collapse {
  flex-basis: auto;
}
.cid-qMySj4Ukxg .nav-link:hover,
.cid-qMySj4Ukxg .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRBISw9Vv {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-qNRBMJFk5I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRBMJFk5I .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRBMJFk5I .container-table {
  margin: 0 auto;
}
.cid-qNRBMJFk5I .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRBMJFk5I .dataTables_wrapper {
  display: block;
}
.cid-qNRBMJFk5I .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRBMJFk5I .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRBMJFk5I table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRBMJFk5I table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRBMJFk5I table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRBMJFk5I table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRBMJFk5I table.table {
  background: #ffffff;
}
.cid-qNRBMJFk5I .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRBMJFk5I .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRBMJFk5I .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRBMJFk5I .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRBMJFk5I .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRBMJFk5I .dataTables_filter {
    text-align: center;
  }
  .cid-qNRBMJFk5I .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRBMJFk5I .head-item {
  text-align: center;
}
.cid-qNRBMJFk5I .body-item {
  text-align: center;
}
.cid-qNRBNrnWGJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRBNrnWGJ .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRBNrnWGJ .container-table {
  margin: 0 auto;
}
.cid-qNRBNrnWGJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRBNrnWGJ .dataTables_wrapper {
  display: block;
}
.cid-qNRBNrnWGJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRBNrnWGJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRBNrnWGJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRBNrnWGJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRBNrnWGJ table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRBNrnWGJ table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRBNrnWGJ table.table {
  background: #ffffff;
}
.cid-qNRBNrnWGJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRBNrnWGJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRBNrnWGJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRBNrnWGJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRBNrnWGJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRBNrnWGJ .dataTables_filter {
    text-align: center;
  }
  .cid-qNRBNrnWGJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRBNrnWGJ .head-item {
  text-align: center;
}
.cid-qNRBNrnWGJ .body-item {
  text-align: center;
}
.cid-qNRHlFMEu5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNRHlFMEu5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRHlFMEu5 H2 {
  color: #232323;
}
.cid-qNRBOsYC5k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNRBOsYC5k .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qNRBOsYC5k .section-text {
  padding: 2rem 0;
}
.cid-qNRBOsYC5k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNRBOsYC5k .inner-container {
    width: 100% !important;
  }
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qNRH01CpyN {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #5b686b;
}
.cid-qNRH7V6xTO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRH7V6xTO .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRH7V6xTO .container-table {
  margin: 0 auto;
}
.cid-qNRH7V6xTO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRH7V6xTO .dataTables_wrapper {
  display: block;
}
.cid-qNRH7V6xTO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRH7V6xTO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRH7V6xTO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRH7V6xTO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRH7V6xTO table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRH7V6xTO table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRH7V6xTO table.table {
  background: #ffffff;
}
.cid-qNRH7V6xTO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRH7V6xTO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRH7V6xTO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRH7V6xTO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRH7V6xTO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRH7V6xTO .dataTables_filter {
    text-align: center;
  }
  .cid-qNRH7V6xTO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRH7V6xTO .head-item {
  text-align: center;
}
.cid-qNRH7V6xTO .body-item {
  text-align: center;
}
.cid-qNRH8BZhcb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qNRH8BZhcb .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRH8BZhcb .container-table {
  margin: 0 auto;
}
.cid-qNRH8BZhcb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qNRH8BZhcb .dataTables_wrapper {
  display: block;
}
.cid-qNRH8BZhcb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qNRH8BZhcb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qNRH8BZhcb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-qNRH8BZhcb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qNRH8BZhcb table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-qNRH8BZhcb table td {
  border-top: 1px solid #149dcc;
}
.cid-qNRH8BZhcb table.table {
  background: #ffffff;
}
.cid-qNRH8BZhcb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qNRH8BZhcb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qNRH8BZhcb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qNRH8BZhcb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qNRH8BZhcb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qNRH8BZhcb .dataTables_filter {
    text-align: center;
  }
  .cid-qNRH8BZhcb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qNRH8BZhcb .head-item {
  text-align: center;
}
.cid-qNRH8BZhcb .body-item {
  text-align: center;
}
.cid-qNRHqOykSv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNRHqOykSv .mbr-section-subtitle {
  color: #767676;
}
.cid-qNRHqOykSv H2 {
  color: #232323;
}
.cid-qNRH9phEb7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qNRH9phEb7 .counter-container {
  color: #767676;
}
.cid-qNRH9phEb7 .counter-container ul {
  margin-bottom: 0;
}
.cid-qNRH9phEb7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qNRH9phEb7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-qMyQNcdFwk .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyQNcdFwk .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyQNcdFwk a {
  font-style: normal;
}
.cid-qMyQNcdFwk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyQNcdFwk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyQNcdFwk .nav-item:focus,
.cid-qMyQNcdFwk .nav-link:focus {
  outline: none;
}
.cid-qMyQNcdFwk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyQNcdFwk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyQNcdFwk .menu-logo {
  margin-right: auto;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyQNcdFwk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyQNcdFwk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyQNcdFwk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyQNcdFwk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyQNcdFwk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyQNcdFwk .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyQNcdFwk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyQNcdFwk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyQNcdFwk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyQNcdFwk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyQNcdFwk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyQNcdFwk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyQNcdFwk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyQNcdFwk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyQNcdFwk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyQNcdFwk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyQNcdFwk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyQNcdFwk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyQNcdFwk button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyQNcdFwk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyQNcdFwk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyQNcdFwk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQNcdFwk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyQNcdFwk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyQNcdFwk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQNcdFwk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyQNcdFwk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyQNcdFwk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyQNcdFwk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyQNcdFwk .collapsed .btn {
  display: flex;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyQNcdFwk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyQNcdFwk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyQNcdFwk .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyQNcdFwk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyQNcdFwk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyQNcdFwk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyQNcdFwk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyQNcdFwk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyQNcdFwk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyQNcdFwk.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyQNcdFwk img {
    height: 3.8rem !important;
  }
  .cid-qMyQNcdFwk .btn {
    display: flex;
  }
  .cid-qMyQNcdFwk button.navbar-toggler {
    display: block;
  }
  .cid-qMyQNcdFwk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyQNcdFwk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyQNcdFwk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing,
  .cid-qMyQNcdFwk .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyQNcdFwk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyQNcdFwk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyQNcdFwk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyQNcdFwk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyQNcdFwk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyQNcdFwk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyQNcdFwk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyQNcdFwk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyQNcdFwk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyQNcdFwk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyQNcdFwk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyQNcdFwk .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyQNcdFwk .nav-link:hover,
.cid-qMyQNcdFwk .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMW9Wbbq3s {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qMWadJNMRs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qMWadJNMRs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qMWadJNMRs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qMWadJNMRs .mbr-text {
    text-align: center;
  }
}
.cid-qMWadJNMRs H1 {
  color: #232323;
}
.cid-qMWadJNMRs .mbr-text,
.cid-qMWadJNMRs .mbr-section-btn {
  color: #232323;
}
.cid-qMWfcLm7Bu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMWc27Z7tS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMWc27Z7tS .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qMWc27Z7tS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qMWc27Z7tS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qMWc27Z7tS .mbr-text {
    text-align: center;
  }
}
.cid-qMWc27Z7tS H1 {
  color: #232323;
}
.cid-qMWc27Z7tS .mbr-text,
.cid-qMWc27Z7tS .mbr-section-btn {
  color: #232323;
}
.cid-qMWfefgaJf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMWcURZrZe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qMWcURZrZe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qMWcURZrZe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qMWcURZrZe .mbr-text {
    text-align: center;
  }
}
.cid-qMWcURZrZe H1 {
  color: #232323;
}
.cid-qMWcURZrZe .mbr-text,
.cid-qMWcURZrZe .mbr-section-btn {
  color: #232323;
}
.cid-qMWff8BZVs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMWdIy3oQj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMWdIy3oQj .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qMWdIy3oQj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qMWdIy3oQj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qMWdIy3oQj .mbr-text {
    text-align: center;
  }
}
.cid-qMWdIy3oQj H1 {
  color: #232323;
}
.cid-qMWdIy3oQj .mbr-text,
.cid-qMWdIy3oQj .mbr-section-btn {
  color: #232323;
}
.cid-qMWfgjkPb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMWelb1XmT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qMWelb1XmT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qMWelb1XmT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qMWelb1XmT .mbr-text {
    text-align: center;
  }
}
.cid-qMWelb1XmT H1 {
  color: #232323;
}
.cid-qMWelb1XmT .mbr-text,
.cid-qMWelb1XmT .mbr-section-btn {
  color: #232323;
}
.cid-qPyVacw3d2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qPyV5ACw2h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qPyV5ACw2h .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qPyV5ACw2h .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qPyV5ACw2h .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qPyV5ACw2h .mbr-text {
    text-align: center;
  }
}
.cid-qPyV5ACw2h H1 {
  color: #232323;
}
.cid-qPyV5ACw2h .mbr-text,
.cid-qPyV5ACw2h .mbr-section-btn {
  color: #232323;
}
.cid-qPyVb1w0AP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qPyV3vOjfp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qPyV3vOjfp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qPyV3vOjfp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qPyV3vOjfp .mbr-text {
    text-align: center;
  }
}
.cid-qPyV3vOjfp H1 {
  color: #232323;
}
.cid-qPyV3vOjfp .mbr-text,
.cid-qPyV3vOjfp .mbr-section-btn {
  color: #232323;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-r1fLTp6veo {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #201d27;
}
.cid-r1fLTp6veo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r1fLTp6veo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r1fLTp6veo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r1fLTRaO47 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1fLTRaO47 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r1fLTRaO47 p {
  color: #767676;
  text-align: left;
}
.cid-r1fLTRaO47 .card-box {
  padding-top: 2rem;
}
.cid-r1fLTRaO47 .card-wrapper {
  height: 100%;
}
.cid-r1fLUe5vAP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-r1fLUe5vAP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r1fLUe5vAP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r1fLUe5vAP .mbr-text {
    text-align: center;
  }
}
.cid-r1fLUe5vAP .mbr-text,
.cid-r1fLUe5vAP .mbr-section-btn {
  color: #767676;
}
.cid-r1fLUe5vAP H1 {
  color: #232323;
}
.cid-r1fLVG2mgr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-r1fLVG2mgr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r1fLVG2mgr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r1fLVG2mgr .mbr-text {
    text-align: center;
  }
}
.cid-r1fLVG2mgr .mbr-text,
.cid-r1fLVG2mgr .mbr-section-btn {
  color: #767676;
}
.cid-r1fLVG2mgr H1 {
  color: #232323;
}
.cid-r1fLWw8BGf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-r1fLWw8BGf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r1fLWw8BGf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r1fLWw8BGf .mbr-text {
    text-align: center;
  }
}
.cid-r1fLWw8BGf .mbr-text,
.cid-r1fLWw8BGf .mbr-section-btn {
  color: #767676;
}
.cid-r1fLWw8BGf H1 {
  color: #232323;
}
.cid-rGot3TTFnI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #1b041d;
}
.cid-qMyPzvh111 .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyPzvh111 .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyPzvh111 a {
  font-style: normal;
}
.cid-qMyPzvh111 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyPzvh111 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyPzvh111 .nav-item:focus,
.cid-qMyPzvh111 .nav-link:focus {
  outline: none;
}
.cid-qMyPzvh111 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyPzvh111 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyPzvh111 .menu-logo {
  margin-right: auto;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyPzvh111 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyPzvh111 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyPzvh111 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyPzvh111 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyPzvh111 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyPzvh111 .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyPzvh111 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyPzvh111 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyPzvh111 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyPzvh111 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyPzvh111 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyPzvh111 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyPzvh111 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyPzvh111 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyPzvh111 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyPzvh111 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyPzvh111 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyPzvh111 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyPzvh111 button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyPzvh111 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyPzvh111 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyPzvh111 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyPzvh111 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyPzvh111 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyPzvh111 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyPzvh111 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyPzvh111 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyPzvh111 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyPzvh111 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyPzvh111 .collapsed .btn {
  display: flex;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyPzvh111 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyPzvh111 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyPzvh111 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyPzvh111 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyPzvh111 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyPzvh111 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyPzvh111 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyPzvh111 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyPzvh111 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyPzvh111.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyPzvh111 img {
    height: 3.8rem !important;
  }
  .cid-qMyPzvh111 .btn {
    display: flex;
  }
  .cid-qMyPzvh111 button.navbar-toggler {
    display: block;
  }
  .cid-qMyPzvh111 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyPzvh111 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyPzvh111 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing,
  .cid-qMyPzvh111 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyPzvh111 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyPzvh111 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyPzvh111 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyPzvh111 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyPzvh111 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyPzvh111 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyPzvh111 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyPzvh111 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyPzvh111 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyPzvh111 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyPzvh111 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyPzvh111 .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyPzvh111 .nav-link:hover,
.cid-qMyPzvh111 .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMzykSdOx3 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-qMzykSdOx3 H1 {
  color: #073b4c;
}
.cid-rH3CcdR3Y7 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ff7f9f;
}
.cid-rH3CcdR3Y7 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rH3CcdR3Y7 p {
  color: #ffffff;
}
.cid-rH3CcdR3Y7 .card {
  margin-bottom: 2rem;
}
.cid-rH3CcdR3Y7 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #073b4c;
}
.cid-rH3CcdR3Y7 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rH3CcdR3Y7 .card-box {
  padding-bottom: 2rem;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, transparent);
}
.cid-rH3CcdR3Y7 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rH3CcdR3Y7 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rH3CcdR3Y7 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rH3CcdR3Y7 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qMzzg36Daq {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ff7f9f;
}
.cid-qMzzg36Daq h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qMzzg36Daq p {
  color: #ffffff;
}
.cid-qMzzg36Daq .card {
  margin-bottom: 2rem;
}
.cid-qMzzg36Daq .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #073b4c;
}
.cid-qMzzg36Daq .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qMzzg36Daq .card-box {
  padding-bottom: 2rem;
  background-color: #073b4c;
  background: linear-gradient(#073b4c, transparent);
}
.cid-qMzzg36Daq .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qMzzg36Daq .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qMzzg36Daq .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qMzzg36Daq .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-r70OATOike {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #1b041d;
}
.cid-r70OATOike .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-r70OATOike H2 {
  color: #f7ed4a;
}
.cid-rzMfhdCsOj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1b041d;
}
.cid-rzMfhdCsOj .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rzMfhdCsOj .modal-body .close {
  background: #1b1b1b;
}
.cid-rzMfhdCsOj .modal-body .close span {
  font-style: normal;
}
.cid-rzMfhdCsOj .carousel-inner > .active,
.cid-rzMfhdCsOj .carousel-inner > .next,
.cid-rzMfhdCsOj .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rzMfhdCsOj .carousel-control .icon-next,
.cid-rzMfhdCsOj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rzMfhdCsOj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzMfhdCsOj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rzMfhdCsOj .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rzMfhdCsOj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rzMfhdCsOj .boxed-slider > div {
  position: relative;
}
.cid-rzMfhdCsOj .container img {
  width: 100%;
}
.cid-rzMfhdCsOj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rzMfhdCsOj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rzMfhdCsOj .mbr-table-cell {
  padding: 0;
}
.cid-rzMfhdCsOj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rzMfhdCsOj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rzMfhdCsOj .mbr-overlay {
  z-index: 1;
}
.cid-rzMfhdCsOj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rzMfhdCsOj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rzMfhdCsOj .carousel-item .container {
    width: 100%;
  }
}
.cid-rzMfhdCsOj .carousel-item-next.carousel-item-left,
.cid-rzMfhdCsOj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rzMfhdCsOj .active.carousel-item-right,
.cid-rzMfhdCsOj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rzMfhdCsOj .active.carousel-item-left,
.cid-rzMfhdCsOj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rzMfhdCsOj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rzMfhdCsOj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators li.active,
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators li::after,
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rzMfhdCsOj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rzMfhdCsOj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rzMfhdCsOj .mbr-slider > .container img {
  width: 100%;
}
.cid-rzMfhdCsOj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rzMfhdCsOj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rzMfhdCsOj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rzMfhdCsOj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rzMfhdCsOj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rzMfhdCsOj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rzMfhdCsOj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rzMfhdCsOj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rzMfhdCsOj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rzMfhdCsOj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rzMfhdCsOj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rzMfhdCsOj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rzMfhdCsOj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rzMfhdCsOj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rzMfhdCsOj .carousel-inner {
  height: 100%;
}
.cid-rzMfhdCsOj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rzMfhdCsOj .image_wrapper {
  height: 440px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rzMfhdCsOj .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rzMfhdCsOj .carousel-item .container-slide {
  text-align: center;
}
.cid-rzMfhdCsOj .content-slider-wrap {
  width: 100%;
}
.cid-rzN2MbMbmh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzN2MbMbmh .mbr-section-subtitle {
  color: #ff0000;
}
.cid-r70Zw9BOrg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #1b041d;
}
.cid-r70UqUiYIW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-r70Us69p1O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sUoPyZmyYg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUoPyZmyYg .mbr-section-subtitle {
  color: #767676;
}
.cid-sUoQ6981NX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sUoQ6981NX .image-block {
  margin: auto;
}
.cid-sUoQ6981NX figcaption {
  position: relative;
}
.cid-sUoQ6981NX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUoQ6981NX .image-block {
    width: 100% !important;
  }
}
.cid-sUoQvCXhwA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sUoQvCXhwA .image-block {
  margin: auto;
}
.cid-sUoQvCXhwA figcaption {
  position: relative;
}
.cid-sUoQvCXhwA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUoQvCXhwA .image-block {
    width: 100% !important;
  }
}
.cid-tmeAAu6dZs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tmeAAu6dZs .image-block {
  margin: auto;
}
.cid-tmeAAu6dZs figcaption {
  position: relative;
}
.cid-tmeAAu6dZs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmeAAu6dZs .image-block {
    width: 100% !important;
  }
}
.cid-sUATQZM1qz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sUATQZM1qz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUATQZM1qz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUATQZM1qz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUATQZM1qz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUATQZM1qz .row > .row {
  display: block;
}
.cid-sUATQZM1qz .mbr-gallery-item {
  width: 100%;
}
.cid-sUATQZM1qz .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-sUATQZM1qz .mbr-gallery-item > div {
  position: relative;
}
.cid-sUATQZM1qz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sUATQZM1qz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sUATQZM1qz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sUATQZM1qz .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-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-r0eqIhCiVT {
  padding-top: 105px;
  padding-bottom: 30px;
  background: #353232;
}
.cid-r0eqIhCiVT .image-block {
  margin: auto;
}
.cid-r0eqIhCiVT figcaption {
  position: relative;
}
.cid-r0eqIhCiVT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0eqIhCiVT .image-block {
    width: 100% !important;
  }
}
.cid-r0esfg74TL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #353232;
}
.cid-r0esfg74TL H3 {
  color: #ff3366;
}
.cid-rGQOr1OgJN {
  background: #353232;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rGQOr1OgJN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rGQOr1OgJN .video-block {
    width: 100% !important;
  }
}
.cid-r0eRwbofDn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #353232;
}
.cid-r0eRwbofDn h3 {
  font-weight: 300;
}
.cid-r0eRwbofDn .card-img {
  width: initial;
}
.cid-r0eRwbofDn .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r0eRwbofDn .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-r0eRwbofDn .media {
  margin: initial;
  align-items: center;
}
.cid-r0eRwbofDn .mbr-section-subtitle {
  color: #767676;
}
.cid-r0eRwbofDn .mbr-text {
  color: #ffffff;
}
.cid-r0eRwbofDn .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyOEhEN6P .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qMyOEhEN6P .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qMyOEhEN6P a {
  font-style: normal;
}
.cid-qMyOEhEN6P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMyOEhEN6P .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMyOEhEN6P .nav-item:focus,
.cid-qMyOEhEN6P .nav-link:focus {
  outline: none;
}
.cid-qMyOEhEN6P .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMyOEhEN6P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMyOEhEN6P .menu-logo {
  margin-right: auto;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMyOEhEN6P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMyOEhEN6P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMyOEhEN6P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMyOEhEN6P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMyOEhEN6P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMyOEhEN6P .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMyOEhEN6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMyOEhEN6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMyOEhEN6P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMyOEhEN6P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMyOEhEN6P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMyOEhEN6P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMyOEhEN6P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMyOEhEN6P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMyOEhEN6P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMyOEhEN6P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMyOEhEN6P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMyOEhEN6P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMyOEhEN6P button.navbar-toggler:focus {
  outline: none;
}
.cid-qMyOEhEN6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qMyOEhEN6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMyOEhEN6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyOEhEN6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMyOEhEN6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMyOEhEN6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyOEhEN6P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMyOEhEN6P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMyOEhEN6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMyOEhEN6P .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMyOEhEN6P .collapsed .btn {
  display: flex;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMyOEhEN6P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMyOEhEN6P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMyOEhEN6P .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMyOEhEN6P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMyOEhEN6P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMyOEhEN6P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMyOEhEN6P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMyOEhEN6P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMyOEhEN6P .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMyOEhEN6P.navbar-expand {
    flex-direction: column;
  }
  .cid-qMyOEhEN6P img {
    height: 3.8rem !important;
  }
  .cid-qMyOEhEN6P .btn {
    display: flex;
  }
  .cid-qMyOEhEN6P button.navbar-toggler {
    display: block;
  }
  .cid-qMyOEhEN6P .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMyOEhEN6P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMyOEhEN6P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing,
  .cid-qMyOEhEN6P .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing .navbar-nav,
  .cid-qMyOEhEN6P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMyOEhEN6P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMyOEhEN6P .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMyOEhEN6P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMyOEhEN6P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMyOEhEN6P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMyOEhEN6P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMyOEhEN6P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMyOEhEN6P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMyOEhEN6P .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMyOEhEN6P .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMyOEhEN6P .navbar-collapse {
  flex-basis: auto;
}
.cid-qMyOEhEN6P .nav-link:hover,
.cid-qMyOEhEN6P .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-qMzcvqG2Tn {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-qMziLRexd7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMziLRexd7 h3 {
  text-align: center;
}
.cid-qMziLRexd7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qMziLRexd7 .mbr-content-text {
  color: #767676;
}
.cid-qMziLRexd7 .panel-item {
  background: #ffffff;
}
.cid-qMziLRexd7 .card {
  word-wrap: break-word;
}
.cid-qMziLRexd7 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qMzkAkAfHQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMzkAkAfHQ h3 {
  text-align: center;
}
.cid-qMzkAkAfHQ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qMzkAkAfHQ .mbr-content-text {
  color: #767676;
}
.cid-qMzkAkAfHQ .panel-item {
  background: #ffffff;
}
.cid-qMzkAkAfHQ .card {
  word-wrap: break-word;
}
.cid-qMzkAkAfHQ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qMzh4R3vdv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qO3gTkqCc5 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qO3gTkqCc5 h2 {
  text-align: center;
}
.cid-qO3gTkqCc5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qO3gTkqCc5 p {
  color: #767676;
}
.cid-qO3gTkqCc5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qO3gTkqCc5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qO3gTkqCc5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qO3gTkqCc5 .mbr-section-subtitle {
  color: #767676;
}
.cid-qO3gTkqCc5 .card-title {
  font-weight: 500;
}
.cid-qO3gTkqCc5 .card-img {
  text-align: inherit;
}
.cid-qO3gTkqCc5 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qO3gTkqCc5 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qO3gTkqCc5 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qO3gTkqCc5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qO3gTkqCc5 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qO3gTkqCc5 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-r27FzlsxNf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-r27Hnlodgv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harta-locatii-spinmedia-2000x1319.png");
}
.cid-r27Hnlodgv H1 {
  color: #232323;
  text-align: center;
}
.cid-r27FAjPatR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qO3pwvUSsT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qO3pwvUSsT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qO3pwvUSsT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qO3pwvUSsT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qO3pwvUSsT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qO3pwvUSsT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qO3pwvUSsT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qO3pwvUSsT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qO3pwvUSsT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qO3pwvUSsT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qMzdVSZzx8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMzejb3MWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qMzeg3ZckU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-rGhMmBOKeT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rGhMmBOKeT P {
  color: #767676;
}
.cid-rGieWMlLt6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGieWMlLt6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rGieWMlLt6 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rGieWMlLt6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rGieWMlLt6 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rGieWMlLt6 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rGieWMlLt6 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rGieWMlLt6 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rGieWMlLt6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rGieWMlLt6 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rGieWMlLt6 .media-block {
    padding-left: 2rem;
  }
}
.cid-rGieWMlLt6 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rGieWMlLt6 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rGieWMlLt6 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rGiOSRyJrl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGiOSRyJrl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGiOSRyJrl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGiOSRyJrl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGiOSRyJrl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGiOSRyJrl .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-rGiOSRyJrl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGiOSRyJrl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGiOSRyJrl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rGiOSRyJrl .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-rGoswxWwuW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #1b041d;
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-rGosq6aJWs {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #151313;
}
.cid-rGocNSlHkp {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #151313;
}
.cid-rGocNSlHkp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGocNSlHkp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rGocNSlHkp .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sMEWIvNieT .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sMEWIvNieT .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-sMEWIvNieT a {
  font-style: normal;
}
.cid-sMEWIvNieT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sMEWIvNieT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sMEWIvNieT .nav-item:focus,
.cid-sMEWIvNieT .nav-link:focus {
  outline: none;
}
.cid-sMEWIvNieT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sMEWIvNieT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sMEWIvNieT .menu-logo {
  margin-right: auto;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMEWIvNieT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMEWIvNieT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sMEWIvNieT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMEWIvNieT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMEWIvNieT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMEWIvNieT .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sMEWIvNieT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sMEWIvNieT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMEWIvNieT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMEWIvNieT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMEWIvNieT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sMEWIvNieT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sMEWIvNieT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sMEWIvNieT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMEWIvNieT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMEWIvNieT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMEWIvNieT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMEWIvNieT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sMEWIvNieT button.navbar-toggler:focus {
  outline: none;
}
.cid-sMEWIvNieT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMEWIvNieT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMEWIvNieT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMEWIvNieT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMEWIvNieT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMEWIvNieT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMEWIvNieT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMEWIvNieT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMEWIvNieT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMEWIvNieT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sMEWIvNieT .collapsed .btn {
  display: flex;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sMEWIvNieT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMEWIvNieT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sMEWIvNieT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMEWIvNieT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sMEWIvNieT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sMEWIvNieT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sMEWIvNieT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMEWIvNieT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMEWIvNieT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sMEWIvNieT.navbar-expand {
    flex-direction: column;
  }
  .cid-sMEWIvNieT img {
    height: 3.8rem !important;
  }
  .cid-sMEWIvNieT .btn {
    display: flex;
  }
  .cid-sMEWIvNieT button.navbar-toggler {
    display: block;
  }
  .cid-sMEWIvNieT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sMEWIvNieT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sMEWIvNieT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing,
  .cid-sMEWIvNieT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing .navbar-nav,
  .cid-sMEWIvNieT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMEWIvNieT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sMEWIvNieT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMEWIvNieT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sMEWIvNieT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMEWIvNieT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMEWIvNieT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sMEWIvNieT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMEWIvNieT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMEWIvNieT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sMEWIvNieT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sMEWIvNieT .navbar-collapse {
  flex-basis: auto;
}
.cid-sMEWIvNieT .nav-link:hover,
.cid-sMEWIvNieT .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sMEWIwbX1O {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/69888860-b8a0-4a66-82ad-ad3e2c8802ee-1600x1200.jpeg");
}
.cid-sMEWIwqaJW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-sMEWIwqaJW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMEWIwqaJW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMEWIwqaJW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMEWIwqaJW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMEWIwqaJW .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-sMEWIwqaJW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMEWIwqaJW .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sMEWIwqaJW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMEWIwqaJW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sMEWIxnXjx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIxGPRR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIxVPFt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIyaQsf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIyr27O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIyGaCh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIyWlZd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIzhnlp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIzxKuR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIzMKlG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIA0vu9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIAhNfx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sMEWIAy6oO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHfzX5N .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sPXyHfzX5N .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-sPXyHfzX5N a {
  font-style: normal;
}
.cid-sPXyHfzX5N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPXyHfzX5N .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sPXyHfzX5N .nav-item:focus,
.cid-sPXyHfzX5N .nav-link:focus {
  outline: none;
}
.cid-sPXyHfzX5N .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sPXyHfzX5N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sPXyHfzX5N .menu-logo {
  margin-right: auto;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sPXyHfzX5N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPXyHfzX5N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sPXyHfzX5N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPXyHfzX5N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPXyHfzX5N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPXyHfzX5N .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sPXyHfzX5N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sPXyHfzX5N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPXyHfzX5N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPXyHfzX5N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPXyHfzX5N .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPXyHfzX5N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sPXyHfzX5N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sPXyHfzX5N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sPXyHfzX5N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sPXyHfzX5N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sPXyHfzX5N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sPXyHfzX5N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sPXyHfzX5N button.navbar-toggler:focus {
  outline: none;
}
.cid-sPXyHfzX5N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPXyHfzX5N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPXyHfzX5N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPXyHfzX5N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPXyHfzX5N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPXyHfzX5N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPXyHfzX5N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPXyHfzX5N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPXyHfzX5N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPXyHfzX5N .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sPXyHfzX5N .collapsed .btn {
  display: flex;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPXyHfzX5N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPXyHfzX5N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sPXyHfzX5N .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPXyHfzX5N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPXyHfzX5N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPXyHfzX5N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sPXyHfzX5N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPXyHfzX5N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPXyHfzX5N .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sPXyHfzX5N.navbar-expand {
    flex-direction: column;
  }
  .cid-sPXyHfzX5N img {
    height: 3.8rem !important;
  }
  .cid-sPXyHfzX5N .btn {
    display: flex;
  }
  .cid-sPXyHfzX5N button.navbar-toggler {
    display: block;
  }
  .cid-sPXyHfzX5N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sPXyHfzX5N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPXyHfzX5N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing,
  .cid-sPXyHfzX5N .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing .navbar-nav,
  .cid-sPXyHfzX5N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPXyHfzX5N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sPXyHfzX5N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPXyHfzX5N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPXyHfzX5N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPXyHfzX5N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPXyHfzX5N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sPXyHfzX5N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPXyHfzX5N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPXyHfzX5N .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sPXyHfzX5N .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sPXyHfzX5N .navbar-collapse {
  flex-basis: auto;
}
.cid-sPXyHfzX5N .nav-link:hover,
.cid-sPXyHfzX5N .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-sPXyHg3X0M {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/76f89b5d-bdb9-491b-9ee8-02d864a8b398-1600x720-800x360.jpg");
}
.cid-sPXyHhmLK9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHhDJwz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHhT7NY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHibx1g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHituJx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHiKo9W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHj0bFC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHjiGqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHjBoN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHjYZKw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHkldRL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHkJ78Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXyHl8Jsj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-sPXBzLp5io {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXBzLp5io .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXB7Tlu0v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXB7Tlu0v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXB7Tlu0v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXB7Tlu0v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXB7Tlu0v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXB7Tlu0v .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-sPXB7Tlu0v .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXB7Tlu0v .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXB7Tlu0v .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXB7Tlu0v .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-sPXBUSaB6n .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXBUSaB6n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXBUSaB6n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXBUSaB6n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPXBUSaB6n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPXId9aqTl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXId9aqTl .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXIeaTyaV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXIeaTyaV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXIeaTyaV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXIeaTyaV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXIeaTyaV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXIeaTyaV .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-sPXIeaTyaV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXIeaTyaV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXIeaTyaV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXIeaTyaV .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-sPXIeQNgsZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXIeQNgsZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXIeQNgsZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXIeQNgsZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPXIeQNgsZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPXJ8Fnf0z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXJ8Fnf0z .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXJ9D2NlQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXJ9D2NlQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXJ9D2NlQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXJ9D2NlQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXJ9D2NlQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXJ9D2NlQ .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-sPXJ9D2NlQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXJ9D2NlQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXJ9D2NlQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXJ9D2NlQ .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-sPXJbniK9x .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXJbniK9x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXJbniK9x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXJbniK9x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPXJbniK9x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPXKXsVjWy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXKXsVjWy .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXKYhrSZF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXKYhrSZF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXKYhrSZF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXKYhrSZF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXKYhrSZF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXKYhrSZF .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-sPXKYhrSZF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXKYhrSZF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXKYhrSZF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXKYhrSZF .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-sPXKYTn5sj .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXKYTn5sj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXKYTn5sj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXKYTn5sj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPXKYTn5sj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPXLVNbszb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXLVNbszb .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXLYMfjpp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPXLYMfjpp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPXLYMfjpp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPXLYMfjpp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPXLYMfjpp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPXLYMfjpp .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-sPXLYMfjpp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPXLYMfjpp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPXLYMfjpp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPXLYMfjpp .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-sPXLXZe69f .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXLXZe69f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXLXZe69f .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXLXZe69f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPXLXZe69f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVJcP8jnGJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVJcP8jnGJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sVJcQqFYsb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVJcQqFYsb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVJcQqFYsb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVJcQqFYsb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVJcQqFYsb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVJcQqFYsb .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-sVJcQqFYsb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVJcQqFYsb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sVJcQqFYsb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVJcQqFYsb .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-sVJcRKRrd9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVJcRKRrd9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVJcRKRrd9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sVJcRKRrd9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVJcRKRrd9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVJf7dLQSu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVJf7dLQSu .mbr-section-subtitle {
  color: #767676;
}
.cid-sVJf8RLbPG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVJf8RLbPG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVJf8RLbPG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVJf8RLbPG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVJf8RLbPG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVJf8RLbPG .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-sVJf8RLbPG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVJf8RLbPG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sVJf8RLbPG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVJf8RLbPG .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-sVJfajbWNe .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVJfajbWNe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVJfajbWNe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sVJfajbWNe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVJfajbWNe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVJgpkNQw3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVJgpkNQw3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sVJgsm6KAS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVJgsm6KAS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVJgsm6KAS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVJgsm6KAS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVJgsm6KAS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVJgsm6KAS .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-sVJgsm6KAS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVJgsm6KAS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sVJgsm6KAS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVJgsm6KAS .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-sVJgtgnc58 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVJgtgnc58 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVJgtgnc58 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sVJgtgnc58 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVJgtgnc58 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4KxxuLuAi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4KxxuLuAi .mbr-section-subtitle {
  color: #767676;
}
.cid-u4KxyTO4Mo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u4KxyTO4Mo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4KxyTO4Mo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4KxyTO4Mo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4KxyTO4Mo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4KxyTO4Mo .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-u4KxyTO4Mo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4KxyTO4Mo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u4KxyTO4Mo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4KxyTO4Mo .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-u4KxA9NdHp .google-map {
  height: 25rem;
  position: relative;
}
.cid-u4KxA9NdHp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u4KxA9NdHp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u4KxA9NdHp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4KxA9NdHp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPXU1iMrGd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPXU1iMrGd .mbr-section-subtitle {
  color: #767676;
}
.cid-sPXU26M5Ey .google-map {
  height: 25rem;
  position: relative;
}
.cid-sPXU26M5Ey .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPXU26M5Ey .google-map [data-state-details] {
  color: #0000;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sPXU26M5Ey .google-map[data-state] {
  background: #000000;
}
.cid-sPXU26M5Ey .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPYk0WBekf {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sPYk0WBekf .title {
  margin-bottom: 2rem;
}
.cid-sPYk0WBekf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sPYk0WBekf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sPYk0WBekf .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPYk0WBekf .input-group-btn {
  display: block;
}
.cid-sPYk0WBekf h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-sPYk0WBekf h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sPYk0WBekf .form-control {
  border-radius: 0px;
  padding-left: 15px;
}
.cid-sPYk0WBekf textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-sPYk0WBekf h2 {
    text-align: center;
  }
  .cid-sPYk0WBekf h3 {
    text-align: center;
  }
  .cid-sPYk0WBekf .input-group-btn {
    text-align: center;
  }
}
.cid-qLU5P4OVeV .navbar {
  background: #1573ba;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLU5P4OVeV .navbar-dropdown.bg-color.transparent.opened {
  background: #1573ba;
}
.cid-qLU5P4OVeV a {
  font-style: normal;
}
.cid-qLU5P4OVeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLU5P4OVeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLU5P4OVeV .nav-item:focus,
.cid-qLU5P4OVeV .nav-link:focus {
  outline: none;
}
.cid-qLU5P4OVeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLU5P4OVeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLU5P4OVeV .menu-logo {
  margin-right: auto;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLU5P4OVeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu {
  background: #1573ba;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLU5P4OVeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLU5P4OVeV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLU5P4OVeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLU5P4OVeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLU5P4OVeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLU5P4OVeV button.navbar-toggler:focus {
  outline: none;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLU5P4OVeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLU5P4OVeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLU5P4OVeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .btn {
  display: flex;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLU5P4OVeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLU5P4OVeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLU5P4OVeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLU5P4OVeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLU5P4OVeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLU5P4OVeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLU5P4OVeV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLU5P4OVeV.navbar-expand {
    flex-direction: column;
  }
  .cid-qLU5P4OVeV img {
    height: 3.8rem !important;
  }
  .cid-qLU5P4OVeV .btn {
    display: flex;
  }
  .cid-qLU5P4OVeV button.navbar-toggler {
    display: block;
  }
  .cid-qLU5P4OVeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLU5P4OVeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLU5P4OVeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing,
  .cid-qLU5P4OVeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLU5P4OVeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLU5P4OVeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLU5P4OVeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLU5P4OVeV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLU5P4OVeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLU5P4OVeV .navbar-collapse {
  flex-basis: auto;
}
.cid-qLU5P4OVeV .nav-link:hover,
.cid-qLU5P4OVeV .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-tFakDt3lGj {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #353232;
}
.cid-tFakDt3lGj P {
  color: #767676;
}
.cid-tFakDt3lGj .mbr-text,
.cid-tFakDt3lGj .mbr-section-btn {
  color: #ff3366;
}
.cid-tFakDt3lGj H1 {
  color: #ffffff;
}
.cid-tFaonNFlfV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFaonNFlfV .mbr-section-subtitle {
  color: #767676;
}
.cid-tFarE8lgt6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFarE8lgt6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFarE8lgt6 .section-text {
  padding: 2rem 0;
}
.cid-tFarE8lgt6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFarE8lgt6 .inner-container {
    width: 100% !important;
  }
}
.cid-tFanWPqvtv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tFanWPqvtv .card-img {
  background-color: #fff;
}
.cid-tFanWPqvtv .card {
  align-self: stretch;
}
.cid-tFanWPqvtv .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-tFanWPqvtv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tFanWPqvtv p {
  text-align: left;
}
.cid-tFanWPqvtv .mbr-text {
  color: #767676;
}
.cid-tFanWPqvtv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tFanWPqvtv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tFanWPqvtv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tFaooKdddG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFaooKdddG .mbr-section-subtitle {
  color: #767676;
}
.cid-tFarT5VGQ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFarT5VGQ1 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFarT5VGQ1 .section-text {
  padding: 2rem 0;
}
.cid-tFarT5VGQ1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFarT5VGQ1 .inner-container {
    width: 100% !important;
  }
}
.cid-tFanYqeX43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tFanYqeX43 .card-img {
  background-color: #fff;
}
.cid-tFanYqeX43 .card {
  align-self: stretch;
}
.cid-tFanYqeX43 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-tFanYqeX43 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tFanYqeX43 p {
  text-align: left;
}
.cid-tFanYqeX43 .mbr-text {
  color: #767676;
}
.cid-tFanYqeX43 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tFanYqeX43 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tFanYqeX43 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tFavxxqEjs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tFavxxqEjs .mbr-section-subtitle {
  color: #767676;
}
.cid-tFavxxqEjs .btn {
  margin: 0 0 .5rem 0;
}
.cid-tFavxxqEjs H2 {
  color: #ffffff;
}
.cid-tFavyiixRD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-tFavyiixRD .mbr-section-subtitle {
  color: #767676;
}
.cid-tFavyiixRD .btn {
  margin: 0 0 .5rem 0;
}
.cid-tFavyiixRD H2 {
  color: #ffffff;
}
.cid-tFayLLyb1R {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFayLLyb1R .mbr-section-subtitle {
  color: #767676;
}
.cid-tFay5LWyTn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFay5LWyTn .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tFay5LWyTn div.b {
  padding-top: 2rem;
}
.cid-tFayo2KPsI .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFayo2KPsI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFayo2KPsI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFayo2KPsI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFayo2KPsI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
