body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Cinzel Decorative', display;
  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: #efefef !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #97c7d5 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #97c7d5 !important;
  border-color: #97c7d5 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #61aabf !important;
  border-color: #61aabf !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61aabf !important;
  border-color: #61aabf !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: #bcbcbc;
  color: #bcbcbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #4ea0b8;
  color: #4ea0b8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #97c7d5;
  border-color: #97c7d5;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #97c7d5 !important;
  border-color: #97c7d5 !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: #efefef !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #97c7d5 !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: #bcbcbc !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: #4ea0b8 !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: #97c7d5;
}
.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: #efefef;
  border-color: #efefef;
  color: #7c7c7c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efefef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #efefef;
}
/* 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: #efefef;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #efefef;
}
.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: #efefef;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #efefef !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='%23efefef' %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-sgeLyT3KLy .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgeLyT3KLy .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgeLyT3KLy a {
  font-style: normal;
}
.cid-sgeLyT3KLy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgeLyT3KLy .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgeLyT3KLy .nav-item:focus,
.cid-sgeLyT3KLy .nav-link:focus {
  outline: none;
}
.cid-sgeLyT3KLy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgeLyT3KLy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgeLyT3KLy .menu-logo {
  margin-right: auto;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgeLyT3KLy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgeLyT3KLy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgeLyT3KLy button.navbar-toggler:focus {
  outline: none;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgeLyT3KLy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgeLyT3KLy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgeLyT3KLy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgeLyT3KLy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgeLyT3KLy .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgeLyT3KLy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy img {
    height: 3.8rem !important;
  }
  .cid-sgeLyT3KLy .btn {
    display: -webkit-flex;
  }
  .cid-sgeLyT3KLy button.navbar-toggler {
    display: block;
  }
  .cid-sgeLyT3KLy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgeLyT3KLy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing,
  .cid-sgeLyT3KLy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgeLyT3KLy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgeLyT3KLy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgeLyT3KLy .nav-link:hover,
.cid-sgeLyT3KLy .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sgeLHsCJK9 .modal-body .close {
  background: #1b1b1b;
}
.cid-sgeLHsCJK9 .modal-body .close span {
  font-style: normal;
}
.cid-sgeLHsCJK9 .carousel-inner > .active,
.cid-sgeLHsCJK9 .carousel-inner > .next,
.cid-sgeLHsCJK9 .carousel-inner > .prev {
  display: flex;
}
.cid-sgeLHsCJK9 .carousel-control .icon-next,
.cid-sgeLHsCJK9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sgeLHsCJK9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgeLHsCJK9 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgeLHsCJK9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sgeLHsCJK9 .boxed-slider > div {
  position: relative;
}
.cid-sgeLHsCJK9 .container img {
  width: 100%;
}
.cid-sgeLHsCJK9 .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-sgeLHsCJK9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgeLHsCJK9 .mbr-table-cell {
  padding: 0;
}
.cid-sgeLHsCJK9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgeLHsCJK9 .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-sgeLHsCJK9 .mbr-overlay {
  z-index: 1;
}
.cid-sgeLHsCJK9 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgeLHsCJK9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sgeLHsCJK9 .carousel-item.active.right,
.cid-sgeLHsCJK9 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgeLHsCJK9 .carousel-item.active.left,
.cid-sgeLHsCJK9 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgeLHsCJK9 .carousel-item.active,
.cid-sgeLHsCJK9 .carousel-item.next.left,
.cid-sgeLHsCJK9 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sgeLHsCJK9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgeLHsCJK9 .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-sgeLHsCJK9 .mbr-slider .carousel-indicators li.active,
.cid-sgeLHsCJK9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-indicators li::after,
.cid-sgeLHsCJK9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sgeLHsCJK9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sgeLHsCJK9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sgeLHsCJK9 .mbr-slider > .container img {
  width: 100%;
}
.cid-sgeLHsCJK9 .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-sgeLHsCJK9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sgeLHsCJK9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgeLHsCJK9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgeLHsCJK9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sgeLHsCJK9 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sgeLHsCJK9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sgeLHsCJK9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sgeLHsCJK9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sgeLHsCJK9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgeLHsCJK9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sgeLHsCJK9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sgeLHsCJK9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sgeLHsCJK9 H2 {
  color: #232323;
}
.cid-sgeLHsCJK9 P {
  color: #232323;
}
.cid-sgk6krLuwh {
  background-color: #97c7d5;
}
.cid-sgk6krLuwh .wave1 {
  fill: #f0f7f9;
}
.cid-sgk6krLuwh .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgk6krLuwh .wave3,
.cid-sgk6krLuwh .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgeM73XYcT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #eff7f9;
}
.cid-sgeM73XYcT .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-sgeM73XYcT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sgeRwI590k {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #eff7f9;
}
@media (min-width: 992px) {
  .cid-sgeRwI590k .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgeRwI590k .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgeRwI590k .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sgkar4AfoC {
  background-color: #eff7f9;
}
.cid-sgkar4AfoC .wave1 {
  fill: #dae4e8;
}
.cid-sgkar4AfoC .wave2 {
  fill: #dae4e8;
  opacity: 0.5;
}
.cid-sgkar4AfoC .wave3,
.cid-sgkar4AfoC .wave4 {
  fill: #dae4e8;
  opacity: 0.35;
}
.cid-sIMqCVtVBj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/vl-p-regal-1192-2000x1336.jpg");
}
.cid-sIMqCVtVBj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIMqCVtVBj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIMqCVtVBj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIMqCVtVBj .mbr-text {
    text-align: center;
  }
}
.cid-sIMqCVtVBj H1 {
  color: #e97954;
}
.cid-sIMqCVtVBj .mbr-text,
.cid-sIMqCVtVBj .mbr-section-btn {
  color: #e97954;
}
.cid-sIMxwjrbyG {
  background-color: #dae4e8;
}
.cid-sIMxwjrbyG .wave1 {
  fill: #fce7d5;
}
.cid-sIMxwjrbyG .wave2 {
  fill: #fce7d5;
  opacity: 0.5;
}
.cid-sIMxwjrbyG .wave3,
.cid-sIMxwjrbyG .wave4 {
  fill: #fce7d5;
  opacity: 0.35;
}
.cid-sIMpxbvMQ6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fce7d5;
}
.cid-sIMpxbvMQ6 .card-box {
  padding: 0 2rem;
}
.cid-sIMpxbvMQ6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sIMpxbvMQ6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sIMpxbvMQ6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sIMpxbvMQ6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sIMpxbvMQ6 .mbr-text {
  color: #767676;
}
.cid-sIMpxbvMQ6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #eff7f9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sIMpxbvMQ6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sIMpxbvMQ6 .card-title {
  color: #232323;
}
.cid-sgeM83zBCQ {
  background-image: url("../../../assets/images/dmd-behandlung-2000x1692.jpg");
}
.cid-sgeM83zBCQ H1 {
  color: #ffffff;
}
.cid-svZUAw9j3J.popup-builder {
  background-color: #ffffff;
}
.cid-svZUAw9j3J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svZUAw9j3J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svZUAw9j3J .modal-content,
.cid-svZUAw9j3J .modal-dialog {
  height: auto;
}
.cid-svZUAw9j3J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svZUAw9j3J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svZUAw9j3J .form-wrapper .mbr-form .form-group,
  .cid-svZUAw9j3J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svZUAw9j3J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svZUAw9j3J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svZUAw9j3J .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svZUAw9j3J .pt-0 {
  padding-top: 0 !important;
}
.cid-svZUAw9j3J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svZUAw9j3J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svZUAw9j3J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svZUAw9j3J .modal-open {
  overflow: hidden;
}
.cid-svZUAw9j3J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svZUAw9j3J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svZUAw9j3J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svZUAw9j3J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-svZUAw9j3J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svZUAw9j3J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svZUAw9j3J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svZUAw9j3J .modal-content {
  background: #97c7d5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-svZUAw9j3J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svZUAw9j3J .modal-backdrop.fade {
  opacity: 0;
}
.cid-svZUAw9j3J .modal-backdrop.show {
  opacity: .5;
}
.cid-svZUAw9j3J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-svZUAw9j3J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svZUAw9j3J .modal-header .close:hover {
  opacity: 1;
}
.cid-svZUAw9j3J .modal-header .close:focus {
  outline: none;
}
.cid-svZUAw9j3J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #efefef;
}
.cid-svZUAw9j3J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svZUAw9j3J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-svZUAw9j3J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svZUAw9j3J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svZUAw9j3J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svZUAw9j3J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svZUAw9j3J .modal-sm {
    max-width: 300px;
  }
  .cid-svZUAw9j3J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svZUAw9j3J .modal-lg,
  .cid-svZUAw9j3J .modal-xl {
    max-width: 800px;
  }
  .cid-svZUAw9j3J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svZUAw9j3J .modal-xl {
    max-width: 1140px;
  }
  .cid-svZUAw9j3J .container {
    max-width: 1140px;
  }
}
.cid-svZUAw9j3J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svZUAw9j3J .container {
    max-width: 720px;
  }
}
.cid-svZUAw9j3J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svZUAw9j3J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-svZUAw9j3J .form-group {
  margin-bottom: 1rem;
}
.cid-svZUAw9j3J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svZUAw9j3J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svZUAw9j3J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgk6Z74132 {
  background-color: #dae4e8;
}
.cid-sgk6Z74132 .wave1 {
  fill: #f0f7f9;
}
.cid-sgk6Z74132 .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgk6Z74132 .wave3,
.cid-sgk6Z74132 .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgeOL8NDAh {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #eff7f9;
}
.cid-sgeOL8NDAh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sgeOL8NDAh h4 {
  text-align: center;
}
.cid-sgeOL8NDAh p {
  text-align: center;
}
.cid-sgeOL8NDAh .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sgeOL8NDAh .card-title,
.cid-sgeOL8NDAh .card-img {
  color: #80abb8;
}
.cid-sgeOL8NDAh P {
  color: #767676;
}
.cid-sgeOL8NDAh .mbr-text P {
  text-align: center;
}
.cid-soZLE5wDOE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f0f7f9;
}
.cid-soZLE5wDOE .mbr-section-subtitle {
  color: #767676;
}
.cid-soZLE5wDOE .btn {
  margin: 0 0 .5rem 0;
}
.cid-soZLE5wDOE H2 {
  color: #97c7d5;
}
.cid-sgeZGnTa70 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eff7f9;
}
.cid-sgeZGnTa70 .carousel-control {
  background: #000;
}
.cid-sgeZGnTa70 .mbr-section-subtitle {
  color: #f9f9f9;
  text-align: left;
}
.cid-sgeZGnTa70 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgeZGnTa70 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgeZGnTa70 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sgeZGnTa70 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sgeZGnTa70 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgeZGnTa70 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sgeZGnTa70 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sgeZGnTa70 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sgeZGnTa70 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sgeZGnTa70 .cloneditem-1,
.cid-sgeZGnTa70 .cloneditem-2,
.cid-sgeZGnTa70 .cloneditem-3,
.cid-sgeZGnTa70 .cloneditem-4,
.cid-sgeZGnTa70 .cloneditem-5 {
  display: none;
}
.cid-sgeZGnTa70 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgeZGnTa70 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides2 .cloneditem-1,
  .cid-sgeZGnTa70 .carousel-inner.slides2 .cloneditem-2,
  .cid-sgeZGnTa70 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides3 .cloneditem-1,
  .cid-sgeZGnTa70 .carousel-inner.slides3 .cloneditem-2,
  .cid-sgeZGnTa70 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides4 .cloneditem-1,
  .cid-sgeZGnTa70 .carousel-inner.slides4 .cloneditem-2,
  .cid-sgeZGnTa70 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides5 .cloneditem-1,
  .cid-sgeZGnTa70 .carousel-inner.slides5 .cloneditem-2,
  .cid-sgeZGnTa70 .carousel-inner.slides5 .cloneditem-3,
  .cid-sgeZGnTa70 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgeZGnTa70 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgeZGnTa70 .carousel-inner.slides6 .cloneditem-1,
  .cid-sgeZGnTa70 .carousel-inner.slides6 .cloneditem-2,
  .cid-sgeZGnTa70 .carousel-inner.slides6 .cloneditem-3,
  .cid-sgeZGnTa70 .carousel-inner.slides6 .cloneditem-4,
  .cid-sgeZGnTa70 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sgeZGnTa70 .mbr-section-subtitle DIV {
  color: #f8a806;
}
.cid-sgka5dZCBR {
  background-color: #eff7f9;
}
.cid-sgka5dZCBR .wave1 {
  fill: #f9f9f9;
}
.cid-sgka5dZCBR .wave2 {
  fill: #f9f9f9;
  opacity: 0.5;
}
.cid-sgka5dZCBR .wave3,
.cid-sgka5dZCBR .wave4 {
  fill: #f9f9f9;
  opacity: 0.35;
}
.cid-sgeON00LHF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/titel-2-1920x400.jpg");
}
.cid-sgeON00LHF .mbr-section-subtitle,
.cid-sgeON00LHF .mbr-text {
  color: #767676;
}
.cid-sgeON00LHF .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgeON00LHF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgeON00LHF .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgeON00LHF .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sgeON00LHF .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-sgeON00LHF .card-wrapper .card-img img {
  width: 100%;
}
.cid-sgeON00LHF .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sgeON00LHF .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sgeON00LHF .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sgeON00LHF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sgeON00LHF .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sgeON00LHF .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-sgeON00LHF .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sgeON00LHF .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sgk9Sgb1Zy {
  background-color: #dfc9be;
}
.cid-sgk9Sgb1Zy .wave1 {
  fill: #f0f7f9;
}
.cid-sgk9Sgb1Zy .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgk9Sgb1Zy .wave3,
.cid-sgk9Sgb1Zy .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgeOObjsB4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #eff7f9;
}
.cid-sgeOObjsB4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgeOObjsB4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgeOObjsB4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgeOObjsB4 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgeOObjsB4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgeOObjsB4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgeOObjsB4 .img-item {
    width: 100% !important;
  }
  .cid-sgeOObjsB4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgeOOTj0W0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #eff7f9;
}
@media (min-width: 992px) {
  .cid-sgeOOTj0W0 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgeOOTj0W0 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgeOOTj0W0 .mbr-text {
  color: #767676;
}
.cid-syjgWBUPVb {
  background-color: #f0f7f9;
}
.cid-syjgWBUPVb .wave1 {
  fill: #d1e0e4;
}
.cid-syjgWBUPVb .wave2 {
  fill: #d1e0e4;
  opacity: 0.5;
}
.cid-syjgWBUPVb .wave3,
.cid-syjgWBUPVb .wave4 {
  fill: #d1e0e4;
  opacity: 0.35;
}
.cid-syj6MoHn96 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1316.jpg");
}
.cid-syj6MoHn96 .mbr-section-subtitle {
  color: #efefef;
}
.cid-syj6MoHn96 H2 {
  color: #5b686b;
}
.cid-sgeTsLj3GZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/model-2387582-1920-1920x1280.jpg");
}
.cid-sgeTsLj3GZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sgeTsLj3GZ .icon-block {
  margin-bottom: 10px;
}
.cid-sgeTsLj3GZ .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sgeTsLj3GZ .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sgeTsLj3GZ .mbr-text {
  color: #767676;
}
.cid-sgeTsLj3GZ textarea.form-control {
  min-height: 100px;
}
.cid-sgeTsLj3GZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgeTsLj3GZ .google-map {
  height: 48rem;
  position: relative;
}
.cid-sgeTsLj3GZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgeTsLj3GZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sgeTsLj3GZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgeTsLj3GZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sgeTsLj3GZ h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgeTsLj3GZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sgeTsLj3GZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sgeTsLj3GZ H2 {
  color: #465052;
}
.cid-syjgYAoalM {
  background-color: #f0f7f9;
}
.cid-syjgYAoalM .wave1 {
  fill: #d5ebf2;
}
.cid-syjgYAoalM .wave2 {
  fill: #d5ebf2;
  opacity: 0.5;
}
.cid-syjgYAoalM .wave3,
.cid-syjgYAoalM .wave4 {
  fill: #d5ebf2;
  opacity: 0.35;
}
.cid-syiUcY1h4n .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-syiUcY1h4n .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-syiUcY1h4n .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #97c7d5;
  pointer-events: fill;
}
.cid-syiUcY1h4n .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-syiUcY1h4n .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-syiUcY1h4n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-syiUcY1h4n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-syiUcY1h4n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-syiUcY1h4n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-syiUcY1h4n .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-syiUcY1h4n .google-map {
    position: relative;
  }
  .cid-syiUcY1h4n .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-aBa4G5f7ky {
  background-color: #d1e0e4;
}
.cid-aBa4G5f7ky .wave1 {
  fill: #f0f7f9;
}
.cid-aBa4G5f7ky .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-aBa4G5f7ky .wave3,
.cid-aBa4G5f7ky .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgeOPr61P4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sgeOPr61P4 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgeOPr61P4 .social-list a:focus {
  text-decoration: none;
}
.cid-sgeOPr61P4 H2 {
  color: #80abb8;
}
.cid-sgeP6L7Rn9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-sgeP6L7Rn9 .content {
    text-align: center;
  }
  .cid-sgeP6L7Rn9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgeP6L7Rn9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgeP6L7Rn9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgeP6L7Rn9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgeP6L7Rn9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgeP6L7Rn9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sgeP6L7Rn9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgeP6L7Rn9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sgeP6L7Rn9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgeP6L7Rn9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgeP6L7Rn9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgeP6L7Rn9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgorWBFecB {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgorWBFecB .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgorWBFecB .wave2 {
  fill: #f0f7f9;
}
.cid-sgosBUgn0D .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgosBUgn0D .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgosBUgn0D .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgosBUgn0D .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgosBUgn0D .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgosBUgn0D .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgosBUgn0D .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgosBUgn0D .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgosBUgn0D P {
  color: #232323;
}
.cid-sgosBUgn0D DIV {
  color: #ffffff;
}
.cid-sgosBUgn0D H10 {
  color: #767676;
}
.cid-sgosBUgn0D .hidden {
  display: none;
}
.cid-sgoYqEyGaO .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sgoYqEyGaO .my-float {
  margin-top: 16px;
}
.cid-sgoYqEyGaO P {
  color: #232323;
}
.cid-sgoYqEyGaO DIV {
  color: #ffffff;
}
.cid-sgoYqEyGaO H10 {
  color: #767676;
}
.cid-sgoYqEyGaO .hidden {
  display: none;
}
.cid-nnPBBg1CK7 .modal-dialog {
  height: auto;
}
.cid-nnPBBg1CK7 .hidden {
  display: none;
}
.cid-sgeLyT3KLy .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgeLyT3KLy .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgeLyT3KLy a {
  font-style: normal;
}
.cid-sgeLyT3KLy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgeLyT3KLy .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgeLyT3KLy .nav-item:focus,
.cid-sgeLyT3KLy .nav-link:focus {
  outline: none;
}
.cid-sgeLyT3KLy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgeLyT3KLy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgeLyT3KLy .menu-logo {
  margin-right: auto;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgeLyT3KLy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgeLyT3KLy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgeLyT3KLy button.navbar-toggler:focus {
  outline: none;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgeLyT3KLy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgeLyT3KLy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgeLyT3KLy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgeLyT3KLy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgeLyT3KLy .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgeLyT3KLy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy img {
    height: 3.8rem !important;
  }
  .cid-sgeLyT3KLy .btn {
    display: -webkit-flex;
  }
  .cid-sgeLyT3KLy button.navbar-toggler {
    display: block;
  }
  .cid-sgeLyT3KLy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgeLyT3KLy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing,
  .cid-sgeLyT3KLy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgeLyT3KLy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgeLyT3KLy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgeLyT3KLy .nav-link:hover,
.cid-sgeLyT3KLy .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sglczP1odn {
  padding-top: 120px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/titel-2-1920x400.jpg");
}
.cid-sglczP1odn svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-sglczP1odn .wave {
  fill: #eff7f9;
}
.cid-sglczP1odn H1 {
  color: #5b686b;
}
.cid-sglczP1odn .mbr-text,
.cid-sglczP1odn .mbr-section-btn {
  color: #5b686b;
}
.cid-sgf1vVUAZJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f0f7f9;
}
.cid-sgf1vVUAZJ .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sgf1vVUAZJ .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sgf1vVUAZJ .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-sgf1vVUAZJ .mbr-figure,
  .cid-sgf1vVUAZJ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sgpLS6MBr8 {
  background-color: #eff7f9;
}
.cid-sgpLS6MBr8 .wave1 {
  fill: #eedbd9;
}
.cid-sgpLS6MBr8 .wave2 {
  fill: #eedbd9;
  opacity: 0.5;
}
.cid-sgpLS6MBr8 .wave3,
.cid-sgpLS6MBr8 .wave4 {
  fill: #eedbd9;
  opacity: 0.35;
}
.cid-sgf3GTGGxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eedbd9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgf3GTGGxm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgf3GTGGxm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgf3GTGGxm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgf3GTGGxm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgf3GTGGxm .row > .row {
  display: block;
}
.cid-sgf3GTGGxm .mbr-gallery-item {
  width: 100%;
}
.cid-sgf3GTGGxm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eedbd9;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eedbd9, #97c7d5) !important;
}
.cid-sgf3GTGGxm .mbr-gallery-item > div {
  position: relative;
}
.cid-sgf3GTGGxm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgf3GTGGxm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgf3GTGGxm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgf3GTGGxm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eedbd9 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eedbd9, #97c7d5) !important;
}
.cid-sgpLNjsBa1 {
  padding-top: 75px;
  background: linear-gradient(180deg, #eedbd9, #eedbd9);
}
.cid-sgpLNjsBa1 .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgpLNjsBa1 .wave2 {
  fill: #f0f7f9;
}
.cid-sgpLB6DGgl {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #eff7f9;
}
.cid-sgpLB6DGgl .carousel-control {
  background: #000;
}
.cid-sgpLB6DGgl .mbr-section-subtitle {
  color: #5b686b;
  text-align: left;
}
.cid-sgpLB6DGgl .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgpLB6DGgl .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgpLB6DGgl .carousel-item .wrap-img {
  text-align: center;
}
.cid-sgpLB6DGgl .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sgpLB6DGgl .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgpLB6DGgl .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sgpLB6DGgl .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sgpLB6DGgl .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sgpLB6DGgl .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sgpLB6DGgl .cloneditem-1,
.cid-sgpLB6DGgl .cloneditem-2,
.cid-sgpLB6DGgl .cloneditem-3,
.cid-sgpLB6DGgl .cloneditem-4,
.cid-sgpLB6DGgl .cloneditem-5 {
  display: none;
}
.cid-sgpLB6DGgl .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgpLB6DGgl .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides2 .cloneditem-1,
  .cid-sgpLB6DGgl .carousel-inner.slides2 .cloneditem-2,
  .cid-sgpLB6DGgl .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides3 .cloneditem-1,
  .cid-sgpLB6DGgl .carousel-inner.slides3 .cloneditem-2,
  .cid-sgpLB6DGgl .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides4 .cloneditem-1,
  .cid-sgpLB6DGgl .carousel-inner.slides4 .cloneditem-2,
  .cid-sgpLB6DGgl .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides5 .cloneditem-1,
  .cid-sgpLB6DGgl .carousel-inner.slides5 .cloneditem-2,
  .cid-sgpLB6DGgl .carousel-inner.slides5 .cloneditem-3,
  .cid-sgpLB6DGgl .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgpLB6DGgl .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgpLB6DGgl .carousel-inner.slides6 .cloneditem-1,
  .cid-sgpLB6DGgl .carousel-inner.slides6 .cloneditem-2,
  .cid-sgpLB6DGgl .carousel-inner.slides6 .cloneditem-3,
  .cid-sgpLB6DGgl .carousel-inner.slides6 .cloneditem-4,
  .cid-sgpLB6DGgl .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sgpLB6DGgl .mbr-section-subtitle DIV {
  color: #f8a806;
}
.cid-sgpLB6DGgl H2 {
  color: #5b686b;
}
.cid-Iwtqz5T9IP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom right, #f0f7f9, #f0f7f9);
}
.cid-Iwtqz5T9IP .text-color {
  color: #ffffff;
}
.cid-Iwtqz5T9IP * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.cid-Iwtqz5T9IP *:before,
.cid-Iwtqz5T9IP *:after {
  box-sizing: border-box;
}
.cid-Iwtqz5T9IP html,
.cid-Iwtqz5T9IP body {
  min-height: 100%;
}
.cid-Iwtqz5T9IP h1 {
  display: table;
  margin: 5% auto 0;
  text-transform: uppercase;
  font-family: 'Times Roman', sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px white, 0 1px black;
}
.cid-Iwtqz5T9IP .container {
  margin: 4% auto;
  width: 210px;
  height: 140px;
  position: relative;
  perspective: 1000px;
}
.cid-Iwtqz5T9IP #carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}
.cid-Iwtqz5T9IP #carousel:hover {
  animation-play-state: paused;
}
.cid-Iwtqz5T9IP #carousel figure {
  display: block;
  position: absolute;
  width: 90%;
  height: 50%px;
  left: 10px;
  top: 10px;
  background: black;
  overflow: hidden;
  border: solid 3px black;
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(288px);
}
.cid-Iwtqz5T9IP #carousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(288px);
}
.cid-Iwtqz5T9IP img:hover {
  -webkit-filter: grayscale(0);
  transform: scale(1.2, 1.2);
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cid-sguGV8w8Eh {
  background: #f0f7f9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sguGV8w8Eh .image-block {
  margin: auto;
}
.cid-sguGV8w8Eh figcaption {
  position: relative;
}
.cid-sguGV8w8Eh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sguGV8w8Eh .image-block {
    width: 100% !important;
  }
}
.cid-sgqsddBIip {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f0f7f9;
}
.cid-sgqsddBIip .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sgqsddBIip .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgqsddBIip .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sgqsddBIip .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sgqsddBIip .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sgqsddBIip .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sgqsddBIip .card {
  min-height: 300px;
}
.cid-sgqsddBIip .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sgqsddBIip .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sgqsddBIip .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sgqsddBIip .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sgqsddBIip P {
  text-align: center;
}
.cid-sguyHmEVeC {
  background-color: #f0f7f9;
}
.cid-sguyHmEVeC .wave1 {
  fill: #ffffff;
}
.cid-sguyHmEVeC .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sguyHmEVeC .wave3,
.cid-sguyHmEVeC .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sguytMHY2J {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sguytMHY2J .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sguytMHY2J .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sguytMHY2J .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sguytMHY2J .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sguytMHY2J .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sguytMHY2J .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sguytMHY2J .card {
  min-height: 300px;
}
.cid-sguytMHY2J .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sguytMHY2J .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sguytMHY2J .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sguytMHY2J .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sguytMHY2J P {
  text-align: center;
}
.cid-sguz3Pbipe {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-sguz3Pbipe .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sguz3Pbipe .wave2 {
  fill: #f0f7f9;
}
.cid-sgf4gKEoxY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sgf4gKEoxY .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgf4gKEoxY .social-list a:focus {
  text-decoration: none;
}
.cid-sgf4gKEoxY H2 {
  color: #80abb8;
}
.cid-svXqymQNq1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqymQNq1 .content {
    text-align: center;
  }
  .cid-svXqymQNq1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqymQNq1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqymQNq1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqymQNq1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqymQNq1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqymQNq1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqymQNq1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqymQNq1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqymQNq1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqymQNq1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqymQNq1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqymQNq1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgosUoci83 {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgosUoci83 .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgosUoci83 .wave2 {
  fill: #f0f7f9;
}
.cid-sgot18zqP6 .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgot18zqP6 .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgot18zqP6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgot18zqP6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgot18zqP6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgot18zqP6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgot18zqP6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgot18zqP6 .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgot18zqP6 P {
  color: #232323;
}
.cid-sgot18zqP6 DIV {
  color: #ffffff;
}
.cid-sgot18zqP6 H10 {
  color: #767676;
}
.cid-sgot18zqP6 .hidden {
  display: none;
}
.cid-sgoYtFl3Ft .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sgoYtFl3Ft .my-float {
  margin-top: 16px;
}
.cid-sgoYtFl3Ft P {
  color: #232323;
}
.cid-sgoYtFl3Ft DIV {
  color: #ffffff;
}
.cid-sgoYtFl3Ft H10 {
  color: #767676;
}
.cid-sgoYtFl3Ft .hidden {
  display: none;
}
.cid-sgeLyT3KLy .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgeLyT3KLy .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgeLyT3KLy a {
  font-style: normal;
}
.cid-sgeLyT3KLy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgeLyT3KLy .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgeLyT3KLy .nav-item:focus,
.cid-sgeLyT3KLy .nav-link:focus {
  outline: none;
}
.cid-sgeLyT3KLy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgeLyT3KLy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgeLyT3KLy .menu-logo {
  margin-right: auto;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgeLyT3KLy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgeLyT3KLy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgeLyT3KLy button.navbar-toggler:focus {
  outline: none;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgeLyT3KLy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgeLyT3KLy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgeLyT3KLy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgeLyT3KLy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgeLyT3KLy .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgeLyT3KLy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy img {
    height: 3.8rem !important;
  }
  .cid-sgeLyT3KLy .btn {
    display: -webkit-flex;
  }
  .cid-sgeLyT3KLy button.navbar-toggler {
    display: block;
  }
  .cid-sgeLyT3KLy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgeLyT3KLy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing,
  .cid-sgeLyT3KLy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgeLyT3KLy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgeLyT3KLy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgeLyT3KLy .nav-link:hover,
.cid-sgeLyT3KLy .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sgledtA6FA {
  padding-top: 75px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/woman-5658211-1920-1920x1275.jpg");
}
.cid-sgledtA6FA svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-sgledtA6FA .wave {
  fill: #f0f7f9;
}
.cid-sgledtA6FA H1 {
  color: #465052;
}
.cid-sgledtA6FA .mbr-text,
.cid-sgledtA6FA .mbr-section-btn {
  color: #465052;
}
.cid-sgfa7zv026 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f0f7f9;
}
.cid-sgfa7zv026 .mbr-text,
.cid-sgfa7zv026 blockquote {
  color: #767676;
}
.cid-sgfa876xAe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f0f7f9;
}
@media (min-width: 992px) {
  .cid-sgfa876xAe .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgfa876xAe .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgfa876xAe .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sgfaJ2hGJ8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #eff7f9;
}
.cid-sgfaJ2hGJ8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgfaJ2hGJ8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgfaJ2hGJ8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgfaJ2hGJ8 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgfaJ2hGJ8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgfaJ2hGJ8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgfaJ2hGJ8 .img-item {
    width: 100% !important;
  }
  .cid-sgfaJ2hGJ8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgfdKhqgz1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sgfdKhqgz1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgfdKhqgz1 .social-list a:focus {
  text-decoration: none;
}
.cid-sgfdKhqgz1 H2 {
  color: #80abb8;
}
.cid-svXqFSNOPa {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqFSNOPa .content {
    text-align: center;
  }
  .cid-svXqFSNOPa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqFSNOPa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqFSNOPa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqFSNOPa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqFSNOPa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqFSNOPa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqFSNOPa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqFSNOPa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqFSNOPa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqFSNOPa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqFSNOPa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqFSNOPa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgot8O6vQg {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgot8O6vQg .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgot8O6vQg .wave2 {
  fill: #f0f7f9;
}
.cid-sgotcrAszG .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgotcrAszG .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgotcrAszG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgotcrAszG .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgotcrAszG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgotcrAszG .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgotcrAszG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgotcrAszG .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgotcrAszG P {
  color: #232323;
}
.cid-sgotcrAszG DIV {
  color: #ffffff;
}
.cid-sgotcrAszG H10 {
  color: #767676;
}
.cid-sgotcrAszG .hidden {
  display: none;
}
.cid-sgoYwnX86W .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sgoYwnX86W .my-float {
  margin-top: 16px;
}
.cid-sgoYwnX86W P {
  color: #232323;
}
.cid-sgoYwnX86W DIV {
  color: #ffffff;
}
.cid-sgoYwnX86W H10 {
  color: #767676;
}
.cid-sgoYwnX86W .hidden {
  display: none;
}
.cid-TXXWJoRMRY {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/rose-2378156-1920-1920x1280.jpg");
}
.cid-TXXWJoRMRY svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-TXXWJoRMRY .wave {
  fill: #f0f7f9;
}
.cid-TXXWJoRMRY H1 {
  color: #465052;
}
.cid-TXXWJoRMRY .mbr-text,
.cid-TXXWJoRMRY .mbr-section-btn {
  color: #465052;
}
.cid-sgkbW6eMlm .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgkbW6eMlm .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgkbW6eMlm a {
  font-style: normal;
}
.cid-sgkbW6eMlm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgkbW6eMlm .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgkbW6eMlm .nav-item:focus,
.cid-sgkbW6eMlm .nav-link:focus {
  outline: none;
}
.cid-sgkbW6eMlm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgkbW6eMlm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgkbW6eMlm .menu-logo {
  margin-right: auto;
}
.cid-sgkbW6eMlm .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-sgkbW6eMlm .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-sgkbW6eMlm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgkbW6eMlm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgkbW6eMlm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgkbW6eMlm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgkbW6eMlm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgkbW6eMlm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgkbW6eMlm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgkbW6eMlm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkbW6eMlm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgkbW6eMlm .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgkbW6eMlm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgkbW6eMlm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgkbW6eMlm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgkbW6eMlm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgkbW6eMlm .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-sgkbW6eMlm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgkbW6eMlm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgkbW6eMlm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgkbW6eMlm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgkbW6eMlm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgkbW6eMlm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgkbW6eMlm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgkbW6eMlm button.navbar-toggler:focus {
  outline: none;
}
.cid-sgkbW6eMlm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgkbW6eMlm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkbW6eMlm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkbW6eMlm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkbW6eMlm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkbW6eMlm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkbW6eMlm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkbW6eMlm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkbW6eMlm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkbW6eMlm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgkbW6eMlm .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgkbW6eMlm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgkbW6eMlm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgkbW6eMlm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgkbW6eMlm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgkbW6eMlm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgkbW6eMlm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgkbW6eMlm .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-sgkbW6eMlm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgkbW6eMlm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgkbW6eMlm .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgkbW6eMlm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgkbW6eMlm img {
    height: 3.8rem !important;
  }
  .cid-sgkbW6eMlm .btn {
    display: -webkit-flex;
  }
  .cid-sgkbW6eMlm button.navbar-toggler {
    display: block;
  }
  .cid-sgkbW6eMlm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgkbW6eMlm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgkbW6eMlm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing,
  .cid-sgkbW6eMlm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing .navbar-nav,
  .cid-sgkbW6eMlm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgkbW6eMlm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgkbW6eMlm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgkbW6eMlm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgkbW6eMlm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgkbW6eMlm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgkbW6eMlm .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-sgkbW6eMlm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgkbW6eMlm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgkbW6eMlm .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-sgkbW6eMlm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgkbW6eMlm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgkbW6eMlm .nav-link:hover,
.cid-sgkbW6eMlm .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sgkbW7erJS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f0f7f9;
}
.cid-sgkbW7erJS .mbr-text,
.cid-sgkbW7erJS blockquote {
  color: #767676;
}
.cid-sgkbW7erJS .mbr-text {
  color: #465052;
}
.cid-sgkbW7erJS .mbr-text P {
  text-align: center;
}
.cid-sgkbW7m37H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f0f7f9;
}
@media (min-width: 992px) {
  .cid-sgkbW7m37H .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkbW7m37H .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgkbW7m37H .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sgkfmCDIaD {
  background-color: #eff7f9;
}
.cid-sgkfmCDIaD .wave1 {
  fill: #97c7d5;
}
.cid-sgkfmCDIaD .wave2 {
  fill: #97c7d5;
  opacity: 0.5;
}
.cid-sgkfmCDIaD .wave3,
.cid-sgkfmCDIaD .wave4 {
  fill: #97c7d5;
  opacity: 0.35;
}
.cid-sgkeAWrZEt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #97c7d5;
}
.cid-sgkeAWrZEt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgkeAWrZEt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgkeAWrZEt .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sgkeAWrZEt .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgkeAWrZEt .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-sgwlwmQSVP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #97c7d5;
}
.cid-sgwlwmQSVP .mbr-text,
.cid-sgwlwmQSVP blockquote {
  color: #767676;
}
.cid-sgwlwmQSVP .mbr-text {
  color: #465052;
}
.cid-sgkhkOe62f {
  background-color: #97c7d5;
}
.cid-sgkhkOe62f .wave1 {
  fill: #f0f7f9;
}
.cid-sgkhkOe62f .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgkhkOe62f .wave3,
.cid-sgkhkOe62f .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgkhiiVxi1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f7f9;
}
@media (min-width: 992px) {
  .cid-sgkhiiVxi1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkhiiVxi1 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgkhiiVxi1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sgkiUaYc9R {
  background-color: #eff7f9;
}
.cid-sgkiUaYc9R .wave1 {
  fill: #eedbd9;
}
.cid-sgkiUaYc9R .wave2 {
  fill: #eedbd9;
  opacity: 0.5;
}
.cid-sgkiUaYc9R .wave3,
.cid-sgkiUaYc9R .wave4 {
  fill: #eedbd9;
  opacity: 0.35;
}
.cid-sgkiOJpWui {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eedbd9;
}
.cid-sgkiOJpWui .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgkiOJpWui .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgkiOJpWui .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sgkiOJpWui .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgkiOJpWui .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-sgwvFVJ4jc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eedbd9;
}
.cid-sgwvFVJ4jc .mbr-text,
.cid-sgwvFVJ4jc blockquote {
  color: #767676;
}
.cid-sgwvFVJ4jc .mbr-text {
  color: #465052;
}
.cid-sgkiUZJiyH {
  background-color: #eedbd9;
}
.cid-sgkiUZJiyH .wave1 {
  fill: #f0f7f9;
}
.cid-sgkiUZJiyH .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgkiUZJiyH .wave3,
.cid-sgkiUZJiyH .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgkSmNmqCT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f7f9;
}
@media (min-width: 992px) {
  .cid-sgkSmNmqCT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkSmNmqCT .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgkSmNmqCT .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sgkSs9NmcF {
  background-color: #eff7f9;
}
.cid-sgkSs9NmcF .wave1 {
  fill: #97c7d5;
}
.cid-sgkSs9NmcF .wave2 {
  fill: #97c7d5;
  opacity: 0.5;
}
.cid-sgkSs9NmcF .wave3,
.cid-sgkSs9NmcF .wave4 {
  fill: #97c7d5;
  opacity: 0.35;
}
.cid-sgkTVVSnlo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #97c7d5;
}
.cid-sgkTVVSnlo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgkTVVSnlo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgkTVVSnlo .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sgkTVVSnlo .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgkTVVSnlo .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-sgkUDjiOXZ {
  background-color: #97c7d5;
}
.cid-sgkUDjiOXZ .wave1 {
  fill: #f0f7f9;
}
.cid-sgkUDjiOXZ .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-sgkUDjiOXZ .wave3,
.cid-sgkUDjiOXZ .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgkUCegflG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f7f9;
}
@media (min-width: 992px) {
  .cid-sgkUCegflG .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkUCegflG .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgkUCegflG .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-t1p2gV69gL {
  background-color: #eff7f9;
}
.cid-t1p2gV69gL .wave1 {
  fill: #97c7d5;
}
.cid-t1p2gV69gL .wave2 {
  fill: #97c7d5;
  opacity: 0.5;
}
.cid-t1p2gV69gL .wave3,
.cid-t1p2gV69gL .wave4 {
  fill: #97c7d5;
  opacity: 0.35;
}
.cid-t1p2dCiuws {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #97c7d5;
}
.cid-t1p2dCiuws .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t1p2dCiuws .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1p2dCiuws .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t1p2dCiuws .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t1p2dCiuws .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-t1p2jwrKWQ {
  background-color: #97c7d5;
}
.cid-t1p2jwrKWQ .wave1 {
  fill: #f0f7f9;
}
.cid-t1p2jwrKWQ .wave2 {
  fill: #f0f7f9;
  opacity: 0.5;
}
.cid-t1p2jwrKWQ .wave3,
.cid-t1p2jwrKWQ .wave4 {
  fill: #f0f7f9;
  opacity: 0.35;
}
.cid-sgoyZYi8Ds {
  background-color: #eff7f9;
}
.cid-sgoyZYi8Ds .wave1 {
  fill: #eedbd9;
}
.cid-sgoyZYi8Ds .wave2 {
  fill: #eedbd9;
  opacity: 0.5;
}
.cid-sgoyZYi8Ds .wave3,
.cid-sgoyZYi8Ds .wave4 {
  fill: #eedbd9;
  opacity: 0.35;
}
.cid-sgoz144sJb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eedbd9;
}
@media (min-width: 992px) {
  .cid-sgoz144sJb .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgoz144sJb .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgoz144sJb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sgoCkb2owm {
  padding-top: 0px;
  background: linear-gradient(180deg, #eedbd9, #eedbd9);
}
.cid-sgoCkb2owm .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgoCkb2owm .wave2 {
  fill: #f0f7f9;
}
.cid-sgoFaW3e29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f7f9;
}
.cid-sgoFaW3e29 .mbr-section {
  text-align: center;
  color: #ffffff;
}
.cid-sgoFaW3e29 .banner-heading .cont {
  color: #ffffff ;
  font-size: 47px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.cid-sgoFaW3e29 .banner-heading P {
  color: #fff;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
}
.cid-sgoFaW3e29 .banner-heading span p {
  color: #cd0e00;
}
.cid-sgoFaW3e29 .btn {
  display: inline-block;
  background-color: #ff7200;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ff7200;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sgoFaW3e29 P {
  color: #f0f7f9;
}
.cid-sgoCGfGhuw {
  background-color: #eff7f9;
}
.cid-sgoCGfGhuw .wave1 {
  fill: #97c7d5;
}
.cid-sgoCGfGhuw .wave2 {
  fill: #97c7d5;
  opacity: 0.5;
}
.cid-sgoCGfGhuw .wave3,
.cid-sgoCGfGhuw .wave4 {
  fill: #97c7d5;
  opacity: 0.35;
}
.cid-F35zPFhswf {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background: linear-gradient(0deg, #97c7d5, #97c7d5);
}
.cid-F35zPFhswf p {
  color: #767676;
}
.cid-F35zPFhswf .fondcolor {
  margin-top: 0px;
  border-radius: 9px;
  border: 0px solid #97c7d5;
  background: #eedbd9;
}
.cid-F35zPFhswf .card {
  border-radius: 9px;
  margin-bottom: 12px;
}
.cid-F35zPFhswf .card .card-header {
  border-radius: 9px;
  border: 0px;
  padding: 0;
}
.cid-F35zPFhswf .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-F35zPFhswf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-F35zPFhswf .card .card-header a.panel-title h4 {
  padding: 0.3rem 2rem;
  border: 0px solid #97c7d5;
  margin-bottom: 0;
  border-radius: 9px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-F35zPFhswf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-F35zPFhswf H2 {
  color: #465052;
}
.cid-F35zPFhswf .panel-text {
  color: #465052;
}
.cid-F35zPFhswf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-F35zPFhswf .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-F35zPFhswf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-F35zPFhswf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-F35zPFhswf H4 {
  color: #5b686b;
}
.cid-F35zPFhswf P {
  color: #465052;
}
.cid-sgoKvdv1UP {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgoKvdv1UP .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgoKvdv1UP .wave2 {
  fill: #f0f7f9;
}
.cid-sgkbW7zG31 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #eff7f9;
}
.cid-sgkbW7zG31 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgkbW7zG31 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgkbW7zG31 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgkbW7zG31 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgkbW7zG31 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgkbW7zG31 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgkbW7zG31 .img-item {
    width: 100% !important;
  }
  .cid-sgkbW7zG31 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgkbW7JMz5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sgkbW7JMz5 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgkbW7JMz5 .social-list a:focus {
  text-decoration: none;
}
.cid-sgkbW7JMz5 H2 {
  color: #80abb8;
}
.cid-svXqL3rpZz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqL3rpZz .content {
    text-align: center;
  }
  .cid-svXqL3rpZz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqL3rpZz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqL3rpZz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqL3rpZz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqL3rpZz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqL3rpZz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqL3rpZz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqL3rpZz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqL3rpZz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqL3rpZz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqL3rpZz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqL3rpZz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgoutUHsPg {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgoutUHsPg .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgoutUHsPg .wave2 {
  fill: #f0f7f9;
}
.cid-sgouzLiZNM .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgouzLiZNM .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgouzLiZNM .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgouzLiZNM .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgouzLiZNM .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgouzLiZNM .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgouzLiZNM .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgouzLiZNM .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgouzLiZNM P {
  color: #232323;
}
.cid-sgouzLiZNM DIV {
  color: #ffffff;
}
.cid-sgouzLiZNM H10 {
  color: #767676;
}
.cid-sgouzLiZNM .hidden {
  display: none;
}
.cid-ZAMgwJfAiQ .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-ZAMgwJfAiQ .my-float {
  margin-top: 16px;
}
.cid-ZAMgwJfAiQ P {
  color: #232323;
}
.cid-ZAMgwJfAiQ DIV {
  color: #ffffff;
}
.cid-ZAMgwJfAiQ H10 {
  color: #767676;
}
.cid-ZAMgwJfAiQ .hidden {
  display: none;
}
.cid-sgoYCqKHGB {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/glasses-4704055-1920-1920x1280.jpg");
}
.cid-sgoYCqKHGB svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-sgoYCqKHGB .wave {
  fill: #ffffff;
}
.cid-sgoYCqKHGB H1 {
  color: #465052;
}
.cid-sgoYCqKHGB .mbr-text,
.cid-sgoYCqKHGB .mbr-section-btn {
  color: #465052;
}
.cid-sgp5mV6KLP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgp5mV6KLP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sgp5mV6KLP .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f0f7f9;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sgp5mV6KLP .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sgp5mV6KLP .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sgp5mV6KLP .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sgp5mV6KLP .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sgp5mV6KLP .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sgp5mV6KLP .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #f0f7f9;
  top: 20px;
  margin-left: -30px;
}
.cid-sgp5mV6KLP .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sgp5mV6KLP .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f0f7f9;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sgp5mV6KLP .iconsBackground {
    left: 1.5rem;
  }
  .cid-sgp5mV6KLP .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sgp5mV6KLP .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sgp5mV6KLP .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sgp5mV6KLP .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sgp5mV6KLP .mbr-section-title {
  color: #5b686b;
}
.cid-sgp5mV6KLP .mbr-timeline-title {
  color: #5b686b;
}
.cid-sgoYCroXJO .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgoYCroXJO .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgoYCroXJO a {
  font-style: normal;
}
.cid-sgoYCroXJO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgoYCroXJO .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgoYCroXJO .nav-item:focus,
.cid-sgoYCroXJO .nav-link:focus {
  outline: none;
}
.cid-sgoYCroXJO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgoYCroXJO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgoYCroXJO .menu-logo {
  margin-right: auto;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .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-sgoYCroXJO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgoYCroXJO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgoYCroXJO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgoYCroXJO button.navbar-toggler:focus {
  outline: none;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgoYCroXJO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgoYCroXJO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgoYCroXJO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgoYCroXJO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgoYCroXJO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgoYCroXJO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgoYCroXJO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgoYCroXJO .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgoYCroXJO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgoYCroXJO img {
    height: 3.8rem !important;
  }
  .cid-sgoYCroXJO .btn {
    display: -webkit-flex;
  }
  .cid-sgoYCroXJO button.navbar-toggler {
    display: block;
  }
  .cid-sgoYCroXJO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgoYCroXJO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgoYCroXJO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing,
  .cid-sgoYCroXJO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgoYCroXJO .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-sgoYCroXJO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgoYCroXJO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgoYCroXJO .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-sgoYCroXJO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgoYCroXJO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgoYCroXJO .nav-link:hover,
.cid-sgoYCroXJO .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sgoYCuxySO {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-sgoYCuxySO .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgoYCuxySO .wave2 {
  fill: #f0f7f9;
}
.cid-sgoYCvWjgP {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sgoYCvWjgP .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgoYCvWjgP .social-list a:focus {
  text-decoration: none;
}
.cid-sgoYCvWjgP H2 {
  color: #80abb8;
}
.cid-svXqQ3fw1s {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqQ3fw1s .content {
    text-align: center;
  }
  .cid-svXqQ3fw1s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqQ3fw1s .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqQ3fw1s .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqQ3fw1s .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqQ3fw1s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqQ3fw1s .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqQ3fw1s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqQ3fw1s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqQ3fw1s .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqQ3fw1s .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqQ3fw1s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqQ3fw1s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgoYCwC6Zv {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgoYCwC6Zv .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgoYCwC6Zv .wave2 {
  fill: #f0f7f9;
}
.cid-sgoYCwM8Jc .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgoYCwM8Jc .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgoYCwM8Jc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgoYCwM8Jc .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgoYCwM8Jc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgoYCwM8Jc .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgoYCwM8Jc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgoYCwM8Jc .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgoYCwM8Jc P {
  color: #232323;
}
.cid-sgoYCwM8Jc DIV {
  color: #ffffff;
}
.cid-sgoYCwM8Jc H10 {
  color: #767676;
}
.cid-sgoYCwM8Jc .hidden {
  display: none;
}
.cid-sgoYCxgous .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sgoYCxgous .my-float {
  margin-top: 16px;
}
.cid-sgoYCxgous P {
  color: #232323;
}
.cid-sgoYCxgous DIV {
  color: #ffffff;
}
.cid-sgoYCxgous H10 {
  color: #767676;
}
.cid-sgoYCxgous .hidden {
  display: none;
}
.cid-sgoYCroXJO .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgoYCroXJO .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgoYCroXJO a {
  font-style: normal;
}
.cid-sgoYCroXJO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgoYCroXJO .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgoYCroXJO .nav-item:focus,
.cid-sgoYCroXJO .nav-link:focus {
  outline: none;
}
.cid-sgoYCroXJO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgoYCroXJO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgoYCroXJO .menu-logo {
  margin-right: auto;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .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-sgoYCroXJO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgoYCroXJO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgoYCroXJO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgoYCroXJO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgoYCroXJO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgoYCroXJO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgoYCroXJO button.navbar-toggler:focus {
  outline: none;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgoYCroXJO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgoYCroXJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgoYCroXJO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgoYCroXJO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgoYCroXJO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgoYCroXJO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgoYCroXJO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgoYCroXJO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgoYCroXJO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgoYCroXJO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgoYCroXJO .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-sgoYCroXJO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgoYCroXJO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgoYCroXJO .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgoYCroXJO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgoYCroXJO img {
    height: 3.8rem !important;
  }
  .cid-sgoYCroXJO .btn {
    display: -webkit-flex;
  }
  .cid-sgoYCroXJO button.navbar-toggler {
    display: block;
  }
  .cid-sgoYCroXJO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgoYCroXJO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgoYCroXJO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing,
  .cid-sgoYCroXJO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgoYCroXJO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgoYCroXJO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgoYCroXJO .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-sgoYCroXJO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgoYCroXJO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgoYCroXJO .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-sgoYCroXJO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgoYCroXJO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgoYCroXJO .nav-link:hover,
.cid-sgoYCroXJO .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sgptv2feAB {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-1920x787.jpg");
}
.cid-sgptv2feAB svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-sgptv2feAB .wave {
  fill: #ffffff;
}
.cid-sgptv2feAB H1 {
  color: #465052;
}
.cid-sgptv2feAB .mbr-text,
.cid-sgptv2feAB .mbr-section-btn {
  color: #465052;
}
.cid-sgptWw5bA7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgptWw5bA7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgptXzsk61 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgptXzsk61 .counter-container {
  color: #767676;
}
.cid-sgptXzsk61 .counter-container ul {
  margin-bottom: 0;
}
.cid-sgptXzsk61 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sgptXzsk61 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #97c7d5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-sgpx1SlcD3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #ffffff);
}
.cid-sgpx1SlcD3 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgpx1SlcD3 .social-list a:focus {
  text-decoration: none;
}
.cid-sgpx1SlcD3 H2 {
  color: #80abb8;
}
.cid-svXqYxA136 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqYxA136 .content {
    text-align: center;
  }
  .cid-svXqYxA136 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqYxA136 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqYxA136 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqYxA136 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqYxA136 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqYxA136 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqYxA136 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqYxA136 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqYxA136 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqYxA136 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqYxA136 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqYxA136 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgpwyx8my3 {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sgpwyx8my3 .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sgpwyx8my3 .wave2 {
  fill: #f0f7f9;
}
.cid-sgpxbIUOT8 .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgpxbIUOT8 .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sgpxbIUOT8 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sgpxbIUOT8 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sgpxbIUOT8 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sgpxbIUOT8 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sgpxbIUOT8 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sgpxbIUOT8 .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sgpxbIUOT8 P {
  color: #232323;
}
.cid-sgpxbIUOT8 DIV {
  color: #ffffff;
}
.cid-sgpxbIUOT8 H10 {
  color: #767676;
}
.cid-sgpxbIUOT8 .hidden {
  display: none;
}
.cid-sgpxdbUL6E .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sgpxdbUL6E .my-float {
  margin-top: 16px;
}
.cid-sgpxdbUL6E P {
  color: #232323;
}
.cid-sgpxdbUL6E DIV {
  color: #ffffff;
}
.cid-sgpxdbUL6E H10 {
  color: #767676;
}
.cid-sgpxdbUL6E .hidden {
  display: none;
}
.cid-sgeLyT3KLy .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgeLyT3KLy .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sgeLyT3KLy a {
  font-style: normal;
}
.cid-sgeLyT3KLy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgeLyT3KLy .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sgeLyT3KLy .nav-item:focus,
.cid-sgeLyT3KLy .nav-link:focus {
  outline: none;
}
.cid-sgeLyT3KLy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgeLyT3KLy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgeLyT3KLy .menu-logo {
  margin-right: auto;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgeLyT3KLy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgeLyT3KLy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgeLyT3KLy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgeLyT3KLy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgeLyT3KLy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgeLyT3KLy button.navbar-toggler:focus {
  outline: none;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgeLyT3KLy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgeLyT3KLy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgeLyT3KLy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgeLyT3KLy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgeLyT3KLy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgeLyT3KLy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgeLyT3KLy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgeLyT3KLy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgeLyT3KLy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgeLyT3KLy .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-sgeLyT3KLy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgeLyT3KLy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgeLyT3KLy .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgeLyT3KLy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy img {
    height: 3.8rem !important;
  }
  .cid-sgeLyT3KLy .btn {
    display: -webkit-flex;
  }
  .cid-sgeLyT3KLy button.navbar-toggler {
    display: block;
  }
  .cid-sgeLyT3KLy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgeLyT3KLy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgeLyT3KLy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing,
  .cid-sgeLyT3KLy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgeLyT3KLy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgeLyT3KLy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgeLyT3KLy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgeLyT3KLy .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-sgeLyT3KLy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgeLyT3KLy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgeLyT3KLy .nav-link:hover,
.cid-sgeLyT3KLy .dropdown-item:hover {
  color: #232323 !important;
}
.cid-soZcZ2m4W7 {
  padding-top: 75px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-soZcZ2m4W7 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-soZcZ2m4W7 .wave {
  fill: #f0f7f9;
}
.cid-soZcZ2m4W7 H1 {
  color: #465052;
}
.cid-soZcZ2m4W7 .mbr-text,
.cid-soZcZ2m4W7 .mbr-section-btn {
  color: #465052;
}
.cid-soZdnlWKFf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f7f9;
}
.cid-soZdnlWKFf .mbr-section-subtitle {
  color: #767676;
}
.cid-soZEO4SPlK {
  background-color: #eff7f9;
}
.cid-soZEO4SPlK .wave1 {
  fill: #dae4e8;
}
.cid-soZEO4SPlK .wave2 {
  fill: #dae4e8;
  opacity: 0.5;
}
.cid-soZEO4SPlK .wave3,
.cid-soZEO4SPlK .wave4 {
  fill: #dae4e8;
  opacity: 0.35;
}
.cid-soZf4OtWLj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dae4e8;
}
.cid-soZf4OtWLj .mbr-text,
.cid-soZf4OtWLj blockquote {
  color: #767676;
}
.cid-soZEUM2OQi {
  background-color: #dae4e8;
}
.cid-soZEUM2OQi .wave1 {
  fill: #ffffff;
}
.cid-soZEUM2OQi .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-soZEUM2OQi .wave3,
.cid-soZEUM2OQi .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sqkCz7szuZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqkCz7szuZ h3 {
  font-weight: 300;
}
.cid-sqkCz7szuZ .card-img {
  width: initial;
}
.cid-sqkCz7szuZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sqkCz7szuZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sqkCz7szuZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqkCz7szuZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sqkCz7szuZ .mbr-text {
  color: #767676;
}
.cid-sqkCz7szuZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-sqkCz7szuZ .mbr-al-i-c {
  align-items: center;
}
.cid-sqkCz7szuZ .mbr-section-title {
  color: #97c7d5;
}
.cid-sqkFnvMDnp {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-sqkFnvMDnp .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sqkFnvMDnp .wave2 {
  fill: #f0f7f9;
}
.cid-sqkF8p8IO7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sqkF8p8IO7 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sqkF8p8IO7 .social-list a:focus {
  text-decoration: none;
}
.cid-sqkF8p8IO7 H2 {
  color: #80abb8;
}
.cid-svXqUelxlX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXqUelxlX .content {
    text-align: center;
  }
  .cid-svXqUelxlX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXqUelxlX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXqUelxlX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXqUelxlX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXqUelxlX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXqUelxlX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXqUelxlX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXqUelxlX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXqUelxlX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXqUelxlX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXqUelxlX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXqUelxlX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqkFblqrwB {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sqkFblqrwB .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sqkFblqrwB .wave2 {
  fill: #f0f7f9;
}
.cid-svXhsBpcy8 .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-svXhsBpcy8 .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-svXhsBpcy8 a {
  font-style: normal;
}
.cid-svXhsBpcy8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-svXhsBpcy8 .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-svXhsBpcy8 .nav-item:focus,
.cid-svXhsBpcy8 .nav-link:focus {
  outline: none;
}
.cid-svXhsBpcy8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svXhsBpcy8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-svXhsBpcy8 .menu-logo {
  margin-right: auto;
}
.cid-svXhsBpcy8 .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-svXhsBpcy8 .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-svXhsBpcy8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-svXhsBpcy8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-svXhsBpcy8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-svXhsBpcy8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-svXhsBpcy8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-svXhsBpcy8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-svXhsBpcy8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-svXhsBpcy8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-svXhsBpcy8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-svXhsBpcy8 .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-svXhsBpcy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-svXhsBpcy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svXhsBpcy8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-svXhsBpcy8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-svXhsBpcy8 .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-svXhsBpcy8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-svXhsBpcy8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-svXhsBpcy8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-svXhsBpcy8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-svXhsBpcy8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-svXhsBpcy8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-svXhsBpcy8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-svXhsBpcy8 button.navbar-toggler:focus {
  outline: none;
}
.cid-svXhsBpcy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-svXhsBpcy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-svXhsBpcy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-svXhsBpcy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-svXhsBpcy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-svXhsBpcy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svXhsBpcy8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-svXhsBpcy8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-svXhsBpcy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svXhsBpcy8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svXhsBpcy8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-svXhsBpcy8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-svXhsBpcy8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-svXhsBpcy8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-svXhsBpcy8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-svXhsBpcy8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-svXhsBpcy8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svXhsBpcy8 .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-svXhsBpcy8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-svXhsBpcy8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-svXhsBpcy8 .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-svXhsBpcy8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-svXhsBpcy8 img {
    height: 3.8rem !important;
  }
  .cid-svXhsBpcy8 .btn {
    display: -webkit-flex;
  }
  .cid-svXhsBpcy8 button.navbar-toggler {
    display: block;
  }
  .cid-svXhsBpcy8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-svXhsBpcy8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-svXhsBpcy8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing,
  .cid-svXhsBpcy8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing .navbar-nav,
  .cid-svXhsBpcy8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-svXhsBpcy8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-svXhsBpcy8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-svXhsBpcy8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-svXhsBpcy8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-svXhsBpcy8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-svXhsBpcy8 .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-svXhsBpcy8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-svXhsBpcy8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-svXhsBpcy8 .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-svXhsBpcy8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-svXhsBpcy8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-svXhsBpcy8 .nav-link:hover,
.cid-svXhsBpcy8 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-svXhsBMXw4 {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-svXhsBMXw4 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-svXhsBMXw4 .wave {
  fill: #ffffff;
}
.cid-svXhsBMXw4 H1 {
  color: #465052;
}
.cid-svXhsBMXw4 .mbr-text,
.cid-svXhsBMXw4 .mbr-section-btn {
  color: #465052;
}
.cid-svXi1caFJQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svXi1caFJQ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-svXi1caFJQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-svXi1caFJQ H2 {
  text-align: center;
}
.cid-svXiPoOmQa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svXiPoOmQa .mbr-text,
.cid-svXiPoOmQa blockquote {
  color: #767676;
}
.cid-svXiPoOmQa .mbr-text P {
  text-align: left;
}
.cid-svXrh2GVE9 {
  background-color: #ffffff;
}
.cid-svXrh2GVE9 .wave1 {
  fill: #d5ebf2;
}
.cid-svXrh2GVE9 .wave2 {
  fill: #d5ebf2;
  opacity: 0.5;
}
.cid-svXrh2GVE9 .wave3,
.cid-svXrh2GVE9 .wave4 {
  fill: #d5ebf2;
  opacity: 0.35;
}
.cid-svXr7t0Ki1 {
  background-color: #d5ebf2;
}
.cid-svXr7t0Ki1 .wave1 {
  fill: #ffffff;
}
.cid-svXr7t0Ki1 .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-svXr7t0Ki1 .wave3,
.cid-svXr7t0Ki1 .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-svXhsBXKFI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svXhsBXKFI .mbr-section-subtitle {
  color: #767676;
}
.cid-svXhsC5Gqo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svXhsC5Gqo .counter-container {
  color: #767676;
}
.cid-svXhsC5Gqo .counter-container ul {
  margin-bottom: 0;
}
.cid-svXhsC5Gqo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svXhsC5Gqo .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #97c7d5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-svXhsCg5b9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #ffffff);
}
.cid-svXhsCg5b9 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-svXhsCg5b9 .social-list a:focus {
  text-decoration: none;
}
.cid-svXhsCg5b9 H2 {
  color: #80abb8;
}
.cid-svXr37vIad {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-svXr37vIad .content {
    text-align: center;
  }
  .cid-svXr37vIad .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svXr37vIad .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-svXr37vIad .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-svXr37vIad .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-svXr37vIad .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svXr37vIad .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-svXr37vIad .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svXr37vIad .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svXr37vIad .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svXr37vIad .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svXr37vIad .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svXr37vIad .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svXhsCL2fw {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-svXhsCL2fw .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-svXhsCL2fw .wave2 {
  fill: #f0f7f9;
}
.cid-svXhsCSyY3 .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-svXhsCSyY3 .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-svXhsCSyY3 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-svXhsCSyY3 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-svXhsCSyY3 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-svXhsCSyY3 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-svXhsCSyY3 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-svXhsCSyY3 .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-svXhsCSyY3 P {
  color: #232323;
}
.cid-svXhsCSyY3 DIV {
  color: #ffffff;
}
.cid-svXhsCSyY3 H10 {
  color: #767676;
}
.cid-svXhsCSyY3 .hidden {
  display: none;
}
.cid-svXhsDheHo .float {
  position: fixed;
  width: 46px;
  height: 65px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-svXhsDheHo .my-float {
  margin-top: 16px;
}
.cid-svXhsDheHo P {
  color: #232323;
}
.cid-svXhsDheHo DIV {
  color: #ffffff;
}
.cid-svXhsDheHo H10 {
  color: #767676;
}
.cid-svXhsDheHo .hidden {
  display: none;
}
.cid-sEP1ycDsqc {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-1617x1080.jpg");
}
.cid-sEP1ycDsqc svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-sEP1ycDsqc .wave {
  fill: #f0f7f9;
}
.cid-sEP1ycDsqc H1 {
  color: #2e1e14;
}
.cid-sEP1ycDsqc .mbr-text,
.cid-sEP1ycDsqc .mbr-section-btn {
  color: #2e1e14;
}
.cid-sEP1ydjHzO .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sEP1ydjHzO .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-sEP1ydjHzO a {
  font-style: normal;
}
.cid-sEP1ydjHzO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sEP1ydjHzO .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-sEP1ydjHzO .nav-item:focus,
.cid-sEP1ydjHzO .nav-link:focus {
  outline: none;
}
.cid-sEP1ydjHzO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEP1ydjHzO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sEP1ydjHzO .menu-logo {
  margin-right: auto;
}
.cid-sEP1ydjHzO .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-sEP1ydjHzO .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-sEP1ydjHzO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sEP1ydjHzO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sEP1ydjHzO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sEP1ydjHzO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sEP1ydjHzO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sEP1ydjHzO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sEP1ydjHzO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sEP1ydjHzO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEP1ydjHzO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sEP1ydjHzO .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sEP1ydjHzO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sEP1ydjHzO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEP1ydjHzO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sEP1ydjHzO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sEP1ydjHzO .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-sEP1ydjHzO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sEP1ydjHzO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sEP1ydjHzO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sEP1ydjHzO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sEP1ydjHzO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sEP1ydjHzO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sEP1ydjHzO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sEP1ydjHzO button.navbar-toggler:focus {
  outline: none;
}
.cid-sEP1ydjHzO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sEP1ydjHzO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEP1ydjHzO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEP1ydjHzO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEP1ydjHzO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEP1ydjHzO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEP1ydjHzO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEP1ydjHzO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEP1ydjHzO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEP1ydjHzO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sEP1ydjHzO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sEP1ydjHzO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sEP1ydjHzO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sEP1ydjHzO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sEP1ydjHzO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sEP1ydjHzO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sEP1ydjHzO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sEP1ydjHzO .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-sEP1ydjHzO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sEP1ydjHzO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sEP1ydjHzO .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sEP1ydjHzO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sEP1ydjHzO img {
    height: 3.8rem !important;
  }
  .cid-sEP1ydjHzO .btn {
    display: -webkit-flex;
  }
  .cid-sEP1ydjHzO button.navbar-toggler {
    display: block;
  }
  .cid-sEP1ydjHzO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sEP1ydjHzO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sEP1ydjHzO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing,
  .cid-sEP1ydjHzO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing .navbar-nav,
  .cid-sEP1ydjHzO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sEP1ydjHzO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sEP1ydjHzO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sEP1ydjHzO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sEP1ydjHzO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sEP1ydjHzO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEP1ydjHzO .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-sEP1ydjHzO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sEP1ydjHzO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sEP1ydjHzO .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-sEP1ydjHzO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sEP1ydjHzO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sEP1ydjHzO .nav-link:hover,
.cid-sEP1ydjHzO .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sEP3eYxUTh {
  background-color: #eff7f9;
}
.cid-sEP3eYxUTh .wave1 {
  fill: #998587;
}
.cid-sEP3eYxUTh .wave2 {
  fill: #998587;
  opacity: 0.5;
}
.cid-sEP3eYxUTh .wave3,
.cid-sEP3eYxUTh .wave4 {
  fill: #998587;
  opacity: 0.35;
}
.cid-sEP1yh7PGZ {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  background: linear-gradient(0deg, #eff7f9, #998587);
}
.cid-sEP1yh7PGZ p {
  color: #767676;
}
.cid-sEP1yh7PGZ .fondcolor {
  margin-top: 5px;
  border-radius: 11px;
  border: 4px solid #2e1e14;
  background: #998587;
}
.cid-sEP1yh7PGZ .card {
  border-radius: 11px;
  margin-bottom: 4px;
}
.cid-sEP1yh7PGZ .card .card-header {
  border-radius: 11px;
  border: 0px;
  padding: 0;
}
.cid-sEP1yh7PGZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sEP1yh7PGZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEP1yh7PGZ .card .card-header a.panel-title h4 {
  padding: 0.6rem 2rem;
  border: 4px solid #2e1e14;
  margin-bottom: 0;
  border-radius: 11px;
  background-color: #998587;
  display: -webkit-flex;
}
.cid-sEP1yh7PGZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-sEP1yh7PGZ H2 {
  color: #2e1e14;
}
.cid-sEP1yh7PGZ .panel-text {
  color: #ffffff;
}
.cid-sEP1yh7PGZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sEP1yh7PGZ .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sEP1yh7PGZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sEP1yh7PGZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sEP1yh7PGZ H4 {
  color: #2e1e14;
}
.cid-sEP1yh7PGZ P {
  color: #465052;
}
.cid-t2NW5Ir54B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t2NW5Ir54B .card-box {
  padding: 0 2rem;
}
.cid-t2NW5Ir54B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t2NW5Ir54B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t2NW5Ir54B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t2NW5Ir54B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t2NW5Ir54B .mbr-text {
  color: #767676;
}
.cid-t2NW5Ir54B .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-t2NW5Ir54B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sEP1yeSxNu {
  background-color: #eff7f9;
}
.cid-sEP1yeSxNu .wave1 {
  fill: #eedbd9;
}
.cid-sEP1yeSxNu .wave2 {
  fill: #eedbd9;
  opacity: 0.5;
}
.cid-sEP1yeSxNu .wave3,
.cid-sEP1yeSxNu .wave4 {
  fill: #eedbd9;
  opacity: 0.35;
}
.cid-sEP1ygDA1W {
  padding-top: 0px;
  background: linear-gradient(180deg, #eedbd9, #eedbd9);
}
.cid-sEP1ygDA1W .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sEP1ygDA1W .wave2 {
  fill: #f0f7f9;
}
.cid-sEP1yhPiAh {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #eff7f9;
}
.cid-sEP1yhPiAh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sEP1yhPiAh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sEP1yhPiAh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sEP1yhPiAh .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sEP1yhPiAh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sEP1yhPiAh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sEP1yhPiAh .img-item {
    width: 100% !important;
  }
  .cid-sEP1yhPiAh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sEP1yi1BGV {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-sEP1yi1BGV .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sEP1yi1BGV .social-list a:focus {
  text-decoration: none;
}
.cid-sEP1yi1BGV H2 {
  color: #80abb8;
}
.cid-sEP1yinTsn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-sEP1yinTsn .content {
    text-align: center;
  }
  .cid-sEP1yinTsn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEP1yinTsn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sEP1yinTsn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sEP1yinTsn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sEP1yinTsn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sEP1yinTsn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sEP1yinTsn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sEP1yinTsn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sEP1yinTsn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sEP1yinTsn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sEP1yinTsn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sEP1yinTsn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEP1yiKeVK {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-sEP1yiKeVK .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-sEP1yiKeVK .wave2 {
  fill: #f0f7f9;
}
.cid-sEP1yiUOgP .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sEP1yiUOgP .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-sEP1yiUOgP .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-sEP1yiUOgP .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sEP1yiUOgP .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sEP1yiUOgP .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sEP1yiUOgP .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sEP1yiUOgP .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sEP1yiUOgP P {
  color: #232323;
}
.cid-sEP1yiUOgP DIV {
  color: #ffffff;
}
.cid-sEP1yiUOgP H10 {
  color: #767676;
}
.cid-sEP1yiUOgP .hidden {
  display: none;
}
.cid-sEP1yjoCEz .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sEP1yjoCEz .my-float {
  margin-top: 16px;
}
.cid-sEP1yjoCEz P {
  color: #232323;
}
.cid-sEP1yjoCEz DIV {
  color: #ffffff;
}
.cid-sEP1yjoCEz H10 {
  color: #767676;
}
.cid-sEP1yjoCEz .hidden {
  display: none;
}
.cid-t1Xmb24kTX {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-t1Xmb24kTX svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t1Xmb24kTX .wave {
  fill: #f0f7f9;
}
.cid-t1Xmb24kTX H1 {
  color: #2e1e14;
}
.cid-t1Xmb24kTX .mbr-text,
.cid-t1Xmb24kTX .mbr-section-btn {
  color: #2e1e14;
}
.cid-t1Xmb2C0aa .navbar {
  background: #97c7d5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1Xmb2C0aa .navbar-dropdown.bg-color.transparent.opened {
  background: #97c7d5;
}
.cid-t1Xmb2C0aa a {
  font-style: normal;
}
.cid-t1Xmb2C0aa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1Xmb2C0aa .nav-item a {
  display: -webkit-flex;
  align-items: left;
  justify-content: left;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: left;
  -webkit-justify-content: left;
}
.cid-t1Xmb2C0aa .nav-item:focus,
.cid-t1Xmb2C0aa .nav-link:focus {
  outline: none;
}
.cid-t1Xmb2C0aa .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1Xmb2C0aa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1Xmb2C0aa .menu-logo {
  margin-right: auto;
}
.cid-t1Xmb2C0aa .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-t1Xmb2C0aa .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-t1Xmb2C0aa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1Xmb2C0aa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1Xmb2C0aa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1Xmb2C0aa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1Xmb2C0aa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1Xmb2C0aa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1Xmb2C0aa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1Xmb2C0aa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1Xmb2C0aa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1Xmb2C0aa .dropdown .dropdown-menu {
  background: #97c7d5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1Xmb2C0aa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1Xmb2C0aa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1Xmb2C0aa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1Xmb2C0aa .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1Xmb2C0aa .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-t1Xmb2C0aa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1Xmb2C0aa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1Xmb2C0aa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1Xmb2C0aa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1Xmb2C0aa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1Xmb2C0aa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1Xmb2C0aa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1Xmb2C0aa button.navbar-toggler:focus {
  outline: none;
}
.cid-t1Xmb2C0aa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1Xmb2C0aa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1Xmb2C0aa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Xmb2C0aa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Xmb2C0aa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1Xmb2C0aa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Xmb2C0aa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1Xmb2C0aa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1Xmb2C0aa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Xmb2C0aa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1Xmb2C0aa .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1Xmb2C0aa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t1Xmb2C0aa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t1Xmb2C0aa .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1Xmb2C0aa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1Xmb2C0aa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1Xmb2C0aa .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-t1Xmb2C0aa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1Xmb2C0aa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1Xmb2C0aa .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: left;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1Xmb2C0aa.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1Xmb2C0aa img {
    height: 3.8rem !important;
  }
  .cid-t1Xmb2C0aa .btn {
    display: -webkit-flex;
  }
  .cid-t1Xmb2C0aa button.navbar-toggler {
    display: block;
  }
  .cid-t1Xmb2C0aa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1Xmb2C0aa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1Xmb2C0aa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing,
  .cid-t1Xmb2C0aa .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing .navbar-nav,
  .cid-t1Xmb2C0aa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1Xmb2C0aa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t1Xmb2C0aa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1Xmb2C0aa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1Xmb2C0aa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1Xmb2C0aa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1Xmb2C0aa .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-t1Xmb2C0aa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1Xmb2C0aa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1Xmb2C0aa .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-t1Xmb2C0aa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1Xmb2C0aa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1Xmb2C0aa .nav-link:hover,
.cid-t1Xmb2C0aa .dropdown-item:hover {
  color: #232323 !important;
}
.cid-t1Xmb31bTt {
  background-color: #eff7f9;
}
.cid-t1Xmb31bTt .wave1 {
  fill: #8c898f;
}
.cid-t1Xmb31bTt .wave2 {
  fill: #8c898f;
  opacity: 0.5;
}
.cid-t1Xmb31bTt .wave3,
.cid-t1Xmb31bTt .wave4 {
  fill: #8c898f;
  opacity: 0.35;
}
.cid-t1XnSlFNTR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t1XnSlFNTR .mbr-section-subtitle {
  color: #efefef;
}
.cid-t1XnSlFNTR H2 {
  color: #813046;
}
.cid-t1Xmb3GrHe {
  background-color: #8c8a8f;
}
.cid-t1Xmb3GrHe .wave1 {
  fill: #eedbd9;
}
.cid-t1Xmb3GrHe .wave2 {
  fill: #eedbd9;
  opacity: 0.5;
}
.cid-t1Xmb3GrHe .wave3,
.cid-t1Xmb3GrHe .wave4 {
  fill: #eedbd9;
  opacity: 0.35;
}
.cid-t1Xmb3NEtu {
  padding-top: 0px;
  background: linear-gradient(180deg, #eedbd9, #eedbd9);
}
.cid-t1Xmb3NEtu .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-t1Xmb3NEtu .wave2 {
  fill: #f0f7f9;
}
.cid-t1Xmb3UJaW {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #eff7f9;
}
.cid-t1Xmb3UJaW .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-t1Xmb3UJaW .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-t1Xmb3UJaW .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-t1Xmb3UJaW .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-t1Xmb3UJaW .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-t1Xmb3UJaW .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-t1Xmb3UJaW .img-item {
    width: 100% !important;
  }
  .cid-t1Xmb3UJaW .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-t1Xmb44vIQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #97c7d5, #eff7f9);
}
.cid-t1Xmb44vIQ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-t1Xmb44vIQ .social-list a:focus {
  text-decoration: none;
}
.cid-t1Xmb44vIQ H2 {
  color: #80abb8;
}
.cid-t1Xmb4kFWK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #97c7d5;
}
@media (max-width: 767px) {
  .cid-t1Xmb4kFWK .content {
    text-align: center;
  }
  .cid-t1Xmb4kFWK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Xmb4kFWK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1Xmb4kFWK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1Xmb4kFWK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t1Xmb4kFWK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1Xmb4kFWK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t1Xmb4kFWK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1Xmb4kFWK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t1Xmb4kFWK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1Xmb4kFWK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1Xmb4kFWK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1Xmb4kFWK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1Xmb4CRmS {
  padding-top: 75px;
  background: linear-gradient(180deg, #97c7d5, #5daec9);
}
.cid-t1Xmb4CRmS .wave1 {
  opacity: 0.35;
  fill: #f0f7f9;
}
.cid-t1Xmb4CRmS .wave2 {
  fill: #f0f7f9;
}
.cid-t1Xmb4Lunu .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t1Xmb4Lunu .icon-bar a:hover {
  background-color: #80abb8;
  margin-left: -50px;
  width: 100px;
}
.cid-t1Xmb4Lunu .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 1px;
  border-radius: 5px;
}
.cid-t1Xmb4Lunu .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-t1Xmb4Lunu .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-t1Xmb4Lunu .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-t1Xmb4Lunu .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-t1Xmb4Lunu .corner-ribbon.top-zen {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-t1Xmb4Lunu P {
  color: #232323;
}
.cid-t1Xmb4Lunu DIV {
  color: #ffffff;
}
.cid-t1Xmb4Lunu H10 {
  color: #767676;
}
.cid-t1Xmb4Lunu .hidden {
  display: none;
}
.cid-t1Xmb5eRJn .float {
  position: fixed;
  width: 46px;
  height: 59px;
  bottom: 250px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 39px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-t1Xmb5eRJn .my-float {
  margin-top: 16px;
}
.cid-t1Xmb5eRJn P {
  color: #232323;
}
.cid-t1Xmb5eRJn DIV {
  color: #ffffff;
}
.cid-t1Xmb5eRJn H10 {
  color: #767676;
}
.cid-t1Xmb5eRJn .hidden {
  display: none;
}
