@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff2600 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2600 !important;
  border-color: #ff2600 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31b00 !important;
  border-color: #b31b00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31b00 !important;
  border-color: #b31b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !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: #991700;
  color: #991700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2600;
  border-color: #ff2600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2600 !important;
  border-color: #ff2600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #ff2600 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #991700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #990000 !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: #55b4d4;
}
.alert-danger {
  background-color: #ff0000;
}
.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: #ff2600;
  border-color: #ff2600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd4cc;
}
.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: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2600;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #ff2600;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff2600;
}
.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: #ff2600;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2600;
  border-bottom-color: #ff2600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff2600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2600' %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-r8eoFByqLe .navbar {
  padding: .5rem 0;
  background: #011a30;
  transition: none;
  min-height: 77px;
}
.cid-r8eoFByqLe .navbar-dropdown.bg-color.transparent.opened {
  background: #011a30;
}
.cid-r8eoFByqLe a {
  font-style: normal;
}
.cid-r8eoFByqLe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r8eoFByqLe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r8eoFByqLe .nav-item:focus,
.cid-r8eoFByqLe .nav-link:focus {
  outline: none;
}
.cid-r8eoFByqLe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8eoFByqLe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r8eoFByqLe .menu-logo {
  margin-right: auto;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-r8eoFByqLe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r8eoFByqLe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r8eoFByqLe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r8eoFByqLe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r8eoFByqLe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r8eoFByqLe .dropdown .dropdown-menu {
  background: #011a30;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r8eoFByqLe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r8eoFByqLe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r8eoFByqLe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r8eoFByqLe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r8eoFByqLe .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-r8eoFByqLe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r8eoFByqLe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r8eoFByqLe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r8eoFByqLe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r8eoFByqLe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r8eoFByqLe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r8eoFByqLe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r8eoFByqLe button.navbar-toggler:focus {
  outline: none;
}
.cid-r8eoFByqLe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r8eoFByqLe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r8eoFByqLe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r8eoFByqLe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r8eoFByqLe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r8eoFByqLe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8eoFByqLe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r8eoFByqLe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r8eoFByqLe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8eoFByqLe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r8eoFByqLe .collapsed .btn {
  display: -webkit-flex;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r8eoFByqLe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r8eoFByqLe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r8eoFByqLe .collapsed button.navbar-toggler {
  display: block;
}
.cid-r8eoFByqLe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r8eoFByqLe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r8eoFByqLe .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-r8eoFByqLe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r8eoFByqLe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r8eoFByqLe .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-r8eoFByqLe .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r8eoFByqLe img {
    height: 3.8rem !important;
  }
  .cid-r8eoFByqLe .btn {
    display: -webkit-flex;
  }
  .cid-r8eoFByqLe button.navbar-toggler {
    display: block;
  }
  .cid-r8eoFByqLe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r8eoFByqLe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r8eoFByqLe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing,
  .cid-r8eoFByqLe .navbar-collapse.show {
    display: block !important;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing .navbar-nav,
  .cid-r8eoFByqLe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r8eoFByqLe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r8eoFByqLe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing .navbar-buttons,
  .cid-r8eoFByqLe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r8eoFByqLe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r8eoFByqLe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r8eoFByqLe .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-r8eoFByqLe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r8eoFByqLe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r8eoFByqLe .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-r8eoFByqLe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-r8eoFByqLe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-r8eoFByqLe .nav-link:hover,
.cid-r8eoFByqLe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rKNc0l1zjD {
  background-image: url("../../../assets/images/20200825-2000x1181-8-2000x1181.jpg");
}
.cid-rKNc0l1zjD h1 {
  color: #616161;
}
.cid-rKNc0l1zjD h2,
.cid-rKNc0l1zjD h3,
.cid-rKNc0l1zjD p {
  color: #767676;
}
.cid-rKNc0l1zjD .mbr-section-subtitle {
  font-style: italic;
}
.cid-rKNc0l1zjD H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rKNc0l1zjD H3 {
  color: #f7ed4a;
  text-align: center;
}
.cid-rKNc0l1zjD .mbr-text,
.cid-rKNc0l1zjD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s66ZVNR2Ko.popup-builder {
  background-color: #ffffff;
}
.cid-s66ZVNR2Ko.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s66ZVNR2Ko.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s66ZVNR2Ko .modal-content,
.cid-s66ZVNR2Ko .modal-dialog {
  height: auto;
}
.cid-s66ZVNR2Ko .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s66ZVNR2Ko .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s66ZVNR2Ko .form-wrapper .mbr-form .form-group,
  .cid-s66ZVNR2Ko .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s66ZVNR2Ko .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s66ZVNR2Ko .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s66ZVNR2Ko .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-s66ZVNR2Ko .pt-0 {
  padding-top: 0 !important;
}
.cid-s66ZVNR2Ko .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s66ZVNR2Ko .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s66ZVNR2Ko .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s66ZVNR2Ko .modal-open {
  overflow: hidden;
}
.cid-s66ZVNR2Ko .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s66ZVNR2Ko .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s66ZVNR2Ko .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s66ZVNR2Ko .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s66ZVNR2Ko .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s66ZVNR2Ko .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s66ZVNR2Ko .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s66ZVNR2Ko .modal-content {
  background: #f7ed4a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s66ZVNR2Ko .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s66ZVNR2Ko .modal-backdrop.fade {
  opacity: 0;
}
.cid-s66ZVNR2Ko .modal-backdrop.show {
  opacity: .5;
}
.cid-s66ZVNR2Ko .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s66ZVNR2Ko .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s66ZVNR2Ko .modal-header .close:hover {
  opacity: 1;
}
.cid-s66ZVNR2Ko .modal-header .close:focus {
  outline: none;
}
.cid-s66ZVNR2Ko .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff2600;
}
.cid-s66ZVNR2Ko .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s66ZVNR2Ko .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s66ZVNR2Ko .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s66ZVNR2Ko .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s66ZVNR2Ko .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s66ZVNR2Ko .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s66ZVNR2Ko .modal-sm {
    max-width: 300px;
  }
  .cid-s66ZVNR2Ko .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s66ZVNR2Ko .modal-lg,
  .cid-s66ZVNR2Ko .modal-xl {
    max-width: 800px;
  }
  .cid-s66ZVNR2Ko .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s66ZVNR2Ko .modal-xl {
    max-width: 1140px;
  }
  .cid-s66ZVNR2Ko .container {
    max-width: 1140px;
  }
}
.cid-s66ZVNR2Ko .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s66ZVNR2Ko .container {
    max-width: 720px;
  }
}
.cid-s66ZVNR2Ko .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s66ZVNR2Ko .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s66ZVNR2Ko .form-group {
  margin-bottom: 1rem;
}
.cid-s66ZVNR2Ko .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s66ZVNR2Ko .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s66ZVNR2Ko .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s615drF83m {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s615drF83m .mbr-text,
.cid-s615drF83m blockquote {
  color: #767676;
}
.cid-s615drF83m .mbr-text {
  color: #000000;
}
.cid-s65X6uyr7P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s65X6uyr7P .mbr-text {
  color: #767676;
}
.cid-s65X6uyr7P h4 {
  text-align: center;
}
.cid-s65X6uyr7P p {
  text-align: center;
}
.cid-s65X6uyr7P .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rKY2vjvotR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKY2vjvotR .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rKY2vjvotR .section-text {
  padding: 2rem 0;
}
.cid-rKY2vjvotR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rKY2vjvotR .inner-container {
    width: 100% !important;
  }
}
.cid-r88Y74TE5u {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtHPkU22HL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-rtHPkU22HL .mbr-section-subtitle {
  color: #767676;
}
.cid-rtHPkU22HL .container-table {
  margin: 0 auto;
}
.cid-rtHPkU22HL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rtHPkU22HL .dataTables_wrapper {
  display: block;
}
.cid-rtHPkU22HL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rtHPkU22HL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rtHPkU22HL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rtHPkU22HL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rtHPkU22HL table td {
  border-top: 1px solid #cccccc;
}
.cid-rtHPkU22HL table.table {
  background: #ffffff;
}
.cid-rtHPkU22HL table tr:not(.table-heads):hover {
  background: #cccccc;
  color: #000000;
}
.cid-rtHPkU22HL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rtHPkU22HL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rtHPkU22HL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rtHPkU22HL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rtHPkU22HL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rtHPkU22HL .dataTables_filter {
    text-align: center;
  }
  .cid-rtHPkU22HL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rtHPkU22HL .head-item {
  text-align: left;
}
.cid-rtHPkU22HL .body-item {
  text-align: left;
}
.cid-rwgK9VNjCx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwgK9VNjCx .mbr-section-subtitle {
  color: #767676;
}
.cid-rwgK9VNjCx .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rwgK9VNjCx .mbr-text {
  color: #767676;
}
.cid-rwgK9VNjCx .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rwgK9VNjCx .mbr-author-name {
  color: #232323;
}
.cid-rwgK9VNjCx .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rwgK9VNjCx .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rwgK9VNjCx .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rwgK9VNjCx .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rwgK9VNjCx .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rwgK9VNjCx .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rwgK9VNjCx .mbr-author-desc B {
  color: #000000;
}
.cid-rNrLzyDpF8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rNrLzyDpF8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rNrLzyDpF8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rNrLzyDpF8 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rNrLzyDpF8 .mbr-section-btn a {
  margin: 0;
}
.cid-rNrLzyDpF8 .mbr-text {
  color: #767676;
}
.cid-rNrLzyDpF8 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rNrLzyDpF8 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rNrLzyDpF8 H2 {
  text-align: center;
}
.cid-rFCiNhAKwz.popup-builder {
  background-color: #ffffff;
}
.cid-rFCiNhAKwz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rFCiNhAKwz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rFCiNhAKwz .modal-content,
.cid-rFCiNhAKwz .modal-dialog {
  height: auto;
}
.cid-rFCiNhAKwz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rFCiNhAKwz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rFCiNhAKwz .form-wrapper .mbr-form .form-group,
  .cid-rFCiNhAKwz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rFCiNhAKwz .card-img {
  width: 60%;
  margin-bottom: 1rem;
  margin: auto;
  border-radius: 0;
}
.cid-rFCiNhAKwz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rFCiNhAKwz .mbr-text {
  text-align: left;
}
.cid-rFCiNhAKwz .pt-0 {
  padding-top: 0 !important;
}
.cid-rFCiNhAKwz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rFCiNhAKwz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rFCiNhAKwz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rFCiNhAKwz .modal-open {
  overflow: hidden;
}
.cid-rFCiNhAKwz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rFCiNhAKwz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rFCiNhAKwz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rFCiNhAKwz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rFCiNhAKwz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rFCiNhAKwz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rFCiNhAKwz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rFCiNhAKwz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rFCiNhAKwz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rFCiNhAKwz .modal-backdrop.fade {
  opacity: 0;
}
.cid-rFCiNhAKwz .modal-backdrop.show {
  opacity: .5;
}
.cid-rFCiNhAKwz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rFCiNhAKwz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rFCiNhAKwz .modal-header .close:hover {
  opacity: 1;
}
.cid-rFCiNhAKwz .modal-header .close:focus {
  outline: none;
}
.cid-rFCiNhAKwz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rFCiNhAKwz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rFCiNhAKwz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rFCiNhAKwz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rFCiNhAKwz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rFCiNhAKwz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rFCiNhAKwz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rFCiNhAKwz .modal-sm {
    max-width: 300px;
  }
  .cid-rFCiNhAKwz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rFCiNhAKwz .modal-lg,
  .cid-rFCiNhAKwz .modal-xl {
    max-width: 800px;
  }
  .cid-rFCiNhAKwz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rFCiNhAKwz .modal-xl {
    max-width: 1140px;
  }
  .cid-rFCiNhAKwz .container {
    max-width: 1140px;
  }
}
.cid-rFCiNhAKwz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rFCiNhAKwz .container {
    max-width: 720px;
  }
}
.cid-rFCiNhAKwz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rFCiNhAKwz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rFCiNhAKwz .form-group {
  margin-bottom: 1rem;
}
.cid-rFCiNhAKwz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rFCiNhAKwz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rFCiNhAKwz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s6bvSpJkQw.popup-builder {
  background-color: #ffffff;
}
.cid-s6bvSpJkQw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6bvSpJkQw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6bvSpJkQw .modal-content,
.cid-s6bvSpJkQw .modal-dialog {
  height: auto;
}
.cid-s6bvSpJkQw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6bvSpJkQw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6bvSpJkQw .form-wrapper .mbr-form .form-group,
  .cid-s6bvSpJkQw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6bvSpJkQw .card-img {
  width: 60%;
  margin-bottom: 1rem;
  margin: auto;
  border-radius: 0;
}
.cid-s6bvSpJkQw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6bvSpJkQw .mbr-text {
  text-align: left;
}
.cid-s6bvSpJkQw .pt-0 {
  padding-top: 0 !important;
}
.cid-s6bvSpJkQw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6bvSpJkQw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6bvSpJkQw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6bvSpJkQw .modal-open {
  overflow: hidden;
}
.cid-s6bvSpJkQw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6bvSpJkQw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6bvSpJkQw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6bvSpJkQw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s6bvSpJkQw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6bvSpJkQw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6bvSpJkQw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6bvSpJkQw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s6bvSpJkQw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6bvSpJkQw .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6bvSpJkQw .modal-backdrop.show {
  opacity: .5;
}
.cid-s6bvSpJkQw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s6bvSpJkQw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6bvSpJkQw .modal-header .close:hover {
  opacity: 1;
}
.cid-s6bvSpJkQw .modal-header .close:focus {
  outline: none;
}
.cid-s6bvSpJkQw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s6bvSpJkQw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6bvSpJkQw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s6bvSpJkQw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6bvSpJkQw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6bvSpJkQw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6bvSpJkQw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6bvSpJkQw .modal-sm {
    max-width: 300px;
  }
  .cid-s6bvSpJkQw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6bvSpJkQw .modal-lg,
  .cid-s6bvSpJkQw .modal-xl {
    max-width: 800px;
  }
  .cid-s6bvSpJkQw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6bvSpJkQw .modal-xl {
    max-width: 1140px;
  }
  .cid-s6bvSpJkQw .container {
    max-width: 1140px;
  }
}
.cid-s6bvSpJkQw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6bvSpJkQw .container {
    max-width: 720px;
  }
}
.cid-s6bvSpJkQw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6bvSpJkQw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s6bvSpJkQw .form-group {
  margin-bottom: 1rem;
}
.cid-s6bvSpJkQw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6bvSpJkQw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6bvSpJkQw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-r88YMsQvYy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #011a30;
}
.cid-r88YMsQvYy .mbr-section-subtitle {
  color: #767676;
}
.cid-r88YMsQvYy H2 {
  color: #ffffff;
}
.cid-r7X02nzNV1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #011a30;
}
@media (max-width: 767px) {
  .cid-r7X02nzNV1 .content {
    text-align: center;
  }
  .cid-r7X02nzNV1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r7X02nzNV1 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-r7X02nzNV1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7X02nzNV1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7X02nzNV1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r7X02nzNV1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7X02nzNV1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7X02nzNV1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7X02nzNV1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7X02nzNV1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r7X02nzNV1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-r7X02nzNV1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r7X02nzNV1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-r7X02nzNV1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r7X02nzNV1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r88Ylf77X0 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #011a30;
}
.cid-r8wMZVNuBT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r8wMZVNuBT .mbr-section-subtitle {
  color: #767676;
}
.cid-r8wLvWRSne {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r8wLvWRSne .card-img img:hover {
  opacity: 0.8;
}
.cid-r8wLvWRSne h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r8wLvWRSne p {
  color: #767676;
  text-align: left;
}
.cid-r8wLvWRSne .card-box {
  padding-top: 2rem;
}
.cid-r8wLvWRSne .card-wrapper {
  height: 100%;
}
.cid-rFMDoNGvhX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rFMDoNGvhX .mbr-section-subtitle {
  color: #767676;
}
.cid-rFMDmyxgHW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rFMDmyxgHW .card-img img:hover {
  opacity: 0.8;
}
.cid-rFMDmyxgHW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rFMDmyxgHW p {
  color: #767676;
  text-align: left;
}
.cid-rFMDmyxgHW .card-box {
  padding-top: 2rem;
}
.cid-rFMDmyxgHW .card-wrapper {
  height: 100%;
}
.cid-rMMXmox4Ox {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMMXmox4Ox .card-img img:hover {
  opacity: 0.8;
}
.cid-rMMXmox4Ox h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMMXmox4Ox p {
  color: #767676;
  text-align: left;
}
.cid-rMMXmox4Ox .card-box {
  padding-top: 2rem;
}
.cid-rMMXmox4Ox .card-wrapper {
  height: 100%;
}
.cid-r82peRUNHW {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-r82peRUNHW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r82peRUNHW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-r82peRUNHW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r82peRUNHW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r82peRUNHW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-r82peRUNHW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r82peRUNHW .card .panel-body {
  color: #767676;
}
.cid-r82peRUNHW .panel-text {
  text-align: left;
}
.cid-rKYUx0awnV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #85e1f6;
}
.cid-rKYUx0awnV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rKYUx0awnV H4 {
  text-align: center;
}
.cid-rr4ucLTSNl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #85e1f6;
}
.cid-rr4ucLTSNl .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-r88nkErHSx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-r88nkErHSx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-s9pUMbchdZ .navbar {
  padding: .5rem 0;
  background: #011a30;
  transition: none;
  min-height: 77px;
}
.cid-s9pUMbchdZ .navbar-dropdown.bg-color.transparent.opened {
  background: #011a30;
}
.cid-s9pUMbchdZ a {
  font-style: normal;
}
.cid-s9pUMbchdZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9pUMbchdZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9pUMbchdZ .nav-item:focus,
.cid-s9pUMbchdZ .nav-link:focus {
  outline: none;
}
.cid-s9pUMbchdZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9pUMbchdZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9pUMbchdZ .menu-logo {
  margin-right: auto;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-s9pUMbchdZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9pUMbchdZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9pUMbchdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9pUMbchdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9pUMbchdZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9pUMbchdZ .dropdown .dropdown-menu {
  background: #011a30;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9pUMbchdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9pUMbchdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9pUMbchdZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9pUMbchdZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9pUMbchdZ .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-s9pUMbchdZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9pUMbchdZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9pUMbchdZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9pUMbchdZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9pUMbchdZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9pUMbchdZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9pUMbchdZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9pUMbchdZ button.navbar-toggler:focus {
  outline: none;
}
.cid-s9pUMbchdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9pUMbchdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9pUMbchdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9pUMbchdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9pUMbchdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9pUMbchdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9pUMbchdZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9pUMbchdZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9pUMbchdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9pUMbchdZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9pUMbchdZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9pUMbchdZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9pUMbchdZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9pUMbchdZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9pUMbchdZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9pUMbchdZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9pUMbchdZ .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-s9pUMbchdZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9pUMbchdZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9pUMbchdZ .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-s9pUMbchdZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9pUMbchdZ img {
    height: 3.8rem !important;
  }
  .cid-s9pUMbchdZ .btn {
    display: -webkit-flex;
  }
  .cid-s9pUMbchdZ button.navbar-toggler {
    display: block;
  }
  .cid-s9pUMbchdZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9pUMbchdZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9pUMbchdZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing,
  .cid-s9pUMbchdZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing .navbar-nav,
  .cid-s9pUMbchdZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9pUMbchdZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s9pUMbchdZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9pUMbchdZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9pUMbchdZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9pUMbchdZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9pUMbchdZ .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-s9pUMbchdZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9pUMbchdZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9pUMbchdZ .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-s9pUMbchdZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9pUMbchdZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9pUMbchdZ .nav-link:hover,
.cid-s9pUMbchdZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s9pX0K3oq8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0968d2;
}
.cid-s9pX0K3oq8 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-s9pX0K3oq8 .mbr-content-text {
  color: #85e1f6;
  margin-bottom: 0;
}
.cid-s9pX0K3oq8 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s9pX0K3oq8 .img-text {
  width: 80px;
  height: 80px;
  font-size: 40px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-s9pX0K3oq8 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-s9pX0K3oq8 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-s9pX0K3oq8 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-s9pX0K3oq8 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-s9pX0K3oq8 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-s9pX0K3oq8 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-s9pX0K3oq8 .mbr-section-title {
  color: #f7ed4a;
}
.cid-s9pX0K3oq8 .img-text {
  color: #f7ed4a;
}
.cid-s9pX0K3oq8 H4 {
  color: #ffffff;
}
.cid-s9pUMr8SFw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s9pUMr8SFw .media-container-row .mbr-text {
  color: #ffffff;
}
