body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #062476 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d62009 !important;
  border-color: #d62009 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d1506 !important;
  border-color: #8d1506 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d1506 !important;
  border-color: #8d1506 !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: #062476 !important;
  border-color: #062476 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #020e2d !important;
  border-color: #020e2d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #020e2d !important;
  border-color: #020e2d !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #741105;
  color: #741105;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d62009;
  border-color: #d62009;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d62009 !important;
  border-color: #d62009 !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: #010615;
  color: #010615;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #062476;
  border-color: #062476;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #062476 !important;
  border-color: #062476 !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: #ffffff !important;
}
.text-secondary {
  color: #d62009 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #062476 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #741105 !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: #010615 !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: #062476;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #0c49ef;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.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: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #d62009 !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='%23ffffff' %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-qz6N8Mjngr .navbar {
  background: #062476;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qz6N8Mjngr .navbar-dropdown.bg-color.transparent.opened {
  background: #062476;
}
.cid-qz6N8Mjngr a {
  font-style: normal;
}
.cid-qz6N8Mjngr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qz6N8Mjngr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qz6N8Mjngr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qz6N8Mjngr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qz6N8Mjngr .menu-logo {
  margin-right: auto;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu {
  background: #062476;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qz6N8Mjngr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qz6N8Mjngr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qz6N8Mjngr button.navbar-toggler:focus {
  outline: none;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qz6N8Mjngr .collapsed .btn {
  display: flex;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qz6N8Mjngr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qz6N8Mjngr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr.navbar-expand {
    flex-direction: column;
  }
  .cid-qz6N8Mjngr img {
    height: 3.8rem !important;
  }
  .cid-qz6N8Mjngr .btn {
    display: flex;
  }
  .cid-qz6N8Mjngr button.navbar-toggler {
    display: block;
  }
  .cid-qz6N8Mjngr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qz6N8Mjngr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qz6N8Mjngr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing,
  .cid-qz6N8Mjngr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qz6N8Mjngr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uyH1W9D0DD {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyH1W9D0DD P {
  color: #767676;
}
.cid-uyH1W9D0DD H1 {
  color: #d62009;
}
.cid-uyH1W9D0DD .mbr-text,
.cid-uyH1W9D0DD .mbr-section-btn {
  color: #062476;
}
.cid-uyHjcnCPYu {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #062476, #062476);
}
@media (min-width: 992px) {
  .cid-uyHjcnCPYu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyHjcnCPYu .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uyHjcnCPYu .mbr-text,
.cid-uyHjcnCPYu .mbr-section-btn {
  text-align: left;
}
.cid-uyHjcnCPYu .mbr-section-title {
  text-align: left;
}
.cid-uyHaEkcV1R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyHaEkcV1R .mbr-section-subtitle {
  color: #767676;
}
.cid-uyHaEkcV1R H2 {
  color: #062476;
}
.cid-uyHrOFe9zs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uyHrOFe9zs .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uyHrOFe9zs .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uyHrOFe9zs .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uyHrOFe9zs .mbr-text,
.cid-uyHrOFe9zs .mbr-section-btn {
  color: #062476;
}
.cid-uyHrOFe9zs H1 {
  color: #062476;
}
.cid-rkcxjyE5jl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkcxjyE5jl .mbr-section-subtitle {
  color: #767676;
}
.cid-rkcxjyE5jl H2 {
  color: #062476;
  text-align: center;
}
.cid-qD6hjzsPq6 {
  background-image: url("../../../assets/images/clown-doctors-new-zealand-dr.-pick-me-up-and-isabel-dorothy-starship-2000x2666.jpg");
}
.cid-qzG2oRmNgN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qzG2oRmNgN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qzG2oRmNgN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qzG2oRmNgN .mbr-text {
    text-align: center;
  }
}
.cid-qzG2oRmNgN .mbr-text,
.cid-qzG2oRmNgN .mbr-section-btn {
  color: #062476;
}
.cid-qzG2oRmNgN DIV {
  color: #d62009;
}
.cid-qzG2oRmNgN H1 {
  color: #d62009;
}
.cid-qAb96JBSUn {
  background-image: url("../../../assets/images/dsc-7617-2000x1333.jpg");
}
.cid-qAb96JBSUn .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qAb96JBSUn .mbr-text,
.cid-qAb96JBSUn .mbr-section-btn {
  text-align: left;
}
.cid-qAb96JBSUn H1 {
  text-align: left;
}
.cid-qAb96JBSUn H3 {
  text-align: left;
}
.cid-qJqVYssXWj {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #062476;
}
@media (max-width: 767px) {
  .cid-qJqVYssXWj .content {
    text-align: center;
  }
  .cid-qJqVYssXWj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qJqVYssXWj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qJqVYssXWj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qJqVYssXWj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qJqVYssXWj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qJqVYssXWj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qJqVYssXWj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qJqVYssXWj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qJqVYssXWj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qJqVYssXWj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qJqVYssXWj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qJqVYssXWj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qJqVYssXWj .copyright > p {
  text-align: left;
}
.cid-qz6N8Mjngr .navbar {
  background: #062476;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qz6N8Mjngr .navbar-dropdown.bg-color.transparent.opened {
  background: #062476;
}
.cid-qz6N8Mjngr a {
  font-style: normal;
}
.cid-qz6N8Mjngr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qz6N8Mjngr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qz6N8Mjngr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qz6N8Mjngr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qz6N8Mjngr .menu-logo {
  margin-right: auto;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu {
  background: #062476;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qz6N8Mjngr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qz6N8Mjngr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qz6N8Mjngr button.navbar-toggler:focus {
  outline: none;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qz6N8Mjngr .collapsed .btn {
  display: flex;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qz6N8Mjngr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qz6N8Mjngr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr.navbar-expand {
    flex-direction: column;
  }
  .cid-qz6N8Mjngr img {
    height: 3.8rem !important;
  }
  .cid-qz6N8Mjngr .btn {
    display: flex;
  }
  .cid-qz6N8Mjngr button.navbar-toggler {
    display: block;
  }
  .cid-qz6N8Mjngr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qz6N8Mjngr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qz6N8Mjngr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing,
  .cid-qz6N8Mjngr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qz6N8Mjngr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzGAYpCQNH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qzGAYpCQNH .mbr-section-subtitle {
  color: #062476;
  text-align: left;
}
.cid-qzGAYpCQNH H2 {
  color: #d62009;
}
.cid-qzGCI4Psrl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qzGCI4Psrl .mbr-text,
.cid-qzGCI4Psrl blockquote {
  color: #767676;
}
.cid-qzGCI4Psrl .mbr-text B {
  color: #062476;
}
.cid-qzGCI4Psrl .mbr-text {
  color: #062476;
}
.cid-qzGHhDBoUY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qzGHhDBoUY .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qzGHhDBoUY .card-box {
  padding: 0 2rem;
}
.cid-qzGHhDBoUY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qzGHhDBoUY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qzGHhDBoUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qzGHhDBoUY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qzGHhDBoUY .mbr-text {
  color: #767676;
}
.cid-qzGHhDBoUY .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qzGHhDBoUY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qzGHhDBoUY .card-title {
  color: #062476;
  text-align: center;
}
.cid-qzGKmaq8y3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qzGKmaq8y3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qzGKmaq8y3 p {
  color: #767676;
  text-align: left;
}
.cid-qzGKmaq8y3 .card-box {
  padding-top: 2rem;
}
.cid-qzGKmaq8y3 .card-title {
  color: #062476;
  text-align: center;
}
.cid-qzGKmaq8y3 P {
  color: #465052;
}
.cid-uyGPt48wFt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uyGPt48wFt .mbr-text,
.cid-uyGPt48wFt blockquote {
  color: #767676;
}
.cid-uyGPt48wFt .mbr-text {
  color: #465052;
}
.cid-uyGPt48wFt .mbr-text P {
  text-align: center;
}
.cid-qzGGUoL94Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f4dae5;
}
.cid-qzGGUoL94Y .mbr-section-subtitle {
  color: #062476;
}
.cid-qzGGUoL94Y H2 {
  color: #d62009;
}
.cid-qzGV2De2vZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4dae5;
}
.cid-qzGV2De2vZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qzGV2De2vZ .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qzGV2De2vZ .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qzGV2De2vZ .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qzGV2De2vZ .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qzGV2De2vZ .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qzGV2De2vZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qzGV2De2vZ .img-item {
    width: 100% !important;
  }
  .cid-qzGV2De2vZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uyILYLzuBD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f4dae5;
}
.cid-uyILYLzuBD .mbr-text,
.cid-uyILYLzuBD blockquote {
  color: #767676;
}
.cid-uyILYLzuBD .mbr-text DIV {
  color: #062476;
}
.cid-uyILYLzuBD .mbr-text {
  color: #062476;
}
.cid-qzGUZLRino {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4dae5;
}
.cid-qzGUZLRino .image-block {
  margin: auto;
}
.cid-qzGUZLRino figcaption {
  position: relative;
}
.cid-qzGUZLRino figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qzGUZLRino .image-block {
    width: 100% !important;
  }
}
.cid-qzGCMiKU9Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f4dae5;
}
.cid-qzGCMiKU9Y .mbr-text,
.cid-qzGCMiKU9Y blockquote {
  color: #767676;
}
.cid-qzGCMiKU9Y .mbr-text DIV {
  color: #062476;
}
.cid-qzGCMiKU9Y .mbr-text {
  color: #062476;
}
.cid-qzGHNerqlt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qzGHNerqlt .mbr-section-subtitle {
  color: #062476;
}
.cid-qzGHNerqlt H2 {
  color: #d62009;
}
.cid-qzGJfGDM65 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qzGJfGDM65 .image-block {
  margin: auto;
}
.cid-qzGJfGDM65 figcaption {
  position: relative;
}
.cid-qzGJfGDM65 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qzGJfGDM65 .image-block {
    width: 100% !important;
  }
}
.cid-qzGJfGDM65 DIV {
  text-align: left;
}
.cid-qzGHQsC7mL {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #149dcc;
}
.cid-qzGHQsC7mL .mbr-text,
.cid-qzGHQsC7mL blockquote {
  color: #767676;
}
.cid-qzGHQsC7mL .mbr-text {
  color: #ffffff;
}
.cid-qzGM0FpMgk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qzGM0FpMgk .mbr-section-subtitle {
  color: #062476;
}
.cid-qzGM0FpMgk H2 {
  color: #d62009;
}
.cid-qzGMJmqHx6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qzGMJmqHx6 .images-container.container-fluid {
  padding: 0;
}
.cid-qzGMJmqHx6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qzGMJmqHx6 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qzGMJmqHx6 .media-container-row .img-item img {
  width: 100%;
}
.cid-qzGMJmqHx6 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qzGMJmqHx6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qzGMJmqHx6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qzGMJmqHx6 .img-item {
    width: 100% !important;
  }
  .cid-qzGMJmqHx6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qzGVoDstdx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qzGVoDstdx .mbr-text,
.cid-qzGVoDstdx blockquote {
  color: #767676;
}
.cid-qzGVoDstdx .mbr-text P {
  text-align: left;
  color: #062476;
}
.cid-qCPG6JySj7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qCPG6JySj7 .mbr-section-subtitle {
  color: #062476;
}
.cid-qCPG6JySj7 H2 {
  color: #062476;
}
.cid-qCPRdU0Vx7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCPRdU0Vx7 .testimonial-text {
  font-style: italic;
  color: #062476;
  font-weight: 300;
}
.cid-qCPRdU0Vx7 .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPRdU0Vx7 .mbr-author-desc {
  color: #465052;
}
.cid-qzGZ5Fjanv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qzGZ5Fjanv .testimonials-container {
  margin: 0 auto;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzGZ5Fjanv .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzGZ5Fjanv .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzGZ5Fjanv .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzGZ5Fjanv .mbr-section-subtitle {
  color: #062476;
}
.cid-qzGZ5Fjanv H2 {
  color: #d62009;
}
.cid-qzGZ5Fjanv .user_text {
  color: #062476;
}
.cid-qzGZ5Fjanv .user_name {
  color: #062476;
}
.cid-qzGZ5Fjanv .user_desk DIV {
  color: #465052;
}
.cid-qzGZ5Fjanv .user_desk {
  color: #465052;
}
.cid-qCPRYFcks9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCPRYFcks9 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #062476;
}
.cid-qCPRYFcks9 .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPRYFcks9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qCPRYFcks9 .mbr-author-desc {
  color: #5b686b;
}
.cid-qzGZXFQRU3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qzGZXFQRU3 .testimonials-container {
  margin: 0 auto;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzGZXFQRU3 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzGZXFQRU3 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzGZXFQRU3 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzGZXFQRU3 .user_text {
  color: #062476;
}
.cid-qzGZXFQRU3 .user_name {
  color: #062476;
}
.cid-qzGZXFQRU3 .user_desk {
  color: #465052;
}
.cid-qCPVEBGSAL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCPVEBGSAL .testimonial-text {
  font-style: italic;
  color: #062476;
  font-weight: 300;
}
.cid-qCPVEBGSAL .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPVEBGSAL .mbr-author-desc {
  color: #465052;
}
.cid-qBFD74Z6LU {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qBFD74Z6LU .testimonials-container {
  margin: 0 auto;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qBFD74Z6LU .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qBFD74Z6LU .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qBFD74Z6LU .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qBFD74Z6LU .user_text {
  color: #062476;
}
.cid-qBFD74Z6LU .user_name {
  color: #062476;
}
.cid-qBFD74Z6LU .user_desk {
  color: #465052;
}
.cid-qCPR7K9ljL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qCPR7K9ljL .testimonial-text {
  font-style: italic;
  color: #062476;
  font-weight: 300;
}
.cid-qCPR7K9ljL .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPR7K9ljL .mbr-author-desc {
  color: #5b686b;
}
.cid-qCPFUWGejl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
.cid-qCPFUWGejl .mbr-section-subtitle {
  color: #062476;
}
.cid-qCPFUWGejl H2 {
  color: #062476;
}
.cid-qzH3bto4CN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
.cid-qzH3bto4CN .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #062476;
}
.cid-qzH3bto4CN .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qzH3bto4CN .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qzH3bto4CN .mbr-author-desc {
  color: #465052;
}
.cid-qzH3Gnh6bJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qzH3Gnh6bJ .testimonials-container {
  margin: 0 auto;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item .user {
  background: #f4dae5;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzH3Gnh6bJ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzH3Gnh6bJ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzH3Gnh6bJ .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzH3Gnh6bJ .mbr-section-subtitle {
  color: #062476;
}
.cid-qzH3Gnh6bJ .user_text {
  color: #062476;
}
.cid-qzH3Gnh6bJ .user_name {
  color: #062476;
}
.cid-qzH3Gnh6bJ .user_desk {
  color: #465052;
}
.cid-qCPImkMN8g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
.cid-qCPImkMN8g .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #062476;
}
.cid-qCPImkMN8g .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPImkMN8g .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qCPImkMN8g .mbr-author-desc {
  color: #465052;
}
.cid-qzH003zDGp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qzH003zDGp .testimonials-container {
  margin: 0 auto;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item .user {
  background: #f4dae5;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzH003zDGp .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzH003zDGp .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzH003zDGp .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzH003zDGp .user_text {
  color: #062476;
}
.cid-qzH003zDGp .user_name {
  color: #062476;
}
.cid-qzH003zDGp .user_desk {
  color: #465052;
}
.cid-qCPHoMj8XV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
.cid-qCPHoMj8XV .testimonial-text {
  font-style: italic;
  color: #062476;
  font-weight: 300;
}
.cid-qCPHoMj8XV .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qCPHoMj8XV .mbr-author-desc {
  color: #465052;
}
.cid-qzH4Tx1Gn4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qzH4Tx1Gn4 .testimonials-container {
  margin: 0 auto;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item .user {
  background: #f4dae5;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzH4Tx1Gn4 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzH4Tx1Gn4 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzH4Tx1Gn4 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzH4Tx1Gn4 .mbr-section-subtitle {
  color: #062476;
}
.cid-qzH4Tx1Gn4 .user_text {
  color: #062476;
}
.cid-qzH4Tx1Gn4 .user_name {
  color: #062476;
}
.cid-qzH4Tx1Gn4 .user_desk {
  color: #465052;
}
.cid-qzH5bGAuRO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
.cid-qzH5bGAuRO .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-qzH5bGAuRO .mbr-author-name {
  font-weight: bold;
  color: #062476;
}
.cid-qzH5bGAuRO .mbr-author-desc {
  color: #465052;
}
.cid-qzH5bGAuRO .testimonial-text SPAN {
  color: #062476;
}
.cid-qzH5mu9lfQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qzH5mu9lfQ .testimonials-container {
  margin: 0 auto;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item .user {
  background: #f4dae5;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzH5mu9lfQ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzH5mu9lfQ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzH5mu9lfQ .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzH5mu9lfQ .user_text {
  color: #062476;
}
.cid-qzH5mu9lfQ .user_name {
  color: #062476;
}
.cid-qzH5mu9lfQ .user_desk {
  color: #465052;
}
.cid-uyGNnzVMaq {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #f4dae5;
}
.cid-uyGNnzVMaq .image-block {
  margin: auto;
}
.cid-uyGNnzVMaq figcaption {
  position: relative;
}
.cid-uyGNnzVMaq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uyGNnzVMaq .image-block {
    width: 100% !important;
  }
}
.cid-uyGNnzVMaq DIV {
  color: #062476;
}
.cid-uyGNqu6s3a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4dae5;
}
@media (min-width: 992px) {
  .cid-uyGNqu6s3a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uyGNqu6s3a .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uyGNqu6s3a .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-smKcyw3vm9 {
  background-image: url("../../../assets/images/clown-doctors-celebrations-2.png");
}
.cid-smKcyw3vm9 H1 {
  color: #062476;
}
.cid-smKcyw3vm9 .mbr-text,
.cid-smKcyw3vm9 .mbr-section-btn {
  color: #062476;
}
.cid-smKcAzvrAs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smKcAzvrAs .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-smKcAzvrAs .modal-body .close {
  background: #1b1b1b;
}
.cid-smKcAzvrAs .modal-body .close span {
  font-style: normal;
}
.cid-smKcAzvrAs .carousel-inner > .active,
.cid-smKcAzvrAs .carousel-inner > .next,
.cid-smKcAzvrAs .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-smKcAzvrAs .carousel-control .icon-next,
.cid-smKcAzvrAs .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-smKcAzvrAs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smKcAzvrAs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-smKcAzvrAs .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-smKcAzvrAs .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-smKcAzvrAs .boxed-slider > div {
  position: relative;
}
.cid-smKcAzvrAs .container img {
  width: 100%;
}
.cid-smKcAzvrAs .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-smKcAzvrAs .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smKcAzvrAs .mbr-table-cell {
  padding: 0;
}
.cid-smKcAzvrAs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-smKcAzvrAs .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-smKcAzvrAs .mbr-overlay {
  z-index: 1;
}
.cid-smKcAzvrAs .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smKcAzvrAs .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-smKcAzvrAs .carousel-item .container {
    width: 100%;
  }
}
.cid-smKcAzvrAs .carousel-item-next.carousel-item-left,
.cid-smKcAzvrAs .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-smKcAzvrAs .active.carousel-item-right,
.cid-smKcAzvrAs .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-smKcAzvrAs .active.carousel-item-left,
.cid-smKcAzvrAs .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-smKcAzvrAs .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-smKcAzvrAs .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smKcAzvrAs .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smKcAzvrAs .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-smKcAzvrAs .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smKcAzvrAs .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-smKcAzvrAs .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-smKcAzvrAs .mbr-slider .carousel-indicators li.active,
.cid-smKcAzvrAs .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-smKcAzvrAs .mbr-slider .carousel-indicators li::after,
.cid-smKcAzvrAs .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-smKcAzvrAs .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-smKcAzvrAs .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-smKcAzvrAs .mbr-slider > .container img {
  width: 100%;
}
.cid-smKcAzvrAs .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-smKcAzvrAs .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-smKcAzvrAs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smKcAzvrAs .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smKcAzvrAs .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-smKcAzvrAs .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-smKcAzvrAs .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-smKcAzvrAs .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-smKcAzvrAs .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-smKcAzvrAs .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smKcAzvrAs .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-smKcAzvrAs .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-smKcAzvrAs .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-smKcAzvrAs .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-smKcAzvrAs .carousel-inner {
  height: 100%;
}
.cid-smKcAzvrAs .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-smKcAzvrAs .image_wrapper {
  height: 460px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-smKcAzvrAs .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-smKcAzvrAs .carousel-item .container-slide {
  text-align: center;
}
.cid-smKcAzvrAs .content-slider-wrap {
  width: 87%;
}
.cid-rjVWvh7WiA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #062476;
}
.cid-rjVWvh7WiA .testimonials-container {
  margin: 0 auto;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rjVWvh7WiA .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rjVWvh7WiA .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rjVWvh7WiA .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rjVWvh7WiA .user_text {
  color: #062476;
}
.cid-rjVWvh7WiA .user_name {
  color: #062476;
}
.cid-rjVWvh7WiA .user_desk {
  color: #062476;
  text-align: left;
}
.cid-uyGIyq0ua6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #062476;
}
.cid-uyGIyq0ua6 .mbr-text,
.cid-uyGIyq0ua6 blockquote {
  color: #767676;
}
.cid-uyGIyq0ua6 .mbr-text P {
  text-align: center;
}
.cid-uyGIyq0ua6 .mbr-text {
  color: #ffffff;
}
.cid-uyGFRtkkPM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uyGFRtkkPM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uyGFRtkkPM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyGFRtkkPM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyGFRtkkPM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uyGFRtkkPM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #ffffff) !important;
}
.cid-uyGFRtkkPM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uyGFRtkkPM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uyGFRtkkPM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uyGFRtkkPM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #ffffff) !important;
}
.cid-uyGFRtkkPM .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-uyHgmL6ePV {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #062476;
}
@media (max-width: 767px) {
  .cid-uyHgmL6ePV .content {
    text-align: center;
  }
  .cid-uyHgmL6ePV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyHgmL6ePV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyHgmL6ePV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uyHgmL6ePV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uyHgmL6ePV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uyHgmL6ePV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uyHgmL6ePV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uyHgmL6ePV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uyHgmL6ePV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uyHgmL6ePV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uyHgmL6ePV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyHgmL6ePV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uyHgmL6ePV .copyright > p {
  text-align: left;
}
.cid-qz6N8Mjngr .navbar {
  background: #062476;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qz6N8Mjngr .navbar-dropdown.bg-color.transparent.opened {
  background: #062476;
}
.cid-qz6N8Mjngr a {
  font-style: normal;
}
.cid-qz6N8Mjngr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qz6N8Mjngr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qz6N8Mjngr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qz6N8Mjngr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qz6N8Mjngr .menu-logo {
  margin-right: auto;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu {
  background: #062476;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qz6N8Mjngr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qz6N8Mjngr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qz6N8Mjngr button.navbar-toggler:focus {
  outline: none;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qz6N8Mjngr .collapsed .btn {
  display: flex;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qz6N8Mjngr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qz6N8Mjngr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr.navbar-expand {
    flex-direction: column;
  }
  .cid-qz6N8Mjngr img {
    height: 3.8rem !important;
  }
  .cid-qz6N8Mjngr .btn {
    display: flex;
  }
  .cid-qz6N8Mjngr button.navbar-toggler {
    display: block;
  }
  .cid-qz6N8Mjngr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qz6N8Mjngr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qz6N8Mjngr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing,
  .cid-qz6N8Mjngr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qz6N8Mjngr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzHWIjl8Uk {
  background-image: url("../../../assets/images/image-92-2000x1332.jpg");
}
.cid-qzHWIjl8Uk .mbr-text,
.cid-qzHWIjl8Uk .mbr-section-btn {
  color: #062476;
}
.cid-qzHYGI8dgi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qzHYGI8dgi .mbr-section-subtitle {
  color: #062476;
}
.cid-qzHYGI8dgi H2 {
  color: #d62009;
}
.cid-qCQDOZ9F8J {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCQDOZ9F8J .mbr-text,
.cid-qCQDOZ9F8J blockquote {
  color: #767676;
}
.cid-qCQDOZ9F8J .mbr-text {
  color: #062476;
}
.cid-qzHYXLuO0z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qzHYXLuO0z .mbr-text {
  color: #767676;
}
.cid-qzHYXLuO0z h4 {
  text-align: center;
}
.cid-qzHYXLuO0z p {
  text-align: center;
}
.cid-qzHYXLuO0z .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qzHYXLuO0z .card-title,
.cid-qzHYXLuO0z .card-img {
  color: #062476;
}
.cid-qzI022kQVj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qzI022kQVj .mbr-text {
  color: #767676;
}
.cid-qzI022kQVj h4 {
  text-align: center;
}
.cid-qzI022kQVj p {
  text-align: center;
}
.cid-qzI022kQVj .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qzI022kQVj .card-title,
.cid-qzI022kQVj .card-img {
  color: #062476;
}
.cid-qzI1pQl4Gh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qzI1pQl4Gh h2 {
  text-align: center;
}
.cid-qzI1pQl4Gh h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qzI1pQl4Gh p {
  color: #767676;
}
.cid-qzI1pQl4Gh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qzI1pQl4Gh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qzI1pQl4Gh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qzI1pQl4Gh .mbr-section-subtitle {
  color: #062476;
}
.cid-qzI1pQl4Gh .card-title {
  font-weight: 500;
}
.cid-qzI1pQl4Gh .card-img {
  text-align: inherit;
}
.cid-qzI1pQl4Gh .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qzI1pQl4Gh .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qzI1pQl4Gh .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qzI1pQl4Gh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qzI1pQl4Gh .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qzI1pQl4Gh .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qzI1pQl4Gh .mbr-section-title {
  color: #d62009;
}
.cid-qzI1pQl4Gh .mbr-crt-title {
  color: #062476;
}
.cid-qzI3UTsOzR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #062476;
  background: linear-gradient(45deg, #062476, #062476);
}
@media (min-width: 992px) {
  .cid-qzI3UTsOzR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qzI3UTsOzR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qzI3UTsOzR .mbr-text {
    text-align: center;
  }
}
.cid-qCQIbHpHOm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #062476;
}
.cid-qCQIbHpHOm .line {
  background-color: #062476;
  color: #062476;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCQIbHpHOm .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-qCQIbHpHOm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCQIbHpHOm .inner-container {
    width: 100% !important;
  }
}
.cid-qCQIbHpHOm .section-text SPAN {
  color: #062476;
}
.cid-qCQG48kxpa {
  background-image: url("../../../assets/images/img-470-2000x1333.jpg");
}
.cid-qCR4OO8QQ2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCR4OO8QQ2 .mbr-text,
.cid-qCR4OO8QQ2 blockquote {
  color: #767676;
}
.cid-qCR4OO8QQ2 .mbr-text DIV {
  color: #062476;
}
.cid-qCR4OO8QQ2 .mbr-text {
  color: #062476;
}
.cid-qDgmSwmCmo {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qDgmSwmCmo .image-block {
  margin: auto;
}
.cid-qDgmSwmCmo figcaption {
  position: relative;
}
.cid-qDgmSwmCmo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qDgmSwmCmo .image-block {
    width: 100% !important;
  }
}
.cid-qCQHa0Lc2J {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCQHa0Lc2J .mbr-section-subtitle {
  color: #767676;
}
.cid-qCQHa0Lc2J H2 {
  color: #062476;
}
.cid-qDgnUqsEHO {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qDgnUqsEHO .image-block {
  margin: auto;
}
.cid-qDgnUqsEHO figcaption {
  position: relative;
}
.cid-qDgnUqsEHO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qDgnUqsEHO .image-block {
    width: 100% !important;
  }
}
.cid-uyHma9e5VE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyHma9e5VE .title {
  margin-bottom: 2rem;
}
.cid-uyHma9e5VE .mbr-section-subtitle {
  color: #d62009;
}
.cid-uyHma9e5VE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uyHma9e5VE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uyHma9e5VE textarea.form-control {
  min-height: 188px;
}
.cid-uyHma9e5VE H2 {
  color: #062476;
}
.cid-uyHma9e5VE LABEL {
  color: #062476;
}
.cid-uyHgtmUQx6 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #062476;
}
@media (max-width: 767px) {
  .cid-uyHgtmUQx6 .content {
    text-align: center;
  }
  .cid-uyHgtmUQx6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyHgtmUQx6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyHgtmUQx6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uyHgtmUQx6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uyHgtmUQx6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uyHgtmUQx6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uyHgtmUQx6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uyHgtmUQx6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uyHgtmUQx6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uyHgtmUQx6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uyHgtmUQx6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyHgtmUQx6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uyHgtmUQx6 .copyright > p {
  text-align: left;
}
.cid-qz6N8Mjngr .navbar {
  background: #062476;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qz6N8Mjngr .navbar-dropdown.bg-color.transparent.opened {
  background: #062476;
}
.cid-qz6N8Mjngr a {
  font-style: normal;
}
.cid-qz6N8Mjngr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qz6N8Mjngr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qz6N8Mjngr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qz6N8Mjngr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qz6N8Mjngr .menu-logo {
  margin-right: auto;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qz6N8Mjngr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qz6N8Mjngr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu {
  background: #062476;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qz6N8Mjngr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qz6N8Mjngr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qz6N8Mjngr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qz6N8Mjngr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qz6N8Mjngr button.navbar-toggler:focus {
  outline: none;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qz6N8Mjngr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qz6N8Mjngr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qz6N8Mjngr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qz6N8Mjngr .collapsed .btn {
  display: flex;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qz6N8Mjngr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qz6N8Mjngr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qz6N8Mjngr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qz6N8Mjngr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qz6N8Mjngr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qz6N8Mjngr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qz6N8Mjngr .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-qz6N8Mjngr.navbar-expand {
    flex-direction: column;
  }
  .cid-qz6N8Mjngr img {
    height: 3.8rem !important;
  }
  .cid-qz6N8Mjngr .btn {
    display: flex;
  }
  .cid-qz6N8Mjngr button.navbar-toggler {
    display: block;
  }
  .cid-qz6N8Mjngr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qz6N8Mjngr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qz6N8Mjngr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing,
  .cid-qz6N8Mjngr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qz6N8Mjngr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qz6N8Mjngr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qz6N8Mjngr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qz6N8Mjngr .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-qz6N8Mjngr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qAP8rfM9nQ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qAP8rfM9nQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qAP8rfM9nQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qAP8rfM9nQ .mbr-text {
    text-align: center;
  }
}
.cid-qAP8rfM9nQ H1 {
  color: #062476;
  text-align: center;
}
.cid-qAP8rfM9nQ .mbr-text,
.cid-qAP8rfM9nQ .mbr-section-btn {
  color: #062476;
  text-align: center;
}
.cid-smKdyodRPi {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-smKdyodRPi p {
  color: #767676;
}
.cid-smKdyodRPi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-smKdyodRPi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-smKdyodRPi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-smKdyodRPi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-smKdyodRPi .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-smKdyodRPi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-smKdyodRPi .panel-text {
  color: #062476;
}
.cid-smKdyodRPi H4 {
  color: #062476;
}
.cid-smKdyodRPi H2 {
  color: #062476;
}
.cid-uyHgzvu5Ld {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #062476;
}
@media (max-width: 767px) {
  .cid-uyHgzvu5Ld .content {
    text-align: center;
  }
  .cid-uyHgzvu5Ld .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyHgzvu5Ld .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyHgzvu5Ld .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uyHgzvu5Ld .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uyHgzvu5Ld .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uyHgzvu5Ld .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uyHgzvu5Ld .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uyHgzvu5Ld .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uyHgzvu5Ld .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uyHgzvu5Ld .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uyHgzvu5Ld .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyHgzvu5Ld .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uyHgzvu5Ld .copyright > p {
  text-align: left;
}
.cid-uyOggWZgnr {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #062476;
}
.cid-uyOggWZgnr p {
  color: #767676;
}
.cid-uyOggWZgnr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uyOggWZgnr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uyOggWZgnr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uyOggWZgnr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uyOggWZgnr .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uyOggWZgnr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uyOggWZgnr H4 {
  color: #ffffff;
}
.cid-uyOggWZgnr .panel-text {
  color: #ffffff;
}
