@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.11rem;
  line-height: 1;
  letter-spacing: -0.67px;
  font-weight: 400;
}
.display-1 > .mbr-iconfont {
  font-size: 5.1375rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.56rem;
  line-height: 1.05;
  letter-spacing: -0.58px;
  font-weight: 400;
}
.display-2 > .mbr-iconfont {
  font-size: 4.45rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.33rem;
  line-height: 1.2;
  letter-spacing: -0.38px;
  font-weight: 400;
}
.display-5 > .mbr-iconfont {
  font-size: 2.9125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 400;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.288rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.877rem;
    font-size: calc(2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.0885000000000002rem + (4.11 - 2.0885000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.848rem;
    font-size: calc(1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.888rem;
    font-size: calc(1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0385rem + (1.11 - 1.0385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.864rem;
    font-size: calc(1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.4655rem + (2.33 - 1.4655) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
@keyframes scale-in {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes scale-out {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.btn {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.75rem 1rem;
  border-radius: 0;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #419e8e !important;
}
.btn-secondary {
  background-color: #5c6873 !important;
}
.bg-success {
  background-color: #fdf8c6 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #5A9EA2 !important;
}
.bg-danger {
  background-color: #307b6e !important;
}
.btn-primary, .btn-primary:active {
  background-color: #419e8e !important;
  border-color: #419e8e !important;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  background: #307b6e !important;
  color: #ffffff !important;
  border-color: #307b6e !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff !important;
  background-color: #307b6e !important;
  border-color: #307b6e !important;
}
.btn-secondary, .btn-secondary:active {
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
  color: #ffffff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active {
  background: #5A9EA2 !important;
  color: #ffffff !important;
  border-color: #5A9EA2 !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5A9EA2 !important;
  border-color: #5A9EA2 !important;
}
.btn-info, .btn-info:active {
  background-color: #419e8e !important;
  border-color: #419e8e !important;
  color: #ffffff !important;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active {
  background: #5c6873 !important;
  color: #ffffff !important;
  border-color: #5c6873 !important;
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-success, .btn-success:active {
  background-color: #fdf8c6 !important;
  border-color: #fdf8c6 !important;
  color: #2a2601 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active {
  background: #419e8e !important;
  color: #ffffff !important;
  border-color: #419e8e !important;
}
.btn-success.disabled, .btn-success:disabled {
  color: #2a2601 !important;
  background-color: #419e8e !important;
  border-color: #419e8e !important;
}
.btn-warning, .btn-warning:active {
  background-color: #5A9EA2 !important;
  border-color: #5A9EA2 !important;
  color: #ffffff !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active {
  background: #fdf8c6 !important;
  color: #2a2601 !important;
  border-color: #fdf8c6 !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fdf8c6 !important;
  border-color: #fdf8c6 !important;
}
.btn-danger, .btn-danger:active {
  background-color: #307b6e !important;
  border-color: #307b6e !important;
  color: #ffffff !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active {
  background: #fdf8c6 !important;
  color: #2a2601 !important;
  border-color: #fdf8c6 !important;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fdf8c6 !important;
  border-color: #fdf8c6 !important;
}
.btn-white, .btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.btn-white.disabled, .btn-white:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black, .btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #ffffff !important;
}
.btn-black.disabled, .btn-black:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline, .btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #419e8e;
  color: #419e8e;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #419e8e !important;
  border-color: #419e8e !important;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #419e8e !important;
  border-color: #419e8e !important;
}
.btn-secondary-outline, .btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c6873;
  color: #5c6873;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c6873 !important;
  border-color: #5c6873 !important;
}
.btn-info-outline {
  color: #419e8e !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-info-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #419e8e;
}
.btn-info-outline:hover {
  background-color: transparent !important;
  color: #5A9EA2 !important;
}
.btn-info-outline:active {
  outline: none;
}
.btn-info-outline:hover:after {
  background-color: #5A9EA2;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-success-outline, .btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fdf8c6;
  color: #fdf8c6;
}
.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active {
  color: #bdad07 !important;
  background-color: #fdf8c6 !important;
  border-color: #fdf8c6 !important;
}
.btn-success-outline.disabled, .btn-success-outline:disabled {
  color: #bdad07 !important;
  background-color: #fdf8c6 !important;
  border-color: #fdf8c6 !important;
}
.btn-warning-outline {
  color: #5A9EA2 !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-warning-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #5A9EA2;
}
.btn-warning-outline:hover {
  background-color: transparent !important;
  color: #307b6e !important;
}
.btn-warning-outline:active {
  outline: none;
}
.btn-warning-outline:hover:after {
  background-color: #307b6e;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-danger-outline {
  color: #419e8e !important;
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: .25rem !important;
  position: relative;
  font-weight: 500 !important;
  transition: color 0.25s cubic-bezier(0.28, 0.44, 0.49, 1);
}
.btn-danger-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  will-change: transform;
  background-color: #419e8e;
}
.btn-danger-outline:hover {
  background-color: transparent !important;
  color: #5c6873 !important;
}
.btn-danger-outline:active {
  outline: none;
}
.btn-danger-outline:hover:after {
  background-color: #5c6873;
  animation: scale-out 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0s forwards, scale-in 0.25s cubic-bezier(0.28, 0.44, 0.49, 1) 0.25s forwards;
}
.btn-black-outline, .btn-black-outline:active, .btn-black-outline.active {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-white-outline, .btn-white-outline:active, .btn-white-outline.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #419e8e !important;
}
.text-secondary {
  color: #5c6873 !important;
}
.text-success {
  color: #fdf8c6 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #5A9EA2 !important;
}
.text-danger {
  color: #307b6e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover, a.text-primary:focus, a.text-primary.active {
  color: #419e8e !important;
}
a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active {
  color: #5c6873 !important;
}
a.text-success:hover, a.text-success:focus, a.text-success.active {
  color: #fdf8c6 !important;
}
a.text-info:hover, a.text-info:focus, a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover, a.text-warning:focus, a.text-warning.active {
  color: #5A9EA2 !important;
}
a.text-danger:hover, a.text-danger:focus, a.text-danger.active {
  color: #307b6e !important;
}
a.text-white:hover, a.text-white:focus, a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover, a.text-black:focus, a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #419e8e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #5A9EA2;
}
.alert-danger {
  background-color: #307b6e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #419e8e;
  border-color: #419e8e;
  color: #ffffff;
}
a, a:hover {
  color: #419e8e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ed1c5;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0e4de;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #67c4b4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3875rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.11rem;
  line-height: 1.68;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3875rem;
}
blockquote {
  border-color: #419e8e;
}
/* Forms */
.jq-selectbox li:hover, .jq-selectbox li.selected {
  background-color: #419e8e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #419e8e;
}
.jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after {
  border-top-color: #419e8e;
  border-bottom-color: #419e8e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #419e8e !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: #5c6873 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder, .lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23419e8e' %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.5;
}
.cid-sgRvsVvC03 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgRvsVvC03 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sgRvsVvC03 a {
  font-style: normal;
}
.cid-sgRvsVvC03 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgRvsVvC03 .show {
  overflow: visible;
}
.cid-sgRvsVvC03 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgRvsVvC03 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgRvsVvC03 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRvsVvC03 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRvsVvC03 .nav-item:focus, .cid-sgRvsVvC03 .nav-link:focus {
  outline: none;
}
.cid-sgRvsVvC03 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRvsVvC03 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRvsVvC03 .menu-logo {
  margin-right: auto;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRvsVvC03 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgRvsVvC03 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRvsVvC03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRvsVvC03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRvsVvC03 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRvsVvC03 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgRvsVvC03 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRvsVvC03 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgRvsVvC03 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRvsVvC03 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRvsVvC03 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRvsVvC03 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgRvsVvC03 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRvsVvC03 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgRvsVvC03 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRvsVvC03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sgRvsVvC03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgRvsVvC03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRvsVvC03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgRvsVvC03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgRvsVvC03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgRvsVvC03 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgRvsVvC03 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgRvsVvC03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgRvsVvC03 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgRvsVvC03 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRvsVvC03 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRvsVvC03 .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse.collapsing, .cid-sgRvsVvC03 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-sgRvsVvC03 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-sgRvsVvC03 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-sgRvsVvC03 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRvsVvC03 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-sgRvsVvC03 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sgRvsVvC03 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRvsVvC03 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRvsVvC03 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRvsVvC03 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgRvsVvC03 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRvsVvC03 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRvsVvC03 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgRvsVvC03.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRvsVvC03 img {
    height: 3.8rem !important;
  }
  .cid-sgRvsVvC03 .btn {
    display: -webkit-flex;
  }
  .cid-sgRvsVvC03 button.navbar-toggler {
    display: block;
  }
  .cid-sgRvsVvC03 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRvsVvC03 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRvsVvC03 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRvsVvC03 .navbar-collapse.collapsing, .cid-sgRvsVvC03 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgRvsVvC03 .navbar-collapse.collapsing .navbar-nav, .cid-sgRvsVvC03 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRvsVvC03 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-sgRvsVvC03 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRvsVvC03 .navbar-collapse.collapsing .navbar-buttons, .cid-sgRvsVvC03 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRvsVvC03 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-sgRvsVvC03 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRvsVvC03 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgRvsVvC03 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRvsVvC03 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRvsVvC03 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgRvsVvC03 .nav-link {
    justify-content: start !important;
  }
  .cid-sgRvsVvC03 .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgRvsVvC03 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgRvsVvC03 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgRvsVvC03 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRvsVvC03 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRvsVvC03 .nav-link:hover, .cid-sgRvsVvC03 .dropdown-item:hover {
  color: #000000 !important;
  opacity: .75;
}
.cid-sgRvsVvC03 .nav-link:active, .cid-sgRvsVvC03 .dropdown-item:active {
  color: #5A9EA2;
}
@media (min-width: 1500px) {
  .cid-sgRvsVvC03 .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sgRvsVvC03 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgRvsVvC03 .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgRvsVvC03 .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sgRvNcGr2o {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-sgRvNcGr2o .container {
    max-width: 1330px !important;
  }
}
.cid-sgRvNcGr2o .content-wrap {
  background-color: #bcd9df;
}
.cid-sgRvNcGr2o .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgRvNcGr2o .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-sgRvNcGr2o .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-sgRvNcGr2o .img-wrap {
  height: 100%;
}
.cid-sgRvNcGr2o .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sgRvNcGr2o .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-sgRvNcGr2o .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-sgRvNcGr2o [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-sgRvNcGr2o .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sgRvNcGr2o .mbr-section-subtitle, .cid-sgRvNcGr2o .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sgRvNcGr2o H1 {
  text-align: left;
  color: #000000;
}
.cid-szzNqiA5fU {
  background-image: url("../../../assets/images/033.jpg");
}
.cid-szzNqiA5fU .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-szzNqiA5fU .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szzNqiA5fU .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-szzNqiA5fU .text-content {
    width: 100%;
  }
}
.cid-szzNqiA5fU .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-szzNqiA5fU .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-szzNqiA5fU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-szzNqiA5fU .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-szzNqiA5fU .mbr-text {
    text-align: center;
  }
}
.cid-szzNqiA5fU .mbr-section-subtitle {
  text-align: left;
}
.cid-szzNqiA5fU .mbr-section-btn, .cid-szzNqiA5fU .mbr-section-title {
  text-align: left;
}
.cid-szzNqiA5fU P {
  text-align: left;
}
.cid-szzNr3MG6y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szzNr3MG6y {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-szzNr3MG6y .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-szzNr3MG6y .mbr-section-btn {
  animation-delay: .4s;
}
.cid-szzNr3MG6y .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-szzNr3MG6y .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-szzNr3MG6y .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-szzNr3MG6y section {
  position: relative;
}
.cid-szzNr3MG6y .mbr-iconfont {
  padding: 0 !important;
}
.cid-szzNr3MG6y .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #5A9EA2;
}
@media (max-width: 767px) {
  .cid-szzNr3MG6y .back {
    width: 100%;
  }
}
.cid-szzNr3MG6y .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-szzNr3MG6y .box {
    margin-bottom: 1rem;
  }
}
.cid-szzNr3MG6y .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-szzNr3MG6y .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-szzNr3MG6y .icon-wrap span {
  padding-left: 8px;
}
.cid-szzNr3MG6y .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-szzNr3MG6y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-szzNr3MG6y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szzNr3MG6y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-szzNr3MG6y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-szzNr3MG6y a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-szzNr3MG6y a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-szzNr3MG6y {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-szzNr3MG6y .box {
    height: 250px;
  }
  .cid-szzNr3MG6y .row {
    padding: 1rem !important;
  }
}
.cid-szzNr3MG6y H1 {
  text-align: left;
}
.cid-szzNr3MG6y .mbr-section-subtitle, .cid-szzNr3MG6y .mbr-section-btn {
  text-align: left;
}
.cid-szzNr3MG6y .mbr-section-text, .cid-szzNr3MG6y .mbr-section-btn {
  text-align: left;
}
.cid-szzNrZSyeI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szzNrZSyeI {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-szzNrZSyeI .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-szzNrZSyeI .mbr-section-btn {
  animation-delay: .4s;
}
.cid-szzNrZSyeI .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szzNrZSyeI .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-szzNrZSyeI .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-szzNrZSyeI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #d4e7eb;
}
@media (max-width: 991px) {
  .cid-szzNrZSyeI .back {
    width: 100%;
    height: 100%;
  }
}
.cid-szzNrZSyeI section {
  position: relative;
}
.cid-szzNrZSyeI .box {
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-szzNrZSyeI .box {
    padding-top: 8rem;
  }
}
.cid-szzNrZSyeI .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-szzNrZSyeI {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-szzNrZSyeI .row {
    padding: 1rem !important;
  }
}
.cid-szzNrZSyeI H1 {
  text-align: left;
}
.cid-szzNrZSyeI .mbr-section-subtitle, .cid-szzNrZSyeI .mbr-section-btn {
  text-align: left;
}
.cid-szzNrZSyeI .mbr-section-text, .cid-szzNrZSyeI .mbr-section-btn {
  text-align: left;
}
.cid-sgRvQDSyRh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgRvQDSyRh .mbr-section-title {
  text-align: left;
}
.cid-sgRvQDSyRh .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.cid-sgRvQDSyRh .mbr-section-btn {
  padding-top: 2rem;
}
.cid-sgRvQDSyRh .section-header {
  margin-bottom: 3rem;
}
.cid-sgRvQDSyRh .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-sgRvQDSyRh .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-sgRvQDSyRh .row-item.card1 {
  /*  background: #c4dedb;*/
  background-image: url("../../images/product-bg.jpg");
}
.cid-sgRvQDSyRh .row-item.card2 {
  /* background: #fdf8c6;*/
  background-image: url("../../images/product-bg2.jpg");
}
.cid-sgRvQDSyRh .row-item.card3 {
  /* background: #cfd5e1;*/
  background-image: url("../../images/product-bg2.jpg");
}
.cid-sgRvQDSyRh .row-item.card4 {
  /* background: #d4e7eb*/ ;
  background-image: url("../../images/product-bg.jpg");
}
@media (max-width: 1024px) {
  .cid-sgRvQDSyRh .row-item {
    padding: 2rem;
  }
}
.cid-sgRvQDSyRh .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sgRvQDSyRh .card-img, .cid-sgRvQDSyRh .mbr-text, .cid-sgRvQDSyRh .mbr-card-title, .cid-sgRvQDSyRh .mbr-section-subtitle, .cid-sgRvQDSyRh .mbr-section-title, .cid-sgRvQDSyRh .underline {
    text-align: center !important;
  }
}
.cid-sgRvQDSyRh .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-sgRvQDSyRh .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-sgRvQDSyRh .card2 > .mbr-text, .cid-sgRvQDSyRh .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-sgRvQDSyRh .card1 > .mbr-text, .cid-sgRvQDSyRh .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-sgRvQDSyRh .card3 > .mbr-text, .cid-sgRvQDSyRh .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-sgRvQDSyRh .card4 > .mbr-text, .cid-sgRvQDSyRh .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-szzNaoRsPJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szzNaoRsPJ .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-szzNaoRsPJ .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-szzNaoRsPJ .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-szzNaoRsPJ .box2 {
  background-image: url("../../images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-szzNaoRsPJ .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-szzNaoRsPJ .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-szzNaoRsPJ .icon-wrap span {
  padding-left: 8px;
}
.cid-szzNaoRsPJ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-szzNaoRsPJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-szzNaoRsPJ .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-szzNaoRsPJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szzNaoRsPJ .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-szzNaoRsPJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szzNaoRsPJ .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-szzNaoRsPJ .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-szzNaoRsPJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-szzNaoRsPJ a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szzNaoRsPJ {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .cid-szzNaoRsPJ {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-szzNaoRsPJ .box2 {
    height: 250px;
  }
}
.cid-szzNaoRsPJ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-szzNaoRsPJ .mbr-text, .cid-szzNaoRsPJ .mbr-section-btn {
  text-align: left;
}
.cid-szzNbdNvw8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-szzNbdNvw8 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-szzNbdNvw8 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-szzNbdNvw8 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-szzNbdNvw8 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-szzNbdNvw8 .mbr-text, .cid-szzNbdNvw8 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-szzNbdNvw8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgRvSF1w7C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgRvSF1w7C .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sgRvSF1w7C .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-sgRvSF1w7C .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.cid-sgRvSF1w7C .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-sgRvSF1w7C .mbr-text, .cid-sgRvSF1w7C .mbr-section-btn {
  text-align: left;
}
.cid-sgRvSF1w7C .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #000000;
}
.cid-sgRvSF1w7C .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-sgRvSF1w7C .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sgRvSF1w7C .mbr-text-2, .cid-sgRvSF1w7C .mbr-section-btn {
  text-align: left;
}
.cid-sgRvSF1w7C .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-sgRvSF1w7C .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sgRvSF1w7C .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-sgRvSF1w7C .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-sgRvSF1w7C .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-sgRvSF1w7C .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-sgRvTcp1GG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #C1D6D3;
}
.cid-sgRvTcp1GG span {
  color: #c1c1c1;
}
.cid-sgRvTcp1GG .mbr-text {
  padding-left: 1.5rem;
}
.cid-sgRvTcp1GG .mbr-section-title {
  padding-left: 1.5px;
}
.cid-sgRvTcp1GG .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-sgRvTcp1GG H1 {
  text-align: left;
  color: #000000;
}
.cid-sgRvTcp1GG .mbr-text, .cid-sgRvTcp1GG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-szzNd9HsXm {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szzNd9HsXm .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-szzNd9HsXm .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-szzNd9HsXm .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #d4e7eb;
  border-radius: 50%;
  color: #d4e7eb;
  background: #fff;
  opacity: 1;
}
.cid-szzNd9HsXm .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-szzNd9HsXm .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-szzNd9HsXm .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-szzNd9HsXm .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #d4e7eb;
}
@media (max-width: 991px) {
  .cid-szzNd9HsXm .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-szzNd9HsXm .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-szzNd9HsXm .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #d4e7eb;
  width: 100%;
  height: 100%;
}
.cid-szzNd9HsXm .carousel-indicators .li1::after {
  content: "1";
}
.cid-szzNd9HsXm .carousel-indicators .li2::after {
  content: "2";
}
.cid-szzNd9HsXm .carousel-indicators .li3::after {
  content: "3";
}
.cid-szzNd9HsXm .carousel-indicators .li4::after {
  content: "4";
}
.cid-szzNd9HsXm li.active, .cid-szzNd9HsXm li:active {
  opacity: 1;
  border-color: #5A9EA2;
}
.cid-szzNd9HsXm li.active:after, .cid-szzNd9HsXm li:active:after {
  color: #5A9EA2;
}
.cid-szzNd9HsXm li.active:before, .cid-szzNd9HsXm li:active:before {
  background-color: #5A9EA2 !important;
}
@media (max-width: 767px) {
  .cid-szzNd9HsXm .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-szzNd9HsXm .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-szzNd9HsXm .mbr-text {
  margin-top: 1rem;
}
.cid-szzNd9HsXm .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-szzNd9HsXm .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #d7c3d7;
}
@media (max-width: 767px) {
  .cid-szzNd9HsXm .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-szzNd9HsXm .row-element, .cid-szzNd9HsXm .image-element {
  padding: 0;
}
.cid-szzNd9HsXm .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-szzNd9HsXm .image-element img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-szzNd9HsXm .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-szzNd9HsXm .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-szzNd9HsXm .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-szzNd9HsXm .card-wrap {
    margin-top: 1rem;
  }
}
.cid-szzNd9HsXm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szzNd9HsXm .carousel-item.active, .cid-szzNd9HsXm .carousel-item-next {
  display: flex;
}
.cid-szzNd9HsXm .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-szzNd9HsXm .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szzNd9HsXm .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-szzNd9HsXm .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #419e8e;
  background-color: #419e8e;
}
.cid-szzNd9HsXm .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-szzNd9HsXm .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szzNd9HsXm .image-element {
    min-width: 50%;
  }
  .cid-szzNd9HsXm .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-szzNd9HsXm .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-szzNd9HsXm .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-szzNd9HsXm .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-szzNd9HsXm .icon-left {
  margin-right: 0.1rem;
}
.cid-szzNd9HsXm .icon-right {
  margin-left: 0.1rem;
}
.cid-szzNd9HsXm H1 {
  text-align: left;
}
.cid-szzNd9HsXm .mbr-section-text, .cid-szzNd9HsXm .mbr-section-btn {
  text-align: left;
}
.cid-sgRvZuoN9b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sgRvZuoN9b [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-sgRvZuoN9b .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-sgRvZuoN9b .carousel-item {
  justify-content: center;
  text-align: left;
  transition: none;
}
@media (min-width: 992px) {
  .cid-sgRvZuoN9b .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-sgRvZuoN9b .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sgRvZuoN9b .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-sgRvZuoN9b .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-sgRvZuoN9b .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sgRvZuoN9b .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-sgRvZuoN9b .slider__title {
    margin-left: 2rem;
  }
}
.cid-sgRvZuoN9b .carousel-item.active, .cid-sgRvZuoN9b .carousel-item-next, .cid-sgRvZuoN9b .carousel-item-prev {
  display: flex;
}
.cid-sgRvZuoN9b .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgRvZuoN9b .carousel-control-next, .cid-sgRvZuoN9b .carousel-control-prev {
  opacity: 1 !important;
}
.cid-sgRvZuoN9b .carousel-control-next:hover, .cid-sgRvZuoN9b .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-sgRvZuoN9b .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-sgRvZuoN9b .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
}
.cid-sgRvZuoN9b .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-sgRvZuoN9b .col-lg-15 {
  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-sgRvZuoN9b .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgRvZuoN9b .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-sgRvZuoN9b .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sgRvZuoN9b .cloneditem-1, .cid-sgRvZuoN9b .cloneditem-2, .cid-sgRvZuoN9b .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sgRvZuoN9b .carousel-controls {
    display: none;
  }
  .cid-sgRvZuoN9b .mbr-text, .cid-sgRvZuoN9b .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-sgRvTN4FKH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sgRvTN4FKH .card-wrapper {
  background-color: #cfd5e1;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sgRvTN4FKH .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgRvTN4FKH .text-wrapper {
  max-width: 28rem;
}
.cid-sgRvTN4FKH .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgRvTN4FKH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgRvTN4FKH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sgRvTN4FKH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgRvTN4FKH .content-wrapper {
    padding: 3rem;
  }
  .cid-sgRvTN4FKH .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sgRvTN4FKH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szzNh0TN3Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szzNh0TN3Z .text-wrapper {
  max-width: 28rem;
  margin-right: auto;
}
.cid-szzNh0TN3Z .card {
  margin-bottom: 1rem;
}
.cid-szzNh0TN3Z .cards-container [class*="col"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.cid-szzNh0TN3Z .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  background-color: #379383;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szzNh0TN3Z .card-box {
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .cid-szzNh0TN3Z .section-subtitle {
    margin-bottom: 2rem !important;
  }
}
.cid-szzNh0TN3Z .mbr-section-title {
  text-align: left;
}
.cid-szzNh0TN3Z .mbr-text {
  text-align: left;
}
.cid-szzNh0TN3Z .card-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.cid-szzNh0TN3Z .card-sub-title {
  color: #ffffff;
  text-align: left;
}
.cid-szzNh0TN3Z .section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.cid-szzNh0TN3Z .section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sgRvVbnQyz {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sgRvVbnQyz .card {
  margin-bottom: .75rem;
  padding: 1rem 2.5rem;
  background-color: #fafafa;
  width: 100%;
  border-radius: 0 !important;
}
.cid-sgRvVbnQyz .card img {
  height: 59px;
  width: 100%;
  object-fit: contain;
}
.cid-sgRvVbnQyz .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-sgRvVbnQyz .logo-container {
  justify-content: space-around;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-sgRvVbnQyz .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-sgRvVbnQyz H2 {
  color: #000000;
  text-align: center;
}
.cid-sgRvVbnQyz .mbr-section-subtitle, .cid-sgRvVbnQyz .mbr-section-btn {
  text-align: center;
}
.cid-szzNfl4wwB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szzNfl4wwB [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-szzNfl4wwB .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-szzNfl4wwB .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-szzNfl4wwB .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-szzNfl4wwB .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-szzNfl4wwB .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-szzNfl4wwB .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-szzNfl4wwB .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-szzNfl4wwB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szzNfl4wwB .card-sub-title {
  text-align: center;
}
.cid-szzNfl4wwB .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-szzNidelLJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szzNidelLJ H1 {
  color: #000000;
}
.cid-szzNidelLJ .mbr-text, .cid-szzNidelLJ .mbr-section-btn {
  color: #000000;
}
.cid-szzNidelLJ .mbr-subtitle {
  color: #000000;
}
.cid-szzNidelLJ .mbr-text {
  margin-top: 1.5rem;
}
.cid-szzNidelLJ .mbr-section-btn {
  margin-top: 2rem;
}
.cid-szzN0YKbdQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szzN0YKbdQ p {
  margin-bottom: 0;
}
.cid-szzN0YKbdQ .section-header {
  margin-bottom: 2rem;
}
.cid-szzN0YKbdQ .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.cid-szzN0YKbdQ .icon-wrapper {
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-szzN0YKbdQ .icon {
  min-width: 33px;
  height: 33px;
  font-size: .7rem;
  font-weight: 900;
  color: black;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-szzN0YKbdQ .icon:before {
  content: "\e908" !important;
}
.cid-szzN0YKbdQ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-szzN0YKbdQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-szzN0YKbdQ .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-szzN0YKbdQ .accordion-content {
  max-width: 28rem !important;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-szzN0YKbdQ .panel-group {
  width: 100%;
}
.cid-szzN0YKbdQ .panel-title {
  border-radius: 0px;
}
.cid-szzN0YKbdQ .card {
  margin-bottom: 1rem !important;
}
.cid-szzN0YKbdQ .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szzN0YKbdQ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szzN0YKbdQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szzN0YKbdQ .card .panel-body {
  padding: 1rem 0 1.5rem 0;
}
.cid-szzN0YKbdQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szzN0YKbdQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-szzN0YKbdQ .header-text {
  color: #000000;
  margin-left: .75rem;
}
.cid-szzN0YKbdQ .panel-text {
  color: #000000;
}
.cid-szzN0YKbdQ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-szzN0YKbdQ .accordion-section {
    margin-top: 2rem;
  }
}
.cid-szzN0YKbdQ .sign {
  color: #000000;
}
.cid-sgRvY2LBD8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sgRvY2LBD8 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sgRvY2LBD8 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sgRvY2LBD8 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sgRvY2LBD8 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sgRvY2LBD8 .mbr-text, .cid-sgRvY2LBD8 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sgRvY2LBD8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgRvZ6Qt1U {
  background: #fafafa;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-sgRvZ6Qt1U .image-block {
  margin: auto;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.cid-sgRvZ6Qt1U img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sgRvZ6Qt1U .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sgRvZ6Qt1U .wrap {
    opacity: 1 !important;
  }
}
.cid-sgRvZ6Qt1U [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sgRvZ6Qt1U .mbr-section-title {
  text-align: left;
}
.cid-sgRw4l8cXi {
  padding-top: 4rem;
  padding-bottom: 6rem;	
  background-color: #C1D6D3;
}

.cid-sgRw4l8cXi .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgRw4l8cXi .social-row {
    justify-content: center;
  }
  .cid-sgRw4l8cXi .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sgRw4l8cXi .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sgRw4l8cXi a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #000;
/*  justify-content: center;
  align-items: center;*/
}
.cid-sgRw4l8cXi .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sgRw4l8cXi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #522802;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgRw4l8cXi .soc-item:hover .mbr-iconfont {
  color: #419e8e;
}
.cid-sgRw4l8cXi .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sgRw4l8cXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgRw4l8cXi .list {
    margin-bottom: 0rem;
  }
}
.cid-sgRw4l8cXi .mbr-iconfont {
  transition: color 0.3s;
  color: #522802;
  font-size: 1.2rem;
}
.cid-sgRw4l8cXi .addres-list {
  text-align: left;
  color: #000000;
}
.cid-sgRw4l8cXi li {
  margin-bottom: .5rem;
}
.cid-sgRw4l8cXi li:hover {
  opacity: .75;
}
.cid-sgRw4l8cXi .privacy {
  display: flex;
  justify-content: space-between;
/*  align-items: center;*/
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sgRw4l8cXi SPAN {
  text-align: right;
  color: #000000;
}
.cid-sgRw4l8cXi .privacy-text {
  text-align: left;
}
.cid-sgRw5w5ucj {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgRw5w5ucj .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-sgRw5w5ucj .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-sgRw5w5ucj .card-img {
  width: 49px;
  height: 49px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-sgRw5w5ucj .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-sgRw5w5ucj .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-sgRw5w5ucj .arrow-group span {
  margin-right: 13.5px;
}
.cid-sgRw5w5ucj .wrap {
  display: flex;
}
.cid-sgRw5w5ucj .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sgRw5w5ucj .icon:before {
  content: "\e908" !important;
}
.cid-sgRw5w5ucj .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sgRw5w5ucj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sgRw5w5ucj .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-sgRw5w5ucj .card .card-header a.panel-title {
  background-color: transparent !important;
}
.cid-sgRw5w5ucj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sgRw5w5ucj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sgRw5w5ucj .panel-group {
  width: 100%;
}
.cid-sgRw5w5ucj .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-sgRw5w5ucj .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sgRw5w5ucj .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-sgRw5w5ucj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sgRw5w5ucj .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sgRw5w5ucj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sgRw5w5ucj .header-article-text:hover {
  text-decoration: underline;
}
.cid-sgRw5w5ucj .panel-text {
  color: #000000;
  text-align: left;
}
.cid-sgRw5w5ucj .header-text, .cid-sgRw5w5ucj .sign {
  color: #000000;
  text-align: left;
}
.cid-sgRw5w5ucj .header-article-text, .cid-sgRw5w5ucj .sign {
  color: #000000;
  text-align: left;
}
.cid-sgRw5w5ucj .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-sgRw5w5ucj h4 {
  margin-bottom: 0;
}
.cid-szzMZ8tqoG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-szzMZ8tqoG .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-szzMZ8tqoG .form-block {
    padding: 1rem;
  }
}
.cid-szzMZ8tqoG input::-webkit-input-placeholder, .cid-szzMZ8tqoG textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-szzMZ8tqoG input:-moz-placeholder, .cid-szzMZ8tqoG textarea:-moz-placeholder {
  opacity: .5;
}
.cid-szzMZ8tqoG .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-szzMZ8tqoG .content-panel {
  padding: 3rem 2.5rem;
  background-color: #fdf8c6;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .cid-szzMZ8tqoG .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-szzMZ8tqoG .text-block {
    margin-bottom: 2rem;
  }
}
.cid-szzMZ8tqoG .mbr-section-title {
  text-align: left;
}
.cid-szzN86eRLv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-szzN86eRLv .card {
  margin-bottom: .75rem;
  padding: 1rem 2.5rem;
  background-color: #fafafa;
  width: 100%;
  border-radius: 0 !important;
}
.cid-szzN86eRLv .card img {
  height: 59px;
  width: 100%;
  object-fit: contain;
}
.cid-szzN86eRLv .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-szzN86eRLv .logo-container {
  justify-content: space-around;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-szzN86eRLv .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-szzN86eRLv H2 {
  color: #000000;
  text-align: center;
}
.cid-szzN86eRLv .mbr-section-subtitle, .cid-szzN86eRLv .mbr-section-btn {
  text-align: center;
}
.cid-szzN6yQdO2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szzN6yQdO2 .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.cid-szzN6yQdO2 .card {
  margin-bottom: 1.5rem;
}
.cid-szzN6yQdO2 .card-wrapper {
  padding: 3rem 2.5rem;
  background-color: #ffffff;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.cid-szzN6yQdO2 .card-wrapper-1 {
  border-color: #5A9EA2;
}
.cid-szzN6yQdO2 .card-wrapper-2 {
  border-color: #eec39c;
}
.cid-szzN6yQdO2 .card-wrapper-3 {
  border-color: #bcd9df;
}
.cid-szzN6yQdO2 .card-wrapper-4 {
  border-color: #5A9EA2;
}
.cid-szzN6yQdO2 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.cid-szzN6yQdO2 .card-text {
  color: #000000;
  text-align: left;
}
.cid-szzN6yQdO2 .card-title, .cid-szzN6yQdO2 .icon-wrap {
  color: #000000;
  text-align: left;
}
.cid-szzN6yQdO2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-szzN6yQdO2 .card-subtitle {
  text-align: left;
}
.cid-szzN7ixo4J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szzN7ixo4J .google-map {
  height: 24rem;
  position: relative;
}
.cid-szzN7ixo4J .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-szzN7ixo4J .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  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-szzN7ixo4J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-szzN7ixo4J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-szzN7ixo4J .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-szzN7ixo4J .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-szzN7ixo4J .google-map {
    padding-bottom: 2rem;
  }
}
.cid-szzN7ixo4J .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-szzN7ixo4J .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-szzN7ixo4J .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-szzN7ixo4J H2 {
  text-align: left;
}
.cid-szzN7ixo4J .mbr-section-text, .cid-szzN7ixo4J .mbr-section-btn {
  text-align: left;
}
.cid-szzN7ixo4J .mbr-section-btn {
  margin-top: 2rem;
}
.cid-szzN7ixo4J .mbr-card-title {
  text-align: left;
}
.cid-sgRw7trFWm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgRw7trFWm input::-webkit-input-placeholder, .cid-sgRw7trFWm textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-sgRw7trFWm input:-moz-placeholder, .cid-sgRw7trFWm textarea:-moz-placeholder {
  opacity: .5;
}
.cid-sgRw7trFWm a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sgRw7trFWm .input-group-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.cid-sgRw7trFWm .input-group-btn .btn-form {
  width: 100%;
}
.cid-sgRw7trFWm .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgRw7trFWm .form-block {
    padding: 1rem;
  }
}
.cid-sgRw7trFWm textarea.form-control {
  resize: none;
}
.cid-sgRw7trFWm .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sgRw7trFWm .mbr-section-title {
  margin-bottom: 68px;
}
.cid-sgRw7trFWm .privacy {
  margin-top: 50px;
  color: #8e909b;
  text-align: left;
}
.cid-sgRw7trFWm .privacy p {
  padding: 10px;
  margin-bottom: 0;
}