@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.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: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
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-s0pbn1UyuE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0pbn1UyuE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0pbn1UyuE a {
  font-style: normal;
}
.cid-s0pbn1UyuE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0pbn1UyuE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0pbn1UyuE .nav-item:focus,
.cid-s0pbn1UyuE .nav-link:focus {
  outline: none;
}
.cid-s0pbn1UyuE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0pbn1UyuE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0pbn1UyuE .menu-logo {
  margin-right: auto;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0pbn1UyuE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0pbn1UyuE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0pbn1UyuE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0pbn1UyuE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0pbn1UyuE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0pbn1UyuE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0pbn1UyuE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0pbn1UyuE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0pbn1UyuE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0pbn1UyuE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0pbn1UyuE .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-s0pbn1UyuE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0pbn1UyuE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0pbn1UyuE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0pbn1UyuE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0pbn1UyuE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0pbn1UyuE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0pbn1UyuE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0pbn1UyuE button.navbar-toggler:focus {
  outline: none;
}
.cid-s0pbn1UyuE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s0pbn1UyuE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0pbn1UyuE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0pbn1UyuE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0pbn1UyuE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0pbn1UyuE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0pbn1UyuE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0pbn1UyuE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0pbn1UyuE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0pbn1UyuE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0pbn1UyuE .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0pbn1UyuE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0pbn1UyuE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0pbn1UyuE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s0pbn1UyuE .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0pbn1UyuE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0pbn1UyuE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0pbn1UyuE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0pbn1UyuE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0pbn1UyuE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0pbn1UyuE .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: 1023px) {
  .cid-s0pbn1UyuE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0pbn1UyuE img {
    height: 3.8rem !important;
  }
  .cid-s0pbn1UyuE .btn {
    display: -webkit-flex;
  }
  .cid-s0pbn1UyuE button.navbar-toggler {
    display: block;
  }
  .cid-s0pbn1UyuE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0pbn1UyuE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0pbn1UyuE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing,
  .cid-s0pbn1UyuE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing .navbar-nav,
  .cid-s0pbn1UyuE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0pbn1UyuE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s0pbn1UyuE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0pbn1UyuE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0pbn1UyuE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0pbn1UyuE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0pbn1UyuE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0pbn1UyuE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0pbn1UyuE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0pbn1UyuE .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-s0pbn1UyuE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0pbn1UyuE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0pbn1UyuE .nav-link:hover,
.cid-s0pbn1UyuE .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s8g8AficEg {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
@media (min-width: 992px) {
  .cid-s8g8AficEg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8g8AficEg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8g8AficEg .mbr-text {
    text-align: center;
  }
}
.cid-s8g8AficEg .mbr-text,
.cid-s8g8AficEg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s8g8AficEg H1 {
  text-align: left;
}
.cid-s2nXaydUBO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nXaydUBO .mbr-section-subtitle {
  color: #000000;
}
.cid-s18gMi1yJV {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s18gMi1yJV .image-block {
  margin: auto;
}
.cid-s18gMi1yJV figcaption {
  position: relative;
}
.cid-s18gMi1yJV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s18gMi1yJV .image-block {
    width: 100% !important;
  }
}
.cid-s18gMi1yJV DIV {
  color: #000000;
}
.cid-s2nOWvhCkI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2nOWvhCkI .mbr-section-subtitle {
  color: #000000;
}
.cid-s0pcZS3Q5t {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s0pcZS3Q5t .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s0pcZS3Q5t .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s0pcZS3Q5t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s0pcZS3Q5t .inner-container {
    width: 100% !important;
  }
}
.cid-s0pcZS3Q5t .section-text DIV {
  text-align: center;
}
.cid-s2nQySthd6 {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s2nQySthd6 .image-block {
  margin: auto;
}
.cid-s2nQySthd6 figcaption {
  position: relative;
}
.cid-s2nQySthd6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2nQySthd6 .image-block {
    width: 100% !important;
  }
}
.cid-s2nQySthd6 DIV {
  color: #000000;
}
.cid-s2nRIlevvb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2nRIlevvb .mbr-section-subtitle {
  color: #000000;
}
.cid-s2nRIQrtUk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2nRIQrtUk .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2nRIQrtUk .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s2nRIQrtUk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2nRIQrtUk .inner-container {
    width: 100% !important;
  }
}
.cid-s2nRIQrtUk .section-text DIV {
  text-align: center;
}
.cid-s2nTvwzqru {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s2nTvwzqru .image-block {
  margin: auto;
}
.cid-s2nTvwzqru figcaption {
  position: relative;
}
.cid-s2nTvwzqru figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2nTvwzqru .image-block {
    width: 100% !important;
  }
}
.cid-s2nTvwzqru DIV {
  color: #000000;
}
.cid-s2nTw0o6F7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2nTw0o6F7 .mbr-section-subtitle {
  color: #000000;
}
.cid-s2nTwtmLRu {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2nTwtmLRu .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2nTwtmLRu .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s2nTwtmLRu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2nTwtmLRu .inner-container {
    width: 100% !important;
  }
}
.cid-s2nTwtmLRu .section-text DIV {
  text-align: center;
}
.cid-s8wNomAyNd {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s8wNomAyNd .image-block {
  margin: auto;
}
.cid-s8wNomAyNd figcaption {
  position: relative;
}
.cid-s8wNomAyNd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s8wNomAyNd .image-block {
    width: 100% !important;
  }
}
.cid-s8wNomAyNd DIV {
  color: #000000;
}
.cid-uTMje258Rg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMje258Rg .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMjnjjCmx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMjnjjCmx .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMjnjjCmx .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMjnjjCmx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMjnjjCmx .inner-container {
    width: 100% !important;
  }
}
.cid-uTMjnjjCmx .section-text DIV {
  text-align: center;
}
.cid-uTMk8P4giY {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTMk8P4giY .image-block {
  margin: auto;
}
.cid-uTMk8P4giY figcaption {
  position: relative;
}
.cid-uTMk8P4giY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTMk8P4giY .image-block {
    width: 100% !important;
  }
}
.cid-uTMk8P4giY DIV {
  color: #000000;
}
.cid-uTMkmV7V9v {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMkmV7V9v .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMknyJsZJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMknyJsZJ .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMknyJsZJ .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMknyJsZJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMknyJsZJ .inner-container {
    width: 100% !important;
  }
}
.cid-uTMknyJsZJ .section-text DIV {
  text-align: center;
}
.cid-uTMknYTX7n {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTMknYTX7n .image-block {
  margin: auto;
}
.cid-uTMknYTX7n figcaption {
  position: relative;
}
.cid-uTMknYTX7n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTMknYTX7n .image-block {
    width: 100% !important;
  }
}
.cid-uTMknYTX7n DIV {
  color: #000000;
}
.cid-uTMpIqz1N8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMpIqz1N8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMpIVYaD3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMpIVYaD3 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMpIVYaD3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMpIVYaD3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMpIVYaD3 .inner-container {
    width: 100% !important;
  }
}
.cid-uTMpIVYaD3 .section-text DIV {
  text-align: center;
}
.cid-uTMqtpjfLo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #55b4d4;
}
.cid-uTMqtpjfLo .item {
  padding-bottom: 2rem;
}
.cid-uTMqtpjfLo .item-wrapper {
  height: 130%;
}
.cid-uTMqtpjfLo .item-wrapper img {
  height: 130%;
  object-fit: cover;
}
.cid-uTMqtpjfLo .carousel-control,
.cid-uTMqtpjfLo .close {
  background: #1b1b1b;
}
.cid-uTMqtpjfLo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTMqtpjfLo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTMqtpjfLo .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-uTMqtpjfLo .close::before {
  content: '\e91a';
}
.cid-uTMqtpjfLo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTMqtpjfLo .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-uTMqtpjfLo .carousel-inner > .active {
  display: block;
}
.cid-uTMqtpjfLo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTMqtpjfLo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTMqtpjfLo .carousel-control .icon-next,
.cid-uTMqtpjfLo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uTMqtpjfLo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTMqtpjfLo .carousel-control,
  .cid-uTMqtpjfLo .carousel-indicators,
  .cid-uTMqtpjfLo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTMqtpjfLo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTMqtpjfLo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTMqtpjfLo .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uTMqtpjfLo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTMqtpjfLo .carousel-indicators {
    display: none;
  }
}
.cid-uTMqtpjfLo .carousel-indicators .active,
.cid-uTMqtpjfLo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uTMqtpjfLo .carousel-indicators .active {
  background: #fff;
}
.cid-uTMqtpjfLo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTMqtpjfLo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTMqtpjfLo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTMqtpjfLo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTMqtpjfLo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTMqtpjfLo .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uTMqtpjfLo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTMqtpjfLo .carousel {
  width: 100%;
}
.cid-uTMqtpjfLo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTMqtpjfLo .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-uTMqtpjfLo .modal.fade .modal-dialog,
.cid-uTMqtpjfLo .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uTMqtpjfLo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTMqtpjfLo a {
  display: block;
}
.cid-uTMqtpjfLo a.img {
  pointer-events: none;
}
.cid-uTMxQB088B {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMxQB088B .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMxRr1Xr3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMxRr1Xr3 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMxRr1Xr3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMxRr1Xr3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMxRr1Xr3 .inner-container {
    width: 100% !important;
  }
}
.cid-uTMxRr1Xr3 .section-text DIV {
  text-align: center;
}
.cid-uTMxS3ZC8f {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTMxS3ZC8f .image-block {
  margin: auto;
}
.cid-uTMxS3ZC8f figcaption {
  position: relative;
}
.cid-uTMxS3ZC8f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTMxS3ZC8f .image-block {
    width: 100% !important;
  }
}
.cid-uTMxS3ZC8f DIV {
  color: #000000;
}
.cid-uTMyQtDEWv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMyQtDEWv .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMyR0oMht {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMyR0oMht .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMyR0oMht .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMyR0oMht .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMyR0oMht .inner-container {
    width: 100% !important;
  }
}
.cid-uTMyR0oMht .section-text DIV {
  text-align: center;
}
.cid-uTMyRC8l7q {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTMyRC8l7q .image-block {
  margin: auto;
}
.cid-uTMyRC8l7q figcaption {
  position: relative;
}
.cid-uTMyRC8l7q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTMyRC8l7q .image-block {
    width: 100% !important;
  }
}
.cid-uTMyRC8l7q DIV {
  color: #000000;
}
.cid-uTMCJL7KxG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMCJL7KxG .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMCKx6LzF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMCKx6LzF .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMCKx6LzF .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMCKx6LzF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMCKx6LzF .inner-container {
    width: 100% !important;
  }
}
.cid-uTMCKx6LzF .section-text DIV {
  text-align: center;
}
.cid-uTMCL8zc59 {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTMCL8zc59 .image-block {
  margin: auto;
}
.cid-uTMCL8zc59 figcaption {
  position: relative;
}
.cid-uTMCL8zc59 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTMCL8zc59 .image-block {
    width: 100% !important;
  }
}
.cid-uTMCL8zc59 DIV {
  color: #000000;
}
.cid-uTS9wt3Rlw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTS9wt3Rlw .mbr-section-subtitle {
  color: #000000;
}
.cid-uTS9ypk6z6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTS9ypk6z6 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTS9ypk6z6 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTS9ypk6z6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTS9ypk6z6 .inner-container {
    width: 100% !important;
  }
}
.cid-uTS9ypk6z6 .section-text DIV {
  text-align: center;
}
.cid-uTSa2u2Ote {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
.cid-uTSa2u2Ote .item {
  padding-bottom: 2rem;
}
.cid-uTSa2u2Ote .item-wrapper {
  height: 130%;
}
.cid-uTSa2u2Ote .item-wrapper img {
  height: 130%;
  object-fit: cover;
}
.cid-uTSa2u2Ote .carousel-control,
.cid-uTSa2u2Ote .close {
  background: #1b1b1b;
}
.cid-uTSa2u2Ote .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTSa2u2Ote .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTSa2u2Ote .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-uTSa2u2Ote .close::before {
  content: '\e91a';
}
.cid-uTSa2u2Ote .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTSa2u2Ote .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-uTSa2u2Ote .carousel-inner > .active {
  display: block;
}
.cid-uTSa2u2Ote .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTSa2u2Ote .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTSa2u2Ote .carousel-control .icon-next,
.cid-uTSa2u2Ote .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uTSa2u2Ote .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTSa2u2Ote .carousel-control,
  .cid-uTSa2u2Ote .carousel-indicators,
  .cid-uTSa2u2Ote .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTSa2u2Ote .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTSa2u2Ote .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTSa2u2Ote .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uTSa2u2Ote .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTSa2u2Ote .carousel-indicators {
    display: none;
  }
}
.cid-uTSa2u2Ote .carousel-indicators .active,
.cid-uTSa2u2Ote .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uTSa2u2Ote .carousel-indicators .active {
  background: #fff;
}
.cid-uTSa2u2Ote .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTSa2u2Ote .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTSa2u2Ote .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTSa2u2Ote .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTSa2u2Ote .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTSa2u2Ote .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uTSa2u2Ote .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTSa2u2Ote .carousel {
  width: 100%;
}
.cid-uTSa2u2Ote .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTSa2u2Ote .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-uTSa2u2Ote .modal.fade .modal-dialog,
.cid-uTSa2u2Ote .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uTSa2u2Ote .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTSa2u2Ote a {
  display: block;
}
.cid-uTSa2u2Ote a.img {
  pointer-events: none;
}
.cid-uTSgK4khIF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTSgK4khIF .mbr-section-subtitle {
  color: #000000;
}
.cid-uTSgLiDb3f {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTSgLiDb3f .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTSgLiDb3f .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTSgLiDb3f .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTSgLiDb3f .inner-container {
    width: 100% !important;
  }
}
.cid-uTSgLiDb3f .section-text DIV {
  text-align: center;
}
.cid-uTSgLTPl0E {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-uTSgLTPl0E .image-block {
  margin: auto;
}
.cid-uTSgLTPl0E figcaption {
  position: relative;
}
.cid-uTSgLTPl0E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTSgLTPl0E .image-block {
    width: 100% !important;
  }
}
.cid-uTSgLTPl0E DIV {
  color: #000000;
}
.cid-uTMuCM1CSh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTMuCM1CSh .mbr-section-subtitle {
  color: #000000;
}
.cid-uTMuDMudmj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTMuDMudmj .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTMuDMudmj .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uTMuDMudmj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTMuDMudmj .inner-container {
    width: 100% !important;
  }
}
.cid-uTMuDMudmj .section-text DIV {
  text-align: center;
}
.cid-s18iAZAo9V {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s18iAZAo9V .card-img {
  background-color: #fff;
}
.cid-s18iAZAo9V .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s18iAZAo9V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s18iAZAo9V p {
  text-align: left;
}
.cid-s18iAZAo9V .mbr-text {
  color: #767676;
}
.cid-s18iAZAo9V .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s18iAZAo9V .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-s18iAZAo9V .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s2o3uz5dvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2o3uz5dvY .mbr-section-subtitle {
  color: #000000;
}
.cid-s18oIQCVZo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s18oIQCVZo .mbr-text {
  color: #767676;
}
.cid-s18oIQCVZo h4 {
  text-align: center;
}
.cid-s18oIQCVZo p {
  text-align: center;
}
.cid-s18oIQCVZo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-stOczo2th2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-stOczo2th2 P {
  color: #767676;
}
.cid-stO4p0JAe1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-stO4p0JAe1 .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-stO4p0JAe1 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-stO4p0JAe1 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-stO4p0JAe1 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-stO4p0JAe1 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-stO4p0JAe1 .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-stO4p0JAe1 .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stO4p0JAe1 .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-stO4p0JAe1 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-stO4p0JAe1 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s8iSEBcieC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s8iSEBcieC P {
  color: #767676;
}
.cid-s387e0ksLy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s387e0ksLy .title {
  margin-bottom: 2rem;
}
.cid-s387e0ksLy .mbr-section-subtitle {
  color: #767676;
}
.cid-s387e0ksLy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s387e0ksLy a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s387e0ksLy textarea.form-control {
  min-height: 188px;
}
.cid-s387NJVBI1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s387NJVBI1 .content {
    text-align: center;
  }
  .cid-s387NJVBI1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s387NJVBI1 .img-logo img {
  height: 6rem;
}
.cid-s387NJVBI1 .form-group,
.cid-s387NJVBI1 .input-group-btn {
  padding: 0;
}
.cid-s387NJVBI1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-s387NJVBI1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-s387NJVBI1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s387NJVBI1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s387NJVBI1 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s387NJVBI1 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s387NJVBI1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s387NJVBI1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s387NJVBI1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s387NJVBI1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s387NJVBI1 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s387NJVBI1 .foot-logo {
    text-align: center !important;
  }
  .cid-s387NJVBI1 .foot-title {
    text-align: center !important;
  }
  .cid-s387NJVBI1 .mbr-text {
    text-align: center !important;
  }
  .cid-s387NJVBI1 .form-group {
    margin: 0;
  }
}
.cid-s387NJVBI1 .foot-title {
  color: #55b4d4;
}
.cid-s387NJVBI1 .foot-text {
  color: #232323;
}
.cid-s387NJVBI1 .mbr-links-column {
  color: #232323;
}
.cid-s387NJVBI1 .form-text {
  color: #232323;
}
.cid-s36Z0u4W79 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s36Z0u4W79 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s36Z0u4W79 a {
  font-style: normal;
}
.cid-s36Z0u4W79 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s36Z0u4W79 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s36Z0u4W79 .nav-item:focus,
.cid-s36Z0u4W79 .nav-link:focus {
  outline: none;
}
.cid-s36Z0u4W79 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s36Z0u4W79 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s36Z0u4W79 .menu-logo {
  margin-right: auto;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s36Z0u4W79 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s36Z0u4W79 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s36Z0u4W79 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s36Z0u4W79 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s36Z0u4W79 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s36Z0u4W79 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s36Z0u4W79 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s36Z0u4W79 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s36Z0u4W79 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s36Z0u4W79 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s36Z0u4W79 .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-s36Z0u4W79 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s36Z0u4W79 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s36Z0u4W79 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s36Z0u4W79 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s36Z0u4W79 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s36Z0u4W79 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s36Z0u4W79 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s36Z0u4W79 button.navbar-toggler:focus {
  outline: none;
}
.cid-s36Z0u4W79 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s36Z0u4W79 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s36Z0u4W79 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s36Z0u4W79 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s36Z0u4W79 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s36Z0u4W79 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36Z0u4W79 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s36Z0u4W79 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s36Z0u4W79 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36Z0u4W79 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s36Z0u4W79 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s36Z0u4W79 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s36Z0u4W79 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s36Z0u4W79 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s36Z0u4W79 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s36Z0u4W79 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s36Z0u4W79 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s36Z0u4W79 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s36Z0u4W79 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s36Z0u4W79 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s36Z0u4W79 .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: 1023px) {
  .cid-s36Z0u4W79.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s36Z0u4W79 img {
    height: 3.8rem !important;
  }
  .cid-s36Z0u4W79 .btn {
    display: -webkit-flex;
  }
  .cid-s36Z0u4W79 button.navbar-toggler {
    display: block;
  }
  .cid-s36Z0u4W79 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s36Z0u4W79 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s36Z0u4W79 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing,
  .cid-s36Z0u4W79 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing .navbar-nav,
  .cid-s36Z0u4W79 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s36Z0u4W79 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s36Z0u4W79 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s36Z0u4W79 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s36Z0u4W79 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s36Z0u4W79 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s36Z0u4W79 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s36Z0u4W79 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s36Z0u4W79 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s36Z0u4W79 .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-s36Z0u4W79 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s36Z0u4W79 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s36Z0u4W79 .nav-link:hover,
.cid-s36Z0u4W79 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s8g7h868qo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
@media (min-width: 992px) {
  .cid-s8g7h868qo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8g7h868qo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8g7h868qo .mbr-text {
    text-align: center;
  }
}
.cid-s8g7h868qo .mbr-text,
.cid-s8g7h868qo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s8g7h868qo H1 {
  text-align: left;
}
.cid-s36Z0v6ABq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s36Z0v6ABq .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z0vyuIj {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s36Z0vyuIj .image-block {
  margin: auto;
}
.cid-s36Z0vyuIj figcaption {
  position: relative;
}
.cid-s36Z0vyuIj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s36Z0vyuIj .image-block {
    width: 100% !important;
  }
}
.cid-s36Z0vyuIj DIV {
  color: #000000;
}
.cid-s36Z0vWIlZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z0vWIlZ .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z0woUM9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s36Z0woUM9 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s36Z0woUM9 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s36Z0woUM9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s36Z0woUM9 .inner-container {
    width: 100% !important;
  }
}
.cid-s36Z0woUM9 .section-text DIV {
  text-align: center;
}
.cid-s36Z0wEm24 {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s36Z0wEm24 .image-block {
  margin: auto;
}
.cid-s36Z0wEm24 figcaption {
  position: relative;
}
.cid-s36Z0wEm24 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s36Z0wEm24 .image-block {
    width: 100% !important;
  }
}
.cid-s36Z0wEm24 DIV {
  color: #000000;
}
.cid-s36Z0x6cl5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z0x6cl5 .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z0xuv11 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s36Z0xuv11 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s36Z0xuv11 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s36Z0xuv11 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s36Z0xuv11 .inner-container {
    width: 100% !important;
  }
}
.cid-s36Z0xuv11 .section-text DIV {
  text-align: center;
}
.cid-s36Z0zaB4q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s36Z0zaB4q .card-img {
  background-color: #fff;
}
.cid-s36Z0zaB4q .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s36Z0zaB4q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s36Z0zaB4q p {
  text-align: left;
}
.cid-s36Z0zaB4q .mbr-text {
  color: #767676;
}
.cid-s36Z0zaB4q .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s36Z0zaB4q .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-s36Z0zaB4q .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s36Z0AIS8O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z0AIS8O .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z0BmX6b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s36Z0BmX6b .mbr-text {
  color: #767676;
}
.cid-s36Z0BmX6b h4 {
  text-align: center;
}
.cid-s36Z0BmX6b p {
  text-align: center;
}
.cid-s36Z0BmX6b .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4m9nu61ra {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4m9nu61ra .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4m9nu61ra .carousel-item.active,
.cid-s4m9nu61ra .carousel-item-next,
.cid-s4m9nu61ra .carousel-item-prev {
  display: flex;
}
.cid-s4m9nu61ra .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-s4m9nu61ra .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-s4m9nu61ra .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s4m9nu61ra .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-s4m9nu61ra .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-s4m9nu61ra .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s8iSuvEE4I {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s8iSuvEE4I P {
  color: #767676;
}
.cid-s38aWb1MT1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s38aWb1MT1 .title {
  margin-bottom: 2rem;
}
.cid-s38aWb1MT1 .mbr-section-subtitle {
  color: #767676;
}
.cid-s38aWb1MT1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s38aWb1MT1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s38aWb1MT1 textarea.form-control {
  min-height: 188px;
}
.cid-s38aWQF55i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s38aWQF55i .content {
    text-align: center;
  }
  .cid-s38aWQF55i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s38aWQF55i .img-logo img {
  height: 6rem;
}
.cid-s38aWQF55i .form-group,
.cid-s38aWQF55i .input-group-btn {
  padding: 0;
}
.cid-s38aWQF55i .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-s38aWQF55i .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-s38aWQF55i .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s38aWQF55i .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s38aWQF55i .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s38aWQF55i .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s38aWQF55i .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s38aWQF55i .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s38aWQF55i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s38aWQF55i .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s38aWQF55i .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s38aWQF55i .foot-logo {
    text-align: center !important;
  }
  .cid-s38aWQF55i .foot-title {
    text-align: center !important;
  }
  .cid-s38aWQF55i .mbr-text {
    text-align: center !important;
  }
  .cid-s38aWQF55i .form-group {
    margin: 0;
  }
}
.cid-s38aWQF55i .foot-title {
  color: #55b4d4;
}
.cid-s38aWQF55i .foot-text {
  color: #232323;
}
.cid-s38aWQF55i .mbr-links-column {
  color: #232323;
}
.cid-s38aWQF55i .form-text {
  color: #232323;
}
.cid-rYnKPLehwT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYnKPLehwT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYnKPLehwT a {
  font-style: normal;
}
.cid-rYnKPLehwT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYnKPLehwT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYnKPLehwT .nav-item:focus,
.cid-rYnKPLehwT .nav-link:focus {
  outline: none;
}
.cid-rYnKPLehwT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYnKPLehwT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYnKPLehwT .menu-logo {
  margin-right: auto;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYnKPLehwT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYnKPLehwT .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-rYnKPLehwT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYnKPLehwT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYnKPLehwT button.navbar-toggler:focus {
  outline: none;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnKPLehwT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnKPLehwT .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYnKPLehwT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYnKPLehwT .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYnKPLehwT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYnKPLehwT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnKPLehwT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYnKPLehwT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYnKPLehwT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYnKPLehwT .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: 1023px) {
  .cid-rYnKPLehwT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnKPLehwT img {
    height: 3.8rem !important;
  }
  .cid-rYnKPLehwT .btn {
    display: -webkit-flex;
  }
  .cid-rYnKPLehwT button.navbar-toggler {
    display: block;
  }
  .cid-rYnKPLehwT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYnKPLehwT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnKPLehwT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing,
  .cid-rYnKPLehwT .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYnKPLehwT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYnKPLehwT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYnKPLehwT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYnKPLehwT .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-rYnKPLehwT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYnKPLehwT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYnKPLehwT .nav-link:hover,
.cid-rYnKPLehwT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYnCwoL3kQ .modal-body .close {
  background: #1b1b1b;
}
.cid-rYnCwoL3kQ .modal-body .close span {
  font-style: normal;
}
.cid-rYnCwoL3kQ .carousel-inner > .active,
.cid-rYnCwoL3kQ .carousel-inner > .next,
.cid-rYnCwoL3kQ .carousel-inner > .prev {
  display: table;
}
.cid-rYnCwoL3kQ .carousel-control .icon-next,
.cid-rYnCwoL3kQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rYnCwoL3kQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYnCwoL3kQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rYnCwoL3kQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rYnCwoL3kQ .boxed-slider > div {
  position: relative;
}
.cid-rYnCwoL3kQ .container img {
  width: 100%;
}
.cid-rYnCwoL3kQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rYnCwoL3kQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rYnCwoL3kQ .mbr-table-cell {
  padding: 0;
}
.cid-rYnCwoL3kQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rYnCwoL3kQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rYnCwoL3kQ .mbr-overlay {
  z-index: 1;
}
.cid-rYnCwoL3kQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rYnCwoL3kQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rYnCwoL3kQ .carousel-item .container {
    width: 100%;
  }
}
.cid-rYnCwoL3kQ .carousel-item-next.carousel-item-left,
.cid-rYnCwoL3kQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rYnCwoL3kQ .active.carousel-item-right,
.cid-rYnCwoL3kQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rYnCwoL3kQ .active.carousel-item-left,
.cid-rYnCwoL3kQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rYnCwoL3kQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators li.active,
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators li::after,
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rYnCwoL3kQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rYnCwoL3kQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rYnCwoL3kQ .mbr-slider > .container img {
  width: 100%;
}
.cid-rYnCwoL3kQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rYnCwoL3kQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rYnCwoL3kQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rYnCwoL3kQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rYnCwoL3kQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rYnCwoL3kQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rYnCwoL3kQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rYnCwoL3kQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rYnCwoL3kQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rYnCwoL3kQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rYnCwoL3kQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rYnCwoL3kQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rYnCwoL3kQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rYnCwoL3kQ H2 {
  text-align: left;
  color: #232323;
}
.cid-rYnCwoL3kQ P {
  text-align: left;
  color: #232323;
}
.cid-rYnDFvLE1E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYnDFvLE1E .mbr-section-subtitle {
  color: #767676;
}
.cid-rYnDFvLE1E H2 {
  color: #232323;
  text-align: center;
}
.cid-rYnDwTQgfI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYnDwTQgfI .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYnDwTQgfI .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-rYnDwTQgfI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYnDwTQgfI .inner-container {
    width: 100% !important;
  }
}
.cid-rYnDwTQgfI .section-text DIV {
  text-align: center;
}
.cid-rYoaWnpeqS {
  background: #ffffff;
}
.cid-rYoaWnpeqS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rYoaWnpeqS .mbr-figure {
  margin: 0 auto;
}
.cid-rYoaWnpeqS figcaption {
  position: relative;
}
.cid-rYoaWnpeqS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYoaWnpeqS .image-block {
    width: 100% !important;
  }
}
.cid-rYoaWnpeqS .mbr-figure-caption div {
  color: #232323;
}
.cid-rYnCA5Jt90 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYnCA5Jt90 h3 {
  text-align: center;
}
.cid-rYnCA5Jt90 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rYnCA5Jt90 .mbr-content-text {
  color: #232323;
}
.cid-rYnCA5Jt90 .card {
  word-wrap: break-word;
}
.cid-rYnCA5Jt90 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rYnCA5Jt90 H3 {
  color: #232323;
}
.cid-rYocYibYcN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rYocYibYcN .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rYocYibYcN .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rYocYibYcN .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rYocYibYcN .separline {
  position: relative;
}
.cid-rYocYibYcN .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rYocYibYcN .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-s3I9nx1XSR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3I9nx1XSR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3I9nx1XSR .carousel-item.active,
.cid-s3I9nx1XSR .carousel-item-next,
.cid-s3I9nx1XSR .carousel-item-prev {
  display: flex;
}
.cid-s3I9nx1XSR .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-s3I9nx1XSR .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-s3I9nx1XSR .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s3I9nx1XSR .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-s3I9nx1XSR .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-s3I9nx1XSR .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s8wHzTXT0g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8wHzTXT0g .mbr-section-subtitle {
  color: #000000;
}
.cid-s8jVcUtlCP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-s8jVcUtlCP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s8jVcUtlCP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8jVcUtlCP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8jVcUtlCP .mbr-text {
    text-align: center;
  }
}
.cid-s8jVcUtlCP .mbr-text,
.cid-s8jVcUtlCP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s8jVyBChQ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-s8jVyBChQ1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8jVyBChQ1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8jVyBChQ1 .mbr-text {
    text-align: center;
  }
}
.cid-s8jVyBChQ1 .mbr-text,
.cid-s8jVyBChQ1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rZ5ynTLGGt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZ5ynTLGGt .title {
  margin-bottom: 2rem;
}
.cid-rZ5ynTLGGt .mbr-section-subtitle {
  color: #767676;
}
.cid-rZ5ynTLGGt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZ5ynTLGGt a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rZ5ynTLGGt textarea.form-control {
  min-height: 188px;
}
.cid-rYnFOpKsH8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rYnFOpKsH8 .content {
    text-align: center;
  }
  .cid-rYnFOpKsH8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rYnFOpKsH8 .img-logo img {
  height: 6rem;
}
.cid-rYnFOpKsH8 .form-group,
.cid-rYnFOpKsH8 .input-group-btn {
  padding: 0;
}
.cid-rYnFOpKsH8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rYnFOpKsH8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rYnFOpKsH8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rYnFOpKsH8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rYnFOpKsH8 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rYnFOpKsH8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rYnFOpKsH8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYnFOpKsH8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rYnFOpKsH8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rYnFOpKsH8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rYnFOpKsH8 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rYnFOpKsH8 .foot-logo {
    text-align: center !important;
  }
  .cid-rYnFOpKsH8 .foot-title {
    text-align: center !important;
  }
  .cid-rYnFOpKsH8 .mbr-text {
    text-align: center !important;
  }
  .cid-rYnFOpKsH8 .form-group {
    margin: 0;
  }
}
.cid-rYnFOpKsH8 .foot-title {
  color: #55b4d4;
}
.cid-rYnFOpKsH8 .foot-text {
  color: #232323;
}
.cid-rYnFOpKsH8 .mbr-links-column {
  color: #232323;
}
.cid-rYnFOpKsH8 .form-text {
  color: #232323;
}
.cid-s36Z2mQ01C .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s36Z2mQ01C .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s36Z2mQ01C a {
  font-style: normal;
}
.cid-s36Z2mQ01C .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s36Z2mQ01C .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s36Z2mQ01C .nav-item:focus,
.cid-s36Z2mQ01C .nav-link:focus {
  outline: none;
}
.cid-s36Z2mQ01C .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s36Z2mQ01C .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s36Z2mQ01C .menu-logo {
  margin-right: auto;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s36Z2mQ01C .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s36Z2mQ01C .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s36Z2mQ01C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s36Z2mQ01C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s36Z2mQ01C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s36Z2mQ01C .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s36Z2mQ01C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s36Z2mQ01C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s36Z2mQ01C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s36Z2mQ01C .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s36Z2mQ01C .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-s36Z2mQ01C .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s36Z2mQ01C .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s36Z2mQ01C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s36Z2mQ01C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s36Z2mQ01C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s36Z2mQ01C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s36Z2mQ01C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s36Z2mQ01C button.navbar-toggler:focus {
  outline: none;
}
.cid-s36Z2mQ01C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s36Z2mQ01C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s36Z2mQ01C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s36Z2mQ01C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s36Z2mQ01C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s36Z2mQ01C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36Z2mQ01C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s36Z2mQ01C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s36Z2mQ01C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36Z2mQ01C .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s36Z2mQ01C .collapsed .btn {
  display: -webkit-flex;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s36Z2mQ01C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s36Z2mQ01C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s36Z2mQ01C .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s36Z2mQ01C .collapsed button.navbar-toggler {
  display: block;
}
.cid-s36Z2mQ01C .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s36Z2mQ01C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s36Z2mQ01C .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s36Z2mQ01C .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s36Z2mQ01C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s36Z2mQ01C .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: 1023px) {
  .cid-s36Z2mQ01C.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s36Z2mQ01C img {
    height: 3.8rem !important;
  }
  .cid-s36Z2mQ01C .btn {
    display: -webkit-flex;
  }
  .cid-s36Z2mQ01C button.navbar-toggler {
    display: block;
  }
  .cid-s36Z2mQ01C .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s36Z2mQ01C .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s36Z2mQ01C .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing,
  .cid-s36Z2mQ01C .navbar-collapse.show {
    display: block !important;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing .navbar-nav,
  .cid-s36Z2mQ01C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s36Z2mQ01C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s36Z2mQ01C .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing .navbar-buttons,
  .cid-s36Z2mQ01C .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s36Z2mQ01C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s36Z2mQ01C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s36Z2mQ01C .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s36Z2mQ01C .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s36Z2mQ01C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s36Z2mQ01C .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-s36Z2mQ01C .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s36Z2mQ01C .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s36Z2mQ01C .nav-link:hover,
.cid-s36Z2mQ01C .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s8g8WsrMb3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
@media (min-width: 992px) {
  .cid-s8g8WsrMb3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8g8WsrMb3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8g8WsrMb3 .mbr-text {
    text-align: center;
  }
}
.cid-s8g8WsrMb3 .mbr-text,
.cid-s8g8WsrMb3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s8g8WsrMb3 H1 {
  text-align: left;
}
.cid-s36Z2nOxQL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s36Z2nOxQL .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z2o8BCG {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s36Z2o8BCG .image-block {
  margin: auto;
}
.cid-s36Z2o8BCG figcaption {
  position: relative;
}
.cid-s36Z2o8BCG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s36Z2o8BCG .image-block {
    width: 100% !important;
  }
}
.cid-s36Z2o8BCG DIV {
  color: #000000;
}
.cid-s36Z2oA9gO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z2oA9gO .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z2oYDyV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s36Z2oYDyV .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s36Z2oYDyV .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s36Z2oYDyV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s36Z2oYDyV .inner-container {
    width: 100% !important;
  }
}
.cid-s36Z2oYDyV .section-text DIV {
  text-align: center;
}
.cid-s36Z2piGOh {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s36Z2piGOh .image-block {
  margin: auto;
}
.cid-s36Z2piGOh figcaption {
  position: relative;
}
.cid-s36Z2piGOh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s36Z2piGOh .image-block {
    width: 100% !important;
  }
}
.cid-s36Z2piGOh DIV {
  color: #000000;
}
.cid-s36Z2pGOjz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z2pGOjz .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z2q4fH6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s36Z2q4fH6 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s36Z2q4fH6 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s36Z2q4fH6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s36Z2q4fH6 .inner-container {
    width: 100% !important;
  }
}
.cid-s36Z2q4fH6 .section-text DIV {
  text-align: center;
}
.cid-s36Z2qsMq7 {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s36Z2qsMq7 .image-block {
  margin: auto;
}
.cid-s36Z2qsMq7 figcaption {
  position: relative;
}
.cid-s36Z2qsMq7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s36Z2qsMq7 .image-block {
    width: 100% !important;
  }
}
.cid-s36Z2qsMq7 DIV {
  color: #000000;
}
.cid-s36Z2qMy6m {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z2qMy6m .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z2ram69 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s36Z2ram69 .line {
  background-color: #a6ec5d;
  color: #a6ec5d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s36Z2ram69 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-s36Z2ram69 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s36Z2ram69 .inner-container {
    width: 100% !important;
  }
}
.cid-s36Z2ram69 .section-text DIV {
  text-align: center;
}
.cid-s3I2W8e0X4 {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6ec5d, #0f7699);
}
.cid-s3I2W8e0X4 .image-block {
  margin: auto;
}
.cid-s3I2W8e0X4 figcaption {
  position: relative;
}
.cid-s3I2W8e0X4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3I2W8e0X4 .image-block {
    width: 100% !important;
  }
}
.cid-s3I2W8e0X4 DIV {
  color: #000000;
}
.cid-s36Z2rCGwq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s36Z2rCGwq .card-img {
  background-color: #fff;
}
.cid-s36Z2rCGwq .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s36Z2rCGwq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s36Z2rCGwq p {
  text-align: left;
}
.cid-s36Z2rCGwq .mbr-text {
  color: #767676;
}
.cid-s36Z2rCGwq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s36Z2rCGwq .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-s36Z2rCGwq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s36Z2ss5oe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s36Z2ss5oe .mbr-section-subtitle {
  color: #000000;
}
.cid-s36Z2sMRcH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s36Z2sMRcH .mbr-text {
  color: #767676;
}
.cid-s36Z2sMRcH h4 {
  text-align: center;
}
.cid-s36Z2sMRcH p {
  text-align: center;
}
.cid-s36Z2sMRcH .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4maD6v5sG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4maD6v5sG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4maD6v5sG .carousel-item.active,
.cid-s4maD6v5sG .carousel-item-next,
.cid-s4maD6v5sG .carousel-item-prev {
  display: flex;
}
.cid-s4maD6v5sG .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-s4maD6v5sG .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-s4maD6v5sG .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s4maD6v5sG .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-s4maD6v5sG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-s4maD6v5sG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s36Z2tuPS8 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s36Z2tuPS8 P {
  color: #767676;
}
.cid-s38haekhbE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s38haekhbE .title {
  margin-bottom: 2rem;
}
.cid-s38haekhbE .mbr-section-subtitle {
  color: #767676;
}
.cid-s38haekhbE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s38haekhbE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s38haekhbE textarea.form-control {
  min-height: 188px;
}
.cid-s38h7PGGRX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s38h7PGGRX .content {
    text-align: center;
  }
  .cid-s38h7PGGRX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s38h7PGGRX .img-logo img {
  height: 6rem;
}
.cid-s38h7PGGRX .form-group,
.cid-s38h7PGGRX .input-group-btn {
  padding: 0;
}
.cid-s38h7PGGRX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-s38h7PGGRX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-s38h7PGGRX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s38h7PGGRX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s38h7PGGRX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s38h7PGGRX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s38h7PGGRX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s38h7PGGRX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s38h7PGGRX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s38h7PGGRX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s38h7PGGRX .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s38h7PGGRX .foot-logo {
    text-align: center !important;
  }
  .cid-s38h7PGGRX .foot-title {
    text-align: center !important;
  }
  .cid-s38h7PGGRX .mbr-text {
    text-align: center !important;
  }
  .cid-s38h7PGGRX .form-group {
    margin: 0;
  }
}
.cid-s38h7PGGRX .foot-title {
  color: #55b4d4;
}
.cid-s38h7PGGRX .foot-text {
  color: #232323;
}
.cid-s38h7PGGRX .mbr-links-column {
  color: #232323;
}
.cid-s38h7PGGRX .form-text {
  color: #232323;
}
.cid-rYnKPLehwT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYnKPLehwT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYnKPLehwT a {
  font-style: normal;
}
.cid-rYnKPLehwT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYnKPLehwT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYnKPLehwT .nav-item:focus,
.cid-rYnKPLehwT .nav-link:focus {
  outline: none;
}
.cid-rYnKPLehwT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYnKPLehwT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYnKPLehwT .menu-logo {
  margin-right: auto;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYnKPLehwT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYnKPLehwT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYnKPLehwT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYnKPLehwT .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-rYnKPLehwT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYnKPLehwT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYnKPLehwT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYnKPLehwT button.navbar-toggler:focus {
  outline: none;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnKPLehwT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYnKPLehwT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnKPLehwT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnKPLehwT .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYnKPLehwT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYnKPLehwT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYnKPLehwT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rYnKPLehwT .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYnKPLehwT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYnKPLehwT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnKPLehwT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYnKPLehwT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYnKPLehwT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYnKPLehwT .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: 1023px) {
  .cid-rYnKPLehwT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnKPLehwT img {
    height: 3.8rem !important;
  }
  .cid-rYnKPLehwT .btn {
    display: -webkit-flex;
  }
  .cid-rYnKPLehwT button.navbar-toggler {
    display: block;
  }
  .cid-rYnKPLehwT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYnKPLehwT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnKPLehwT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing,
  .cid-rYnKPLehwT .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYnKPLehwT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYnKPLehwT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYnKPLehwT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYnKPLehwT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYnKPLehwT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYnKPLehwT .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-rYnKPLehwT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYnKPLehwT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYnKPLehwT .nav-link:hover,
.cid-rYnKPLehwT .dropdown-item:hover {
  color: #767676 !important;
}
#custom-html-7e {
  /* Type valid CSS here */
}
#custom-html-7e .my-image {
  width: 100%;
}
#custom-html-7e .bodysection {
  margin-top: 5px;
  margin-bottom: 5px;
}
#custom-html-7e body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-color: #f5f6f8;
  color: #333;
  line-height: 1.6;
}
#custom-html-7e header {
  background-color: #1f2937;
  color: #fff;
  padding: 20px;
  text-align: center;
}
#custom-html-7e main {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}
#custom-html-7e h1,
#custom-html-7e h2,
#custom-html-7e h3 {
  color: #1f2937;
}
#custom-html-7e h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#custom-html-7e h2 {
  font-size: 1.3rem;
  margin-top: 30px;
}
#custom-html-7e p,
#custom-html-7e li {
  font-size: 0.95rem;
}
#custom-html-7e ul {
  padding-left: 20px;
}
#custom-html-7e footer {
  text-align: center;
  padding: 15px;
  font-size: 0.85rem;
  color: #555;
}
@media (max-width: 600px) {
  #custom-html-7e main {
    margin: 10px;
    padding: 15px;
  }
  #custom-html-7e h1 {
    font-size: 1.5rem;
  }
  #custom-html-7e h2 {
    font-size: 1.15rem;
  }
}
.cid-vcmDBdBwQr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcmDBdBwQr .content {
    text-align: center;
  }
  .cid-vcmDBdBwQr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcmDBdBwQr .img-logo img {
  height: 6rem;
}
.cid-vcmDBdBwQr .form-group,
.cid-vcmDBdBwQr .input-group-btn {
  padding: 0;
}
.cid-vcmDBdBwQr .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vcmDBdBwQr .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vcmDBdBwQr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcmDBdBwQr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vcmDBdBwQr .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcmDBdBwQr .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcmDBdBwQr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcmDBdBwQr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vcmDBdBwQr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcmDBdBwQr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vcmDBdBwQr .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vcmDBdBwQr .foot-logo {
    text-align: center !important;
  }
  .cid-vcmDBdBwQr .foot-title {
    text-align: center !important;
  }
  .cid-vcmDBdBwQr .mbr-text {
    text-align: center !important;
  }
  .cid-vcmDBdBwQr .form-group {
    margin: 0;
  }
}
.cid-vcmDBdBwQr .foot-title {
  color: #55b4d4;
}
.cid-vcmDBdBwQr .foot-text {
  color: #232323;
}
.cid-vcmDBdBwQr .mbr-links-column {
  color: #232323;
}
.cid-vcmDBdBwQr .form-text {
  color: #232323;
}
