@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 2.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #4edccc !important;
}
.bg-success {
  background-color: #a187e4 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4edccc !important;
  border-color: #4edccc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #25b9a8 !important;
  border-color: #25b9a8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25b9a8 !important;
  border-color: #25b9a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #389460 !important;
  border-color: #389460 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #235d3c !important;
  border-color: #235d3c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #235d3c !important;
  border-color: #235d3c !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: #a187e4 !important;
  border-color: #a187e4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7049d6 !important;
  border-color: #7049d6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7049d6 !important;
  border-color: #7049d6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #20a495;
  color: #20a495;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4edccc;
  border-color: #4edccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4edccc !important;
  border-color: #4edccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1c4a30;
  color: #1c4a30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #389460;
  border-color: #389460;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #389460 !important;
  border-color: #389460 !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: #6034d1;
  color: #6034d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a187e4;
  border-color: #a187e4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a187e4 !important;
  border-color: #a187e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4edccc !important;
}
.text-secondary {
  color: #389460 !important;
}
.text-success {
  color: #a187e4 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #20a495 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1c4a30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6034d1 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4edccc;
  border-color: #4edccc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4edccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fefd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #4edccc;
}
/* 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: #4edccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4edccc;
}
.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: #4edccc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4edccc;
  border-bottom-color: #4edccc;
}
.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: #4edccc !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: #389460 !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='%234edccc' %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-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-r6I9SBzVY5 {
  background: #ffffff;
}
.cid-r6I9SBzVY5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6I9SBzVY5 .mbr-figure {
  margin: 0 auto;
}
.cid-r6I9SBzVY5 figcaption {
  position: relative;
}
.cid-r6I9SBzVY5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6I9SBzVY5 .image-block {
    width: 100% !important;
  }
}
.cid-r6I7vcii2n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6I7vcii2n .mbr-section-subtitle {
  color: #000000;
}
.cid-r6I7vcii2n .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-r6I7vcii2n H2 {
  color: #0b6859;
}
.cid-qVXAc0tZq5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #38948a;
  background: linear-gradient(0deg, #38948a, #ffffff);
}
.cid-qVXAc0tZq5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qVXAc0tZq5 .video-block {
    width: 100% !important;
  }
}
.cid-r6BMp9JY8N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6BMp9JY8N .mbr-section-subtitle {
  color: #232323;
}
.cid-r6BMp9JY8N H2 {
  color: #36555b;
}
.cid-qVZlkg5rRD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qVZlkg5rRD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qVZlkg5rRD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qVZlkg5rRD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qVZlkg5rRD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qVZlkg5rRD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qVZlkg5rRD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qVZlkg5rRD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qVZlkg5rRD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qVZlkg5rRD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qVZofNZIhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qVZofNZIhA .mbr-text,
.cid-qVZofNZIhA blockquote {
  color: #767676;
}
.cid-qVZofNZIhA .mbr-text DIV {
  color: #232323;
}
.cid-qVZofNZIhA .mbr-text {
  color: #2e2e2e;
}
.cid-r6C23ZZmzb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r6C23ZZmzb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6C23ZZmzb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6C23ZZmzb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6C23ZZmzb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6C23ZZmzb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6C23ZZmzb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6C23ZZmzb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6C23ZZmzb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6C23ZZmzb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6BZujQrOC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r6BZujQrOC .mbr-text,
.cid-r6BZujQrOC blockquote {
  color: #767676;
}
.cid-r6BZujQrOC .mbr-text {
  text-align: left;
  color: #2e2e2e;
}
.cid-r6BZujQrOC .mbr-text DIV {
  color: #232323;
}
.cid-r6BZujQrOC .mbr-text B {
  color: #232323;
}
.cid-r6BYWIr39h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6BYWIr39h .mbr-section-subtitle {
  color: #767676;
}
.cid-r6BYWIr39h .btn {
  margin: 0 0 .5rem 0;
}
.cid-qVZr8fWmmJ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qVZr8fWmmJ .card-box {
  padding: 0 2rem;
}
.cid-qVZr8fWmmJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qVZr8fWmmJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qVZr8fWmmJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qVZr8fWmmJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qVZr8fWmmJ .mbr-text {
  color: #767676;
}
.cid-qVZr8fWmmJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qVZr8fWmmJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qVZr8fWmmJ .card-title B {
  color: #389460;
}
.cid-qVZr8fWmmJ .card-title {
  color: #389460;
}
.cid-qW3iMRzh1c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pics05-600x450.jpg");
}
.cid-qW3hms8eJN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qW3hms8eJN .card-box {
  padding: 0 2rem;
}
.cid-qW3hms8eJN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qW3hms8eJN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qW3hms8eJN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qW3hms8eJN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qW3hms8eJN .mbr-text {
  color: #767676;
}
.cid-qW3hms8eJN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qW3hms8eJN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qW3hms8eJN .card-title B {
  color: #389460;
}
.cid-qW3xUlcXsi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qW3xUlcXsi .card-box {
  padding: 0 2rem;
}
.cid-qW3xUlcXsi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qW3xUlcXsi .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qW3xUlcXsi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qW3xUlcXsi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qW3xUlcXsi .mbr-text {
  color: #767676;
}
.cid-qW3xUlcXsi .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qW3xUlcXsi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qW3xUlcXsi .card-title B {
  color: #389460;
}
.cid-rICfIOAXTb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rICfIOAXTb .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rICfIOAXTb .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rICfIOAXTb .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rICfIOAXTb .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rICfIOAXTb .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rICfIOAXTb [class^="socicon-"]:before,
.cid-rICfIOAXTb [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rICfIOAXTb .btn {
    font-size: 20px !important;
  }
}
.cid-qW3yI0YxMA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
  background: linear-gradient(#efefef, #36555b);
}
.cid-qW3yI0YxMA .carousel-control {
  background: #000;
}
.cid-qW3yI0YxMA .mbr-section-subtitle {
  color: #000000;
}
.cid-qW3yI0YxMA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qW3yI0YxMA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qW3yI0YxMA .carousel-item .wrap-img {
  text-align: center;
}
.cid-qW3yI0YxMA .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qW3yI0YxMA .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qW3yI0YxMA .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qW3yI0YxMA .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qW3yI0YxMA .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qW3yI0YxMA .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qW3yI0YxMA .cloneditem-1,
.cid-qW3yI0YxMA .cloneditem-2,
.cid-qW3yI0YxMA .cloneditem-3,
.cid-qW3yI0YxMA .cloneditem-4,
.cid-qW3yI0YxMA .cloneditem-5 {
  display: none;
}
.cid-qW3yI0YxMA .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-qW3yI0YxMA .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides2 .cloneditem-1,
  .cid-qW3yI0YxMA .carousel-inner.slides2 .cloneditem-2,
  .cid-qW3yI0YxMA .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides3 .cloneditem-1,
  .cid-qW3yI0YxMA .carousel-inner.slides3 .cloneditem-2,
  .cid-qW3yI0YxMA .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides4 .cloneditem-1,
  .cid-qW3yI0YxMA .carousel-inner.slides4 .cloneditem-2,
  .cid-qW3yI0YxMA .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides5 .cloneditem-1,
  .cid-qW3yI0YxMA .carousel-inner.slides5 .cloneditem-2,
  .cid-qW3yI0YxMA .carousel-inner.slides5 .cloneditem-3,
  .cid-qW3yI0YxMA .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qW3yI0YxMA .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qW3yI0YxMA .carousel-inner.slides6 .cloneditem-1,
  .cid-qW3yI0YxMA .carousel-inner.slides6 .cloneditem-2,
  .cid-qW3yI0YxMA .carousel-inner.slides6 .cloneditem-3,
  .cid-qW3yI0YxMA .carousel-inner.slides6 .cloneditem-4,
  .cid-qW3yI0YxMA .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sg74toQ5vi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sg74toQ5vi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg74toQ5vi .input {
  margin-bottom: 15px;
}
.cid-sg74toQ5vi .map {
  width: 100%;
  height: 30rem;
}
.cid-sg74toQ5vi .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sg74toQ5vi .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sg74toQ5vi .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sg74toQ5vi .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sg74toQ5vi .mbr-text {
  color: #767676;
}
.cid-sg74toQ5vi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg74toQ5vi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sg74toQ5vi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sg74toQ5vi .google-map {
  height: 25rem;
  position: relative;
}
.cid-sg74toQ5vi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sg74toQ5vi .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-sg74toQ5vi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sg74toQ5vi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg74toQ5vi h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg74toQ5vi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg74toQ5vi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sg74toQ5vi H5 {
  color: #38948a;
}
.cid-sg74toQ5vi H4 {
  color: #efefef;
}
.cid-sg74toQ5vi H2 {
  color: #4edccc;
}
.cid-sg74sISX3c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sg74sISX3c .content {
    text-align: center;
  }
  .cid-sg74sISX3c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg74sISX3c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg74sISX3c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg74sISX3c .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg74sISX3c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg74sISX3c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg74sISX3c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sg74sISX3c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg74sISX3c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg74sISX3c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg74sISX3c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg74sISX3c .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sg74sISX3c H5 {
  color: #47dcaf;
}
.cid-r6O19LmSFG {
  background: #ffffff;
}
.cid-r6O19LmSFG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6O19LmSFG .mbr-figure {
  margin: 0 auto;
}
.cid-r6O19LmSFG figcaption {
  position: relative;
}
.cid-r6O19LmSFG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6O19LmSFG .image-block {
    width: 100% !important;
  }
}
.cid-r6O1MKkYbk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6O1MKkYbk .mbr-section-subtitle {
  color: #2e2e2e;
}
.cid-r6O1MKkYbk H2 {
  color: #36555b;
}
.cid-r6O1MKkYbk .mbr-section-subtitle DIV {
  color: #2e2e2e;
}
.cid-r12KyqAsCH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r12KyqAsCH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r12KyqAsCH .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rYcbNSVzb9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYcbNSVzb9 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rYcbNSVzb9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rIwWiyWkku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIwWiyWkku h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rIwWiyWkku p {
  color: #767676;
}
.cid-rIwWiyWkku .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rIwWiyWkku .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rIwWiyWkku .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rIwWiyWkku .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rIwWiyWkku .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rIwWiyWkku .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rIwWiyWkku .card-title {
  color: #0f9984;
  text-align: center;
}
.cid-rIwWiyWkku .mbr-section-subtitle {
  text-align: center;
}
.cid-rIxi9mAUvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIxi9mAUvW div.b {
  padding-top: 2rem;
}
.cid-rIxi9mAUvW .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rIxi9mAUvW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rIxi9mAUvW .google-map {
  height: 15rem;
  position: relative;
}
.cid-rIxi9mAUvW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rIxi9mAUvW .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-rIxi9mAUvW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rIxi9mAUvW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rIxi9mAUvW div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rIxi9mAUvW div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rIxi9mAUvW H2 {
  color: #0f9984;
}
.cid-rYcgWIGbL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYcgWIGbL9 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rYcgWIGbL9 p {
  color: #767676;
}
.cid-rYcgWIGbL9 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rYcgWIGbL9 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rYcgWIGbL9 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rYcgWIGbL9 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rYcgWIGbL9 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rYcgWIGbL9 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rYcgWIGbL9 .card-title {
  color: #0f9984;
  text-align: center;
}
.cid-rYcgWIGbL9 .mbr-section-subtitle {
  text-align: center;
}
.cid-rICgB77iQz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rICgB77iQz .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rICgB77iQz .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rICgB77iQz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rICgB77iQz .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rICgB77iQz [class^="socicon-"]:before,
.cid-rICgB77iQz [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rICgB77iQz .btn {
    font-size: 20px !important;
  }
}
.cid-rICgB77iQz .mbr-section-title {
  color: #38948a;
}
.cid-sg75FRfBbn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sg75FRfBbn .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg75FRfBbn .input {
  margin-bottom: 15px;
}
.cid-sg75FRfBbn .map {
  width: 100%;
  height: 30rem;
}
.cid-sg75FRfBbn .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sg75FRfBbn .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sg75FRfBbn .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sg75FRfBbn .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sg75FRfBbn .mbr-text {
  color: #767676;
}
.cid-sg75FRfBbn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg75FRfBbn .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sg75FRfBbn .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sg75FRfBbn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sg75FRfBbn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sg75FRfBbn .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-sg75FRfBbn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sg75FRfBbn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg75FRfBbn h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg75FRfBbn .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg75FRfBbn .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sg75FRfBbn H5 {
  color: #38948a;
}
.cid-sg75FRfBbn H4 {
  color: #efefef;
}
.cid-sg75FRfBbn H2 {
  color: #4edccc;
}
.cid-sg75F2nkUy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sg75F2nkUy .content {
    text-align: center;
  }
  .cid-sg75F2nkUy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg75F2nkUy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg75F2nkUy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg75F2nkUy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg75F2nkUy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg75F2nkUy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg75F2nkUy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sg75F2nkUy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg75F2nkUy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg75F2nkUy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg75F2nkUy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg75F2nkUy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sg75F2nkUy H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-rYK0RiyP9Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYK0RiyP9Z .mbr-section-subtitle {
  color: #767676;
}
.cid-rYK0RiyP9Z H2 {
  color: #4edccc;
}
.cid-r6TM70FenM {
  background: #ffffff;
}
.cid-r6TM70FenM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6TM70FenM .mbr-figure {
  margin: 0 auto;
}
.cid-r6TM70FenM figcaption {
  position: relative;
}
.cid-r6TM70FenM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6TM70FenM .image-block {
    width: 100% !important;
  }
}
.cid-r6TM9BwJw1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6TM9BwJw1 .mbr-section-subtitle {
  color: #232323;
}
.cid-r6TM9BwJw1 H2 {
  color: #36555b;
}
.cid-r1wzCZLzxa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r1wzCZLzxa .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r1wzCZLzxa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r1ZjwJPK1L .google-map {
  height: 25rem;
  position: relative;
}
.cid-r1ZjwJPK1L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r1ZjwJPK1L .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-r1ZjwJPK1L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r1ZjwJPK1L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r252wXw29E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r252wXw29E .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-r252wXw29E .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r252wXw29E .mbr-section-subtitle B {
  color: #0f9984;
}
.cid-sfl72xpk17 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfl72xpk17 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sfl72xpk17 p {
  color: #767676;
  text-align: left;
}
.cid-sfl72xpk17 .card-box {
  padding-top: 2rem;
}
.cid-sfl72xpk17 .card-wrapper {
  height: 100%;
}
.cid-sg5N0uyvnc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg5N0uyvnc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sg5N0uyvnc p {
  color: #767676;
  text-align: left;
}
.cid-sg5N0uyvnc .card-box {
  padding-top: 2rem;
}
.cid-sg5N0uyvnc .card-wrapper {
  height: 100%;
}
.cid-sg5MZWjmi7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg5MZWjmi7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sg5MZWjmi7 p {
  color: #767676;
  text-align: left;
}
.cid-sg5MZWjmi7 .card-box {
  padding-top: 2rem;
}
.cid-sg5MZWjmi7 .card-wrapper {
  height: 100%;
}
.cid-r1BY0ufxlT {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #38948a;
  background: linear-gradient(0deg, #38948a, #ffffff);
}
.cid-r1BY0ufxlT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r1BY0ufxlT .video-block {
    width: 100% !important;
  }
}
.cid-rIChl0qjCJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #38948a;
}
.cid-rIChl0qjCJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rIChl0qjCJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rIChl0qjCJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rIChl0qjCJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rIChl0qjCJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rIChl0qjCJ [class^="socicon-"]:before,
.cid-rIChl0qjCJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rIChl0qjCJ .btn {
    font-size: 20px !important;
  }
}
.cid-rIChl0qjCJ .mbr-section-title {
  color: #000000;
}
.cid-sg762Z4bUk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sg762Z4bUk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg762Z4bUk .input {
  margin-bottom: 15px;
}
.cid-sg762Z4bUk .map {
  width: 100%;
  height: 30rem;
}
.cid-sg762Z4bUk .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sg762Z4bUk .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sg762Z4bUk .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sg762Z4bUk .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sg762Z4bUk .mbr-text {
  color: #767676;
}
.cid-sg762Z4bUk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg762Z4bUk .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sg762Z4bUk .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sg762Z4bUk .google-map {
  height: 25rem;
  position: relative;
}
.cid-sg762Z4bUk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sg762Z4bUk .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-sg762Z4bUk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sg762Z4bUk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg762Z4bUk h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg762Z4bUk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg762Z4bUk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sg762Z4bUk H5 {
  color: #38948a;
}
.cid-sg762Z4bUk H4 {
  color: #efefef;
}
.cid-sg762Z4bUk H2 {
  color: #4edccc;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-sg763nFWoi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sg763nFWoi .content {
    text-align: center;
  }
  .cid-sg763nFWoi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg763nFWoi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg763nFWoi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg763nFWoi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg763nFWoi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg763nFWoi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg763nFWoi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sg763nFWoi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg763nFWoi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg763nFWoi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg763nFWoi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg763nFWoi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sg763nFWoi H5 {
  color: #47dcaf;
}
.cid-r6TPnTrtsN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-r6TPnTrtsN .mbr-section-subtitle {
  color: #232323;
}
.cid-r6TPnTrtsN H2 {
  color: #36555b;
}
.cid-r6TPqVaSXF {
  background: #ffffff;
}
.cid-r6TPqVaSXF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6TPqVaSXF .mbr-figure {
  margin: 0 auto;
}
.cid-r6TPqVaSXF figcaption {
  position: relative;
}
.cid-r6TPqVaSXF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6TPqVaSXF .image-block {
    width: 100% !important;
  }
}
.cid-rYQlRzCtWh {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rYQlRzCtWh .mbr-section-subtitle {
  color: #0f9984;
  font-weight: 300;
}
.cid-rYQlRzCtWh .mbr-content-text {
  color: #767676;
}
.cid-rYQlRzCtWh .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rYQlRzCtWh .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rYQlRzCtWh .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rYQlRzCtWh .img-text {
  color: #2e2e2e;
}
.cid-rYQlRzCtWh .mbr-section-title {
  color: #36555b;
}
.cid-r0AOlrP4K9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0AOlrP4K9 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-r0AOlrP4K9 H2 {
  color: #38948a;
}
.cid-r0ANwxvZwm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tour1-1200x300.jpg");
}
.cid-r4Du7jMfth {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4Du7jMfth .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-r4Du7jMfth .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r4Du7jMfth B {
  color: #389460;
}
.cid-r4Du7jMfth .mbr-section-subtitle B {
  color: #232323;
}
.cid-r0B8p1qDIJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0B8p1qDIJ .counter-container {
  color: #767676;
}
.cid-r0B8p1qDIJ .counter-container ul {
  margin-bottom: 0;
}
.cid-r0B8p1qDIJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r0B8p1qDIJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rINKAkUgLZ {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rINKAkUgLZ p {
  color: #767676;
}
.cid-rINKAkUgLZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rINKAkUgLZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rINKAkUgLZ .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-rINKAkUgLZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rINKAkUgLZ .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rINKAkUgLZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rINKAkUgLZ .panel-text {
  color: #2e2e2e;
}
.cid-r0Lc6zFIO3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0Lc6zFIO3 .mbr-section-subtitle {
  color: #767676;
}
.cid-r0Lc6zFIO3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-r0L7qJTde4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0L7qJTde4 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-r0L7qJTde4 H2 {
  color: #38948a;
}
.cid-r0L8aDjN39 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tour2-1200x300.jpg");
}
.cid-r4DtZL6Qoh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4DtZL6Qoh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-r4DtZL6Qoh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r4DtZL6Qoh B {
  color: #389460;
}
.cid-r4DtZL6Qoh .mbr-section-subtitle B {
  color: #232323;
}
.cid-r0L8K0584Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0L8K0584Q .counter-container {
  color: #767676;
}
.cid-r0L8K0584Q .counter-container ul {
  margin-bottom: 0;
}
.cid-r0L8K0584Q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r0L8K0584Q .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-r0L8K0584Q .mbr-text UL {
  color: #232323;
}
.cid-rINMuhDHHy {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rINMuhDHHy p {
  color: #767676;
}
.cid-rINMuhDHHy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rINMuhDHHy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rINMuhDHHy .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-rINMuhDHHy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rINMuhDHHy .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rINMuhDHHy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rINMuhDHHy .panel-text {
  color: #2e2e2e;
}
.cid-r0N4NfYPET {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0N4NfYPET .mbr-section-subtitle {
  color: #767676;
}
.cid-r0N4NfYPET .btn {
  margin: 0 0 .5rem 0;
}
.cid-r0L7spuwGE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0L7spuwGE .mbr-section-subtitle {
  color: #073b4c;
}
.cid-r0L7spuwGE H2 {
  color: #38948a;
}
.cid-r0L8cnTyYi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tour3-1200x300.jpg");
}
.cid-r0L8cnTyYi H1 {
  color: #ff3366;
}
.cid-r0N5hB8ckS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0N5hB8ckS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-r0N5hB8ckS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r0N5hB8ckS B {
  color: #389460;
}
.cid-r0N5hB8ckS .mbr-section-subtitle B {
  color: #232323;
}
.cid-r0N5kbcVBJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0N5kbcVBJ .counter-container {
  color: #767676;
}
.cid-r0N5kbcVBJ .counter-container ul {
  margin-bottom: 0;
}
.cid-r0N5kbcVBJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r0N5kbcVBJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-r0N5kbcVBJ .mbr-text UL {
  color: #232323;
}
.cid-rINOQtlKvz {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rINOQtlKvz p {
  color: #767676;
}
.cid-rINOQtlKvz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rINOQtlKvz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rINOQtlKvz .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-rINOQtlKvz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rINOQtlKvz .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rINOQtlKvz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rINOQtlKvz .panel-text {
  color: #2e2e2e;
}
.cid-r0Ru5WAgPN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0Ru5WAgPN .mbr-section-subtitle {
  color: #767676;
}
.cid-r0Ru5WAgPN .btn {
  margin: 0 0 .5rem 0;
}
.cid-r0L7tEnA07 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0L7tEnA07 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-r0L7tEnA07 H2 {
  color: #38948a;
}
.cid-r0L8eS8kQH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tour4-1200x300.jpg");
}
.cid-r4DuoNOsCq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4DuoNOsCq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-r4DuoNOsCq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r4DuoNOsCq B {
  color: #389460;
}
.cid-r4DuoNOsCq .mbr-section-subtitle B {
  color: #232323;
}
.cid-r0RIifREwV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r0RIifREwV .counter-container {
  color: #767676;
}
.cid-r0RIifREwV .counter-container ul {
  margin-bottom: 0;
}
.cid-r0RIifREwV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r0RIifREwV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-r0RIifREwV .mbr-text UL {
  color: #232323;
}
.cid-rINNMgSskN {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rINNMgSskN p {
  color: #767676;
}
.cid-rINNMgSskN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rINNMgSskN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rINNMgSskN .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-rINNMgSskN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rINNMgSskN .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rINNMgSskN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rINNMgSskN .panel-text {
  color: #2e2e2e;
}
.cid-r0RHvYumkc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0RHvYumkc .mbr-section-subtitle {
  color: #767676;
}
.cid-r0RHvYumkc .btn {
  margin: 0 0 .5rem 0;
}
.cid-rICi6dbuUs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rICi6dbuUs .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rICi6dbuUs .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rICi6dbuUs .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rICi6dbuUs .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rICi6dbuUs [class^="socicon-"]:before,
.cid-rICi6dbuUs [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rICi6dbuUs .btn {
    font-size: 20px !important;
  }
}
.cid-rICi6dbuUs .mbr-section-title {
  color: #38948a;
}
.cid-sg75leA1qY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sg75leA1qY .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg75leA1qY .input {
  margin-bottom: 15px;
}
.cid-sg75leA1qY .map {
  width: 100%;
  height: 30rem;
}
.cid-sg75leA1qY .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sg75leA1qY .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sg75leA1qY .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sg75leA1qY .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sg75leA1qY .mbr-text {
  color: #767676;
}
.cid-sg75leA1qY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg75leA1qY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sg75leA1qY .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sg75leA1qY .google-map {
  height: 25rem;
  position: relative;
}
.cid-sg75leA1qY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sg75leA1qY .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-sg75leA1qY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sg75leA1qY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg75leA1qY h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg75leA1qY .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg75leA1qY .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sg75leA1qY H5 {
  color: #38948a;
}
.cid-sg75leA1qY H4 {
  color: #efefef;
}
.cid-sg75leA1qY H2 {
  color: #4edccc;
}
.cid-sg75maO3OP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sg75maO3OP .content {
    text-align: center;
  }
  .cid-sg75maO3OP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg75maO3OP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg75maO3OP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg75maO3OP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg75maO3OP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg75maO3OP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg75maO3OP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sg75maO3OP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg75maO3OP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg75maO3OP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg75maO3OP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg75maO3OP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sg75maO3OP H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-rKuIR2Cruo {
  background: #ffffff;
}
.cid-rKuIR2Cruo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rKuIR2Cruo .mbr-figure {
  margin: 0 auto;
}
.cid-rKuIR2Cruo figcaption {
  position: relative;
}
.cid-rKuIR2Cruo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKuIR2Cruo .image-block {
    width: 100% !important;
  }
}
.cid-rKuK7A2sYr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKuK7A2sYr .mbr-section-subtitle {
  color: #232323;
}
.cid-rKuK7A2sYr H2 {
  color: #073b4c;
}
.cid-rKuKeFL1yg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKuKeFL1yg .mbr-text,
.cid-rKuKeFL1yg blockquote {
  color: #767676;
}
.cid-rKuIRhnFBx {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #2e2e2e;
}
.cid-rKuIRhnFBx .image-block {
  margin: auto;
}
.cid-rKuIRhnFBx figcaption {
  position: relative;
}
.cid-rKuIRhnFBx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKuIRhnFBx .image-block {
    width: 100% !important;
  }
}
.cid-rKuIRi6NWK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-rKuIRi6NWK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rKuIRi6NWK .input {
  margin-bottom: 15px;
}
.cid-rKuIRi6NWK .map {
  width: 100%;
  height: 30rem;
}
.cid-rKuIRi6NWK .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rKuIRi6NWK .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKuIRi6NWK .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKuIRi6NWK .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rKuIRi6NWK .mbr-text {
  color: #767676;
}
.cid-rKuIRi6NWK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rKuIRi6NWK .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rKuIRi6NWK .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rKuIRi6NWK .google-map {
  height: 25rem;
  position: relative;
}
.cid-rKuIRi6NWK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rKuIRi6NWK .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-rKuIRi6NWK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rKuIRi6NWK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rKuIRi6NWK h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rKuIRi6NWK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rKuIRi6NWK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rKuIRi6NWK H5 {
  color: #38948a;
}
.cid-rKuIRi6NWK H4 {
  color: #efefef;
}
.cid-rKuIRi6NWK H2 {
  color: #4edccc;
}
.cid-rKuIRjMraM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rKuIRjMraM .content {
    text-align: center;
  }
  .cid-rKuIRjMraM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rKuIRjMraM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rKuIRjMraM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rKuIRjMraM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rKuIRjMraM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKuIRjMraM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKuIRjMraM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rKuIRjMraM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKuIRjMraM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKuIRjMraM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKuIRjMraM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKuIRjMraM .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rKuIRjMraM H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-r6TCIrRXqj {
  background: #ffffff;
}
.cid-r6TCIrRXqj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6TCIrRXqj .mbr-figure {
  margin: 0 auto;
}
.cid-r6TCIrRXqj figcaption {
  position: relative;
}
.cid-r6TCIrRXqj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6TCIrRXqj .image-block {
    width: 100% !important;
  }
}
.cid-r6TC2ZU2w2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6TC2ZU2w2 .mbr-section-subtitle {
  color: #232323;
}
.cid-r6TC2ZU2w2 H2 {
  color: #36555b;
}
.cid-qWID70UHXw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWID70UHXw .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-qWID70UHXw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-qWID70UHXw H2 {
  color: #36555b;
}
.cid-r1qqKM1upI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1qqKM1upI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-r1qqKM1upI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r1qqKM1upI H2 {
  color: #36555b;
}
.cid-r1qqAht1y5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-r1qqAht1y5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-r1qqAht1y5 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-r1qqAht1y5 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-r1quX9t1XF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r1quX9t1XF .mbr-section-subtitle {
  color: #767676;
}
.cid-r1quX9t1XF H2 {
  color: #36555b;
}
.cid-qWIBsRn3jh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qWIBsRn3jh .card-box {
  padding: 0 2rem;
}
.cid-qWIBsRn3jh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWIBsRn3jh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWIBsRn3jh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWIBsRn3jh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWIBsRn3jh .mbr-text {
  color: #767676;
}
.cid-qWIBsRn3jh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWIBsRn3jh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWIBsRn3jh .card-title B {
  color: #36555b;
}
.cid-qWIBsRn3jh .card-title {
  text-align: center;
}
.cid-r1qoCzAa0O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r1qoCzAa0O .mbr-section-subtitle {
  color: #232323;
}
.cid-r1qoCzAa0O H2 {
  color: #36555b;
}
.cid-r1qoCzAa0O .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rYnsNqcbSE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYnsNqcbSE .mbr-section-subtitle {
  color: #232323;
}
.cid-rYnsNqcbSE .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rYnsNqcbSE H2 {
  color: #0b6859;
}
.cid-r0jtY0uTc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r0jtY0uTc0 h2 {
  text-align: left;
}
.cid-r0jtY0uTc0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r0jtY0uTc0 p {
  color: #767676;
  text-align: left;
}
.cid-r0jtY0uTc0 .aside-content {
  flex-basis: 100%;
}
.cid-r0jtY0uTc0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-r0jtY0uTc0 .media {
  margin: initial;
  align-items: center;
}
.cid-r0jtY0uTc0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-r0jtY0uTc0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-r0jtY0uTc0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r0jtY0uTc0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r0jtY0uTc0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-r0jtY0uTc0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYnw9zcHSh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYnw9zcHSh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rYnw9zcHSh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rYnvNOvkfb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYnvNOvkfb .counter-container {
  color: #767676;
}
.cid-rYnvNOvkfb .counter-container ul {
  margin-bottom: 0;
}
.cid-rYnvNOvkfb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rYnvNOvkfb .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rYnvNOvkfb .mbr-text {
  color: #2e2e2e;
}
.cid-rICheaqw3K {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rICheaqw3K .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rICheaqw3K .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rICheaqw3K .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rICheaqw3K .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rICheaqw3K [class^="socicon-"]:before,
.cid-rICheaqw3K [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rICheaqw3K .btn {
    font-size: 20px !important;
  }
}
.cid-rICheaqw3K .mbr-section-title {
  color: #38948a;
}
.cid-r4fLzcbcKy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-r4fLzcbcKy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r4fLzcbcKy .input {
  margin-bottom: 15px;
}
.cid-r4fLzcbcKy .map {
  width: 100%;
  height: 30rem;
}
.cid-r4fLzcbcKy .map iframe {
  width: inherit;
  height: 100%;
}
.cid-r4fLzcbcKy .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r4fLzcbcKy .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-r4fLzcbcKy .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-r4fLzcbcKy .mbr-text {
  color: #767676;
}
.cid-r4fLzcbcKy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r4fLzcbcKy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r4fLzcbcKy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-r4fLzcbcKy .google-map {
  height: 25rem;
  position: relative;
}
.cid-r4fLzcbcKy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r4fLzcbcKy .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-r4fLzcbcKy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r4fLzcbcKy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-r4fLzcbcKy h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-r4fLzcbcKy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-r4fLzcbcKy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-r4fLzcbcKy H5 {
  color: #38948a;
}
.cid-r4fLzcbcKy H4 {
  color: #efefef;
}
.cid-r4fLzcbcKy H2 {
  color: #4edccc;
}
.cid-r7bogwfLKt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-r7bogwfLKt .content {
    text-align: center;
  }
  .cid-r7bogwfLKt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7bogwfLKt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r7bogwfLKt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r7bogwfLKt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r7bogwfLKt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7bogwfLKt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7bogwfLKt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r7bogwfLKt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7bogwfLKt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7bogwfLKt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7bogwfLKt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7bogwfLKt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r7bogwfLKt H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
@primaryColor: #4edccc;
@secondaryColor: #389460;
@successColor: #a187e4;
@infoColor: #82786E;
@warningColor: #879A9F;
@dangerColor: #B1A374;
@mainFont: Rubik;
@display1Font: 'Gilda Display', serif;
@display1Size: 2.3;
@display2Font: 'Gilda Display', serif;
@display2Size: 1.5;
@display5Font: 'Gilda Display', serif;
@display5Size: 1.3;
@display7Font: 'Roboto', sans-serif;
@display7Size: 1.2;
@display4Font: 'Libre Baskerville', serif;
@display4Size: 1;
@isRoundedButtons: true;
@isAnimatedOnScroll: true;
@isScrollToTopButton: false;
@isPublish: true;

.cid-rYPXtaIFUB {
@paddingTop: 2;
@paddingBottom: 0;
@showTitle: true;
@showSubtitle: true;
@showButtons: false;
@bgColor: #4edccc;

padding-top: (@paddingTop * 15px);
padding-bottom: (@paddingBottom * 15px);
background-color: @bgColor;
.mbr-section-subtitle {
  color: #767676;
}
}

.cid-rYPRvY1fIZ {

.main_wrapper {
  position: relative;
  height: ~"@{heightMap}rem";
  width: 100%;
  background-color: #c0c0c0;
  .b_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
    .block {
      height: 300px;
      background-color: @colorBlock;
      pointer-events: fill;
      .block_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
      }
    }
  }
}
.google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  iframe {
    height: 100%;
    width: 100%;
  }
  [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%;
  }
  &[data-state] {
    background: #e9e5dc;
  }
  &[data-state="loading"] {
    [data-state-details] {
      display: none;
    }
  }
}
@media (max-width: 767px) {
  .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .google-map {
    position: relative;
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
}
}

.cid-rYQ8aUlgb8 {
@paddingTop: 3;
@paddingBottom: 1;
@showTitle: true;
@squareIcons: false;
@facebook: true;
@twitter: true;
@vkontakte: false;
@odnoklassniki: false;
@pinterest: true;
@mailru: true;
@uname__10: "file:///D:/My%20Documents/NATURE%20LODGE%20DOCS/WEBSITE/2021_Edition/assets/images/background4.jpg";
@uname__11: true;
@uname__12: #36555b;
@bg-value: #36555b;
@bg-type: "color";
@bg-color-value: #36555b;
@bg-parallax: false;
@overlay: true;
@overlayColor: #efefef;
@overlayOpacity: 0.9;

padding-top: (@paddingTop * 15px);
padding-bottom: (@paddingBottom * 15px);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.socicon-bg-facebook {
  background: #3e5b98;
  color: contrast(#3e5b98);
}
.socicon-bg-twitter {
  background: #4da7de;
  color: contrast(#4da7de);
}
.socicon-bg-googleplus {
  background: #dd4b39;
  color: contrast(#dd4b39);
}
.socicon-bg-vkontakte {
  background: #5a7fa6;
  color: contrast(#5a7fa6);
}
.socicon-bg-odnoklassniki {
  background: #f48420;
  color: contrast(#f48420);
}
.socicon-bg-pinterest {
  background: #c92619;
  color: contrast(#c92619);
}
.socicon-bg-mail {
  background: #134785;
  color: contrast(#134785);
}
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  i {
    top: 0;
    line-height: 44px;
    width: 44px;
  }
  & + .btn {
    margin-left: .1rem;
  }
  border: none !important;
}
& when (@squareIcons) {
  .btn-social {
    border-radius: 0 !important;
  }
}
[class^="socicon-"]:before, [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px !important;
  }
}
.mbr-section-title  {
  color: #efefef;
}
}

.cid-sg751M1wYb {
@paddingTop: 2;
@paddingBottom: 1;
@showTitle: true;
@showIcons: false;
@showSubheading: true;
@showContacts: true;
@showSubtitle: false;
@showText: false;
@showForm: true;
@uname__10: "";
@uname__11: true;
@uname__12: #36555b;
@bg-value: #36555b;
@bg-type: "color";
@bg-color-value: #36555b;
@bg-parallax: false;
@overlay: false;
@overlayColor: #000000;
@overlayOpacity: 0.2;

padding-top: (@paddingTop * 15px);
padding-bottom: (@paddingBottom * 15px);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.input {
  margin-bottom: 15px;
}
.map {
  width: 100%;
  height: 30rem;
  iframe {
    width: inherit;
    height: 100%;
  }
}
.icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  .icon-block__icon {
    display: inline-block;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .icon-block__title {
    display: inline-block;
    align-self: center;
    -webkit-align-self: center;
    margin-bottom: 0;
    line-height: 1;
    font-style: italic;
  }
}
.mbr-text {
  color: #767676;
}
a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.input-group-btn {
  display: block;
  text-align: center;
}
.google-map {
  height: 25rem;
  position: relative;
  iframe {
    height: 100%;
    width: 100%;
  }
  [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%;
  }
  &[data-state] {
    background: #e9e5dc;
  }
  &[data-state="loading"] {
    [data-state-details] {
      display: none;
    }
    &::after {
    }
  }
}
@media (max-width: 767px) {
  h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .container > .row > .col-md-6 {
    &:first-child {
      padding-right: 30px;
    }
    &:last-child {
      padding-left: 30px;
    }
  }
}
H5 {
  color: #38948a;
}
H4 {
  color: #efefef;
}
H2 {
  color: #4edccc;
}
}

.cid-sg750XXA30 {
@paddingTop: 2;
@paddingBottom: 2;
@showCopyright: true;
@iconsCount: "4";
@reveal: false;
@uname__7: "";
@uname__8: false;
@uname__9: #36555b;
@bg-value: #36555b;
@bg-type: "color";
@bg-color-value: #36555b;
@bg-parallax: false;
@overlay: true;
@overlayColor: #3c3c3c;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 15px);
padding-bottom: (@paddingBottom * 15px);
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
.content {
  @media (max-width: 767px) {
    text-align: center;
    > div:not(:last-child) {
      margin-bottom: 2rem;
    }
  }
}
.media-wrap {
  @media (max-width: 767px) {
    margin-bottom: 1rem;
  }
  .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
  }
  img {
    height: 6rem;
  }
}
.footer-lower {
  .copyright {
    @media (max-width: 767px) {
      margin-bottom: 1rem;
      text-align: center;
    }
  }
  hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
  }
  .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    .mbr-iconfont-social {
      font-size: 1.3rem;
      color: #fff;
    }
    .soc-item {
      margin: 0 .5rem;
    }
    a {
      margin: 0;
      opacity: .5;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      &:hover {
        opacity: 1;
      }
    }
    @media (max-width: 767px) {
      justify-content: center;
      -webkit-justify-content: center;
    }
  }
}
H5 {
  color: #47dcaf;
}
}

.cid-rYQhmLQy9u {
@showLogo: true;
@logoSize: 4.4;
@showBrand: true;
@showItems: true;
@itemsHoverColor: #50ecda;
@showButtons: false;
@sticky: false;
@collapsed: false;
@transparent: false;
@hamburgerColor: #ffffff;
@menuBgColor: #333333;

.navbar {
  padding: .5rem 0;
  background: @menuBgColor;
  transition: none;
  min-height: 77px;
}
.navbar-dropdown.bg-color.transparent.opened {
  background: @menuBgColor;
}
a {
  font-style: normal;
}
.nav-item {
  & span {
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
  }
  & a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
  }
}
.nav-item:focus, .nav-link:focus {
  outline: none;
}
.btn {
  padding: 0.4rem 1.5rem;
  .mbr-iconfont {
    font-size: 1.6rem;
  }
  display: inline-flex;
  align-items: center;
}
.menu-logo {
  margin-right: auto;
  .navbar-brand {
    display: flex;
    margin-left: 5rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    align-items: center;
    .navbar-caption-wrap {
      display: -webkit-flex;
      -webkit-align-items: center;
      align-items: center;
      word-break: break-word;
      min-width: 7rem;
      margin: .3rem 0;
      .navbar-caption {
        line-height: 1.2rem !important;
        padding-right: 2rem;
      }
    }
    .navbar-logo {
      font-size: 4rem;
      transition: font-size 0.25s;
      & img {
        display: flex;
      }
      .mbr-iconfont {
        transition: font-size 0.25s;
      }
    }
  }
}
.navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
  .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
    .nav-item {
      -webkit-align-self: center;
      align-self: center;
    }
  }
  .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.dropdown {
  .dropdown-menu {
    background: @menuBgColor;
    display: none;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: left;
    .dropdown-item {
      width: auto;
      padding: 0.235em 1.5385em 0.235em 1.5385em !important;
      &::after {
        right: 0.5rem;
      }
    }
    .dropdown-submenu {
      margin: 0;
    }
  }
  &.open > .dropdown-menu {
    display: block;
  }
}
.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;
  }
}
.navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
  & .navbar-toggler-right {
    top: 20px;
  }
  & .navbar-logo a {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size 0.25s;
    & .mbr-iconfont {
      font-size: 2.5rem !important;
    }
    & img {
      height: 3rem !important;
    }
  }
  & .navbar-brand {
    min-height: 3rem;
  }
}
button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  &:focus {
    outline: none;
  }
  .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: @hamburgerColor;
    &:nth-child(1) {
      top: 0;
      transition: all .2s;
    }
    &:nth-child(2) {
      top: 8px;
      transition: all .15s;
    }
    &:nth-child(3) {
      top: 8px;
      transition: all .15s;
    }
    &:nth-child(4) {
      top: 16px;
      transition: all .2s;
    }
  }
}
nav.opened .hamburger span {
  &:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  &:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  &:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  &:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
}
.collapsed {
  &.navbar-expand {
    flex-direction: column;
  }
  .btn {
    display: flex;
  }
  .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    &.collapsing,&.show {
      display: block !important;
      .navbar-nav {
        display: block;
        text-align: center;
        .nav-item {
          clear: both;
          & when (@showButtons = false) {
            &:last-child {
              margin-bottom: 1rem;
            }
          }
        }
      }
      .navbar-buttons {
        text-align: center;
        &:last-child {
          margin-bottom: 1rem;
        }
      }
    }
  }
  button.navbar-toggler {
    display: block;
  }
  .navbar-brand {
    margin-left: 1rem !important;
  }
  .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .dropdown {
    .dropdown-menu {
      width: 100%;
      text-align: center;
      position: relative;
      opacity: 0;
      display: block;
      height: 0;
      visibility: hidden;
      padding: 0;
      transition-duration: .5s;
      transition-property: opacity,padding,height;
    }
    &.open > .dropdown-menu {
      position: relative;
      opacity: 1;
      height: auto;
      padding: 1.4rem 0;
      visibility: visible;
    }
    .dropdown-submenu {
      left: 0;
      text-align: center;
      width: 100%;
    }
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
      margin-top: 0;
      position: inherit;
      right: 0;
      top: 50%;
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .3em;
      vertical-align: middle;
      content: "";
      border-top: .30em solid;
      border-right: .30em solid transparent;
      border-left: .30em solid transparent;
    }
  }
}
@media (max-width: 991px) {
  .navbar-expand {
    flex-direction: column;
  }
  img {
    height: 3.8rem !important;
  }
  .btn {
    display: flex;
  }
  button.navbar-toggler {
    display: block;
  }
  .navbar-brand {
    margin-left: 1rem !important;
  }
  .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    &.collapsing,&.show {
      display: block !important;
      .navbar-nav {
        display: block;
        text-align: center;
        .nav-item {
          clear: both;
          & when (@showButtons = false) {
            &:last-child {
              margin-bottom: 1rem;
            }
          }
        }
      }
      .navbar-buttons {
        text-align: center;
        &:last-child {
          margin-bottom: 1rem;
        }
      }
    }
  }
  .dropdown {
    .dropdown-menu {
      width: 100%;
      text-align: center;
      position: relative;
      opacity: 0;
      display: block;
      height: 0;
      visibility: hidden;
      padding: 0;
      transition-duration: .5s;
      transition-property: opacity,padding,height;
    }
    &.open > .dropdown-menu {
      position: relative;
      opacity: 1;
      height: auto;
      padding: 1.4rem 0;
      visibility: visible;
    }
    .dropdown-submenu {
      left: 0;
      text-align: center;
      width: 100%;
    }
    .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) {
  .menu-logo {
    flex-shrink: 0;
  }
}
.navbar-collapse {
  flex-basis: auto;
}
.nav-link:hover, .dropdown-item:hover {
  color: @itemsHoverColor !important;
}
}
.cid-sfgShMztIM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfgShMztIM .mbr-section-subtitle {
  color: #767676;
}
.cid-sfgShMztIM H2 {
  color: #4edccc;
}
.cid-sfgShN8ima {
  background: #ffffff;
}
.cid-sfgShN8ima .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfgShN8ima .mbr-figure {
  margin: 0 auto;
}
.cid-sfgShN8ima figcaption {
  position: relative;
}
.cid-sfgShN8ima figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfgShN8ima .image-block {
    width: 100% !important;
  }
}
.cid-sfgShQAWor {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfgShQAWor .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sfgShQAWor .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sfgShQAWor .mbr-section-subtitle B {
  color: #0f9984;
}
.cid-sfgShQVCT9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfgShQVCT9 .mbr-text,
.cid-sfgShQVCT9 blockquote {
  color: #767676;
}
.cid-sfgShQVCT9 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-sfgShRlOnZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfgShRlOnZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sfgShRlOnZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sfgShRlOnZ B {
  color: #232323;
}
.cid-sfgShRJMFB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfgShRJMFB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfgShRJMFB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfgShRJMFB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfgShRJMFB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfgShRJMFB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sfgShRJMFB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sfgShRJMFB .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sfgShRJMFB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sfgShRJMFB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sfgShSonaA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-sfgShSonaA .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sfgShSonaA .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sfgShSonaA .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sfgShSonaA .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sfgShSonaA .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sfgShSonaA [class^="socicon-"]:before,
.cid-sfgShSonaA [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sfgShSonaA .btn {
    font-size: 20px !important;
  }
}
.cid-sfgShSonaA .mbr-section-title {
  color: #38948a;
}
.cid-sfgShST4ZS {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #2e2e2e;
}
.cid-sfgShST4ZS .image-block {
  margin: auto;
}
.cid-sfgShST4ZS figcaption {
  position: relative;
}
.cid-sfgShST4ZS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfgShST4ZS .image-block {
    width: 100% !important;
  }
}
.cid-sfgShTX46C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sfgShTX46C .content {
    text-align: center;
  }
  .cid-sfgShTX46C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfgShTX46C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfgShTX46C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sfgShTX46C .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sfgShTX46C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfgShTX46C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sfgShTX46C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sfgShTX46C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfgShTX46C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfgShTX46C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfgShTX46C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfgShTX46C .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sfgShTX46C H5 {
  color: #47dcaf;
}
.cid-sfgShUvxbV .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sfgShUvxbV .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sfgShUvxbV a {
  font-style: normal;
}
.cid-sfgShUvxbV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfgShUvxbV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sfgShUvxbV .nav-item:focus,
.cid-sfgShUvxbV .nav-link:focus {
  outline: none;
}
.cid-sfgShUvxbV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sfgShUvxbV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfgShUvxbV .menu-logo {
  margin-right: auto;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfgShUvxbV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfgShUvxbV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfgShUvxbV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfgShUvxbV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfgShUvxbV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfgShUvxbV .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfgShUvxbV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfgShUvxbV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfgShUvxbV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfgShUvxbV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfgShUvxbV .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-sfgShUvxbV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfgShUvxbV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfgShUvxbV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfgShUvxbV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfgShUvxbV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfgShUvxbV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfgShUvxbV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfgShUvxbV button.navbar-toggler:focus {
  outline: none;
}
.cid-sfgShUvxbV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sfgShUvxbV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfgShUvxbV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfgShUvxbV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfgShUvxbV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfgShUvxbV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfgShUvxbV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfgShUvxbV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfgShUvxbV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfgShUvxbV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sfgShUvxbV .collapsed .btn {
  display: flex;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfgShUvxbV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfgShUvxbV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sfgShUvxbV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfgShUvxbV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfgShUvxbV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfgShUvxbV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfgShUvxbV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfgShUvxbV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfgShUvxbV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sfgShUvxbV .navbar-expand {
    flex-direction: column;
  }
  .cid-sfgShUvxbV img {
    height: 3.8rem !important;
  }
  .cid-sfgShUvxbV .btn {
    display: flex;
  }
  .cid-sfgShUvxbV button.navbar-toggler {
    display: block;
  }
  .cid-sfgShUvxbV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfgShUvxbV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfgShUvxbV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing,
  .cid-sfgShUvxbV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing .navbar-nav,
  .cid-sfgShUvxbV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfgShUvxbV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfgShUvxbV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfgShUvxbV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfgShUvxbV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfgShUvxbV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfgShUvxbV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfgShUvxbV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfgShUvxbV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfgShUvxbV .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-sfgShUvxbV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sfgShUvxbV .navbar-collapse {
  flex-basis: auto;
}
.cid-sfgShUvxbV .nav-link:hover,
.cid-sfgShUvxbV .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-r6TycFwKms {
  background: #ffffff;
}
.cid-r6TycFwKms .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6TycFwKms .mbr-figure {
  margin: 0 auto;
}
.cid-r6TycFwKms figcaption {
  position: relative;
}
.cid-r6TycFwKms figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6TycFwKms .image-block {
    width: 100% !important;
  }
}
.cid-r3oDUvwCPY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3oDUvwCPY .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r3oDUvwCPY H2 {
  color: #36555b;
}
.cid-r3oGrafIcV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-r3oGrafIcV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r3oGrafIcV p {
  color: #767676;
  text-align: left;
}
.cid-r3oGrafIcV .card-box {
  padding-top: 2rem;
}
.cid-r3oGrafIcV .card-wrapper {
  height: 100%;
}
.cid-r3oGrafIcV .card-title B {
  color: #0f9984;
}
.cid-r3oGrafIcV .card-title {
  color: #0f9984;
}
.cid-r4414vULDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-r4414vULDK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r4414vULDK p {
  color: #767676;
  text-align: left;
}
.cid-r4414vULDK .card-box {
  padding-top: 2rem;
}
.cid-r4414vULDK .card-wrapper {
  height: 100%;
}
.cid-r4414vULDK .card-title B {
  color: #0f9984;
}
.cid-r4414vULDK .card-title {
  color: #0f9984;
}
.cid-r443AXUbmB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r443AXUbmB .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r443AXUbmB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r44bZoSdrX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r44bZoSdrX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r44bZoSdrX .section-text {
  padding: 2rem 0;
}
.cid-r44bZoSdrX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r44bZoSdrX .inner-container {
    width: 100% !important;
  }
}
.cid-r443wuFStL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r443wuFStL .counter-container {
  color: #767676;
}
.cid-r443wuFStL .counter-container ul {
  margin-bottom: 0;
}
.cid-r443wuFStL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r443wuFStL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rICgJCDiSp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rICgJCDiSp .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rICgJCDiSp .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rICgJCDiSp .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rICgJCDiSp .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rICgJCDiSp [class^="socicon-"]:before,
.cid-rICgJCDiSp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rICgJCDiSp .btn {
    font-size: 20px !important;
  }
}
.cid-rICgJCDiSp .mbr-section-title {
  color: #38948a;
}
.cid-r442wnoXgF {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #2e2e2e;
}
.cid-r442wnoXgF .image-block {
  margin: auto;
}
.cid-r442wnoXgF figcaption {
  position: relative;
}
.cid-r442wnoXgF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r442wnoXgF .image-block {
    width: 100% !important;
  }
}
.cid-r7boaIhyFh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r7boaIhyFh .content {
    text-align: center;
  }
  .cid-r7boaIhyFh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7boaIhyFh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r7boaIhyFh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r7boaIhyFh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r7boaIhyFh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7boaIhyFh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7boaIhyFh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r7boaIhyFh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7boaIhyFh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7boaIhyFh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7boaIhyFh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7boaIhyFh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r7boaIhyFh H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-rYnhcC7fQM {
  background: #ffffff;
}
.cid-rYnhcC7fQM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rYnhcC7fQM .mbr-figure {
  margin: 0 auto;
}
.cid-rYnhcC7fQM figcaption {
  position: relative;
}
.cid-rYnhcC7fQM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYnhcC7fQM .image-block {
    width: 100% !important;
  }
}
.cid-r4fPi5Ax4Y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #7bbaba;
}
.cid-r4fPi5Ax4Y .title {
  margin-bottom: 2rem;
}
.cid-r4fPi5Ax4Y .mbr-section-subtitle {
  color: #232323;
}
.cid-r4fPi5Ax4Y a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r4fPi5Ax4Y a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-r4fPi5Ax4Y .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r4fPi5Ax4Y .input-group-btn {
  display: block;
  text-align: center;
}
.cid-r4fPi5Ax4Y B {
  color: #2e2e2e;
}
.cid-r4fQLTELRQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #2e2e2e;
}
.cid-r4fQLTELRQ .image-block {
  margin: auto;
}
.cid-r4fQLTELRQ figcaption {
  position: relative;
}
.cid-r4fQLTELRQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4fQLTELRQ .image-block {
    width: 100% !important;
  }
}
.cid-r7bnY09ZaK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r7bnY09ZaK .content {
    text-align: center;
  }
  .cid-r7bnY09ZaK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7bnY09ZaK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r7bnY09ZaK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r7bnY09ZaK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r7bnY09ZaK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7bnY09ZaK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7bnY09ZaK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r7bnY09ZaK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7bnY09ZaK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7bnY09ZaK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7bnY09ZaK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7bnY09ZaK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r7bnY09ZaK H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-r6TNGwEWN0 {
  background: #ffffff;
}
.cid-r6TNGwEWN0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r6TNGwEWN0 .mbr-figure {
  margin: 0 auto;
}
.cid-r6TNGwEWN0 figcaption {
  position: relative;
}
.cid-r6TNGwEWN0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6TNGwEWN0 .image-block {
    width: 100% !important;
  }
}
.cid-r6TNCbE7db {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6TNCbE7db .mbr-section-subtitle {
  color: #232323;
}
.cid-r6TNCbE7db H2 {
  color: #36555b;
}
.cid-r2yLPyFvOV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2yLPyFvOV .mbr-section-subtitle {
  color: #38948a;
  text-align: center;
}
.cid-r2yLPyFvOV .mbr-section-subtitle DIV {
  text-align: center;
  color: #000000;
}
.cid-sg7KojovE2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sg7KojovE2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sg7KojovE2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sg7KojovE2 .item-wrapper {
  height: 100%;
}
.cid-sg7KojovE2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sg7KojovE2 .carousel-control,
.cid-sg7KojovE2 .close {
  background: #1b1b1b;
}
.cid-sg7KojovE2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sg7KojovE2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sg7KojovE2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sg7KojovE2 .close::before {
  content: '\e91a';
}
.cid-sg7KojovE2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sg7KojovE2 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sg7KojovE2 .carousel-inner > .active {
  display: block;
}
.cid-sg7KojovE2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg7KojovE2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sg7KojovE2 .carousel-control .icon-next,
.cid-sg7KojovE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sg7KojovE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sg7KojovE2 .carousel-control,
  .cid-sg7KojovE2 .carousel-indicators,
  .cid-sg7KojovE2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sg7KojovE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sg7KojovE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg7KojovE2 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sg7KojovE2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sg7KojovE2 .carousel-indicators {
    display: none;
  }
}
.cid-sg7KojovE2 .carousel-indicators .active,
.cid-sg7KojovE2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sg7KojovE2 .carousel-indicators .active {
  background: #fff;
}
.cid-sg7KojovE2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sg7KojovE2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sg7KojovE2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sg7KojovE2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sg7KojovE2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sg7KojovE2 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sg7KojovE2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sg7KojovE2 .carousel {
  width: 100%;
}
.cid-sg7KojovE2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sg7KojovE2 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sg7KojovE2 .modal.fade .modal-dialog,
.cid-sg7KojovE2 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sg7KojovE2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sg7KojovE2 a {
  display: block;
}
.cid-sg7KojovE2 a.img {
  pointer-events: none;
}
.cid-sg7KojovE2 H3 {
  color: #073b4c;
}
.cid-sg7KojovE2 H4 {
  color: #38948a;
}
.cid-r2yLPEA25G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2yLPEA25G .mbr-text,
.cid-r2yLPEA25G blockquote {
  color: #767676;
}
.cid-r2yLPEA25G .mbr-text {
  text-align: left;
}
.cid-r2yLPEA25G .mbr-text P {
  color: #38948a;
  text-align: center;
}
.cid-r2yLPFTqKq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2yLPFTqKq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r2yLPFTqKq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r2yLPFTqKq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r2yLPFTqKq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r2yLPFTqKq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r2yLPFTqKq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r2yLPFTqKq .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-r2yLPFTqKq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r2yLPFTqKq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgcOxsLG9J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgcOxsLG9J .mbr-section-subtitle {
  color: #38948a;
  font-weight: 300;
}
.cid-sgcOxsLG9J .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sgcOxsLG9J .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgcOxsLG9J .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-sgcOxsLG9J .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sgcOxsLG9J .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sgcOxsLG9J .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sgcOxsLG9J .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgcOxsLG9J .media-block {
    padding-right: 2rem;
  }
}
.cid-sgcOxsLG9J .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sgcOxsLG9J .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sgcSgBv5Vk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgcSgBv5Vk .mbr-section-subtitle {
  color: #38948a;
  font-weight: 300;
}
.cid-sgcSgBv5Vk .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sgcSgBv5Vk .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgcSgBv5Vk .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-sgcSgBv5Vk .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sgcSgBv5Vk .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sgcSgBv5Vk .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sgcSgBv5Vk .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgcSgBv5Vk .media-block {
    padding-left: 2rem;
  }
}
.cid-sgcSgBv5Vk .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sgcSgBv5Vk .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sgcSgBv5Vk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-r6U4f68oss {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6U4f68oss .mbr-section-subtitle {
  color: #767676;
}
.cid-r6U4f68oss .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2yLPF6RYY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r2yLPF6RYY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r2yLPF6RYY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-r2yLPF6RYY B {
  color: #0c7363;
}
.cid-sgtUn3UkLk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgtUn3UkLk .mbr-section-subtitle {
  color: #38948a;
  font-weight: 300;
}
.cid-sgtUn3UkLk .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sgtUn3UkLk .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgtUn3UkLk .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-sgtUn3UkLk .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sgtUn3UkLk .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sgtUn3UkLk .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sgtUn3UkLk .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgtUn3UkLk .media-block {
    padding-left: 2rem;
  }
}
.cid-sgtUn3UkLk .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sgtUn3UkLk .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sgtUn3UkLk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sgtUnQ42Vy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgtUnQ42Vy .mbr-section-subtitle {
  color: #38948a;
  font-weight: 300;
}
.cid-sgtUnQ42Vy .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sgtUnQ42Vy .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgtUnQ42Vy .img-text {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-sgtUnQ42Vy .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sgtUnQ42Vy .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sgtUnQ42Vy .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sgtUnQ42Vy .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sgtUnQ42Vy .media-block {
    padding-left: 2rem;
  }
}
.cid-sgtUnQ42Vy .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sgtUnQ42Vy .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sgtUnQ42Vy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rEMwOWuRVn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rEMwOWuRVn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rEMwOWuRVn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rEMwOWuRVn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rEMwOWuRVn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rEMwOWuRVn [class^="socicon-"]:before,
.cid-rEMwOWuRVn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rEMwOWuRVn .btn {
    font-size: 20px !important;
  }
}
.cid-sg76PzljWy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sg76PzljWy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg76PzljWy .input {
  margin-bottom: 15px;
}
.cid-sg76PzljWy .map {
  width: 100%;
  height: 30rem;
}
.cid-sg76PzljWy .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sg76PzljWy .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sg76PzljWy .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sg76PzljWy .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sg76PzljWy .mbr-text {
  color: #767676;
}
.cid-sg76PzljWy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg76PzljWy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sg76PzljWy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sg76PzljWy .google-map {
  height: 25rem;
  position: relative;
}
.cid-sg76PzljWy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sg76PzljWy .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-sg76PzljWy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sg76PzljWy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sg76PzljWy h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg76PzljWy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg76PzljWy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sg76PzljWy H5 {
  color: #38948a;
}
.cid-sg76PzljWy H4 {
  color: #efefef;
}
.cid-sg76PzljWy H2 {
  color: #4edccc;
}
.cid-sg76Qv78cN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sg76Qv78cN .content {
    text-align: center;
  }
  .cid-sg76Qv78cN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg76Qv78cN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg76Qv78cN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg76Qv78cN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg76Qv78cN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg76Qv78cN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg76Qv78cN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sg76Qv78cN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg76Qv78cN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg76Qv78cN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg76Qv78cN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg76Qv78cN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sg76Qv78cN H5 {
  color: #47dcaf;
}
.cid-rYQhmLQy9u .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rYQhmLQy9u .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rYQhmLQy9u a {
  font-style: normal;
}
.cid-rYQhmLQy9u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQhmLQy9u .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYQhmLQy9u .nav-item:focus,
.cid-rYQhmLQy9u .nav-link:focus {
  outline: none;
}
.cid-rYQhmLQy9u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYQhmLQy9u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQhmLQy9u .menu-logo {
  margin-right: auto;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQhmLQy9u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQhmLQy9u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQhmLQy9u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYQhmLQy9u .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-rYQhmLQy9u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQhmLQy9u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQhmLQy9u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQhmLQy9u button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQhmLQy9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQhmLQy9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQhmLQy9u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .btn {
  display: flex;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQhmLQy9u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQhmLQy9u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYQhmLQy9u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQhmLQy9u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQhmLQy9u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYQhmLQy9u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQhmLQy9u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYQhmLQy9u .navbar-expand {
    flex-direction: column;
  }
  .cid-rYQhmLQy9u img {
    height: 3.8rem !important;
  }
  .cid-rYQhmLQy9u .btn {
    display: flex;
  }
  .cid-rYQhmLQy9u button.navbar-toggler {
    display: block;
  }
  .cid-rYQhmLQy9u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQhmLQy9u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQhmLQy9u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing,
  .cid-rYQhmLQy9u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQhmLQy9u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQhmLQy9u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYQhmLQy9u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQhmLQy9u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQhmLQy9u .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-rYQhmLQy9u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYQhmLQy9u .navbar-collapse {
  flex-basis: auto;
}
.cid-rYQhmLQy9u .nav-link:hover,
.cid-rYQhmLQy9u .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-sgtTvkdYmR {
  background: #ffffff;
}
.cid-sgtTvkdYmR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sgtTvkdYmR .mbr-figure {
  margin: 0 auto;
}
.cid-sgtTvkdYmR figcaption {
  position: relative;
}
.cid-sgtTvkdYmR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgtTvkdYmR .image-block {
    width: 100% !important;
  }
}
.cid-sgtTvqyEm1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgtTvqyEm1 .mbr-section-subtitle {
  color: #38948a;
}
.cid-sgtTvr7JxJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgtTvr7JxJ .mbr-text,
.cid-sgtTvr7JxJ blockquote {
  color: #767676;
}
.cid-sgtTvr7JxJ .mbr-text {
  text-align: left;
}
.cid-sgtTvr7JxJ .mbr-text P {
  color: #232323;
}
.cid-sgtTvrCVUb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgtTvrCVUb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgtTvrCVUb p {
  color: #767676;
  text-align: left;
}
.cid-sgtTvrCVUb .card-box {
  padding-top: 2rem;
}
.cid-sgtTvrCVUb .card-wrapper {
  height: 100%;
}
.cid-sgtTvrCVUb .card-title B {
  color: #389460;
}
.cid-sgtTvsjiji {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgtTvsjiji h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgtTvsjiji p {
  color: #767676;
  text-align: left;
}
.cid-sgtTvsjiji .card-box {
  padding-top: 2rem;
}
.cid-sgtTvsjiji .card-wrapper {
  height: 100%;
}
.cid-sgtTvsjiji .card-title B {
  color: #389460;
}
.cid-sgtTvsVXLQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgtTvsVXLQ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sgtTvsVXLQ .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-sgtTvsVXLQ .mbr-section-subtitle B {
  color: #38948a;
}
.cid-sgtTvtw53e .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgtTvtw53e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgtTvtw53e .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-sgtTvtw53e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgtTvtw53e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgtTvuvTjs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgtTvuvTjs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgtTvuvTjs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgtTvuvTjs .mbr-text {
  color: #767676;
}
.cid-sgtTvv1CPA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgtTvv1CPA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgtTvv1CPA .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgtTvv1CPA .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sgtTvw7jUn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sgtTvw7jUn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sgtTvw7jUn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sgtTvw7jUn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sgtTvw7jUn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sgtTvw7jUn [class^="socicon-"]:before,
.cid-sgtTvw7jUn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sgtTvw7jUn .btn {
    font-size: 20px !important;
  }
}
.cid-sgtTvwJdIp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #36555b;
}
.cid-sgtTvwJdIp .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sgtTvwJdIp .input {
  margin-bottom: 15px;
}
.cid-sgtTvwJdIp .map {
  width: 100%;
  height: 30rem;
}
.cid-sgtTvwJdIp .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sgtTvwJdIp .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgtTvwJdIp .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgtTvwJdIp .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sgtTvwJdIp .mbr-text {
  color: #767676;
}
.cid-sgtTvwJdIp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgtTvwJdIp .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sgtTvwJdIp .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sgtTvwJdIp .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgtTvwJdIp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgtTvwJdIp .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-sgtTvwJdIp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgtTvwJdIp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sgtTvwJdIp h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgtTvwJdIp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sgtTvwJdIp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sgtTvwJdIp H5 {
  color: #38948a;
}
.cid-sgtTvwJdIp H4 {
  color: #efefef;
}
.cid-sgtTvwJdIp H2 {
  color: #4edccc;
}
.cid-sgtTvxyjbG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #36555b;
}
@media (max-width: 767px) {
  .cid-sgtTvxyjbG .content {
    text-align: center;
  }
  .cid-sgtTvxyjbG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgtTvxyjbG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgtTvxyjbG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgtTvxyjbG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgtTvxyjbG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgtTvxyjbG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sgtTvxyjbG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sgtTvxyjbG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sgtTvxyjbG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgtTvxyjbG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgtTvxyjbG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgtTvxyjbG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sgtTvxyjbG H5 {
  color: #47dcaf;
}
.cid-sgtTvyjjJa .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sgtTvyjjJa .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sgtTvyjjJa a {
  font-style: normal;
}
.cid-sgtTvyjjJa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgtTvyjjJa .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sgtTvyjjJa .nav-item:focus,
.cid-sgtTvyjjJa .nav-link:focus {
  outline: none;
}
.cid-sgtTvyjjJa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sgtTvyjjJa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgtTvyjjJa .menu-logo {
  margin-right: auto;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgtTvyjjJa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgtTvyjjJa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgtTvyjjJa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgtTvyjjJa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgtTvyjjJa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgtTvyjjJa .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgtTvyjjJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgtTvyjjJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgtTvyjjJa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgtTvyjjJa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgtTvyjjJa .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-sgtTvyjjJa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgtTvyjjJa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgtTvyjjJa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgtTvyjjJa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgtTvyjjJa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgtTvyjjJa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgtTvyjjJa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgtTvyjjJa button.navbar-toggler:focus {
  outline: none;
}
.cid-sgtTvyjjJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgtTvyjjJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgtTvyjjJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgtTvyjjJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgtTvyjjJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgtTvyjjJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgtTvyjjJa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgtTvyjjJa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgtTvyjjJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgtTvyjjJa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sgtTvyjjJa .collapsed .btn {
  display: flex;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgtTvyjjJa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgtTvyjjJa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sgtTvyjjJa .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgtTvyjjJa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgtTvyjjJa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgtTvyjjJa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgtTvyjjJa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgtTvyjjJa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgtTvyjjJa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgtTvyjjJa .navbar-expand {
    flex-direction: column;
  }
  .cid-sgtTvyjjJa img {
    height: 3.8rem !important;
  }
  .cid-sgtTvyjjJa .btn {
    display: flex;
  }
  .cid-sgtTvyjjJa button.navbar-toggler {
    display: block;
  }
  .cid-sgtTvyjjJa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgtTvyjjJa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgtTvyjjJa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing,
  .cid-sgtTvyjjJa .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing .navbar-nav,
  .cid-sgtTvyjjJa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgtTvyjjJa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sgtTvyjjJa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgtTvyjjJa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgtTvyjjJa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgtTvyjjJa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgtTvyjjJa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgtTvyjjJa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgtTvyjjJa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgtTvyjjJa .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-sgtTvyjjJa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sgtTvyjjJa .navbar-collapse {
  flex-basis: auto;
}
.cid-sgtTvyjjJa .nav-link:hover,
.cid-sgtTvyjjJa .dropdown-item:hover {
  color: #50ecda !important;
}
.cid-sgtTvz0z18 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgtTvz0z18 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sgtTvz0z18 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgtTvz0z18 .mbr-text {
  color: #767676;
}
