body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #7237a2 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #126537 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-primary:before {
  background-color: #4a2469 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-secondary:before {
  background-color: #53100e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info:before {
  background-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #126537 !important;
  border-color: #126537 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #126537 !important;
  border-color: #126537 !important;
}
.btn-warning:before {
  background-color: #062414 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #062414 !important;
  border-color: #062414 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:before {
  background-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-primary-outline:before {
  background-color: #7237a2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3e0c0a;
  color: #3e0c0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-secondary-outline:before {
  background-color: #951d19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #232323;
}
.btn-info-outline:before {
  background-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #030e08;
  color: #030e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #126537;
}
.btn-warning-outline:before {
  background-color: #126537;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #126537 !important;
  border-color: #126537 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-danger-outline:before {
  background-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7237a2;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #7237a2 !important;
}
.text-secondary {
  color: #951d19 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #126537 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c1d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3e0c0a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #030e08 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #232323;
}
.alert-warning {
  background-color: #126537;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7237a2;
  border-color: #7237a2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7237a2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b083d5;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #25d172;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #7237a2;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #7237a2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7237a2;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7237a2;
  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: #7237a2;
  border-bottom-color: #7237a2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7237a2 !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: #951d19 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237237a2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
.cid-u1VvffUmUI {
  background-image: url("../../../assets/images/pexels-mikhail-nilov-6964580-1080p.gif");
}
.cid-u1VvffUmUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VvffUmUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VvffUmUI .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u1VvffUmUI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VvffUmUI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VvffUmUI .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VvffUmUI .wrap {
  background: url("../../../assets/images/background13-1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-u1VvffUmUI .wrap .inner-wrap {
  padding: 40px;
}
.cid-u1VvffUmUI .card-title {
  color: #126537;
  text-align: left;
}
.cid-u1VvffUmUI .mbr-text,
.cid-u1VvffUmUI .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u1K40mxPde {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #126537;
}
.cid-u1K40mxPde .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1K40mxPde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u1K40mxPde .container-fluid {
    padding: 0;
  }
}
.cid-u1K40mxPde .embla__button--next,
.cid-u1K40mxPde .embla__button--prev {
  display: flex;
}
.cid-u1K40mxPde .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u1K40mxPde .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u1K40mxPde .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1K40mxPde .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1K40mxPde .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1K40mxPde .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1K40mxPde .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1K40mxPde .embla {
  position: relative;
  width: 100%;
}
.cid-u1K40mxPde .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1K40mxPde .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1K40mxPde .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1K40mxPde .embla__slide a {
  cursor: grab;
}
.cid-u1K40mxPde .embla__slide a:active {
  cursor: grabbing;
}
.cid-u1K40mxPde .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1K40mxPde .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u1K40mxPde .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u1K40mxPde .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u1K40mxPde .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u1K40mxPde .mbr-section-title {
  color: #232323;
}
.cid-u1K40mxPde .mbr-section-subtitle {
  color: #232323;
}
.cid-u1K40mxPde .mbr-box {
  color: #ffffff;
}
.cid-u1K40mxPde .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u1K40mxPde img,
.cid-u1K40mxPde .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1K40mxPde .item-wrapper {
  position: relative;
}
.cid-u1K40mxPde .content-head {
  max-width: 800px;
}
.cid-u192XcpcI3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u192XcpcI3 .block-title {
  text-align: left;
  color: #232323;
}
.cid-tSuq4WMRlA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSuq4WMRlA .block-title DIV {
  text-align: left;
}
.cid-tSuq4WMRlA .block-title {
  color: #ffffff;
  text-align: left;
}
.cid-tKoCRXjZxh {
  background-image: url("../../../assets/images/pexels-mikhail-nilov-6964669-1080p.gif");
}
.cid-tKoCRXjZxh .column-content {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-tKoCRXjZxh .text-content .btn-bgr {
  z-index: 0;
}
.cid-tKoCRXjZxh .mbr-overlay {
  background: linear-gradient(#126537 -10%, #ffffff 75%);
}
.cid-tKoCRXjZxh .container-full-width {
  position: relative;
}
.cid-tKoCRXjZxh .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-tKoCRXjZxh .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-tKoCRXjZxh .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-tKoCRXjZxh .text-content {
    width: 540px;
  }
  .cid-tKoCRXjZxh .column-content {
    width: 100%;
  }
  .cid-tKoCRXjZxh .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-tKoCRXjZxh .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tKoCRXjZxh .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-tKoCRXjZxh .column-content {
    width: 50%;
  }
  .cid-tKoCRXjZxh .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-tKoCRXjZxh .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKoCRXjZxh .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-tKoCRXjZxh .column-content {
    height: 33rem;
  }
}
.cid-tKoCRXjZxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKoCRXjZxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKoCRXjZxh H1 {
  color: #ffffff;
}
.cid-tKoCRXjZxh .mbr-text,
.cid-tKoCRXjZxh .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tSuqR1A4ij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #126537;
}
.cid-tSuqR1A4ij .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tKR2RfZnWA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKR2RfZnWA .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tKR2RfZnWA .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tKR2RfZnWA .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #7237a2;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tKR2RfZnWA .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tKR2RfZnWA .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tKR2RfZnWA .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-tKR2RfZnWA .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tKR2RfZnWA .card-days {
  background-color: #7237a2;
  border-radius: 5px;
}
.cid-tKR2RfZnWA .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tKR2RfZnWA .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tKR2RfZnWA .card-days .schedule li:first-child {
  border-top: none;
}
.cid-tKR2RfZnWA .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tKR2RfZnWA .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tKR2RfZnWA .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tKR2RfZnWA .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-tKR2RfZnWA .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tKR2RfZnWA .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-tKR2RfZnWA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tKR2RfZnWA .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tKR2RfZnWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKR2RfZnWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKR2RfZnWA .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tKR2RfZnWA .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tKR2RfZnWA H1 {
  color: #ffffff;
}
.cid-tKR2RfZnWA .days-subtitle {
  color: #ffffff;
}
.cid-tKR2RfZnWA DIV {
  color: #e4e636;
}
.cid-tKR2RfZnWA UL {
  text-align: right;
}
.cid-u1gMlSGXdL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u1gMlSGXdL .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-u1gMlSGXdL .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-u1gMlSGXdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gMlSGXdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZy31J3ny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tLZy31J3ny .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tLZy31J3ny .card-img {
  padding-bottom: 2rem;
}
.cid-tLZy31J3ny .mbr-text {
  color: #767676;
}
.cid-tLZy31J3ny span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tLZy31J3ny .mbr-section-btn {
  margin-left: 0;
}
.cid-tLZy31J3ny .date span {
  display: inline-block;
  background-color: #951d19;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tLZy31J3ny .card-title {
    text-align: center;
  }
  .cid-tLZy31J3ny p.mbr-text,
  .cid-tLZy31J3ny p.date {
    text-align: center;
  }
}
.cid-tLZy31J3ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZy31J3ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZy31J3ny .mbr-text,
.cid-tLZy31J3ny .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u1f71rMDbw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1f71rMDbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1f71rMDbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1f71rMDbw .google-map {
  height: 350px;
  position: relative;
}
.cid-u1f71rMDbw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u1f71rMDbw .google-map [data-state-details] {
  color: #6b6763;
  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-u1f71rMDbw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u1f71rMDbw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u1dXRvNVFc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1dXRvNVFc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-u1dXRvNVFc .panel-group {
  border: none;
}
.cid-u1dXRvNVFc .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1dXRvNVFc .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u1dXRvNVFc .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u1dXRvNVFc .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u1dXRvNVFc .img-col {
  padding: 0;
}
.cid-u1dXRvNVFc .img-item {
  height: 100%;
}
.cid-u1dXRvNVFc img {
  height: 100%;
  object-fit: cover;
}
.cid-u1dXRvNVFc .collapsed span {
  transform: rotate(0deg);
}
.cid-u1dXRvNVFc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1dXRvNVFc p {
  margin-bottom: 0.3rem;
}
.cid-u1dXRvNVFc .panel-title-edit {
  color: #ff4552;
}
.cid-u1dXRvNVFc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u1dXRvNVFc .card {
  background: #126537;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u1dXRvNVFc .card {
    padding: 1.5rem;
  }
}
.cid-u1dXRvNVFc .panel-text {
  color: #000000;
}
.cid-u1dXRvNVFc .mbr-section-title {
  text-align: center;
  color: #126537;
}
.cid-u1dXRvNVFc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1dXRvNVFc .panel-title-edit,
.cid-u1dXRvNVFc .mbr-iconfont {
  color: #ffffff;
}
.cid-u1gNbNgklL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u1gNbNgklL .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-u1gNbNgklL .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-u1gNbNgklL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gNbNgklL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM93PNHXnt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tM93PNHXnt .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-u1dr8BUiqE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1dr8BUiqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dr8BUiqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1dr8BUiqE .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1dr8BUiqE .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1dr8BUiqE .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1dr8BUiqE .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1dr8BUiqE .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1dr8BUiqE [class^="socicon-"]:before,
.cid-u1dr8BUiqE [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u1dy0v3pyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #126537;
}
.cid-u1dy0v3pyg p {
  text-align: center;
}
.cid-u1dy0v3pyg .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1dy0v3pyg .btn-underline:hover {
  color: #505050;
}
.cid-u1dy0v3pyg .btn-underline:before {
  background-color: #505050;
}
.cid-u1dy0v3pyg .social-list a:focus {
  text-decoration: none;
}
.cid-u1dy0v3pyg .text-copyright {
  width: 100%;
}
.cid-u1dy0v3pyg .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u1dy0v3pyg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u1dy0v3pyg .logo-footer {
  line-height: normal;
}
.cid-u1dy0v3pyg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1dy0v3pyg .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1dy0v3pyg .mbr-section-btn {
  font-size: 16px;
}
.cid-u1dy0v3pyg .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tY2xujnHZP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY2xujnHZP .image-block {
  margin: auto;
}
.cid-tY2xujnHZP figcaption {
  position: relative;
}
.cid-tY2xujnHZP figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY2xujnHZP .image-block {
    width: 100% !important;
  }
}
.cid-tSBkjjbS2L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #951d19;
}
.cid-tSBkjjbS2L .block-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSuAYusk6G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSuAYusk6G .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSpi0MAz90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSpi0MAz90 .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSphzQPrwL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSphzQPrwL .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSphAMX0XK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSphAMX0XK .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSphBqrdTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSphBqrdTB .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSphBZU3qs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSphBZU3qs .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSphCTX5V1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSphCTX5V1 .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1EzxomkbK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1EzxomkbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EzxomkbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EzxomkbK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1EzxomkbK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1EzxomkbK .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1EzxomkbK .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1EzxomkbK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1EzxomkbK [class^="socicon-"]:before,
.cid-u1EzxomkbK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tSpcb1YdRn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSpcb1YdRn p {
  text-align: center;
}
.cid-tSpcb1YdRn .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tSpcb1YdRn .btn-underline:hover {
  color: #505050;
}
.cid-tSpcb1YdRn .btn-underline:before {
  background-color: #505050;
}
.cid-tSpcb1YdRn .social-list a:focus {
  text-decoration: none;
}
.cid-tSpcb1YdRn .text-copyright {
  width: 100%;
}
.cid-tSpcb1YdRn .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tSpcb1YdRn .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tSpcb1YdRn .logo-footer {
  line-height: normal;
}
.cid-tSpcb1YdRn .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSpcb1YdRn .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSpcb1YdRn .mbr-section-btn {
  font-size: 16px;
}
.cid-tSpcb1YdRn .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
.cid-tY2y71P2Jm {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-tY2y71P2Jm .image-block {
  margin: auto;
}
.cid-tY2y71P2Jm figcaption {
  position: relative;
}
.cid-tY2y71P2Jm figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY2y71P2Jm .image-block {
    width: 100% !important;
  }
}
.cid-tSBjXMzsbD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #951d19;
}
.cid-tSBjXMzsbD .block-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSponaKXTV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSponaKXTV .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSponbdc4b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSponbdc4b .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSponbNr3f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSponbNr3f .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSponcgw27 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSponcgw27 .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSponcKjhw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSponcKjhw .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSppvkg0az {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSppvkg0az .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSppw5zPaq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSppw5zPaq .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1EzX50UIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1EzX50UIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EzX50UIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EzX50UIk .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1EzX50UIk .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1EzX50UIk .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1EzX50UIk .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1EzX50UIk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1EzX50UIk [class^="socicon-"]:before,
.cid-u1EzX50UIk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tSpondiKuu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSpondiKuu p {
  text-align: center;
}
.cid-tSpondiKuu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tSpondiKuu .btn-underline:hover {
  color: #505050;
}
.cid-tSpondiKuu .btn-underline:before {
  background-color: #505050;
}
.cid-tSpondiKuu .social-list a:focus {
  text-decoration: none;
}
.cid-tSpondiKuu .text-copyright {
  width: 100%;
}
.cid-tSpondiKuu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tSpondiKuu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tSpondiKuu .logo-footer {
  line-height: normal;
}
.cid-tSpondiKuu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSpondiKuu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSpondiKuu .mbr-section-btn {
  font-size: 16px;
}
.cid-tSpondiKuu .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
.cid-tY2yjj5lxe {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-tY2yjj5lxe .image-block {
  margin: auto;
}
.cid-tY2yjj5lxe figcaption {
  position: relative;
}
.cid-tY2yjj5lxe figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY2yjj5lxe .image-block {
    width: 100% !important;
  }
}
.cid-tY3lxPjyLd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-tY3lxPjyLd .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSsitkpIkp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSsitkpIkp .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tY3magJj0w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tY3magJj0w .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSsitl9dYp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSsitl9dYp .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSsitlCNsG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSsitlCNsG .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSsitm3ndp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSsitm3ndp .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1EA3u8061 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1EA3u8061 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EA3u8061 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EA3u8061 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1EA3u8061 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1EA3u8061 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1EA3u8061 .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1EA3u8061 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1EA3u8061 [class^="socicon-"]:before,
.cid-u1EA3u8061 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tSsitnkmzv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSsitnkmzv p {
  text-align: center;
}
.cid-tSsitnkmzv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tSsitnkmzv .btn-underline:hover {
  color: #505050;
}
.cid-tSsitnkmzv .btn-underline:before {
  background-color: #505050;
}
.cid-tSsitnkmzv .social-list a:focus {
  text-decoration: none;
}
.cid-tSsitnkmzv .text-copyright {
  width: 100%;
}
.cid-tSsitnkmzv .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tSsitnkmzv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tSsitnkmzv .logo-footer {
  line-height: normal;
}
.cid-tSsitnkmzv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSsitnkmzv .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSsitnkmzv .mbr-section-btn {
  font-size: 16px;
}
.cid-tSsitnkmzv .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
.cid-tY2ysTHtdd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tY2ysTHtdd .image-block {
  margin: auto;
}
.cid-tY2ysTHtdd figcaption {
  position: relative;
}
.cid-tY2ysTHtdd figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY2ysTHtdd .image-block {
    width: 100% !important;
  }
}
.cid-tSuvP2kXdk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #951d19;
}
.cid-tSuvP2kXdk .block-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSsGk61dAC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #126537;
}
.cid-tSsGk61dAC .block-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1EA8gc4Om {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1EA8gc4Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EA8gc4Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EA8gc4Om .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1EA8gc4Om .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1EA8gc4Om .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1EA8gc4Om .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1EA8gc4Om .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1EA8gc4Om [class^="socicon-"]:before,
.cid-u1EA8gc4Om [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tSsGk6z6kk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSsGk6z6kk p {
  text-align: center;
}
.cid-tSsGk6z6kk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tSsGk6z6kk .btn-underline:hover {
  color: #505050;
}
.cid-tSsGk6z6kk .btn-underline:before {
  background-color: #505050;
}
.cid-tSsGk6z6kk .social-list a:focus {
  text-decoration: none;
}
.cid-tSsGk6z6kk .text-copyright {
  width: 100%;
}
.cid-tSsGk6z6kk .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tSsGk6z6kk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tSsGk6z6kk .logo-footer {
  line-height: normal;
}
.cid-tSsGk6z6kk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSsGk6z6kk .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSsGk6z6kk .mbr-section-btn {
  font-size: 16px;
}
.cid-tSsGk6z6kk .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
.cid-tY2xX86qs9 {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 15px;
}
.cid-tY2xX86qs9 .image-block {
  margin: auto;
}
.cid-tY2xX86qs9 figcaption {
  position: relative;
}
.cid-tY2xX86qs9 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tY2xX86qs9 .image-block {
    width: 100% !important;
  }
}
.cid-tSBvjd5E1g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #951d19;
}
.cid-tSBvjd5E1g .block-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSBvuVEhpH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSBvuVEhpH h2,
.cid-tSBvuVEhpH h3,
.cid-tSBvuVEhpH h4,
.cid-tSBvuVEhpH p {
  color: #ffffff;
}
.cid-tSBvuVEhpH .mbr-overlay {
  z-index: -1;
}
.cid-tSBvuVEhpH .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tSBvuVEhpH .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-tSBvuVEhpH .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-tSBvuVEhpH .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSBvuVEhpH .mbr-text {
  color: #767676;
}
.cid-tSBvuVEhpH .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tSBvuVEhpH .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #126537;
  opacity: 0.5;
  z-index: 0;
}
.cid-tSBvuVEhpH .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tSBvuVEhpH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tSBvuVEhpH .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tSBvuVEhpH .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tSBvuVEhpH textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tSBvuVEhpH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tSBvuVEhpH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tSBvuVEhpH .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSBvuVEhpH h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tSBvuVEhpH .block-content {
    padding: 0;
  }
  .cid-tSBvuVEhpH .form-block {
    padding: 1rem;
  }
}
.cid-tSBvuVEhpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBvuVEhpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EzQOcB6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #126537;
}
.cid-u1EzQOcB6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EzQOcB6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EzQOcB6s .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1EzQOcB6s .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1EzQOcB6s .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1EzQOcB6s .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1EzQOcB6s .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1EzQOcB6s [class^="socicon-"]:before,
.cid-u1EzQOcB6s [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tSBvjhMnSo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #126537;
}
.cid-tSBvjhMnSo p {
  text-align: center;
}
.cid-tSBvjhMnSo .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tSBvjhMnSo .btn-underline:hover {
  color: #505050;
}
.cid-tSBvjhMnSo .btn-underline:before {
  background-color: #505050;
}
.cid-tSBvjhMnSo .social-list a:focus {
  text-decoration: none;
}
.cid-tSBvjhMnSo .text-copyright {
  width: 100%;
}
.cid-tSBvjhMnSo .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tSBvjhMnSo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tSBvjhMnSo .logo-footer {
  line-height: normal;
}
.cid-tSBvjhMnSo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tSBvjhMnSo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSBvjhMnSo .mbr-section-btn {
  font-size: 16px;
}
.cid-tSBvjhMnSo .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-u2phNp3xwL .navbar {
  padding: .5rem 0;
  background: #126537;
  transition: none;
  min-height: 50px;
}
.cid-u2phNp3xwL .navbar-dropdown.bg-color.transparent.opened {
  background: #126537;
}
.cid-u2phNp3xwL a {
  font-style: normal;
}
.cid-u2phNp3xwL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2phNp3xwL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-u2phNp3xwL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .content-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7237a2;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u2phNp3xwL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2phNp3xwL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2phNp3xwL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2phNp3xwL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2phNp3xwL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2phNp3xwL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2phNp3xwL .content-right-side {
  text-align: center;
}
.cid-u2phNp3xwL .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2phNp3xwL .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2phNp3xwL .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2phNp3xwL img {
    height: 3.8rem !important;
  }
  .cid-u2phNp3xwL .btn {
    display: -webkit-flex;
  }
  .cid-u2phNp3xwL button.navbar-toggler {
    display: block;
  }
  .cid-u2phNp3xwL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-u2phNp3xwL .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing,
  .cid-u2phNp3xwL .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2phNp3xwL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2phNp3xwL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2phNp3xwL .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-u2phNp3xwL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2phNp3xwL .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;
  }
  .cid-u2phNp3xwL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2phNp3xwL .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-u2phNp3xwL .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-u2phNp3xwL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2phNp3xwL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2phNp3xwL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2phNp3xwL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-u2phNp3xwL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2phNp3xwL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2phNp3xwL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2phNp3xwL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2phNp3xwL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2phNp3xwL .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2phNp3xwL .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2phNp3xwL .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2phNp3xwL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2phNp3xwL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u2phNp3xwL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-u2phNp3xwL .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2phNp3xwL .navbar-toggler {
    display: none;
  }
  .cid-u2phNp3xwL .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2phNp3xwL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2phNp3xwL .menu-logo {
  margin-right: auto;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u2phNp3xwL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu {
  background: #126537;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2phNp3xwL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2phNp3xwL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2phNp3xwL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2phNp3xwL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u2phNp3xwL .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u2phNp3xwL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2phNp3xwL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2phNp3xwL button.navbar-toggler:focus {
  outline: none;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2phNp3xwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2phNp3xwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2phNp3xwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2phNp3xwL .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2phNp3xwL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2phNp3xwL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2phNp3xwL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-u2phNp3xwL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2phNp3xwL .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2phNp3xwL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-u2phNp3xwL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2phNp3xwL .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-u2phNp3xwL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2phNp3xwL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2phNp3xwL .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;
}
.cid-u2phNp3xwL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2phNp3xwL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2phNp3xwL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2phNp3xwL .nav-link:focus {
  outline: none;
}
.cid-u2phNp3xwL .navbar-toggler {
  position: relative;
}
.cid-u2phNp3xwL .dropdown-item.active,
.cid-u2phNp3xwL .dropdown-item:active {
  background: #126537;
  color: initial;
}
.cid-u2phNp3xwL .nav-link:hover,
.cid-u2phNp3xwL .dropdown-item:hover {
  color: #4284df;
}
.cid-u2phNp3xwL .widget-title,
.cid-u2phNp3xwL .widget-icon {
  color: #ffffff;
}
