body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'cambriab';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'cambriab';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'cambriab';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'cambriab';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'cambriaz';
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #0f965c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f965c !important;
  border-color: #0f965c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #085031 !important;
  border-color: #085031 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #085031 !important;
  border-color: #085031 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #063923;
  color: #063923;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0f965c;
  border-color: #0f965c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f965c !important;
  border-color: #0f965c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #0f965c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #063923 !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: #0f965c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #39eb9f;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'cambriaz';
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-rnkR0JFbDW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnkR0JFbDW .card-img {
  background-color: #fff;
}
.cid-rnkR0JFbDW .card-box {
  padding: 2rem;
}
.cid-rnkR0JFbDW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rnkR0JFbDW p {
  text-align: left;
}
.cid-rnkR0JFbDW .mbr-text {
  color: #0f965c;
  text-align: center;
}
.cid-rnkR0JFbDW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rnkR0JFbDW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rnkR0JFbDW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rnkR0JFbDW .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-rnkMpJZafw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnkMpJZafw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rnkMpJZafw .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rnkMpJZafw .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rnkMpJZafw .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rnkMpJZafw .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rnkMpJZafw .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #0f965c;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-rnkMpJZafw .card {
  min-height: 300px;
}
.cid-rnkMpJZafw .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-rnkMpJZafw .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-rnkMpJZafw .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rnkMpJZafw .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rnkMpJZafw P {
  text-align: center;
  color: #ffffff;
}
.cid-rnlgEFCk4S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnlgEFCk4S .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rnlgEFCk4S .mbr-content-text {
  color: #0f965c;
  margin-bottom: 0;
}
.cid-rnlgEFCk4S .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rnlgEFCk4S .img-text {
  width: 54px;
  height: 54px;
  font-size: 27px;
  border: 2px solid #efefef;
  border-radius: 50%;
  color: #0f965c;
}
@media (max-width: 991px) {
  .cid-rnlgEFCk4S .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rnlgEFCk4S .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rnlgEFCk4S .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rnlgEFCk4S .media-block {
    padding-right: 2rem;
  }
}
.cid-rnlgEFCk4S .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rnlgEFCk4S .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rnlgEFCk4S H4 {
  color: #149dcc;
}
.cid-rnlgEFCk4S .mbr-section-title {
  color: #149dcc;
}
.cid-sBYZcKfSAI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBYZcKfSAI .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sBYZcKfSAI .content {
    text-align: center;
  }
  .cid-sBYZcKfSAI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBYZcKfSAI .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sBYZcKfSAI .form-group,
.cid-sBYZcKfSAI .input-group-btn {
  padding: 0;
}
.cid-sBYZcKfSAI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sBYZcKfSAI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sBYZcKfSAI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sBYZcKfSAI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sBYZcKfSAI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sBYZcKfSAI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sBYZcKfSAI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sBYZcKfSAI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sBYZcKfSAI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sBYZcKfSAI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBYZcKfSAI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sBYZcKfSAI .foot-logo {
    text-align: center !important;
  }
  .cid-sBYZcKfSAI .foot-title {
    text-align: center !important;
  }
  .cid-sBYZcKfSAI .mbr-text {
    text-align: center !important;
  }
  .cid-sBYZcKfSAI .form-group {
    margin: 0;
  }
}
.cid-sBYZcKfSAI .mbr-links-column {
  color: #0f965c;
}
.cid-sBYZcKfSAI .foot-title {
  color: #55b4d4;
}
.cid-sBYZcKfSAI .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sBYZcKfSAI .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-rnohsVcW7R {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rnohsVcW7R .mbr-text,
.cid-rnohsVcW7R blockquote {
  color: #767676;
}
.cid-rnohsVcW7R .mbr-text P {
  color: #149dcc;
}
.cid-rnoC80q45Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnoC80q45Z .mbr-text {
  color: #0f965c;
}
.cid-rnoC80q45Z h4 {
  text-align: center;
}
.cid-rnoC80q45Z p {
  text-align: center;
}
.cid-rnoC80q45Z .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rnoC80q45Z .card-title,
.cid-rnoC80q45Z .card-img {
  color: #149dcc;
}
.cid-rno2j7IcKg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/new-picture-821x616.png");
}
.cid-rno2j7IcKg .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rno2j7IcKg .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-left: 2rem;
}
.cid-rno2j7IcKg .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rno2j7IcKg .time-line-date-content {
  margin-right: 2rem;
}
.cid-rno2j7IcKg .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #efefef;
  float: right;
}
.cid-rno2j7IcKg .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rno2j7IcKg .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rno2j7IcKg .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rno2j7IcKg .mbr-timeline-date,
.cid-rno2j7IcKg .timeline-text-content {
  transition: all .4s;
}
.cid-rno2j7IcKg .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rno2j7IcKg .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rno2j7IcKg .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rno2j7IcKg .reverse .time-line-date-content p {
  float: left;
}
.cid-rno2j7IcKg .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -10px;
}
.cid-rno2j7IcKg .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rno2j7IcKg .iconBackground {
    left: 0 !important;
  }
  .cid-rno2j7IcKg .separline:before {
    left: 0!important;
  }
  .cid-rno2j7IcKg .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rno2j7IcKg .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rno2j7IcKg .time-line-date-content p {
    float: left !important;
  }
  .cid-rno2j7IcKg .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rno2j7IcKg .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rno2j7IcKg .mbr-timeline-date {
  color: #0f965c;
}
.cid-rno2j7IcKg .mbr-timeline-title {
  color: #149dcc;
}
.cid-rno2j7IcKg .mbr-timeline-text {
  color: #0f965c;
}
.cid-rnoCVjzZQi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnoCVjzZQi .mbr-text {
  color: #0f965c;
}
.cid-rnoCVjzZQi h4 {
  text-align: center;
}
.cid-rnoCVjzZQi p {
  text-align: center;
}
.cid-rnoCVjzZQi .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rnoCVjzZQi .card-title,
.cid-rnoCVjzZQi .card-img {
  color: #149dcc;
}
.cid-rnoErl58zF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnoErl58zF .mbr-text {
  color: #0f965c;
}
.cid-rnoErl58zF h4 {
  text-align: center;
}
.cid-rnoErl58zF p {
  text-align: center;
}
.cid-rnoErl58zF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rnoErl58zF .card-title,
.cid-rnoErl58zF .card-img {
  color: #149dcc;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJEbkGSS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJEbkGSS .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJEbkGSS .content {
    text-align: center;
  }
  .cid-sCcJEbkGSS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJEbkGSS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJEbkGSS .form-group,
.cid-sCcJEbkGSS .input-group-btn {
  padding: 0;
}
.cid-sCcJEbkGSS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJEbkGSS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJEbkGSS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJEbkGSS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJEbkGSS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJEbkGSS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJEbkGSS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJEbkGSS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJEbkGSS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJEbkGSS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJEbkGSS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJEbkGSS .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJEbkGSS .foot-title {
    text-align: center !important;
  }
  .cid-sCcJEbkGSS .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJEbkGSS .form-group {
    margin: 0;
  }
}
.cid-sCcJEbkGSS .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJEbkGSS .foot-title {
  color: #55b4d4;
}
.cid-sCcJEbkGSS .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJEbkGSS .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sBZLt7weJh {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZLt7weJh h2 {
  text-align: left;
}
.cid-sBZLt7weJh h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZLt7weJh p {
  color: #767676;
  text-align: left;
}
.cid-sBZLt7weJh .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBZLt7weJh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sBZLt7weJh .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sBZLt7weJh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBZLt7weJh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sBZLt7weJh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBZLt7weJh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBZLt7weJh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sBZLt7weJh .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZLt7weJh H2 {
  color: #149dcc;
}
.cid-sBZLt7weJh .mbr-text {
  color: #0f965c;
}
.cid-sBZLt7weJh B {
  color: #149dcc;
}
.cid-sBZLt7weJh H4 {
  color: #149dcc;
}
.cid-sBZLt7weJh P {
  color: #0f965c;
  text-align: left;
}
.cid-sBZLt8lTOE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZLt8lTOE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZLt8lTOE p {
  color: #767676;
  text-align: left;
}
.cid-sBZLt8lTOE .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sBZLt8lTOE .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sBZLt8lTOE .card-title {
  margin-bottom: 0;
}
.cid-sBZLt8lTOE .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sBZLt8lTOE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sBZLt8lTOE .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZLt8lTOE .card-title,
.cid-sBZLt8lTOE .card-img {
  color: #149dcc;
}
.cid-sBZLt8lTOE P {
  color: #0f965c;
}
.cid-sC02SIlxQJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC02SIlxQJ h2 {
  text-align: left;
}
.cid-sC02SIlxQJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sC02SIlxQJ p {
  color: #767676;
  text-align: left;
}
.cid-sC02SIlxQJ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sC02SIlxQJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sC02SIlxQJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC02SIlxQJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sC02SIlxQJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sC02SIlxQJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sC02SIlxQJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sC02SIlxQJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sC02SIlxQJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-sC02SIlxQJ H2 {
  color: #149dcc;
}
.cid-sC02SIlxQJ .mbr-text {
  color: #0f965c;
}
.cid-sC02SIlxQJ H4 {
  color: #149dcc;
}
.cid-sC02SIlxQJ P {
  color: #0f965c;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJomp97h {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJomp97h .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJomp97h .content {
    text-align: center;
  }
  .cid-sCcJomp97h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJomp97h .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJomp97h .form-group,
.cid-sCcJomp97h .input-group-btn {
  padding: 0;
}
.cid-sCcJomp97h .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJomp97h .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJomp97h .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJomp97h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJomp97h .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJomp97h .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJomp97h .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJomp97h .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJomp97h .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJomp97h .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJomp97h .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJomp97h .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJomp97h .foot-title {
    text-align: center !important;
  }
  .cid-sCcJomp97h .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJomp97h .form-group {
    margin: 0;
  }
}
.cid-sCcJomp97h .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJomp97h .foot-title {
  color: #55b4d4;
}
.cid-sCcJomp97h .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJomp97h .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sBZRINLwpO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZRINLwpO h2 {
  text-align: left;
}
.cid-sBZRINLwpO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZRINLwpO p {
  color: #767676;
  text-align: left;
}
.cid-sBZRINLwpO .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBZRINLwpO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sBZRINLwpO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sBZRINLwpO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBZRINLwpO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sBZRINLwpO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBZRINLwpO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sBZRINLwpO .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sBZRINLwpO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sBZRINLwpO .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sBZRINLwpO .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZRINLwpO H2 {
  color: #149dcc;
}
.cid-sBZRINLwpO .mbr-text {
  color: #0f965c;
}
.cid-sBZRINLwpO H4 {
  color: #149dcc;
}
.cid-sBZRINLwpO P {
  color: #0f965c;
}
.cid-sBZUZnB9hG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZUZnB9hG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZUZnB9hG p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sBZUZnB9hG .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sBZUZnB9hG .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sBZUZnB9hG .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sBZUZnB9hG .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sBZUZnB9hG .card-box {
    padding-left: 0;
  }
}
.cid-sBZUZnB9hG .card-title,
.cid-sBZUZnB9hG .card-img {
  color: #149dcc;
}
.cid-sBZUZnB9hG P {
  color: #0f965c;
}
.cid-sC02xgpS5h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC02xgpS5h .mbr-text,
.cid-sC02xgpS5h blockquote {
  color: #767676;
}
.cid-sC02xgpS5h .mbr-text {
  color: #149dcc;
}
.cid-sBZWT52gbM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBZWT52gbM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBZWT52gbM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBZWT52gbM .row > .row {
  display: block;
}
.cid-sBZWT52gbM .mbr-gallery-item {
  width: 100%;
}
.cid-sBZWT52gbM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sBZWT52gbM .mbr-gallery-item > div {
  position: relative;
}
.cid-sBZWT52gbM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sBZWT52gbM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sBZWT52gbM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sBZWT52gbM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #149dcc !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcI8GGcPR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcI8GGcPR .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcI8GGcPR .content {
    text-align: center;
  }
  .cid-sCcI8GGcPR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcI8GGcPR .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcI8GGcPR .form-group,
.cid-sCcI8GGcPR .input-group-btn {
  padding: 0;
}
.cid-sCcI8GGcPR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcI8GGcPR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcI8GGcPR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcI8GGcPR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcI8GGcPR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcI8GGcPR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcI8GGcPR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcI8GGcPR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcI8GGcPR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcI8GGcPR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcI8GGcPR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcI8GGcPR .foot-logo {
    text-align: center !important;
  }
  .cid-sCcI8GGcPR .foot-title {
    text-align: center !important;
  }
  .cid-sCcI8GGcPR .mbr-text {
    text-align: center !important;
  }
  .cid-sCcI8GGcPR .form-group {
    margin: 0;
  }
}
.cid-sCcI8GGcPR .mbr-links-column {
  color: #0f965c;
}
.cid-sCcI8GGcPR .foot-title {
  color: #55b4d4;
}
.cid-sCcI8GGcPR .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcI8GGcPR .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sBZPp85KOs {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZPp85KOs h2 {
  text-align: left;
}
.cid-sBZPp85KOs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZPp85KOs p {
  color: #767676;
  text-align: left;
}
.cid-sBZPp85KOs .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBZPp85KOs .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sBZPp85KOs .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sBZPp85KOs .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sBZPp85KOs .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sBZPp85KOs .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBZPp85KOs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBZPp85KOs .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sBZPp85KOs .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZPp85KOs H2 {
  color: #149dcc;
}
.cid-sBZPp85KOs .mbr-text {
  color: #0f965c;
}
.cid-sBZPp85KOs B {
  color: #149dcc;
}
.cid-sBZPp85KOs H4 {
  color: #149dcc;
}
.cid-sBZPp85KOs P {
  color: #0f965c;
  text-align: left;
}
.cid-sBZPp8x5QR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBZPp8x5QR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sBZPp8x5QR p {
  color: #767676;
  text-align: left;
}
.cid-sBZPp8x5QR .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sBZPp8x5QR .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sBZPp8x5QR .card-title {
  margin-bottom: 0;
}
.cid-sBZPp8x5QR .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sBZPp8x5QR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sBZPp8x5QR .card-img span {
    font-size: 40px !important;
  }
}
.cid-sBZPp8x5QR .card-title,
.cid-sBZPp8x5QR .card-img {
  color: #149dcc;
}
.cid-sBZPp8x5QR P {
  color: #0f965c;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJr7TGwW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJr7TGwW .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJr7TGwW .content {
    text-align: center;
  }
  .cid-sCcJr7TGwW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJr7TGwW .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJr7TGwW .form-group,
.cid-sCcJr7TGwW .input-group-btn {
  padding: 0;
}
.cid-sCcJr7TGwW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJr7TGwW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJr7TGwW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJr7TGwW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJr7TGwW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJr7TGwW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJr7TGwW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJr7TGwW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJr7TGwW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJr7TGwW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJr7TGwW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJr7TGwW .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJr7TGwW .foot-title {
    text-align: center !important;
  }
  .cid-sCcJr7TGwW .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJr7TGwW .form-group {
    margin: 0;
  }
}
.cid-sCcJr7TGwW .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJr7TGwW .foot-title {
  color: #55b4d4;
}
.cid-sCcJr7TGwW .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJr7TGwW .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-rnSvJH16vT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnSvJH16vT .title {
  margin-bottom: 2rem;
}
.cid-rnSvJH16vT .mbr-section-subtitle {
  color: #0f965c;
  text-align: left;
}
.cid-rnSvJH16vT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rnSvJH16vT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rnSvJH16vT textarea.form-control {
  min-height: 188px;
}
.cid-rnSvJH16vT H2 {
  color: #149dcc;
  text-align: left;
}
.cid-rnSvJH16vT LABEL {
  color: #149dcc;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJtVvbgy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJtVvbgy .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJtVvbgy .content {
    text-align: center;
  }
  .cid-sCcJtVvbgy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJtVvbgy .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJtVvbgy .form-group,
.cid-sCcJtVvbgy .input-group-btn {
  padding: 0;
}
.cid-sCcJtVvbgy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJtVvbgy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJtVvbgy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJtVvbgy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJtVvbgy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJtVvbgy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJtVvbgy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJtVvbgy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJtVvbgy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJtVvbgy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJtVvbgy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJtVvbgy .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJtVvbgy .foot-title {
    text-align: center !important;
  }
  .cid-sCcJtVvbgy .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJtVvbgy .form-group {
    margin: 0;
  }
}
.cid-sCcJtVvbgy .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJtVvbgy .foot-title {
  color: #55b4d4;
}
.cid-sCcJtVvbgy .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJtVvbgy .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-rnSfJKG9oS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnSfJKG9oS .title {
  padding-bottom: 2.5rem;
}
.cid-rnSfJKG9oS .mbr-text {
  color: #0f965c;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rnSfJKG9oS .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rnSfJKG9oS .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rnSfJKG9oS .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rnSfJKG9oS .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rnSfJKG9oS .iconfont-wrapper {
    display: none;
  }
}
.cid-rnSfJKG9oS H5 {
  color: #149dcc;
}
.cid-rnSfJKG9oS B {
  color: #149dcc;
}
.cid-rnSfJKG9oS P {
  text-align: left;
}
.cid-rnSfJKG9oS .mbr-section-subtitle {
  color: #149dcc;
}
.cid-rnSqHSNebN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnSqHSNebN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rnSqHSNebN .icon-block {
  margin-bottom: 10px;
}
.cid-rnSqHSNebN .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rnSqHSNebN .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rnSqHSNebN .mbr-text {
  color: #767676;
}
.cid-rnSqHSNebN textarea.form-control {
  min-height: 100px;
}
.cid-rnSqHSNebN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rnSqHSNebN .google-map {
  height: 25rem;
  position: relative;
}
.cid-rnSqHSNebN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rnSqHSNebN .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-rnSqHSNebN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rnSqHSNebN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rnSqHSNebN h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rnSqHSNebN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rnSqHSNebN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rnSqHSNebN B {
  color: #149dcc;
}
.cid-rnSqHSNebN .icon-block,
.cid-rnSqHSNebN .icon-block .icon-block__title {
  color: #0f965c;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJAedBpg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJAedBpg .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJAedBpg .content {
    text-align: center;
  }
  .cid-sCcJAedBpg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJAedBpg .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJAedBpg .form-group,
.cid-sCcJAedBpg .input-group-btn {
  padding: 0;
}
.cid-sCcJAedBpg .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJAedBpg .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJAedBpg .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJAedBpg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJAedBpg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJAedBpg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJAedBpg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJAedBpg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJAedBpg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJAedBpg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJAedBpg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJAedBpg .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJAedBpg .foot-title {
    text-align: center !important;
  }
  .cid-sCcJAedBpg .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJAedBpg .form-group {
    margin: 0;
  }
}
.cid-sCcJAedBpg .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJAedBpg .foot-title {
  color: #55b4d4;
}
.cid-sCcJAedBpg .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJAedBpg .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sC03fKGKXW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC03fKGKXW h2 {
  text-align: left;
}
.cid-sC03fKGKXW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sC03fKGKXW p {
  color: #767676;
  text-align: left;
}
.cid-sC03fKGKXW .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sC03fKGKXW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sC03fKGKXW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC03fKGKXW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sC03fKGKXW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sC03fKGKXW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sC03fKGKXW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sC03fKGKXW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sC03fKGKXW .card-img span {
    font-size: 40px !important;
  }
}
.cid-sC03fKGKXW H2 {
  color: #149dcc;
}
.cid-sC03fKGKXW .mbr-text {
  color: #0f965c;
}
.cid-sC03fKGKXW H4 {
  color: #149dcc;
}
.cid-sC03fKGKXW P {
  color: #0f965c;
}
.cid-sC03fL0nE7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC03fL0nE7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sC03fL0nE7 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sC03fL0nE7 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sC03fL0nE7 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sC03fL0nE7 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sC03fL0nE7 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sC03fL0nE7 .card-box {
    padding-left: 0;
  }
}
.cid-sC03fL0nE7 .card-title,
.cid-sC03fL0nE7 .card-img {
  color: #149dcc;
}
.cid-sC03fL0nE7 P {
  color: #0f965c;
}
.cid-sC0mQtoiqp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sC0mQtoiqp .mbr-text,
.cid-sC0mQtoiqp blockquote {
  color: #767676;
}
.cid-sC0mQtoiqp .mbr-text {
  color: #149dcc;
}
.cid-sC0l4QJ1fS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC0l4QJ1fS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sC0l4QJ1fS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sC0l4QJ1fS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sC0l4QJ1fS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #149dcc !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcIWCRjrj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIWCRjrj .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIWCRjrj .content {
    text-align: center;
  }
  .cid-sCcIWCRjrj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIWCRjrj .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIWCRjrj .form-group,
.cid-sCcIWCRjrj .input-group-btn {
  padding: 0;
}
.cid-sCcIWCRjrj .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIWCRjrj .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIWCRjrj .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIWCRjrj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIWCRjrj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIWCRjrj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIWCRjrj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIWCRjrj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIWCRjrj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIWCRjrj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIWCRjrj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIWCRjrj .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIWCRjrj .foot-title {
    text-align: center !important;
  }
  .cid-sCcIWCRjrj .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIWCRjrj .form-group {
    margin: 0;
  }
}
.cid-sCcIWCRjrj .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIWCRjrj .foot-title {
  color: #55b4d4;
}
.cid-sCcIWCRjrj .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIWCRjrj .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sC0FqIYGjJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f6f8;
}
.cid-sC0FqIYGjJ .mbr-text {
  margin-top: 1rem;
}
.cid-sC0FqIYGjJ .text-element {
  background-color: #89bfa8;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sC0FqIYGjJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sC0FqIYGjJ .row-element,
.cid-sC0FqIYGjJ .image-element {
  padding: 0;
}
.cid-sC0FqIYGjJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0FqIYGjJ .image-element .img-wrap {
  width: 100% !important;
}
.cid-sC0FqIYGjJ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}
.cid-sC0FqIYGjJ .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-sC0FqIYGjJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC0FqIYGjJ .carousel-item.active,
.cid-sC0FqIYGjJ .carousel-item-next,
.cid-sC0FqIYGjJ .carousel-item-prev {
  display: flex;
}
.cid-sC0FqIYGjJ .carousel-control-next,
.cid-sC0FqIYGjJ .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sC0FqIYGjJ .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sC0FqIYGjJ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sC0FqIYGjJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #149dcc;
}
.cid-sC0FqIYGjJ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-sC0FqIYGjJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sC0FqIYGjJ .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-sC0FqIYGjJ .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sC0FqIYGjJ .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #149dcc;
  background-color: transparent;
}
.cid-sC0FqIYGjJ .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sC0FqIYGjJ .carousel-controls a:hover {
  background: #149dcc;
}
.cid-sC0FqIYGjJ .carousel-controls a:hover span {
  color: #82786e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sC0FqIYGjJ .image-element {
    min-width: 50%;
  }
  .cid-sC0FqIYGjJ .media-container-row {
    width: 100%;
  }
}
.cid-sC0FqIYGjJ .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-sC0FqIYGjJ .mbr-title {
  margin-top: 1rem;
}
.cid-sC0FqIYGjJ .btn {
  margin-left: 0rem;
}
.cid-sC0FqIYGjJ .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(149, 227, 253, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sC0FqIYGjJ .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next,
  .cid-sC0FqIYGjJ .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-sC0FqIYGjJ .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-sC0FqIYGjJ .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-sC0FqIYGjJ .progress_value {
  display: flex;
  position: relative;
}
.cid-sC0FqIYGjJ .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-sC0FqIYGjJ .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-sC0FqIYGjJ progress {
  height: 8px;
}
.cid-sC0FqIYGjJ .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sC0FqIYGjJ .progress1 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress2 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress3 .progressbar-number:before,
.cid-sC0FqIYGjJ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sC0FqIYGjJ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sC0FqIYGjJ progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #0f965c, #149dcc);
  border-radius: 50px;
}
.cid-sC0FqIYGjJ progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-sC0FqIYGjJ progress::-ms-fill {
  background: #ffffff;
}
.cid-sC0FqIYGjJ .progress1 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress2 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress3 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress4 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress5 .progressbar-number:before {
  content: "90";
}
.cid-sC0FqIYGjJ .progress6 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progress7 .progressbar-number:before {
  content: "90";
}
.cid-sC0FqIYGjJ .progress8 .progressbar-number:before {
  content: "100";
}
.cid-sC0FqIYGjJ .progressbar-number {
  margin-left: 3rem;
}
.cid-sC0FqIYGjJ .progressbar-number + span {
  line-height: inherit !important;
}
.cid-sC0FqIYGjJ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sC0FqIYGjJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sC0FqIYGjJ .progress_value span {
  padding-left: 2px;
}
.cid-sC0FqIYGjJ .icon-left {
  margin-right: 0.1rem;
}
.cid-sC0FqIYGjJ .icon-right {
  margin-left: 0.1rem;
}
.cid-sC112LqTdG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC112LqTdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC112LqTdG a {
  font-style: normal;
}
.cid-sC112LqTdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC112LqTdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC112LqTdG .nav-item:focus,
.cid-sC112LqTdG .nav-link:focus {
  outline: none;
}
.cid-sC112LqTdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC112LqTdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC112LqTdG .menu-logo {
  margin-right: auto;
}
.cid-sC112LqTdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC112LqTdG .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-sC112LqTdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC112LqTdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC112LqTdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC112LqTdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC112LqTdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC112LqTdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC112LqTdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC112LqTdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC112LqTdG button.navbar-toggler:focus {
  outline: none;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC112LqTdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC112LqTdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC112LqTdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC112LqTdG .collapsed .btn {
  display: flex;
}
.cid-sC112LqTdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing,
.cid-sC112LqTdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC112LqTdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC112LqTdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC112LqTdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC112LqTdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC112LqTdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC112LqTdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC112LqTdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC112LqTdG .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-sC112LqTdG .navbar-expand {
    flex-direction: column;
  }
  .cid-sC112LqTdG img {
    height: 3.8rem !important;
  }
  .cid-sC112LqTdG .btn {
    display: flex;
  }
  .cid-sC112LqTdG button.navbar-toggler {
    display: block;
  }
  .cid-sC112LqTdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC112LqTdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC112LqTdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing,
  .cid-sC112LqTdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC112LqTdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC112LqTdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC112LqTdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC112LqTdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC112LqTdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC112LqTdG .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-sC112LqTdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC112LqTdG .navbar-collapse {
  flex-basis: auto;
}
.cid-sC112LqTdG .nav-link:hover,
.cid-sC112LqTdG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcJxdn5Ot {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcJxdn5Ot .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcJxdn5Ot .content {
    text-align: center;
  }
  .cid-sCcJxdn5Ot .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcJxdn5Ot .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcJxdn5Ot .form-group,
.cid-sCcJxdn5Ot .input-group-btn {
  padding: 0;
}
.cid-sCcJxdn5Ot .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcJxdn5Ot .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcJxdn5Ot .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcJxdn5Ot .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcJxdn5Ot .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcJxdn5Ot .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcJxdn5Ot .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcJxdn5Ot .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcJxdn5Ot .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcJxdn5Ot .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcJxdn5Ot .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcJxdn5Ot .foot-logo {
    text-align: center !important;
  }
  .cid-sCcJxdn5Ot .foot-title {
    text-align: center !important;
  }
  .cid-sCcJxdn5Ot .mbr-text {
    text-align: center !important;
  }
  .cid-sCcJxdn5Ot .form-group {
    margin: 0;
  }
}
.cid-sCcJxdn5Ot .mbr-links-column {
  color: #0f965c;
}
.cid-sCcJxdn5Ot .foot-title {
  color: #55b4d4;
}
.cid-sCcJxdn5Ot .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcJxdn5Ot .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sC11JgYf7G .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sC11JgYf7G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sC11JgYf7G a {
  font-style: normal;
}
.cid-sC11JgYf7G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC11JgYf7G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sC11JgYf7G .nav-item:focus,
.cid-sC11JgYf7G .nav-link:focus {
  outline: none;
}
.cid-sC11JgYf7G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sC11JgYf7G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC11JgYf7G .menu-logo {
  margin-right: auto;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sC11JgYf7G .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-sC11JgYf7G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sC11JgYf7G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC11JgYf7G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC11JgYf7G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC11JgYf7G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC11JgYf7G .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-sC11JgYf7G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sC11JgYf7G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC11JgYf7G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sC11JgYf7G button.navbar-toggler:focus {
  outline: none;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC11JgYf7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC11JgYf7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC11JgYf7G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sC11JgYf7G .collapsed .btn {
  display: flex;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sC11JgYf7G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC11JgYf7G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sC11JgYf7G .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC11JgYf7G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC11JgYf7G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC11JgYf7G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sC11JgYf7G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC11JgYf7G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sC11JgYf7G .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-sC11JgYf7G .navbar-expand {
    flex-direction: column;
  }
  .cid-sC11JgYf7G img {
    height: 3.8rem !important;
  }
  .cid-sC11JgYf7G .btn {
    display: flex;
  }
  .cid-sC11JgYf7G button.navbar-toggler {
    display: block;
  }
  .cid-sC11JgYf7G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC11JgYf7G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC11JgYf7G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing,
  .cid-sC11JgYf7G .navbar-collapse.show {
    display: block !important;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sC11JgYf7G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC11JgYf7G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC11JgYf7G .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sC11JgYf7G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC11JgYf7G .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sC11JgYf7G .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-sC11JgYf7G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sC11JgYf7G .navbar-collapse {
  flex-basis: auto;
}
.cid-sC11JgYf7G .nav-link:hover,
.cid-sC11JgYf7G .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sC9IFCaPds {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/color-mirror-836x1024.jpg");
}
.cid-sC9IFCaPds .mbr-section-text {
  color: #0f965c;
  text-align: left;
}
.cid-sC9IFCaPds .mbr-section-subtitle {
  color: #0f965c;
}
.cid-sC9IFCaPds .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC9IFCaPds .mbr-iconfont {
  font-size: 48px;
}
.cid-sC9IFCaPds .card-img {
  margin-bottom: 1.5rem;
}
.cid-sC9IFCaPds .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC9IFCaPds .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-sC9IFCaPds .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sC9IFCaPds .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #149dcc;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #149dcc;
}
.cid-sC9IFCaPds .nav-tabs .nav-link:hover {
  background: #0f965c;
}
.cid-sC9IFCaPds .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #0f965c;
  background: #0f965c;
}
.cid-sC9IFCaPds .nav-tabs .nav-link.active:hover {
  border: 2px solid #0f965c;
}
.cid-sC9IFCaPds H2 {
  color: #149dcc;
}
.cid-sC9IFCaPds .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sCae0T39u5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sCae0T39u5 .images-container.container-fluid {
  padding: 0;
}
.cid-sCae0T39u5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sCae0T39u5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sCae0T39u5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sCae0T39u5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sCae0T39u5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sCae0T39u5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sCae0T39u5 .img-item {
    width: 100% !important;
  }
  .cid-sCae0T39u5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sCae0T39u5 P {
  color: #0f965c;
}
.cid-sCainThkro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCainThkro .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCainThkro .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCainThkro .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCainThkro .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCainThkro .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sCainThkro .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCainThkro .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sCainThkro .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCainThkro .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #149dcc !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sCamzU5IrP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/color-mirror-836x1024.jpg");
}
.cid-sCamzU5IrP .card-img {
  background-color: #fff;
}
.cid-sCamzU5IrP .card {
  align-self: stretch;
}
.cid-sCamzU5IrP .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sCamzU5IrP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sCamzU5IrP p {
  text-align: left;
}
.cid-sCamzU5IrP .mbr-text {
  color: #0f965c;
}
.cid-sCamzU5IrP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCamzU5IrP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sCamzU5IrP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sCamzU5IrP .card-title {
  color: #149dcc;
}
.cid-sCaGJ5Laqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaGJ5Laqk .mbr-text,
.cid-sCaGJ5Laqk blockquote {
  color: #767676;
}
.cid-sCaGJ5Laqk .mbr-text {
  color: #0f965c;
}
.cid-sCaDnAI0wz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCaDnAI0wz img,
.cid-sCaDnAI0wz .item-img {
  vertical-align: middle;
}
.cid-sCaDnAI0wz .item:focus,
.cid-sCaDnAI0wz span:focus {
  outline: none;
}
.cid-sCaDnAI0wz .item-img {
  height: 5rem;
}
.cid-sCaDnAI0wz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCaDnAI0wz .item-content,
.cid-sCaDnAI0wz .item-footer {
  background: #ffffff;
}
.cid-sCaDnAI0wz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCaDnAI0wz .item {
  padding: 0;
  margin: 0;
}
.cid-sCaDnAI0wz .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-sCaDnAI0wz .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sCaDnAI0wz .features-image-wrap {
  flex-wrap: wrap;
}
.cid-sCaDnAI0wz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-sCaDnAI0wz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCaDnAI0wz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCaDnAI0wz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCaDnAI0wz .mbr-section-title b:last-child,
.cid-sCaDnAI0wz .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sCaDnAI0wz .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-sCaDnAI0wz .mbr-text,
.cid-sCaDnAI0wz .mbr-section-btn {
  text-align: left;
}
.cid-sCcIQHFT69 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIQHFT69 .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIQHFT69 .content {
    text-align: center;
  }
  .cid-sCcIQHFT69 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIQHFT69 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIQHFT69 .form-group,
.cid-sCcIQHFT69 .input-group-btn {
  padding: 0;
}
.cid-sCcIQHFT69 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIQHFT69 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIQHFT69 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIQHFT69 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIQHFT69 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIQHFT69 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIQHFT69 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIQHFT69 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIQHFT69 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIQHFT69 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIQHFT69 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIQHFT69 .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIQHFT69 .foot-title {
    text-align: center !important;
  }
  .cid-sCcIQHFT69 .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIQHFT69 .form-group {
    margin: 0;
  }
}
.cid-sCcIQHFT69 .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIQHFT69 .foot-title {
  color: #55b4d4;
}
.cid-sCcIQHFT69 .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIQHFT69 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCaNAFtvnq .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCaNAFtvnq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCaNAFtvnq a {
  font-style: normal;
}
.cid-sCaNAFtvnq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCaNAFtvnq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCaNAFtvnq .nav-item:focus,
.cid-sCaNAFtvnq .nav-link:focus {
  outline: none;
}
.cid-sCaNAFtvnq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCaNAFtvnq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCaNAFtvnq .menu-logo {
  margin-right: auto;
}
.cid-sCaNAFtvnq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCaNAFtvnq .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-sCaNAFtvnq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCaNAFtvnq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCaNAFtvnq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCaNAFtvnq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCaNAFtvnq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCaNAFtvnq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCaNAFtvnq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCaNAFtvnq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCaNAFtvnq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCaNAFtvnq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCaNAFtvnq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaNAFtvnq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCaNAFtvnq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaNAFtvnq .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-sCaNAFtvnq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCaNAFtvnq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCaNAFtvnq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCaNAFtvnq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCaNAFtvnq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCaNAFtvnq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCaNAFtvnq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCaNAFtvnq button.navbar-toggler:focus {
  outline: none;
}
.cid-sCaNAFtvnq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCaNAFtvnq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCaNAFtvnq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaNAFtvnq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaNAFtvnq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCaNAFtvnq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaNAFtvnq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCaNAFtvnq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCaNAFtvnq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaNAFtvnq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCaNAFtvnq .collapsed .btn {
  display: flex;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCaNAFtvnq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCaNAFtvnq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCaNAFtvnq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCaNAFtvnq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCaNAFtvnq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCaNAFtvnq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCaNAFtvnq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCaNAFtvnq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCaNAFtvnq .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-sCaNAFtvnq .navbar-expand {
    flex-direction: column;
  }
  .cid-sCaNAFtvnq img {
    height: 3.8rem !important;
  }
  .cid-sCaNAFtvnq .btn {
    display: flex;
  }
  .cid-sCaNAFtvnq button.navbar-toggler {
    display: block;
  }
  .cid-sCaNAFtvnq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCaNAFtvnq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCaNAFtvnq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing,
  .cid-sCaNAFtvnq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing .navbar-nav,
  .cid-sCaNAFtvnq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCaNAFtvnq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCaNAFtvnq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCaNAFtvnq .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCaNAFtvnq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCaNAFtvnq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaNAFtvnq .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCaNAFtvnq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCaNAFtvnq .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCaNAFtvnq .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-sCaNAFtvnq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCaNAFtvnq .navbar-collapse {
  flex-basis: auto;
}
.cid-sCaNAFtvnq .nav-link:hover,
.cid-sCaNAFtvnq .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCaVEju2b4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaVEju2b4 .mbr-text {
  color: #0f965c;
}
.cid-sCaVEju2b4 .mbr-text p {
  background: #ffffff;
}
.cid-sCaUOCzESp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaUOCzESp .item {
  padding-bottom: 2rem;
}
.cid-sCaUOCzESp .item-wrapper {
  height: 100%;
}
.cid-sCaUOCzESp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCaUOCzESp .carousel-control,
.cid-sCaUOCzESp .close {
  background: #1b1b1b;
}
.cid-sCaUOCzESp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCaUOCzESp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCaUOCzESp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sCaUOCzESp .close::before {
  content: '\e91a';
}
.cid-sCaUOCzESp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCaUOCzESp .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sCaUOCzESp .carousel-inner > .active {
  display: block;
}
.cid-sCaUOCzESp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCaUOCzESp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCaUOCzESp .carousel-control .icon-next,
.cid-sCaUOCzESp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sCaUOCzESp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCaUOCzESp .carousel-control,
  .cid-sCaUOCzESp .carousel-indicators,
  .cid-sCaUOCzESp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCaUOCzESp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCaUOCzESp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCaUOCzESp .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sCaUOCzESp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCaUOCzESp .carousel-indicators {
    display: none;
  }
}
.cid-sCaUOCzESp .carousel-indicators .active,
.cid-sCaUOCzESp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sCaUOCzESp .carousel-indicators .active {
  background: #fff;
}
.cid-sCaUOCzESp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCaUOCzESp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCaUOCzESp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCaUOCzESp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCaUOCzESp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCaUOCzESp .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCaUOCzESp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCaUOCzESp .carousel {
  width: 100%;
}
.cid-sCaUOCzESp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCaUOCzESp .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sCaUOCzESp .modal.fade .modal-dialog,
.cid-sCaUOCzESp .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sCaUOCzESp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCaUOCzESp a {
  display: block;
}
.cid-sCaUOCzESp a.img {
  pointer-events: none;
}
.cid-sCaS4xfiel {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCaS4xfiel .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCaS4xfiel .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCaS4xfiel .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCaS4xfiel .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCaS4xfiel .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;
}
.cid-sCaS4xfiel .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCaS4xfiel .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sCaS4xfiel .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCaS4xfiel .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;
}
.cid-sCcIO55vpT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIO55vpT .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIO55vpT .content {
    text-align: center;
  }
  .cid-sCcIO55vpT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIO55vpT .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIO55vpT .form-group,
.cid-sCcIO55vpT .input-group-btn {
  padding: 0;
}
.cid-sCcIO55vpT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIO55vpT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIO55vpT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIO55vpT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIO55vpT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIO55vpT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIO55vpT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIO55vpT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIO55vpT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIO55vpT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIO55vpT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIO55vpT .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIO55vpT .foot-title {
    text-align: center !important;
  }
  .cid-sCcIO55vpT .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIO55vpT .form-group {
    margin: 0;
  }
}
.cid-sCcIO55vpT .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIO55vpT .foot-title {
  color: #55b4d4;
}
.cid-sCcIO55vpT .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIO55vpT .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCaYiny9gF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaYiny9gF h2 {
  text-align: left;
}
.cid-sCaYiny9gF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCaYiny9gF p {
  color: #767676;
  text-align: left;
}
.cid-sCaYiny9gF .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCaYiny9gF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCaYiny9gF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCaYiny9gF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCaYiny9gF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCaYiny9gF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCaYiny9gF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCaYiny9gF .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCaYiny9gF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCaYiny9gF .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCaYiny9gF .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCaYiny9gF H2 {
  color: #149dcc;
}
.cid-sCaYiny9gF .mbr-text {
  color: #0f965c;
}
.cid-sCaYiny9gF H4 {
  color: #149dcc;
}
.cid-sCaYiny9gF P {
  color: #0f965c;
}
.cid-sCaYio6Wuo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaYio6Wuo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCaYio6Wuo p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCaYio6Wuo .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCaYio6Wuo .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCaYio6Wuo .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCaYio6Wuo .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCaYio6Wuo .card-box {
    padding-left: 0;
  }
}
.cid-sCaYio6Wuo .card-title,
.cid-sCaYio6Wuo .card-img {
  color: #149dcc;
}
.cid-sCaYio6Wuo P {
  color: #0f965c;
}
.cid-sCaYioz4nO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCaYioz4nO .mbr-text,
.cid-sCaYioz4nO blockquote {
  color: #767676;
}
.cid-sCaYioz4nO .mbr-text {
  color: #149dcc;
}
.cid-sCaYioJrKL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCaYioJrKL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCaYioJrKL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCaYioJrKL .row > .row {
  display: block;
}
.cid-sCaYioJrKL .mbr-gallery-item {
  width: 100%;
}
.cid-sCaYioJrKL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sCaYioJrKL .mbr-gallery-item > div {
  position: relative;
}
.cid-sCaYioJrKL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sCaYioJrKL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCaYioJrKL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sCaYioJrKL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #149dcc !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #149dcc, #0f965c) !important;
}
.cid-sCaYipigRG .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCaYipigRG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCaYipigRG a {
  font-style: normal;
}
.cid-sCaYipigRG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCaYipigRG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCaYipigRG .nav-item:focus,
.cid-sCaYipigRG .nav-link:focus {
  outline: none;
}
.cid-sCaYipigRG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCaYipigRG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCaYipigRG .menu-logo {
  margin-right: auto;
}
.cid-sCaYipigRG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCaYipigRG .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-sCaYipigRG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCaYipigRG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCaYipigRG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCaYipigRG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaYipigRG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCaYipigRG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaYipigRG .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-sCaYipigRG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCaYipigRG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCaYipigRG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCaYipigRG button.navbar-toggler:focus {
  outline: none;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCaYipigRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCaYipigRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCaYipigRG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCaYipigRG .collapsed .btn {
  display: flex;
}
.cid-sCaYipigRG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing,
.cid-sCaYipigRG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCaYipigRG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCaYipigRG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCaYipigRG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCaYipigRG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCaYipigRG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCaYipigRG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCaYipigRG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCaYipigRG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCaYipigRG .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-sCaYipigRG .navbar-expand {
    flex-direction: column;
  }
  .cid-sCaYipigRG img {
    height: 3.8rem !important;
  }
  .cid-sCaYipigRG .btn {
    display: flex;
  }
  .cid-sCaYipigRG button.navbar-toggler {
    display: block;
  }
  .cid-sCaYipigRG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCaYipigRG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCaYipigRG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing,
  .cid-sCaYipigRG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCaYipigRG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCaYipigRG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCaYipigRG .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCaYipigRG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCaYipigRG .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCaYipigRG .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-sCaYipigRG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCaYipigRG .navbar-collapse {
  flex-basis: auto;
}
.cid-sCaYipigRG .nav-link:hover,
.cid-sCaYipigRG .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcIdKglE0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIdKglE0 .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIdKglE0 .content {
    text-align: center;
  }
  .cid-sCcIdKglE0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIdKglE0 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIdKglE0 .form-group,
.cid-sCcIdKglE0 .input-group-btn {
  padding: 0;
}
.cid-sCcIdKglE0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIdKglE0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIdKglE0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIdKglE0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIdKglE0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIdKglE0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIdKglE0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIdKglE0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIdKglE0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIdKglE0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIdKglE0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIdKglE0 .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIdKglE0 .foot-title {
    text-align: center !important;
  }
  .cid-sCcIdKglE0 .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIdKglE0 .form-group {
    margin: 0;
  }
}
.cid-sCcIdKglE0 .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIdKglE0 .foot-title {
  color: #55b4d4;
}
.cid-sCcIdKglE0 .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIdKglE0 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCb4sAIjw9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCb4sAIjw9 h2 {
  text-align: left;
}
.cid-sCb4sAIjw9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCb4sAIjw9 p {
  color: #767676;
  text-align: left;
}
.cid-sCb4sAIjw9 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCb4sAIjw9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCb4sAIjw9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCb4sAIjw9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCb4sAIjw9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCb4sAIjw9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCb4sAIjw9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCb4sAIjw9 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCb4sAIjw9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCb4sAIjw9 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCb4sAIjw9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCb4sAIjw9 H2 {
  color: #149dcc;
}
.cid-sCb4sAIjw9 .mbr-text {
  color: #0f965c;
}
.cid-sCb4sAIjw9 H4 {
  color: #149dcc;
}
.cid-sCb4sAIjw9 P {
  color: #0f965c;
}
.cid-sCb4sBcNHJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCb4sBcNHJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCb4sBcNHJ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCb4sBcNHJ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCb4sBcNHJ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCb4sBcNHJ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCb4sBcNHJ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCb4sBcNHJ .card-box {
    padding-left: 0;
  }
}
.cid-sCb4sBcNHJ .card-title,
.cid-sCb4sBcNHJ .card-img {
  color: #149dcc;
}
.cid-sCb4sBcNHJ P {
  color: #0f965c;
}
.cid-sCb4sCidvT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCb4sCidvT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCb4sCidvT a {
  font-style: normal;
}
.cid-sCb4sCidvT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCb4sCidvT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCb4sCidvT .nav-item:focus,
.cid-sCb4sCidvT .nav-link:focus {
  outline: none;
}
.cid-sCb4sCidvT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCb4sCidvT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCb4sCidvT .menu-logo {
  margin-right: auto;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCb4sCidvT .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-sCb4sCidvT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCb4sCidvT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCb4sCidvT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCb4sCidvT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCb4sCidvT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCb4sCidvT .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-sCb4sCidvT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCb4sCidvT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCb4sCidvT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCb4sCidvT button.navbar-toggler:focus {
  outline: none;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb4sCidvT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCb4sCidvT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb4sCidvT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCb4sCidvT .collapsed .btn {
  display: flex;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCb4sCidvT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCb4sCidvT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCb4sCidvT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCb4sCidvT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCb4sCidvT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCb4sCidvT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCb4sCidvT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCb4sCidvT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCb4sCidvT .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-sCb4sCidvT .navbar-expand {
    flex-direction: column;
  }
  .cid-sCb4sCidvT img {
    height: 3.8rem !important;
  }
  .cid-sCb4sCidvT .btn {
    display: flex;
  }
  .cid-sCb4sCidvT button.navbar-toggler {
    display: block;
  }
  .cid-sCb4sCidvT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCb4sCidvT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCb4sCidvT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing,
  .cid-sCb4sCidvT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCb4sCidvT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCb4sCidvT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb4sCidvT .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCb4sCidvT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCb4sCidvT .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCb4sCidvT .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-sCb4sCidvT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCb4sCidvT .navbar-collapse {
  flex-basis: auto;
}
.cid-sCb4sCidvT .nav-link:hover,
.cid-sCb4sCidvT .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCcIiELzj9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIiELzj9 .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIiELzj9 .content {
    text-align: center;
  }
  .cid-sCcIiELzj9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIiELzj9 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIiELzj9 .form-group,
.cid-sCcIiELzj9 .input-group-btn {
  padding: 0;
}
.cid-sCcIiELzj9 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIiELzj9 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIiELzj9 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIiELzj9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIiELzj9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIiELzj9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIiELzj9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIiELzj9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIiELzj9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIiELzj9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIiELzj9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIiELzj9 .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIiELzj9 .foot-title {
    text-align: center !important;
  }
  .cid-sCcIiELzj9 .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIiELzj9 .form-group {
    margin: 0;
  }
}
.cid-sCcIiELzj9 .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIiELzj9 .foot-title {
  color: #55b4d4;
}
.cid-sCcIiELzj9 .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIiELzj9 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCb7NB6qwW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCb7NB6qwW h2 {
  text-align: left;
}
.cid-sCb7NB6qwW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCb7NB6qwW p {
  color: #767676;
  text-align: left;
}
.cid-sCb7NB6qwW .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCb7NB6qwW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCb7NB6qwW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCb7NB6qwW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCb7NB6qwW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCb7NB6qwW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCb7NB6qwW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCb7NB6qwW .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCb7NB6qwW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCb7NB6qwW .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCb7NB6qwW .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCb7NB6qwW H2 {
  color: #149dcc;
}
.cid-sCb7NB6qwW .mbr-text {
  color: #0f965c;
}
.cid-sCb7NB6qwW H4 {
  color: #149dcc;
}
.cid-sCb7NB6qwW P {
  color: #0f965c;
}
.cid-sCb7NBK8iQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCb7NBK8iQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCb7NBK8iQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCb7NBK8iQ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCb7NBK8iQ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCb7NBK8iQ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCb7NBK8iQ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCb7NBK8iQ .card-box {
    padding-left: 0;
  }
}
.cid-sCb7NBK8iQ .card-title,
.cid-sCb7NBK8iQ .card-img {
  color: #149dcc;
}
.cid-sCb7NBK8iQ P {
  color: #0f965c;
}
.cid-sCb7NC59Wx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCb7NC59Wx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCb7NC59Wx a {
  font-style: normal;
}
.cid-sCb7NC59Wx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCb7NC59Wx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCb7NC59Wx .nav-item:focus,
.cid-sCb7NC59Wx .nav-link:focus {
  outline: none;
}
.cid-sCb7NC59Wx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCb7NC59Wx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCb7NC59Wx .menu-logo {
  margin-right: auto;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCb7NC59Wx .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-sCb7NC59Wx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCb7NC59Wx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCb7NC59Wx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCb7NC59Wx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCb7NC59Wx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCb7NC59Wx .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-sCb7NC59Wx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCb7NC59Wx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCb7NC59Wx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCb7NC59Wx button.navbar-toggler:focus {
  outline: none;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCb7NC59Wx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCb7NC59Wx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCb7NC59Wx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCb7NC59Wx .collapsed .btn {
  display: flex;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCb7NC59Wx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCb7NC59Wx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCb7NC59Wx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCb7NC59Wx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCb7NC59Wx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCb7NC59Wx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCb7NC59Wx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCb7NC59Wx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCb7NC59Wx .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-sCb7NC59Wx .navbar-expand {
    flex-direction: column;
  }
  .cid-sCb7NC59Wx img {
    height: 3.8rem !important;
  }
  .cid-sCb7NC59Wx .btn {
    display: flex;
  }
  .cid-sCb7NC59Wx button.navbar-toggler {
    display: block;
  }
  .cid-sCb7NC59Wx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCb7NC59Wx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCb7NC59Wx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing,
  .cid-sCb7NC59Wx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCb7NC59Wx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCb7NC59Wx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCb7NC59Wx .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCb7NC59Wx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCb7NC59Wx .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCb7NC59Wx .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-sCb7NC59Wx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCb7NC59Wx .navbar-collapse {
  flex-basis: auto;
}
.cid-sCb7NC59Wx .nav-link:hover,
.cid-sCb7NC59Wx .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCboAJ7aW6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCboAJ7aW6 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCboAJ7aW6 .col-12 {
  padding: 0;
}
.cid-sCboAJ7aW6 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCboAJ7aW6 .container-fluid {
  padding: 0;
}
.cid-sCboAJ7aW6 .row {
  margin: 0;
}
.cid-sCboAJ7aW6 .l2 {
  color: #0c5b47;
}
.cid-sCboAJ7aW6 .l1 {
  color: #0c5b47;
}
.cid-sCboBa9pr2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCboBa9pr2 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCboBa9pr2 .col-12 {
  padding: 0;
}
.cid-sCboBa9pr2 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCboBa9pr2 .container-fluid {
  padding: 0;
}
.cid-sCboBa9pr2 .row {
  margin: 0;
}
.cid-sCboBa9pr2 .l2 {
  color: #0c5b47;
}
.cid-sCboBa9pr2 .l1 {
  color: #0c5b47;
}
.cid-sCbpTGXoCE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbpTGXoCE img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbpTGXoCE .col-12 {
  padding: 0;
}
.cid-sCbpTGXoCE .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbpTGXoCE .container-fluid {
  padding: 0;
}
.cid-sCbpTGXoCE .row {
  margin: 0;
}
.cid-sCbpTGXoCE .l2 {
  color: #0c5b47;
}
.cid-sCbpTGXoCE .l1 {
  color: #0c5b47;
}
.cid-sCcIKxxX0Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIKxxX0Q .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIKxxX0Q .content {
    text-align: center;
  }
  .cid-sCcIKxxX0Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIKxxX0Q .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIKxxX0Q .form-group,
.cid-sCcIKxxX0Q .input-group-btn {
  padding: 0;
}
.cid-sCcIKxxX0Q .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIKxxX0Q .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIKxxX0Q .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIKxxX0Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIKxxX0Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIKxxX0Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIKxxX0Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIKxxX0Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIKxxX0Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIKxxX0Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIKxxX0Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIKxxX0Q .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIKxxX0Q .foot-title {
    text-align: center !important;
  }
  .cid-sCcIKxxX0Q .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIKxxX0Q .form-group {
    margin: 0;
  }
}
.cid-sCcIKxxX0Q .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIKxxX0Q .foot-title {
  color: #55b4d4;
}
.cid-sCcIKxxX0Q .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIKxxX0Q .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbj3RN5H5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbj3RN5H5 h2 {
  text-align: left;
}
.cid-sCbj3RN5H5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbj3RN5H5 p {
  color: #767676;
  text-align: left;
}
.cid-sCbj3RN5H5 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbj3RN5H5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbj3RN5H5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbj3RN5H5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbj3RN5H5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbj3RN5H5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbj3RN5H5 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbj3RN5H5 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbj3RN5H5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbj3RN5H5 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbj3RN5H5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbj3RN5H5 H2 {
  color: #149dcc;
}
.cid-sCbj3RN5H5 .mbr-text {
  color: #0f965c;
}
.cid-sCbj3RN5H5 H4 {
  color: #149dcc;
}
.cid-sCbj3RN5H5 P {
  color: #0f965c;
}
.cid-sCbj3Se2qn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbj3Se2qn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbj3Se2qn p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbj3Se2qn .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbj3Se2qn .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbj3Se2qn .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbj3Se2qn .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbj3Se2qn .card-box {
    padding-left: 0;
  }
}
.cid-sCbj3Se2qn .card-title,
.cid-sCbj3Se2qn .card-img {
  color: #149dcc;
}
.cid-sCbj3Se2qn P {
  color: #0f965c;
}
.cid-sCbj3SEUpA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbj3SEUpA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbj3SEUpA a {
  font-style: normal;
}
.cid-sCbj3SEUpA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbj3SEUpA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbj3SEUpA .nav-item:focus,
.cid-sCbj3SEUpA .nav-link:focus {
  outline: none;
}
.cid-sCbj3SEUpA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbj3SEUpA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbj3SEUpA .menu-logo {
  margin-right: auto;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbj3SEUpA .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-sCbj3SEUpA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbj3SEUpA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbj3SEUpA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbj3SEUpA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbj3SEUpA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbj3SEUpA .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-sCbj3SEUpA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbj3SEUpA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbj3SEUpA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbj3SEUpA button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbj3SEUpA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbj3SEUpA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbj3SEUpA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbj3SEUpA .collapsed .btn {
  display: flex;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbj3SEUpA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbj3SEUpA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbj3SEUpA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbj3SEUpA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbj3SEUpA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbj3SEUpA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbj3SEUpA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbj3SEUpA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbj3SEUpA .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-sCbj3SEUpA .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbj3SEUpA img {
    height: 3.8rem !important;
  }
  .cid-sCbj3SEUpA .btn {
    display: flex;
  }
  .cid-sCbj3SEUpA button.navbar-toggler {
    display: block;
  }
  .cid-sCbj3SEUpA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbj3SEUpA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbj3SEUpA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing,
  .cid-sCbj3SEUpA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbj3SEUpA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbj3SEUpA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbj3SEUpA .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbj3SEUpA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbj3SEUpA .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbj3SEUpA .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-sCbj3SEUpA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbj3SEUpA .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbj3SEUpA .nav-link:hover,
.cid-sCbj3SEUpA .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbmZc7SR0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbmZc7SR0 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbmZc7SR0 .col-12 {
  padding: 0;
}
.cid-sCbmZc7SR0 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbmZc7SR0 .container-fluid {
  padding: 0;
}
.cid-sCbmZc7SR0 .row {
  margin: 0;
}
.cid-sCbmZc7SR0 .l2 {
  color: #0c5b47;
}
.cid-sCbmZc7SR0 .l1 {
  color: #0c5b47;
}
.cid-sCbnaz276i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbnaz276i img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbnaz276i .col-12 {
  padding: 0;
}
.cid-sCbnaz276i .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbnaz276i .container-fluid {
  padding: 0;
}
.cid-sCbnaz276i .row {
  margin: 0;
}
.cid-sCbnaz276i .l2 {
  color: #0c5b47;
}
.cid-sCbnaz276i .l1 {
  color: #0c5b47;
}
.cid-sCbnicSsvN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbnicSsvN img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbnicSsvN .col-12 {
  padding: 0;
}
.cid-sCbnicSsvN .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbnicSsvN .container-fluid {
  padding: 0;
}
.cid-sCbnicSsvN .row {
  margin: 0;
}
.cid-sCbnicSsvN .l2 {
  color: #0c5b47;
}
.cid-sCbnicSsvN .l1 {
  color: #0c5b47;
}
.cid-sCbniKc2Ct {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbniKc2Ct img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbniKc2Ct .col-12 {
  padding: 0;
}
.cid-sCbniKc2Ct .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbniKc2Ct .container-fluid {
  padding: 0;
}
.cid-sCbniKc2Ct .row {
  margin: 0;
}
.cid-sCbniKc2Ct .l2 {
  color: #0c5b47;
}
.cid-sCbniKc2Ct .l1 {
  color: #0c5b47;
}
.cid-sCcIHS1gCu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIHS1gCu .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIHS1gCu .content {
    text-align: center;
  }
  .cid-sCcIHS1gCu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIHS1gCu .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIHS1gCu .form-group,
.cid-sCcIHS1gCu .input-group-btn {
  padding: 0;
}
.cid-sCcIHS1gCu .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIHS1gCu .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIHS1gCu .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIHS1gCu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIHS1gCu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIHS1gCu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIHS1gCu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIHS1gCu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIHS1gCu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIHS1gCu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIHS1gCu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIHS1gCu .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIHS1gCu .foot-title {
    text-align: center !important;
  }
  .cid-sCcIHS1gCu .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIHS1gCu .form-group {
    margin: 0;
  }
}
.cid-sCcIHS1gCu .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIHS1gCu .foot-title {
  color: #55b4d4;
}
.cid-sCcIHS1gCu .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIHS1gCu .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbron48VZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbron48VZ h2 {
  text-align: left;
}
.cid-sCbron48VZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbron48VZ p {
  color: #767676;
  text-align: left;
}
.cid-sCbron48VZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbron48VZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbron48VZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbron48VZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbron48VZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbron48VZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbron48VZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbron48VZ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbron48VZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbron48VZ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbron48VZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbron48VZ H2 {
  color: #149dcc;
}
.cid-sCbron48VZ .mbr-text {
  color: #0f965c;
}
.cid-sCbron48VZ H4 {
  color: #149dcc;
}
.cid-sCbron48VZ P {
  color: #0f965c;
}
.cid-sCbronCA75 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbronCA75 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbronCA75 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbronCA75 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbronCA75 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbronCA75 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbronCA75 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbronCA75 .card-box {
    padding-left: 0;
  }
}
.cid-sCbronCA75 .card-title,
.cid-sCbronCA75 .card-img {
  color: #149dcc;
}
.cid-sCbronCA75 P {
  color: #0f965c;
}
.cid-sCbroo1cWE .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbroo1cWE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbroo1cWE a {
  font-style: normal;
}
.cid-sCbroo1cWE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbroo1cWE .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbroo1cWE .nav-item:focus,
.cid-sCbroo1cWE .nav-link:focus {
  outline: none;
}
.cid-sCbroo1cWE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbroo1cWE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbroo1cWE .menu-logo {
  margin-right: auto;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbroo1cWE .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-sCbroo1cWE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbroo1cWE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbroo1cWE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbroo1cWE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbroo1cWE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbroo1cWE .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-sCbroo1cWE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbroo1cWE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbroo1cWE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbroo1cWE button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbroo1cWE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbroo1cWE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbroo1cWE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbroo1cWE .collapsed .btn {
  display: flex;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbroo1cWE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbroo1cWE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbroo1cWE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbroo1cWE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbroo1cWE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbroo1cWE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbroo1cWE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbroo1cWE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbroo1cWE .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-sCbroo1cWE .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbroo1cWE img {
    height: 3.8rem !important;
  }
  .cid-sCbroo1cWE .btn {
    display: flex;
  }
  .cid-sCbroo1cWE button.navbar-toggler {
    display: block;
  }
  .cid-sCbroo1cWE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbroo1cWE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbroo1cWE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing,
  .cid-sCbroo1cWE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbroo1cWE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbroo1cWE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbroo1cWE .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbroo1cWE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbroo1cWE .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbroo1cWE .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-sCbroo1cWE .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbroo1cWE .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbroo1cWE .nav-link:hover,
.cid-sCbroo1cWE .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbuuFiwta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbuuFiwta img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuuFiwta .col-12 {
  padding: 0;
}
.cid-sCbuuFiwta .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuuFiwta .container-fluid {
  padding: 0;
}
.cid-sCbuuFiwta .row {
  margin: 0;
}
.cid-sCbuuFiwta .l2 {
  color: #0c5b47;
}
.cid-sCbuuFiwta .l1 {
  color: #0c5b47;
}
.cid-sCbuv23Ja4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbuv23Ja4 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuv23Ja4 .col-12 {
  padding: 0;
}
.cid-sCbuv23Ja4 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuv23Ja4 .container-fluid {
  padding: 0;
}
.cid-sCbuv23Ja4 .row {
  margin: 0;
}
.cid-sCbuv23Ja4 .l2 {
  color: #0c5b47;
}
.cid-sCbuv23Ja4 .l1 {
  color: #0c5b47;
}
.cid-sCbuX2XgNm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbuX2XgNm img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbuX2XgNm .col-12 {
  padding: 0;
}
.cid-sCbuX2XgNm .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbuX2XgNm .container-fluid {
  padding: 0;
}
.cid-sCbuX2XgNm .row {
  margin: 0;
}
.cid-sCbuX2XgNm .l2 {
  color: #0c5b47;
}
.cid-sCbuX2XgNm .l1 {
  color: #0c5b47;
}
.cid-sCcIoUsPqx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIoUsPqx .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIoUsPqx .content {
    text-align: center;
  }
  .cid-sCcIoUsPqx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIoUsPqx .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIoUsPqx .form-group,
.cid-sCcIoUsPqx .input-group-btn {
  padding: 0;
}
.cid-sCcIoUsPqx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIoUsPqx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIoUsPqx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIoUsPqx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIoUsPqx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIoUsPqx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIoUsPqx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIoUsPqx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIoUsPqx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIoUsPqx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIoUsPqx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIoUsPqx .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIoUsPqx .foot-title {
    text-align: center !important;
  }
  .cid-sCcIoUsPqx .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIoUsPqx .form-group {
    margin: 0;
  }
}
.cid-sCcIoUsPqx .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIoUsPqx .foot-title {
  color: #55b4d4;
}
.cid-sCcIoUsPqx .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIoUsPqx .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbBcy4O0z {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbBcy4O0z h2 {
  text-align: left;
}
.cid-sCbBcy4O0z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbBcy4O0z p {
  color: #767676;
  text-align: left;
}
.cid-sCbBcy4O0z .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbBcy4O0z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbBcy4O0z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbBcy4O0z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbBcy4O0z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbBcy4O0z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbBcy4O0z .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbBcy4O0z .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbBcy4O0z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbBcy4O0z .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbBcy4O0z .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbBcy4O0z H2 {
  color: #149dcc;
}
.cid-sCbBcy4O0z .mbr-text {
  color: #0f965c;
}
.cid-sCbBcy4O0z H4 {
  color: #149dcc;
}
.cid-sCbBcy4O0z P {
  color: #0f965c;
}
.cid-sCbBcyIokQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbBcyIokQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbBcyIokQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbBcyIokQ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbBcyIokQ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbBcyIokQ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbBcyIokQ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbBcyIokQ .card-box {
    padding-left: 0;
  }
}
.cid-sCbBcyIokQ .card-title,
.cid-sCbBcyIokQ .card-img {
  color: #149dcc;
}
.cid-sCbBcyIokQ P {
  color: #0f965c;
}
.cid-sCbBcz9cIr .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbBcz9cIr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbBcz9cIr a {
  font-style: normal;
}
.cid-sCbBcz9cIr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbBcz9cIr .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbBcz9cIr .nav-item:focus,
.cid-sCbBcz9cIr .nav-link:focus {
  outline: none;
}
.cid-sCbBcz9cIr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbBcz9cIr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbBcz9cIr .menu-logo {
  margin-right: auto;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbBcz9cIr .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-sCbBcz9cIr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbBcz9cIr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbBcz9cIr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbBcz9cIr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbBcz9cIr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbBcz9cIr .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-sCbBcz9cIr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbBcz9cIr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbBcz9cIr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbBcz9cIr button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbBcz9cIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbBcz9cIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbBcz9cIr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbBcz9cIr .collapsed .btn {
  display: flex;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbBcz9cIr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbBcz9cIr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbBcz9cIr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbBcz9cIr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbBcz9cIr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbBcz9cIr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbBcz9cIr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbBcz9cIr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbBcz9cIr .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-sCbBcz9cIr .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbBcz9cIr img {
    height: 3.8rem !important;
  }
  .cid-sCbBcz9cIr .btn {
    display: flex;
  }
  .cid-sCbBcz9cIr button.navbar-toggler {
    display: block;
  }
  .cid-sCbBcz9cIr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbBcz9cIr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbBcz9cIr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing,
  .cid-sCbBcz9cIr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbBcz9cIr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbBcz9cIr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbBcz9cIr .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbBcz9cIr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbBcz9cIr .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbBcz9cIr .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-sCbBcz9cIr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbBcz9cIr .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbBcz9cIr .nav-link:hover,
.cid-sCbBcz9cIr .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbBcztH6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcztH6o img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcztH6o .col-12 {
  padding: 0;
}
.cid-sCbBcztH6o .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcztH6o .container-fluid {
  padding: 0;
}
.cid-sCbBcztH6o .row {
  margin: 0;
}
.cid-sCbBcztH6o .l2 {
  color: #0c5b47;
}
.cid-sCbBcztH6o .l1 {
  color: #0c5b47;
}
.cid-sCbBczM4fh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBczM4fh img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBczM4fh .col-12 {
  padding: 0;
}
.cid-sCbBczM4fh .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBczM4fh .container-fluid {
  padding: 0;
}
.cid-sCbBczM4fh .row {
  margin: 0;
}
.cid-sCbBczM4fh .l2 {
  color: #0c5b47;
}
.cid-sCbBczM4fh .l1 {
  color: #0c5b47;
}
.cid-sCbBcA3L4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcA3L4T img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcA3L4T .col-12 {
  padding: 0;
}
.cid-sCbBcA3L4T .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcA3L4T .container-fluid {
  padding: 0;
}
.cid-sCbBcA3L4T .row {
  margin: 0;
}
.cid-sCbBcA3L4T .l2 {
  color: #0c5b47;
}
.cid-sCbBcA3L4T .l1 {
  color: #0c5b47;
}
.cid-sCbBcAim2L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcAim2L img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAim2L .col-12 {
  padding: 0;
}
.cid-sCbBcAim2L .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAim2L .container-fluid {
  padding: 0;
}
.cid-sCbBcAim2L .row {
  margin: 0;
}
.cid-sCbBcAim2L .l2 {
  color: #0c5b47;
}
.cid-sCbBcAim2L .l1 {
  color: #0c5b47;
}
.cid-sCbBcAyqU8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcAyqU8 img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAyqU8 .col-12 {
  padding: 0;
}
.cid-sCbBcAyqU8 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAyqU8 .container-fluid {
  padding: 0;
}
.cid-sCbBcAyqU8 .row {
  margin: 0;
}
.cid-sCbBcAyqU8 .l2 {
  color: #0c5b47;
}
.cid-sCbBcAyqU8 .l1 {
  color: #0c5b47;
}
.cid-sCbBcAO79S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcAO79S img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcAO79S .col-12 {
  padding: 0;
}
.cid-sCbBcAO79S .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcAO79S .container-fluid {
  padding: 0;
}
.cid-sCbBcAO79S .row {
  margin: 0;
}
.cid-sCbBcAO79S .l2 {
  color: #0c5b47;
}
.cid-sCbBcAO79S .l1 {
  color: #0c5b47;
}
.cid-sCbBcB8xte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbBcB8xte img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcB8xte .col-12 {
  padding: 0;
}
.cid-sCbBcB8xte .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcB8xte .container-fluid {
  padding: 0;
}
.cid-sCbBcB8xte .row {
  margin: 0;
}
.cid-sCbBcB8xte .l2 {
  color: #0c5b47;
}
.cid-sCbBcB8xte .l1 {
  color: #0c5b47;
}
.cid-sCbBcBoiiQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbBcBoiiQ img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbBcBoiiQ .col-12 {
  padding: 0;
}
.cid-sCbBcBoiiQ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbBcBoiiQ .container-fluid {
  padding: 0;
}
.cid-sCbBcBoiiQ .row {
  margin: 0;
}
.cid-sCbBcBoiiQ .l2 {
  color: #0c5b47;
}
.cid-sCbBcBoiiQ .l1 {
  color: #0c5b47;
}
.cid-sCcIDapVnT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIDapVnT .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIDapVnT .content {
    text-align: center;
  }
  .cid-sCcIDapVnT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIDapVnT .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIDapVnT .form-group,
.cid-sCcIDapVnT .input-group-btn {
  padding: 0;
}
.cid-sCcIDapVnT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIDapVnT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIDapVnT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIDapVnT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIDapVnT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIDapVnT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIDapVnT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIDapVnT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIDapVnT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIDapVnT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIDapVnT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIDapVnT .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIDapVnT .foot-title {
    text-align: center !important;
  }
  .cid-sCcIDapVnT .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIDapVnT .form-group {
    margin: 0;
  }
}
.cid-sCcIDapVnT .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIDapVnT .foot-title {
  color: #55b4d4;
}
.cid-sCcIDapVnT .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIDapVnT .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbvOnTNAe {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbvOnTNAe h2 {
  text-align: left;
}
.cid-sCbvOnTNAe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbvOnTNAe p {
  color: #767676;
  text-align: left;
}
.cid-sCbvOnTNAe .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbvOnTNAe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbvOnTNAe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbvOnTNAe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbvOnTNAe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbvOnTNAe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbvOnTNAe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbvOnTNAe .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbvOnTNAe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbvOnTNAe .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbvOnTNAe .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbvOnTNAe H2 {
  color: #149dcc;
}
.cid-sCbvOnTNAe .mbr-text {
  color: #0f965c;
}
.cid-sCbvOnTNAe H4 {
  color: #149dcc;
}
.cid-sCbvOnTNAe P {
  color: #0f965c;
}
.cid-sCbvOoA5ga {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbvOoA5ga h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbvOoA5ga p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbvOoA5ga .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbvOoA5ga .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbvOoA5ga .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbvOoA5ga .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbvOoA5ga .card-box {
    padding-left: 0;
  }
}
.cid-sCbvOoA5ga .card-title,
.cid-sCbvOoA5ga .card-img {
  color: #149dcc;
}
.cid-sCbvOoA5ga P {
  color: #0f965c;
}
.cid-sCbvOp2YIZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbvOp2YIZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbvOp2YIZ a {
  font-style: normal;
}
.cid-sCbvOp2YIZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbvOp2YIZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbvOp2YIZ .nav-item:focus,
.cid-sCbvOp2YIZ .nav-link:focus {
  outline: none;
}
.cid-sCbvOp2YIZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbvOp2YIZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbvOp2YIZ .menu-logo {
  margin-right: auto;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbvOp2YIZ .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-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbvOp2YIZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbvOp2YIZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbvOp2YIZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbvOp2YIZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbvOp2YIZ .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-sCbvOp2YIZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbvOp2YIZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbvOp2YIZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbvOp2YIZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbvOp2YIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbvOp2YIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbvOp2YIZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbvOp2YIZ .collapsed .btn {
  display: flex;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbvOp2YIZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbvOp2YIZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbvOp2YIZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbvOp2YIZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbvOp2YIZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbvOp2YIZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbvOp2YIZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbvOp2YIZ .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-sCbvOp2YIZ .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbvOp2YIZ img {
    height: 3.8rem !important;
  }
  .cid-sCbvOp2YIZ .btn {
    display: flex;
  }
  .cid-sCbvOp2YIZ button.navbar-toggler {
    display: block;
  }
  .cid-sCbvOp2YIZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbvOp2YIZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbvOp2YIZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing,
  .cid-sCbvOp2YIZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbvOp2YIZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbvOp2YIZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbvOp2YIZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbvOp2YIZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbvOp2YIZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbvOp2YIZ .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-sCbvOp2YIZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbvOp2YIZ .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbvOp2YIZ .nav-link:hover,
.cid-sCbvOp2YIZ .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbvOpq22k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbvOpq22k img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOpq22k .col-12 {
  padding: 0;
}
.cid-sCbvOpq22k .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOpq22k .container-fluid {
  padding: 0;
}
.cid-sCbvOpq22k .row {
  margin: 0;
}
.cid-sCbvOpq22k .l2 {
  color: #0c5b47;
}
.cid-sCbvOpq22k .l1 {
  color: #0c5b47;
}
.cid-sCbvOpPsEC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbvOpPsEC img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOpPsEC .col-12 {
  padding: 0;
}
.cid-sCbvOpPsEC .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOpPsEC .container-fluid {
  padding: 0;
}
.cid-sCbvOpPsEC .row {
  margin: 0;
}
.cid-sCbvOpPsEC .l2 {
  color: #0c5b47;
}
.cid-sCbvOpPsEC .l1 {
  color: #0c5b47;
}
.cid-sCbvOq8Cdt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbvOq8Cdt img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbvOq8Cdt .col-12 {
  padding: 0;
}
.cid-sCbvOq8Cdt .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbvOq8Cdt .container-fluid {
  padding: 0;
}
.cid-sCbvOq8Cdt .row {
  margin: 0;
}
.cid-sCbvOq8Cdt .l2 {
  color: #0c5b47;
}
.cid-sCbvOq8Cdt .l1 {
  color: #0c5b47;
}
.cid-sCbyWpvq6H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbyWpvq6H img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyWpvq6H .col-12 {
  padding: 0;
}
.cid-sCbyWpvq6H .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyWpvq6H .container-fluid {
  padding: 0;
}
.cid-sCbyWpvq6H .row {
  margin: 0;
}
.cid-sCbyWpvq6H .l2 {
  color: #0c5b47;
}
.cid-sCbyWpvq6H .l1 {
  color: #0c5b47;
}
.cid-sCbyXjBdPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbyXjBdPk img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyXjBdPk .col-12 {
  padding: 0;
}
.cid-sCbyXjBdPk .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyXjBdPk .container-fluid {
  padding: 0;
}
.cid-sCbyXjBdPk .row {
  margin: 0;
}
.cid-sCbyXjBdPk .l2 {
  color: #0c5b47;
}
.cid-sCbyXjBdPk .l1 {
  color: #0c5b47;
}
.cid-sCbyXMtGGP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbyXMtGGP img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyXMtGGP .col-12 {
  padding: 0;
}
.cid-sCbyXMtGGP .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyXMtGGP .container-fluid {
  padding: 0;
}
.cid-sCbyXMtGGP .row {
  margin: 0;
}
.cid-sCbyXMtGGP .l2 {
  color: #0c5b47;
}
.cid-sCbyXMtGGP .l1 {
  color: #0c5b47;
}
.cid-sCbyYdT7Yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbyYdT7Yt img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbyYdT7Yt .col-12 {
  padding: 0;
}
.cid-sCbyYdT7Yt .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbyYdT7Yt .container-fluid {
  padding: 0;
}
.cid-sCbyYdT7Yt .row {
  margin: 0;
}
.cid-sCbyYdT7Yt .l2 {
  color: #0c5b47;
}
.cid-sCbyYdT7Yt .l1 {
  color: #0c5b47;
}
.cid-sCbzBM10sF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbzBM10sF img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbzBM10sF .col-12 {
  padding: 0;
}
.cid-sCbzBM10sF .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbzBM10sF .container-fluid {
  padding: 0;
}
.cid-sCbzBM10sF .row {
  margin: 0;
}
.cid-sCbzBM10sF .l2 {
  color: #0c5b47;
}
.cid-sCbzBM10sF .l1 {
  color: #0c5b47;
}
.cid-sCcIrNbASR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIrNbASR .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIrNbASR .content {
    text-align: center;
  }
  .cid-sCcIrNbASR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIrNbASR .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIrNbASR .form-group,
.cid-sCcIrNbASR .input-group-btn {
  padding: 0;
}
.cid-sCcIrNbASR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIrNbASR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIrNbASR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIrNbASR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIrNbASR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIrNbASR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIrNbASR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIrNbASR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIrNbASR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIrNbASR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIrNbASR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIrNbASR .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIrNbASR .foot-title {
    text-align: center !important;
  }
  .cid-sCcIrNbASR .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIrNbASR .form-group {
    margin: 0;
  }
}
.cid-sCcIrNbASR .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIrNbASR .foot-title {
  color: #55b4d4;
}
.cid-sCcIrNbASR .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIrNbASR .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbCONxOkB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/new-picture1-728x795.jpg");
}
.cid-sCbCONxOkB h2 {
  text-align: left;
}
.cid-sCbCONxOkB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbCONxOkB p {
  color: #767676;
  text-align: left;
}
.cid-sCbCONxOkB .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbCONxOkB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbCONxOkB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbCONxOkB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbCONxOkB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbCONxOkB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbCONxOkB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbCONxOkB .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbCONxOkB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbCONxOkB .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbCONxOkB .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbCONxOkB H2 {
  color: #149dcc;
}
.cid-sCbCONxOkB .mbr-text {
  color: #0f965c;
}
.cid-sCbCONxOkB H4 {
  color: #149dcc;
}
.cid-sCbCONxOkB P {
  color: #0f965c;
}
.cid-sCbCOO7yFK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbCOO7yFK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbCOO7yFK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbCOO7yFK .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbCOO7yFK .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbCOO7yFK .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbCOO7yFK .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbCOO7yFK .card-box {
    padding-left: 0;
  }
}
.cid-sCbCOO7yFK .card-title,
.cid-sCbCOO7yFK .card-img {
  color: #149dcc;
}
.cid-sCbCOO7yFK P {
  color: #0f965c;
}
.cid-sCbCOOwF58 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbCOOwF58 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbCOOwF58 a {
  font-style: normal;
}
.cid-sCbCOOwF58 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbCOOwF58 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbCOOwF58 .nav-item:focus,
.cid-sCbCOOwF58 .nav-link:focus {
  outline: none;
}
.cid-sCbCOOwF58 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbCOOwF58 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbCOOwF58 .menu-logo {
  margin-right: auto;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbCOOwF58 .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-sCbCOOwF58 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbCOOwF58 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbCOOwF58 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbCOOwF58 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbCOOwF58 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbCOOwF58 .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-sCbCOOwF58 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbCOOwF58 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbCOOwF58 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbCOOwF58 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbCOOwF58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbCOOwF58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbCOOwF58 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbCOOwF58 .collapsed .btn {
  display: flex;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbCOOwF58 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbCOOwF58 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbCOOwF58 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbCOOwF58 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbCOOwF58 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbCOOwF58 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbCOOwF58 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbCOOwF58 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbCOOwF58 .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-sCbCOOwF58 .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbCOOwF58 img {
    height: 3.8rem !important;
  }
  .cid-sCbCOOwF58 .btn {
    display: flex;
  }
  .cid-sCbCOOwF58 button.navbar-toggler {
    display: block;
  }
  .cid-sCbCOOwF58 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbCOOwF58 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbCOOwF58 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing,
  .cid-sCbCOOwF58 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbCOOwF58 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbCOOwF58 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbCOOwF58 .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbCOOwF58 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbCOOwF58 .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbCOOwF58 .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-sCbCOOwF58 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbCOOwF58 .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbCOOwF58 .nav-link:hover,
.cid-sCbCOOwF58 .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbCOOTIxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbCOOTIxZ img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOOTIxZ .col-12 {
  padding: 0;
}
.cid-sCbCOOTIxZ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOOTIxZ .container-fluid {
  padding: 0;
}
.cid-sCbCOOTIxZ .row {
  margin: 0;
}
.cid-sCbCOOTIxZ .l2 {
  color: #0c5b47;
}
.cid-sCbCOOTIxZ .l1 {
  color: #0c5b47;
}
.cid-sCbCOPdlfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbCOPdlfY img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPdlfY .col-12 {
  padding: 0;
}
.cid-sCbCOPdlfY .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPdlfY .container-fluid {
  padding: 0;
}
.cid-sCbCOPdlfY .row {
  margin: 0;
}
.cid-sCbCOPdlfY .l2 {
  color: #0c5b47;
}
.cid-sCbCOPdlfY .l1 {
  color: #0c5b47;
}
.cid-sCbCOPuKAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbCOPuKAx img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPuKAx .col-12 {
  padding: 0;
}
.cid-sCbCOPuKAx .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPuKAx .container-fluid {
  padding: 0;
}
.cid-sCbCOPuKAx .row {
  margin: 0;
}
.cid-sCbCOPuKAx .l2 {
  color: #0c5b47;
}
.cid-sCbCOPuKAx .l1 {
  color: #0c5b47;
}
.cid-sCbCOPKQxV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbCOPKQxV img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbCOPKQxV .col-12 {
  padding: 0;
}
.cid-sCbCOPKQxV .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbCOPKQxV .container-fluid {
  padding: 0;
}
.cid-sCbCOPKQxV .row {
  margin: 0;
}
.cid-sCbCOPKQxV .l2 {
  color: #0c5b47;
}
.cid-sCbCOPKQxV .l1 {
  color: #0c5b47;
}
.cid-sCcIuJtUW3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIuJtUW3 .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIuJtUW3 .content {
    text-align: center;
  }
  .cid-sCcIuJtUW3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIuJtUW3 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIuJtUW3 .form-group,
.cid-sCcIuJtUW3 .input-group-btn {
  padding: 0;
}
.cid-sCcIuJtUW3 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIuJtUW3 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIuJtUW3 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIuJtUW3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIuJtUW3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIuJtUW3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIuJtUW3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIuJtUW3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIuJtUW3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIuJtUW3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIuJtUW3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIuJtUW3 .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIuJtUW3 .foot-title {
    text-align: center !important;
  }
  .cid-sCcIuJtUW3 .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIuJtUW3 .form-group {
    margin: 0;
  }
}
.cid-sCcIuJtUW3 .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIuJtUW3 .foot-title {
  color: #55b4d4;
}
.cid-sCcIuJtUW3 .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIuJtUW3 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCbL6LvN0w {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbL6LvN0w h2 {
  text-align: left;
}
.cid-sCbL6LvN0w h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbL6LvN0w p {
  color: #767676;
  text-align: left;
}
.cid-sCbL6LvN0w .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCbL6LvN0w .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCbL6LvN0w .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCbL6LvN0w .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCbL6LvN0w .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCbL6LvN0w .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCbL6LvN0w .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCbL6LvN0w .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCbL6LvN0w .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCbL6LvN0w .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCbL6LvN0w .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCbL6LvN0w H2 {
  color: #149dcc;
}
.cid-sCbL6LvN0w .mbr-text {
  color: #0f965c;
}
.cid-sCbL6LvN0w H4 {
  color: #149dcc;
}
.cid-sCbL6LvN0w P {
  color: #0f965c;
}
.cid-sCbL6M4GDL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbL6M4GDL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCbL6M4GDL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCbL6M4GDL .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCbL6M4GDL .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCbL6M4GDL .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCbL6M4GDL .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCbL6M4GDL .card-box {
    padding-left: 0;
  }
}
.cid-sCbL6M4GDL .card-title,
.cid-sCbL6M4GDL .card-img {
  color: #149dcc;
}
.cid-sCbL6M4GDL P {
  color: #0f965c;
}
.cid-sCbL6MvZjK .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCbL6MvZjK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCbL6MvZjK a {
  font-style: normal;
}
.cid-sCbL6MvZjK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCbL6MvZjK .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCbL6MvZjK .nav-item:focus,
.cid-sCbL6MvZjK .nav-link:focus {
  outline: none;
}
.cid-sCbL6MvZjK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCbL6MvZjK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCbL6MvZjK .menu-logo {
  margin-right: auto;
}
.cid-sCbL6MvZjK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCbL6MvZjK .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-sCbL6MvZjK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCbL6MvZjK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCbL6MvZjK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCbL6MvZjK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCbL6MvZjK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCbL6MvZjK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCbL6MvZjK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCbL6MvZjK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCbL6MvZjK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCbL6MvZjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCbL6MvZjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCbL6MvZjK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCbL6MvZjK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCbL6MvZjK .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-sCbL6MvZjK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCbL6MvZjK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCbL6MvZjK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCbL6MvZjK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCbL6MvZjK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCbL6MvZjK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCbL6MvZjK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCbL6MvZjK button.navbar-toggler:focus {
  outline: none;
}
.cid-sCbL6MvZjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCbL6MvZjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCbL6MvZjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbL6MvZjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCbL6MvZjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCbL6MvZjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbL6MvZjK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCbL6MvZjK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCbL6MvZjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCbL6MvZjK .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCbL6MvZjK .collapsed .btn {
  display: flex;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCbL6MvZjK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCbL6MvZjK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCbL6MvZjK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCbL6MvZjK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCbL6MvZjK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCbL6MvZjK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCbL6MvZjK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCbL6MvZjK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCbL6MvZjK .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-sCbL6MvZjK .navbar-expand {
    flex-direction: column;
  }
  .cid-sCbL6MvZjK img {
    height: 3.8rem !important;
  }
  .cid-sCbL6MvZjK .btn {
    display: flex;
  }
  .cid-sCbL6MvZjK button.navbar-toggler {
    display: block;
  }
  .cid-sCbL6MvZjK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCbL6MvZjK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCbL6MvZjK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing,
  .cid-sCbL6MvZjK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing .navbar-nav,
  .cid-sCbL6MvZjK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCbL6MvZjK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCbL6MvZjK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCbL6MvZjK .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCbL6MvZjK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCbL6MvZjK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCbL6MvZjK .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCbL6MvZjK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCbL6MvZjK .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCbL6MvZjK .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-sCbL6MvZjK .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCbL6MvZjK .navbar-collapse {
  flex-basis: auto;
}
.cid-sCbL6MvZjK .nav-link:hover,
.cid-sCbL6MvZjK .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCbL6MRUGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCbL6MRUGI img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbL6MRUGI .col-12 {
  padding: 0;
}
.cid-sCbL6MRUGI .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbL6MRUGI .container-fluid {
  padding: 0;
}
.cid-sCbL6MRUGI .row {
  margin: 0;
}
.cid-sCbL6MRUGI .l2 {
  color: #0c5b47;
}
.cid-sCbL6MRUGI .l1 {
  color: #0c5b47;
}
.cid-sCbL6Ncv6P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCbL6Ncv6P img {
  border-radius: 0px;
  width: 100%;
}
.cid-sCbL6Ncv6P .col-12 {
  padding: 0;
}
.cid-sCbL6Ncv6P .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sCbL6Ncv6P .container-fluid {
  padding: 0;
}
.cid-sCbL6Ncv6P .row {
  margin: 0;
}
.cid-sCbL6Ncv6P .l2 {
  color: #0c5b47;
}
.cid-sCbL6Ncv6P .l1 {
  color: #0c5b47;
}
.cid-sCcIzfJyug {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIzfJyug .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIzfJyug .content {
    text-align: center;
  }
  .cid-sCcIzfJyug .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIzfJyug .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIzfJyug .form-group,
.cid-sCcIzfJyug .input-group-btn {
  padding: 0;
}
.cid-sCcIzfJyug .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIzfJyug .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIzfJyug .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIzfJyug .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIzfJyug .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIzfJyug .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIzfJyug .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIzfJyug .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIzfJyug .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIzfJyug .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIzfJyug .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIzfJyug .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIzfJyug .foot-title {
    text-align: center !important;
  }
  .cid-sCcIzfJyug .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIzfJyug .form-group {
    margin: 0;
  }
}
.cid-sCcIzfJyug .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIzfJyug .foot-title {
  color: #55b4d4;
}
.cid-sCcIzfJyug .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIzfJyug .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-sCc0ivCMVW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/led-2000x837.jpeg");
}
.cid-sCc0ivCMVW h2 {
  text-align: left;
}
.cid-sCc0ivCMVW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCc0ivCMVW p {
  color: #767676;
  text-align: left;
}
.cid-sCc0ivCMVW .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sCc0ivCMVW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCc0ivCMVW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCc0ivCMVW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCc0ivCMVW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCc0ivCMVW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCc0ivCMVW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sCc0ivCMVW .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sCc0ivCMVW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sCc0ivCMVW .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sCc0ivCMVW .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCc0ivCMVW H2 {
  color: #149dcc;
}
.cid-sCc0ivCMVW .mbr-text {
  color: #0f965c;
}
.cid-sCc0ivCMVW H4 {
  color: #149dcc;
}
.cid-sCc0ivCMVW P {
  color: #0f965c;
}
.cid-sCc0iw4Uf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCc0iw4Uf2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sCc0iw4Uf2 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCc0iw4Uf2 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sCc0iw4Uf2 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sCc0iw4Uf2 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sCc0iw4Uf2 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sCc0iw4Uf2 .card-box {
    padding-left: 0;
  }
}
.cid-sCc0iw4Uf2 .card-title,
.cid-sCc0iw4Uf2 .card-img {
  color: #149dcc;
}
.cid-sCc0iw4Uf2 P {
  color: #0f965c;
}
.cid-sCc0iwuYNz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sCc0iwuYNz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sCc0iwuYNz a {
  font-style: normal;
}
.cid-sCc0iwuYNz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCc0iwuYNz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sCc0iwuYNz .nav-item:focus,
.cid-sCc0iwuYNz .nav-link:focus {
  outline: none;
}
.cid-sCc0iwuYNz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sCc0iwuYNz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCc0iwuYNz .menu-logo {
  margin-right: auto;
}
.cid-sCc0iwuYNz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: left;
}
.cid-sCc0iwuYNz .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-sCc0iwuYNz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCc0iwuYNz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCc0iwuYNz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCc0iwuYNz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCc0iwuYNz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCc0iwuYNz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCc0iwuYNz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCc0iwuYNz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCc0iwuYNz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCc0iwuYNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCc0iwuYNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCc0iwuYNz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCc0iwuYNz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCc0iwuYNz .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-sCc0iwuYNz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCc0iwuYNz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCc0iwuYNz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCc0iwuYNz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCc0iwuYNz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCc0iwuYNz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCc0iwuYNz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCc0iwuYNz button.navbar-toggler:focus {
  outline: none;
}
.cid-sCc0iwuYNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f965c;
}
.cid-sCc0iwuYNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCc0iwuYNz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCc0iwuYNz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCc0iwuYNz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCc0iwuYNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCc0iwuYNz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCc0iwuYNz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCc0iwuYNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCc0iwuYNz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sCc0iwuYNz .collapsed .btn {
  display: flex;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: left;
}
.cid-sCc0iwuYNz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCc0iwuYNz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sCc0iwuYNz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCc0iwuYNz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCc0iwuYNz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCc0iwuYNz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCc0iwuYNz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCc0iwuYNz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: left;
  width: 100%;
}
.cid-sCc0iwuYNz .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-sCc0iwuYNz .navbar-expand {
    flex-direction: column;
  }
  .cid-sCc0iwuYNz img {
    height: 3.8rem !important;
  }
  .cid-sCc0iwuYNz .btn {
    display: flex;
  }
  .cid-sCc0iwuYNz button.navbar-toggler {
    display: block;
  }
  .cid-sCc0iwuYNz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCc0iwuYNz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCc0iwuYNz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing,
  .cid-sCc0iwuYNz .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing .navbar-nav,
  .cid-sCc0iwuYNz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCc0iwuYNz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sCc0iwuYNz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCc0iwuYNz .navbar-collapse.show .navbar-buttons {
    text-align: left;
  }
  .cid-sCc0iwuYNz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCc0iwuYNz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCc0iwuYNz .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCc0iwuYNz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCc0iwuYNz .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-sCc0iwuYNz .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-sCc0iwuYNz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sCc0iwuYNz .navbar-collapse {
  flex-basis: auto;
}
.cid-sCc0iwuYNz .nav-link:hover,
.cid-sCc0iwuYNz .dropdown-item:hover {
  color: #0f965c !important;
}
.cid-sCc3mmLcEr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCc3mmLcEr .mbr-text {
  color: #0f965c;
}
.cid-sCc3mmLcEr h4 {
  text-align: center;
}
.cid-sCc3mmLcEr p {
  text-align: center;
}
.cid-sCc3mmLcEr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sCc9Ke9gvo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCc9Ke9gvo .card-box {
  padding: 0 2rem;
}
.cid-sCc9Ke9gvo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sCc9Ke9gvo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sCc9Ke9gvo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sCc9Ke9gvo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sCc9Ke9gvo .mbr-text {
  color: #0f965c;
}
.cid-sCc9Ke9gvo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCc9Ke9gvo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sCc9Ke9gvo .card-title {
  color: #149dcc;
}
.cid-sCccwf9m5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCccwf9m5I .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sCccwf9m5I .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sCccwf9m5I .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sCccwf9m5I .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sCccwf9m5I .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sCccwf9m5I .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #0f965c;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sCccwf9m5I .card {
  min-height: 300px;
}
.cid-sCccwf9m5I .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sCccwf9m5I .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sCccwf9m5I .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sCccwf9m5I .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sCcIlQrLn0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcIlQrLn0 .form-text {
  color: #0f965c;
}
@media (max-width: 767px) {
  .cid-sCcIlQrLn0 .content {
    text-align: center;
  }
  .cid-sCcIlQrLn0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCcIlQrLn0 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sCcIlQrLn0 .form-group,
.cid-sCcIlQrLn0 .input-group-btn {
  padding: 0;
}
.cid-sCcIlQrLn0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sCcIlQrLn0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sCcIlQrLn0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCcIlQrLn0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCcIlQrLn0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCcIlQrLn0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCcIlQrLn0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCcIlQrLn0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCcIlQrLn0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCcIlQrLn0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcIlQrLn0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sCcIlQrLn0 .foot-logo {
    text-align: center !important;
  }
  .cid-sCcIlQrLn0 .foot-title {
    text-align: center !important;
  }
  .cid-sCcIlQrLn0 .mbr-text {
    text-align: center !important;
  }
  .cid-sCcIlQrLn0 .form-group {
    margin: 0;
  }
}
.cid-sCcIlQrLn0 .mbr-links-column {
  color: #0f965c;
}
.cid-sCcIlQrLn0 .foot-title {
  color: #55b4d4;
}
.cid-sCcIlQrLn0 .foot-logo {
  color: #0f965c;
  text-align: left;
}
.cid-sCcIlQrLn0 .copyright .mbr-text {
  color: #c1c1c1;
}
