body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #979879 !important;
}
.bg-success {
  background-color: #516035 !important;
}
.bg-info {
  background-color: #eca02f !important;
}
.bg-warning {
  background-color: #9d4c1b !important;
}
.bg-danger {
  background-color: #efbbc7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #979879 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #696951 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #696951 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eca02f !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b47210 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b47210 !important;
}
.btn-success,
.btn-success:active {
  background-color: #516035 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #222816 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #222816 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9d4c1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #53280e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #53280e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efbbc7 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #de758d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de758d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #979879 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #979879;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #696951 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #979879 !important;
  border-color: #979879 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eca02f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b47210 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #eca02f !important;
  border-color: #eca02f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #516035;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #222816 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #516035 !important;
  border-color: #516035 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d4c1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #53280e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9d4c1b !important;
  border-color: #9d4c1b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efbbc7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #de758d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efbbc7 !important;
  border-color: #efbbc7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #979879 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #516035 !important;
}
.text-info {
  color: #eca02f !important;
}
.text-warning {
  color: #9d4c1b !important;
}
.text-danger {
  color: #efbbc7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #60614a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a1e11 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a6690f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #46220c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dc6883 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #979879;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eca02f;
}
.alert-warning {
  background-color: #9d4c1b;
}
.alert-danger {
  background-color: #efbbc7;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #979879;
  border-color: #979879;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #979879;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfc1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94ac69;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf5ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e28a56;
}
.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;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #979879 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #979879;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 60px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #979879;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #979879;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #979879;
  border-bottom-color: #979879;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #979879 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23979879' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb03uwK0qc {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-vb03uwK0qc .carousel {
  width: 100%;
}
.cid-vb03uwK0qc .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-vb03uwK0qc .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-vb03uwK0qc .carousel-caption {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vb03uwK0qc .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-vb03uwK0qc .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-vb03uwK0qc .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-vb03uwK0qc .mbr-section-btn {
  margin-top: 42px;
}
.cid-vb03uwK0qc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vb03uwK0qc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vb03uwK0qc .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-vb03uwK0qc .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-vb03uwK0qc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vb03uwK0qc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vb03uwK0qc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vb03uwK0qc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vb03uwK0qc .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-vb03uwK0qc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-vb03uwK0qc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-vb03uwK0qc .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-vb03uwK0qc .carousel-control {
    display: none !important;
  }
}
.cid-vb03uwK0qc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-vb03uwK0qc .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-vb03uwK0qc .carousel-indicators li.active,
.cid-vb03uwK0qc .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-vb03uwK0qc .carousel-indicators li::after,
.cid-vb03uwK0qc .carousel-indicators li::before {
  content: none;
}
.cid-vb03uwK0qc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vb03uwK0qc .carousel-indicators {
    display: none !important;
  }
}
.cid-vb03uwK0qc .mbr-section-text,
.cid-vb03uwK0qc .mbr-section-btn {
  text-align: center;
}
.cid-veMCkBio7O {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veMCkBio7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMCkBio7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veMCkBio7O .container {
    padding: 0 24px;
  }
}
.cid-veMCkBio7O .row {
  justify-content: center;
}
.cid-veMCkBio7O .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veMCkBio7O .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-veMCkBio7O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ebeae2;
  border-radius: .75rem;
}
.cid-veMCkBio7O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMCkBio7O .mbr-section-title {
  color: #141414;
}
.cid-veMCkBio7O .mbr-text {
  color: #141414;
}
.cid-veMCkBio7O .mbr-desc,
.cid-veMCkBio7O .desc-wrapper {
  text-align: center;
}
.cid-vf4PdIUgfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf4PdIUgfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4PdIUgfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4PdIUgfI .icon-title-1 {
  color: #bff747;
}
.cid-vf4PdIUgfI .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf4PdIUgfI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf4PdIUgfI .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vf4PdIUgfI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf4PdIUgfI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vf4PdIUgfI .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vf4PdIUgfI .image-wrapper img {
    height: 350px;
  }
}
.cid-vf4PdIUgfI .item-text {
  color: #000000;
}
.cid-vf4PdIUgfI .item-title {
  color: #84b134;
}
.cid-vf4PdIUgfI .mbr-section-title,
.cid-vf4PdIUgfI .mbr-section-btn {
  color: #000000;
}
.cid-vceJaWiEeq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vceJaWiEeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceJaWiEeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceJaWiEeq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vceJaWiEeq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vceJaWiEeq .content-wrapper {
    width: 100%;
  }
}
.cid-vceJaWiEeq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vceJaWiEeq .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vceJaWiEeq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vceJaWiEeq .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vceJaWiEeq .mbr-section-title {
  color: #181824;
}
.cid-vceJaWiEeq .mbr-text,
.cid-vceJaWiEeq .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vceJaWiEeq .mbr-section-title,
.cid-vceJaWiEeq .mbr-section-btn,
.cid-vceJaWiEeq .icon-wrapper {
  text-align: center;
}
.cid-vceG8z7LFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vceG8z7LFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceG8z7LFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceG8z7LFk .items-wrapper {
  margin: 0 -10px;
}
.cid-vceG8z7LFk .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vceG8z7LFk .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vceG8z7LFk .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .cid-vceG8z7LFk .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #eca02f;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #eca02f;
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vceG8z7LFk .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vceG8z7LFk .item-date {
  color: #2f1d41;
}
.cid-vceG8z7LFk .item-address {
  color: #ffffff;
}
.cid-vceG8z7LFk .item-title {
  color: #ffffff;
}
.cid-vceG8z7LFk .item-text {
  color: #ffffff;
}
.cid-vaUOhM5WTb {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vaUOhM5WTb .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-vaUOhM5WTb h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-vaUOhM5WTb .svg11 path {
  fill: #eca02f;
}
.cid-vaUOhM5WTb .svg21 path {
  fill: #a67355;
}
.cid-vaUOhM5WTb .svg31 path {
  fill: #87a27f;
}
.cid-vaUOhM5WTb .svg4 path {
  fill: #e0c2c4 !important;
}
.cid-vaUOhM5WTb .svg12 path,
.cid-vaUOhM5WTb .svg22 path,
.cid-vaUOhM5WTb .svg32 path {
  fill: #f4f4f4;
  stroke: #181818;
}
.cid-vaUOhM5WTb .card {
  position: relative;
  height: 300px;
}
.cid-vaUOhM5WTb .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-vaUOhM5WTb .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-vaUOhM5WTb .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-vaUOhM5WTb .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-vaUOhM5WTb .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-vaUOhM5WTb .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-vaUOhM5WTb .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-vaUOhM5WTb .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-vaUOhM5WTb .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-vaUOhM5WTb .card .svg22,
.cid-vaUOhM5WTb .card .svg32,
.cid-vaUOhM5WTb .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-vaUOhM5WTb .card .svg21,
.cid-vaUOhM5WTb .card .svg31,
.cid-vaUOhM5WTb .card .svg11 {
  z-index: 2;
}
.cid-vaUOhM5WTb .card div {
  z-index: 3;
}
.cid-vaUOhM5WTb .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-vaUOhM5WTb .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vaUOhM5WTb .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-vaUOhM5WTb .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-vaUOhM5WTb .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-vaUOhM5WTb .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaUOhM5WTb .card {
    margin-bottom: 2rem;
  }
  .cid-vaUOhM5WTb .card svg {
    left: 30px;
  }
  .cid-vaUOhM5WTb .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-vaUOhM5WTb .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-vaUOhM5WTb h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-vaUOhM5WTb .card {
    max-width: 330px;
  }
  .cid-vaUOhM5WTb .card svg {
    left: 0px;
  }
}
.cid-vaUOhM5WTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUOhM5WTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUXwlJqRj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaUXwlJqRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUXwlJqRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUXwlJqRj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaUXwlJqRj .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaUXwlJqRj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaUXwlJqRj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaUXwlJqRj .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaUXwlJqRj .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaUXwlJqRj .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vaUXwlJqRj .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #e9e6ae;
}
.cid-vaUXwlJqRj .mbr-section-title {
  color: #3a353e;
}
.cid-vaUXwlJqRj .mbr-text {
  color: #3a353e;
}
.cid-vaV9F8t3Mw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaV9F8t3Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaV9F8t3Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaV9F8t3Mw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaV9F8t3Mw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaV9F8t3Mw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaV9F8t3Mw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaV9F8t3Mw .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaV9F8t3Mw .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaV9F8t3Mw .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vaV9F8t3Mw .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #87a27f;
}
.cid-vaV9F8t3Mw .mbr-section-title {
  color: #3a353e;
}
.cid-vaV9F8t3Mw .mbr-text {
  color: #3a353e;
}
.cid-vaV9VyVEz6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaV9VyVEz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaV9VyVEz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaV9VyVEz6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaV9VyVEz6 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaV9VyVEz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaV9VyVEz6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vaV9VyVEz6 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vaV9VyVEz6 .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaV9VyVEz6 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vaV9VyVEz6 .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #dab09b;
}
.cid-vaV9VyVEz6 .mbr-section-title {
  color: #3a353e;
}
.cid-vaV9VyVEz6 .mbr-text {
  color: #3a353e;
}
.cid-vaVfjZkJSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vaVfjZkJSG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vaVfjZkJSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVfjZkJSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVfjZkJSG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vaVfjZkJSG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .container {
    padding: 0 22px;
  }
}
.cid-vaVfjZkJSG .row {
  position: relative;
  z-index: 1;
}
.cid-vaVfjZkJSG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vaVfjZkJSG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVfjZkJSG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVfjZkJSG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaVfjZkJSG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vaVfjZkJSG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vaVfjZkJSG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover,
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover::before,
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vaVfjZkJSG .mbr-section-title {
  color: #00d0f3;
}
.cid-vaVfjZkJSG .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vaVfjZkJSG .mbr-section-subtitle {
  color: #232323;
}
.cid-vaVfjZkJSG .list {
  color: #ffffff;
}
.cid-vaVfjZkJSG .mbr-contact {
  color: #ffffff;
}
.cid-vaVfjZkJSG .mbr-desc {
  color: #ffffff;
}
.cid-vaVfjZkJSG .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vaVfjZkJSG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vaVfjZkJSG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vaVfjZkJSG .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vaVfjZkJSG .mbr-contact,
.cid-vaVfjZkJSG .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vaVfjZkJSG .mbr-desc,
.cid-vaVfjZkJSG .mbr-section-btn {
  color: #000000;
}
.cid-vaVfjZkJSG .contacts-wrapper,
.cid-vaVfjZkJSG .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vaVehXYS33 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vaVehXYS33 .wrapper {
  background: #87a27f;
}
.cid-vaVehXYS33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVehXYS33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVehXYS33 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-veMCOhbaER {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veMCOhbaER .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMCOhbaER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMCOhbaER .mbr-text {
  color: #000000;
}
.cid-veMCOhbaER .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-veMCOhbaER .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-veMCOhbaER .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veMCOhbaER .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-veMCOhbaER .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veMCOhbaER .main-button {
    margin-bottom: 2rem;
  }
}
.cid-veMCOhbaER .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veMCOhbaER .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-veMCOhbaER .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #979879;
  background-color: #979879;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veMCOhbaER .mbr-text UL {
  text-align: left;
}
.cid-veMCOhbaER .mbr-section-subtitle,
.cid-veMCOhbaER .main-button {
  color: #000000;
}
.cid-veMDVQNc6u {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veMDVQNc6u .mbr-text {
  color: #000000;
}
.cid-veMDVQNc6u .mbr-section-subtitle {
  color: #000000;
}
.cid-veMDVQNc6u .mbr-section-title {
  color: #000000;
}
.cid-vaVhqCXZSu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d6eceb;
}
.cid-vaVhqCXZSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVhqCXZSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVhqCXZSu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vaVhqCXZSu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vaVhqCXZSu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #000000, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vaVhqCXZSu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vaVhqCXZSu .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaVhqCXZSu .mbr-section-title {
  color: #000000;
}
.cid-vaVhqCXZSu .mbr-text,
.cid-vaVhqCXZSu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vaVhqCXZSu .mbr-section-title,
.cid-vaVhqCXZSu .title-wrapper,
.cid-vaVhqCXZSu .mbr-section-btn {
  text-align: center;
}
.cid-veMEHo2bIf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veMEHo2bIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMEHo2bIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMEHo2bIf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veMEHo2bIf .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veMEHo2bIf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMEHo2bIf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-veMEHo2bIf .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veMEHo2bIf .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMEHo2bIf .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veMEHo2bIf .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #dab09b;
}
.cid-veMEHo2bIf .mbr-section-title {
  color: #3a353e;
}
.cid-veMEHo2bIf .mbr-text {
  color: #3a353e;
}
.cid-veN3s6ec9V {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veN3s6ec9V .container {
  max-width: 900px;
}
.cid-veN3s6ec9V .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veN3s6ec9V .content-container {
    min-height: auto;
  }
}
.cid-veN3s6ec9V .text-container {
  width: 100%;
}
.cid-veN3s6ec9V .text-wrapper {
  width: 100%;
}
.cid-veN3s6ec9V .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-veN3s6ec9V .card-title {
  color: #192732;
  width: 100%;
  margin-bottom: 36px;
}
.cid-veN3s6ec9V .img-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
}
.cid-veN3s6ec9V .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veN3s6ec9V .image-wrapper img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
.cid-vaVfjZkJSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vaVfjZkJSG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vaVfjZkJSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVfjZkJSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVfjZkJSG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vaVfjZkJSG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .container {
    padding: 0 22px;
  }
}
.cid-vaVfjZkJSG .row {
  position: relative;
  z-index: 1;
}
.cid-vaVfjZkJSG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vaVfjZkJSG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVfjZkJSG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVfjZkJSG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaVfjZkJSG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vaVfjZkJSG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vaVfjZkJSG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover,
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover::before,
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaVfjZkJSG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vaVfjZkJSG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaVfjZkJSG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vaVfjZkJSG .mbr-section-title {
  color: #00d0f3;
}
.cid-vaVfjZkJSG .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vaVfjZkJSG .mbr-section-subtitle {
  color: #232323;
}
.cid-vaVfjZkJSG .list {
  color: #ffffff;
}
.cid-vaVfjZkJSG .mbr-contact {
  color: #ffffff;
}
.cid-vaVfjZkJSG .mbr-desc {
  color: #ffffff;
}
.cid-vaVfjZkJSG .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vaVfjZkJSG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vaVfjZkJSG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vaVfjZkJSG .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vaVfjZkJSG .mbr-contact,
.cid-vaVfjZkJSG .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vaVfjZkJSG .mbr-desc,
.cid-vaVfjZkJSG .mbr-section-btn {
  color: #000000;
}
.cid-vaVfjZkJSG .contacts-wrapper,
.cid-vaVfjZkJSG .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vaVfjZkJSG .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaVDj8nPqw {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vaVDj8nPqw .wrapper {
  background: #f9dfd2;
}
.cid-vaVDj8nPqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVDj8nPqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVDj8nPqw .mbr-section-title {
  text-align: center;
}
.cid-veMLjWcZ2l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veMLjWcZ2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMLjWcZ2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMLjWcZ2l .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veMLjWcZ2l .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veMLjWcZ2l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMLjWcZ2l .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-veMLjWcZ2l .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veMLjWcZ2l .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMLjWcZ2l .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veMLjWcZ2l .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #f9dfd2;
}
.cid-veMLjWcZ2l .mbr-section-title {
  color: #3a353e;
}
.cid-veMLjWcZ2l .mbr-text {
  color: #3a353e;
}
.cid-veMLmu39Ce {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veMLmu39Ce .mbr-text {
  color: #000000;
}
.cid-veMLmu39Ce .mbr-section-subtitle {
  color: #000000;
}
.cid-veMLmu39Ce .mbr-section-title {
  color: #000000;
}
.cid-vaVDjgQJHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vaVDjgQJHN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vaVDjgQJHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVDjgQJHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVDjgQJHN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vaVDjgQJHN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .container {
    padding: 0 22px;
  }
}
.cid-vaVDjgQJHN .row {
  position: relative;
  z-index: 1;
}
.cid-vaVDjgQJHN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vaVDjgQJHN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVDjgQJHN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vaVDjgQJHN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVDjgQJHN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vaVDjgQJHN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaVDjgQJHN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vaVDjgQJHN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vaVDjgQJHN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap:hover,
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap:hover::before,
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vaVDjgQJHN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVDjgQJHN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vaVDjgQJHN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vaVDjgQJHN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vaVDjgQJHN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vaVDjgQJHN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vaVDjgQJHN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vaVDjgQJHN .mbr-section-title {
  color: #00d0f3;
}
.cid-vaVDjgQJHN .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vaVDjgQJHN .mbr-section-subtitle {
  color: #232323;
}
.cid-vaVDjgQJHN .list {
  color: #ffffff;
}
.cid-vaVDjgQJHN .mbr-contact {
  color: #ffffff;
}
.cid-vaVDjgQJHN .mbr-desc {
  color: #ffffff;
}
.cid-vaVDjgQJHN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vaVDjgQJHN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vaVDjgQJHN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vaVDjgQJHN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vaVDjgQJHN .mbr-contact,
.cid-vaVDjgQJHN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vaVDjgQJHN .mbr-desc,
.cid-vaVDjgQJHN .mbr-section-btn {
  color: #000000;
}
.cid-vaVDjgQJHN .contacts-wrapper,
.cid-vaVDjgQJHN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vaVDjgQJHN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0aU75o7B {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vb0aU75o7B .wrapper {
  background: #f5c7b1;
}
.cid-vb0aU75o7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0aU75o7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0aU75o7B .mbr-section-title {
  text-align: center;
}
.cid-vb0bb3OSHp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb0bb3OSHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0bb3OSHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0bbJHBU1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vb0bbJHBU1 .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-vb0bbJHBU1 .wrapper {
    padding: 20px;
  }
}
.cid-vb0bbJHBU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0bbJHBU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0aUbflj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vb0aUbflj9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vb0aUbflj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0aUbflj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0aUbflj9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vb0aUbflj9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .container {
    padding: 0 22px;
  }
}
.cid-vb0aUbflj9 .row {
  position: relative;
  z-index: 1;
}
.cid-vb0aUbflj9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vb0aUbflj9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0aUbflj9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0aUbflj9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0aUbflj9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb0aUbflj9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb0aUbflj9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vb0aUbflj9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vb0aUbflj9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap:hover,
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap:hover::before,
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vb0aUbflj9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0aUbflj9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0aUbflj9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0aUbflj9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0aUbflj9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vb0aUbflj9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vb0aUbflj9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vb0aUbflj9 .mbr-section-title {
  color: #00d0f3;
}
.cid-vb0aUbflj9 .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vb0aUbflj9 .mbr-section-subtitle {
  color: #232323;
}
.cid-vb0aUbflj9 .list {
  color: #ffffff;
}
.cid-vb0aUbflj9 .mbr-contact {
  color: #ffffff;
}
.cid-vb0aUbflj9 .mbr-desc {
  color: #ffffff;
}
.cid-vb0aUbflj9 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vb0aUbflj9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vb0aUbflj9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vb0aUbflj9 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vb0aUbflj9 .mbr-contact,
.cid-vb0aUbflj9 .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vb0aUbflj9 .mbr-desc,
.cid-vb0aUbflj9 .mbr-section-btn {
  color: #000000;
}
.cid-vb0aUbflj9 .contacts-wrapper,
.cid-vb0aUbflj9 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vb0aUbflj9 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0nJKm1Zx {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vb0nJKm1Zx .wrapper {
  background: #e9e6ae;
}
.cid-vb0nJKm1Zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0nJKm1Zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0nJKm1Zx .mbr-section-title {
  text-align: center;
}
.cid-vb0orCXh3j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb0orCXh3j .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-vb0orCXh3j .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #84b134;
  transform: rotate(210deg) scale(1, -1);
}
.cid-vb0orCXh3j .mbr-text {
  color: #1d1d1b;
}
.cid-vb0orCXh3j .mbr-section-title {
  color: #1d1d1b;
}
.cid-vb0orCXh3j .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-vb0orCXh3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0orCXh3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMKHslLSH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veMKHslLSH .mbr-text {
  color: #000000;
}
.cid-veMKHslLSH .mbr-section-subtitle {
  color: #000000;
}
.cid-veMKHslLSH .mbr-section-title {
  color: #000000;
}
.cid-vf4QDDYSZa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4QDDYSZa .mbr-text {
  color: #8d97ad;
}
.cid-vf4QDDYSZa .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #bf9341;
}
.cid-vf4QDDYSZa .signature > span {
  color: #979879;
}
@media (max-width: 767px) {
  .cid-vf4QDDYSZa .blockquote-quote {
    text-align: left;
  }
  .cid-vf4QDDYSZa .signature {
    text-align: left;
  }
}
.cid-vf4QDDYSZa .mbr-text,
.cid-vf4QDDYSZa .blockquote-quote {
  color: #bf9341;
}
.cid-vb0nJQyqj4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vb0nJQyqj4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vb0nJQyqj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0nJQyqj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0nJQyqj4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vb0nJQyqj4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .container {
    padding: 0 22px;
  }
}
.cid-vb0nJQyqj4 .row {
  position: relative;
  z-index: 1;
}
.cid-vb0nJQyqj4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vb0nJQyqj4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0nJQyqj4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0nJQyqj4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0nJQyqj4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb0nJQyqj4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb0nJQyqj4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vb0nJQyqj4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vb0nJQyqj4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap:hover,
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap:hover::before,
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vb0nJQyqj4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0nJQyqj4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0nJQyqj4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0nJQyqj4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0nJQyqj4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vb0nJQyqj4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vb0nJQyqj4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vb0nJQyqj4 .mbr-section-title {
  color: #00d0f3;
}
.cid-vb0nJQyqj4 .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vb0nJQyqj4 .mbr-section-subtitle {
  color: #232323;
}
.cid-vb0nJQyqj4 .list {
  color: #ffffff;
}
.cid-vb0nJQyqj4 .mbr-contact {
  color: #ffffff;
}
.cid-vb0nJQyqj4 .mbr-desc {
  color: #ffffff;
}
.cid-vb0nJQyqj4 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vb0nJQyqj4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vb0nJQyqj4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vb0nJQyqj4 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vb0nJQyqj4 .mbr-contact,
.cid-vb0nJQyqj4 .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vb0nJQyqj4 .mbr-desc,
.cid-vb0nJQyqj4 .mbr-section-btn {
  color: #000000;
}
.cid-vb0nJQyqj4 .contacts-wrapper,
.cid-vb0nJQyqj4 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vb0nJQyqj4 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0DJ64vAq {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vb0DJ64vAq .wrapper {
  background: #fff5cb;
}
.cid-vb0DJ64vAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0DJ64vAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0DJ64vAq .mbr-section-title {
  text-align: center;
}
.cid-vb0DJ76NXu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb0DJ76NXu .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-vb0DJ76NXu .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #84b134;
  transform: rotate(210deg) scale(1, -1);
}
.cid-vb0DJ76NXu .mbr-text {
  color: #1d1d1b;
}
.cid-vb0DJ76NXu .mbr-section-title {
  color: #1d1d1b;
}
.cid-vb0DJ76NXu .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-vb0DJ76NXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0DJ76NXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0GOJXd2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/children-walking-in-autumn-leaves-royalty-free-image-166272149-1560505146-2000x1004.jpg");
}
.cid-vb0GOJXd2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0GOJXd2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0GOJXd2y .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vb0GOJXd2y .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vb0GOJXd2y .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vb0GOJXd2y .card-wrapper {
    padding: 4rem;
  }
}
.cid-vb0GOJXd2y .mbr-text,
.cid-vb0GOJXd2y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vb0GOJXd2y .card-title,
.cid-vb0GOJXd2y .card-box {
  text-align: left;
  color: #000000;
}
.cid-vb0DJeqzgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vb0DJeqzgn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vb0DJeqzgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0DJeqzgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0DJeqzgn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vb0DJeqzgn .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .container {
    padding: 0 22px;
  }
}
.cid-vb0DJeqzgn .row {
  position: relative;
  z-index: 1;
}
.cid-vb0DJeqzgn .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vb0DJeqzgn .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0DJeqzgn .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0DJeqzgn .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0DJeqzgn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb0DJeqzgn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb0DJeqzgn .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vb0DJeqzgn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vb0DJeqzgn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap:hover,
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap:hover::before,
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vb0DJeqzgn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0DJeqzgn .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0DJeqzgn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0DJeqzgn .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0DJeqzgn .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vb0DJeqzgn .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vb0DJeqzgn .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vb0DJeqzgn .mbr-section-title {
  color: #00d0f3;
}
.cid-vb0DJeqzgn .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vb0DJeqzgn .mbr-section-subtitle {
  color: #232323;
}
.cid-vb0DJeqzgn .list {
  color: #ffffff;
}
.cid-vb0DJeqzgn .mbr-contact {
  color: #ffffff;
}
.cid-vb0DJeqzgn .mbr-desc {
  color: #ffffff;
}
.cid-vb0DJeqzgn .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vb0DJeqzgn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vb0DJeqzgn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vb0DJeqzgn .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vb0DJeqzgn .mbr-contact,
.cid-vb0DJeqzgn .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vb0DJeqzgn .mbr-desc,
.cid-vb0DJeqzgn .mbr-section-btn {
  color: #000000;
}
.cid-vb0DJeqzgn .contacts-wrapper,
.cid-vb0DJeqzgn .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vb0DJeqzgn .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0IzV3NTJ {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vb0IzV3NTJ .wrapper {
  background: #c8a18d;
}
.cid-vb0IzV3NTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0IzV3NTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0IzV3NTJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vb0IWt07fC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb0IWt07fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0IWt07fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0IWt07fC .items-wrapper {
  margin: 0 -32px;
}
.cid-vb0IWt07fC .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vb0IWt07fC .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-vb0IWt07fC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vb0IWt07fC .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff9966;
  border-color: #ff9966;
  box-shadow: 0 18px 32px -8px #ff9966;
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #516035;
  border-color: #516035;
  box-shadow: 0 18px 32px -8px #516035;
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #e4d295;
  border-color: #e4d295;
  box-shadow: 0 18px 32px -8px #e4d295;
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-vb0IWt07fC .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vb0IWt07fC .card-title {
  color: #111111;
}
.cid-vb0IWt07fC .card-text {
  color: #232323;
  text-align: center;
}
.cid-vb0IWt07fC .card-title,
.cid-vb0IWt07fC .iconfont-wrapper {
  text-align: center;
}
.cid-vb0IzYjWZM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vb0IzYjWZM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vb0IzYjWZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0IzYjWZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0IzYjWZM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vb0IzYjWZM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .container {
    padding: 0 22px;
  }
}
.cid-vb0IzYjWZM .row {
  position: relative;
  z-index: 1;
}
.cid-vb0IzYjWZM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vb0IzYjWZM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0IzYjWZM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0IzYjWZM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0IzYjWZM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb0IzYjWZM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb0IzYjWZM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vb0IzYjWZM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vb0IzYjWZM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap:hover,
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap:hover::before,
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vb0IzYjWZM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0IzYjWZM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0IzYjWZM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0IzYjWZM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0IzYjWZM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vb0IzYjWZM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vb0IzYjWZM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vb0IzYjWZM .mbr-section-title {
  color: #00d0f3;
}
.cid-vb0IzYjWZM .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vb0IzYjWZM .mbr-section-subtitle {
  color: #232323;
}
.cid-vb0IzYjWZM .list {
  color: #ffffff;
}
.cid-vb0IzYjWZM .mbr-contact {
  color: #ffffff;
}
.cid-vb0IzYjWZM .mbr-desc {
  color: #ffffff;
}
.cid-vb0IzYjWZM .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vb0IzYjWZM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vb0IzYjWZM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vb0IzYjWZM .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vb0IzYjWZM .mbr-contact,
.cid-vb0IzYjWZM .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vb0IzYjWZM .mbr-desc,
.cid-vb0IzYjWZM .mbr-section-btn {
  color: #000000;
}
.cid-vb0IzYjWZM .contacts-wrapper,
.cid-vb0IzYjWZM .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vb0IzYjWZM .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0vbnRgAQ {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-vb0vbnRgAQ .wrapper {
  background: #e0c2c4;
}
.cid-vb0vbnRgAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0vbnRgAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0vbnRgAQ .mbr-section-title {
  text-align: center;
}
.cid-veMMw0kRTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-veMMw0kRTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMMw0kRTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMMw0kRTi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veMMw0kRTi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veMMw0kRTi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veMMw0kRTi .card-wrapper {
    padding: 4rem;
  }
}
.cid-veMMw0kRTi .mbr-text,
.cid-veMMw0kRTi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veMMw0kRTi .card-title,
.cid-veMMw0kRTi .card-box {
  text-align: left;
  color: #000000;
}
.cid-veMMw0kRTi .mbr-section-subtitle {
  text-align: left;
}
.cid-veMMw0kRTi .mbr-text {
  text-align: left;
}
.cid-veMMw0kRTi .mbr-card-title {
  text-align: left;
}
.cid-vf4SbbBCRj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-vf4SbbBCRj .mbr-text {
  color: #8d97ad;
}
.cid-vf4SbbBCRj .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #bf9341;
}
.cid-vf4SbbBCRj .signature > span {
  color: #979879;
}
@media (max-width: 767px) {
  .cid-vf4SbbBCRj .blockquote-quote {
    text-align: left;
  }
  .cid-vf4SbbBCRj .signature {
    text-align: left;
  }
}
.cid-vf4SbbBCRj .mbr-text,
.cid-vf4SbbBCRj .blockquote-quote {
  color: #bf9341;
}
.cid-vf4SbbBCRj .signature DIV {
  text-align: right;
}
.cid-vb0vbqSO9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vb0vbqSO9f::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-vb0vbqSO9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0vbqSO9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0vbqSO9f .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vb0vbqSO9f .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .container {
    padding: 0 22px;
  }
}
.cid-vb0vbqSO9f .row {
  position: relative;
  z-index: 1;
}
.cid-vb0vbqSO9f .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vb0vbqSO9f .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0vbqSO9f .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vb0vbqSO9f .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0vbqSO9f .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vb0vbqSO9f .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb0vbqSO9f .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vb0vbqSO9f .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vb0vbqSO9f .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap:hover,
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap:hover::before,
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vb0vbqSO9f .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0vbqSO9f .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vb0vbqSO9f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vb0vbqSO9f .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vb0vbqSO9f .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vb0vbqSO9f .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vb0vbqSO9f .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-vb0vbqSO9f .mbr-section-title {
  color: #00d0f3;
}
.cid-vb0vbqSO9f .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-vb0vbqSO9f .mbr-section-subtitle {
  color: #232323;
}
.cid-vb0vbqSO9f .list {
  color: #ffffff;
}
.cid-vb0vbqSO9f .mbr-contact {
  color: #ffffff;
}
.cid-vb0vbqSO9f .mbr-desc {
  color: #ffffff;
}
.cid-vb0vbqSO9f .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vb0vbqSO9f .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vb0vbqSO9f .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vb0vbqSO9f .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vb0vbqSO9f .mbr-contact,
.cid-vb0vbqSO9f .item-contact {
  color: #000000;
  text-align: left;
}
.cid-vb0vbqSO9f .mbr-desc,
.cid-vb0vbqSO9f .mbr-section-btn {
  color: #000000;
}
.cid-vb0vbqSO9f .contacts-wrapper,
.cid-vb0vbqSO9f .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vb0vbqSO9f .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vb5K1dS2Du .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vb5K1dS2Du .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .nav-item,
.cid-vb5K1dS2Du .nav-link,
.cid-vb5K1dS2Du .navbar-caption {
  font-weight: normal;
}
.cid-vb5K1dS2Du .nav-item:focus,
.cid-vb5K1dS2Du .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vb5K1dS2Du .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link {
    position: relative;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vb5K1dS2Du .nav-item:hover .nav-link:before,
  .cid-vb5K1dS2Du .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb5K1dS2Du .dropdown .dropdown-menu .dropdown-item .soc-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-vb5K1dS2Du .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-vb5K1dS2Du .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-vb5K1dS2Du .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-vb5K1dS2Du .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vb5K1dS2Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5K1dS2Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb5K1dS2Du .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-vb5K1dS2Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5K1dS2Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5K1dS2Du .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vb5K1dS2Du .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb5K1dS2Du .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5K1dS2Du .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-vb5K1dS2Du .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb5K1dS2Du .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5K1dS2Du .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-vb5K1dS2Du .dropdown-item.active,
.cid-vb5K1dS2Du .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5K1dS2Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5K1dS2Du .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-vb5K1dS2Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5K1dS2Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5K1dS2Du ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb5K1dS2Du .navbar-buttons {
  text-align: center;
}
.cid-vb5K1dS2Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5K1dS2Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5K1dS2Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5K1dS2Du .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb5K1dS2Du a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-vb5K1dS2Du .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-vb5K1dS2Du .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-vb5K1dS2Du .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vb5K1dS2Du a.nav-link .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vb5K1dS2Du a.nav-link:hover .mbr-iconfont-btn,
.cid-vb5K1dS2Du a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-vb5K1dS2Du a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5K1dS2Du .navbar {
    height: 77px;
  }
  .cid-vb5K1dS2Du .navbar.opened {
    height: auto;
  }
  .cid-vb5K1dS2Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veMOVyds6t {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-veMOVyds6t .wrapper {
  background: #e3eefd;
}
.cid-veMOVyds6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMOVyds6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMOVyds6t .mbr-section-title {
  text-align: center;
}
.cid-veMOVzg8k7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veMOVzg8k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMOVzg8k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMOVzg8k7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veMOVzg8k7 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veMOVzg8k7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMOVzg8k7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-veMOVzg8k7 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veMOVzg8k7 .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMOVzg8k7 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veMOVzg8k7 .image-wrapper img {
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 8px solid #e3eefd;
}
.cid-veMOVzg8k7 .mbr-section-title {
  color: #3a353e;
}
.cid-veMOVzg8k7 .mbr-text {
  color: #3a353e;
}
.cid-veMOVA3viP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veMOVA3viP .mbr-text {
  color: #000000;
}
.cid-veMOVA3viP .mbr-section-subtitle {
  color: #000000;
}
.cid-veMOVA3viP .mbr-section-title {
  color: #000000;
}
.cid-vf4SkJDOZy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4SkJDOZy .mbr-text {
  color: #8d97ad;
}
.cid-vf4SkJDOZy .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #bf9341;
}
.cid-vf4SkJDOZy .signature > span {
  color: #979879;
}
@media (max-width: 767px) {
  .cid-vf4SkJDOZy .blockquote-quote {
    text-align: left;
  }
  .cid-vf4SkJDOZy .signature {
    text-align: left;
  }
}
.cid-vf4SkJDOZy .mbr-text,
.cid-vf4SkJDOZy .blockquote-quote {
  color: #bf9341;
}
.cid-vf4SkJDOZy .signature DIV {
  text-align: right;
}
.cid-veMOVADbS5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veMOVADbS5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-veMOVADbS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMOVADbS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMOVADbS5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-veMOVADbS5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .container {
    padding: 0 22px;
  }
}
.cid-veMOVADbS5 .row {
  position: relative;
  z-index: 1;
}
.cid-veMOVADbS5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-veMOVADbS5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-veMOVADbS5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-veMOVADbS5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMOVADbS5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veMOVADbS5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMOVADbS5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-veMOVADbS5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-veMOVADbS5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap:hover,
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap:hover::before,
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veMOVADbS5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMOVADbS5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-veMOVADbS5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMOVADbS5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-veMOVADbS5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-veMOVADbS5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-veMOVADbS5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-veMOVADbS5 .mbr-section-title {
  color: #00d0f3;
}
.cid-veMOVADbS5 .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-veMOVADbS5 .mbr-section-subtitle {
  color: #232323;
}
.cid-veMOVADbS5 .list {
  color: #ffffff;
}
.cid-veMOVADbS5 .mbr-contact {
  color: #ffffff;
}
.cid-veMOVADbS5 .mbr-desc {
  color: #ffffff;
}
.cid-veMOVADbS5 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veMOVADbS5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-veMOVADbS5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-veMOVADbS5 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-veMOVADbS5 .mbr-contact,
.cid-veMOVADbS5 .item-contact {
  color: #000000;
  text-align: left;
}
.cid-veMOVADbS5 .mbr-desc,
.cid-veMOVADbS5 .mbr-section-btn {
  color: #000000;
}
.cid-veMOVADbS5 .contacts-wrapper,
.cid-veMOVADbS5 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-veMOVADbS5 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-veMOVBYPQM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-veMOVBYPQM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-veMOVBYPQM .nav-item,
.cid-veMOVBYPQM .nav-link,
.cid-veMOVBYPQM .navbar-caption {
  font-weight: normal;
}
.cid-veMOVBYPQM .nav-item:focus,
.cid-veMOVBYPQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veMOVBYPQM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-veMOVBYPQM .nav-item .nav-link {
    position: relative;
  }
  .cid-veMOVBYPQM .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-veMOVBYPQM .nav-item:hover .nav-link:before,
  .cid-veMOVBYPQM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veMOVBYPQM .dropdown .dropdown-menu .dropdown-item .soc-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-veMOVBYPQM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-veMOVBYPQM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-veMOVBYPQM .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-veMOVBYPQM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veMOVBYPQM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veMOVBYPQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veMOVBYPQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veMOVBYPQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veMOVBYPQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veMOVBYPQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veMOVBYPQM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-veMOVBYPQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veMOVBYPQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veMOVBYPQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veMOVBYPQM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veMOVBYPQM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veMOVBYPQM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-veMOVBYPQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-veMOVBYPQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veMOVBYPQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veMOVBYPQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veMOVBYPQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veMOVBYPQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-veMOVBYPQM .dropdown-item.active,
.cid-veMOVBYPQM .dropdown-item:active {
  background-color: transparent;
}
.cid-veMOVBYPQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veMOVBYPQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veMOVBYPQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veMOVBYPQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-veMOVBYPQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veMOVBYPQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMOVBYPQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veMOVBYPQM .navbar-buttons {
  text-align: center;
}
.cid-veMOVBYPQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veMOVBYPQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veMOVBYPQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veMOVBYPQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMOVBYPQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMOVBYPQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veMOVBYPQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMOVBYPQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veMOVBYPQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veMOVBYPQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMOVBYPQM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-veMOVBYPQM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMOVBYPQM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-veMOVBYPQM .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-veMOVBYPQM .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-veMOVBYPQM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMOVBYPQM a.nav-link .mbr-iconfont-btn,
.cid-veMOVBYPQM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-veMOVBYPQM a.nav-link:hover .mbr-iconfont-btn,
.cid-veMOVBYPQM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-veMOVBYPQM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veMOVBYPQM .navbar {
    height: 77px;
  }
  .cid-veMOVBYPQM .navbar.opened {
    height: auto;
  }
  .cid-veMOVBYPQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veMSR2vqHj {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/epirus-nature-school-inside-banner-1920x354.png");
}
.cid-veMSR2vqHj .wrapper {
  background: #f7ecfd;
}
.cid-veMSR2vqHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMSR2vqHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMSR2vqHj .mbr-section-title {
  text-align: center;
}
.cid-veMWRlcpKQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veMWRlcpKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMWRlcpKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veMWRlcpKQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veMWRlcpKQ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-veMWRlcpKQ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-veMWRlcpKQ .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-veMWRlcpKQ .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-veMWRlcpKQ .card-link:hover a {
  background-image: none !important;
}
.cid-veMWRlcpKQ .card-link:hover {
  cursor: pointer;
}
.cid-veMWRlcpKQ .card-link:hover:before {
  width: 0%;
}
.cid-veMWRlcpKQ .card {
  margin-bottom: 3rem;
}
.cid-veMWRlcpKQ .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-veMWRlcpKQ .row {
  justify-content: center;
}
.cid-veMWRlcpKQ .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-veMWRlcpKQ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-veMWRlcpKQ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-veMWRlcpKQ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-veMWRlcpKQ .card-text {
  color: #232323;
}
.cid-veMWRlcpKQ .card-title,
.cid-veMWRlcpKQ .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-veMWRlcpKQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-veMWRlcpKQ .card-link,
.cid-veMWRlcpKQ .link-icon,
.cid-veMWRlcpKQ .link-align {
  color: #232323;
}
.cid-veMZ7SrqXd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veMZ7SrqXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMZ7SrqXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veMZ7SrqXd .container {
    padding: 0 30px;
  }
}
.cid-veMZ7SrqXd .row {
  justify-content: center;
}
.cid-veMZ7SrqXd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-veMZ7SrqXd .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-veMZ7SrqXd .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-veMZ7SrqXd .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-veMZ7SrqXd .mbr-section-title {
  color: #212529;
}
.cid-veMZ7SrqXd .mbr-text {
  color: #212529;
}
.cid-veMZ7SrqXd .list {
  color: #212529;
}
.cid-vf4RW3V8et {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4RW3V8et .mbr-text {
  color: #8d97ad;
}
.cid-vf4RW3V8et .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #bf9341;
}
.cid-vf4RW3V8et .signature > span {
  color: #979879;
}
@media (max-width: 767px) {
  .cid-vf4RW3V8et .blockquote-quote {
    text-align: left;
  }
  .cid-vf4RW3V8et .signature {
    text-align: left;
  }
}
.cid-vf4RW3V8et .mbr-text,
.cid-vf4RW3V8et .blockquote-quote {
  color: #bf9341;
}
.cid-veN07WUSTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6fc;
}
.cid-veN07WUSTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veN07WUSTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veN07WUSTk .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veN07WUSTk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veN07WUSTk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veN07WUSTk .card-wrapper {
    padding: 4rem;
  }
}
.cid-veN07WUSTk .mbr-text,
.cid-veN07WUSTk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veN07WUSTk .card-title,
.cid-veN07WUSTk .card-box {
  text-align: left;
  color: #000000;
}
.cid-veMSR646mD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-veMSR646mD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-veMSR646mD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMSR646mD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMSR646mD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-veMSR646mD .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-veMSR646mD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-veMSR646mD .container {
    padding: 0 22px;
  }
}
.cid-veMSR646mD .row {
  position: relative;
  z-index: 1;
}
.cid-veMSR646mD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-veMSR646mD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-veMSR646mD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-veMSR646mD .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMSR646mD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veMSR646mD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMSR646mD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-veMSR646mD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-veMSR646mD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-veMSR646mD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-veMSR646mD .nav-wrapper .list .item-wrap:hover,
.cid-veMSR646mD .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-veMSR646mD .nav-wrapper .list .item-wrap:hover::before,
.cid-veMSR646mD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veMSR646mD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMSR646mD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-veMSR646mD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veMSR646mD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-veMSR646mD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-veMSR646mD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-veMSR646mD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-veMSR646mD .mbr-section-title {
  color: #00d0f3;
}
.cid-veMSR646mD .mbr-text {
  color: #84b134;
  text-align: center;
}
.cid-veMSR646mD .mbr-section-subtitle {
  color: #232323;
}
.cid-veMSR646mD .list {
  color: #ffffff;
}
.cid-veMSR646mD .mbr-contact {
  color: #ffffff;
}
.cid-veMSR646mD .mbr-desc {
  color: #ffffff;
}
.cid-veMSR646mD .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veMSR646mD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-veMSR646mD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-veMSR646mD .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-veMSR646mD .mbr-contact,
.cid-veMSR646mD .item-contact {
  color: #000000;
  text-align: left;
}
.cid-veMSR646mD .mbr-desc,
.cid-veMSR646mD .mbr-section-btn {
  color: #000000;
}
.cid-veMSR646mD .contacts-wrapper,
.cid-veMSR646mD .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-veMSR646mD .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-veMSR95wRr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c8a18d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-veMSR95wRr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-veMSR95wRr .nav-item,
.cid-veMSR95wRr .nav-link,
.cid-veMSR95wRr .navbar-caption {
  font-weight: normal;
}
.cid-veMSR95wRr .nav-item:focus,
.cid-veMSR95wRr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veMSR95wRr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-veMSR95wRr .nav-item .nav-link {
    position: relative;
  }
  .cid-veMSR95wRr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c8a18d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-veMSR95wRr .nav-item:hover .nav-link:before,
  .cid-veMSR95wRr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veMSR95wRr .dropdown .dropdown-menu .dropdown-item .soc-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-veMSR95wRr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-veMSR95wRr .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-veMSR95wRr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-veMSR95wRr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-veMSR95wRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veMSR95wRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veMSR95wRr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veMSR95wRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veMSR95wRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veMSR95wRr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veMSR95wRr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-veMSR95wRr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veMSR95wRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veMSR95wRr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veMSR95wRr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veMSR95wRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veMSR95wRr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-veMSR95wRr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-veMSR95wRr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veMSR95wRr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veMSR95wRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veMSR95wRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veMSR95wRr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-veMSR95wRr .dropdown-item.active,
.cid-veMSR95wRr .dropdown-item:active {
  background-color: transparent;
}
.cid-veMSR95wRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veMSR95wRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veMSR95wRr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veMSR95wRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-veMSR95wRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veMSR95wRr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMSR95wRr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veMSR95wRr .navbar-buttons {
  text-align: center;
}
.cid-veMSR95wRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veMSR95wRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veMSR95wRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veMSR95wRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMSR95wRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMSR95wRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veMSR95wRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMSR95wRr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veMSR95wRr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veMSR95wRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMSR95wRr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-veMSR95wRr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMSR95wRr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-veMSR95wRr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-veMSR95wRr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-veMSR95wRr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMSR95wRr a.nav-link .mbr-iconfont-btn,
.cid-veMSR95wRr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-veMSR95wRr a.nav-link:hover .mbr-iconfont-btn,
.cid-veMSR95wRr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-veMSR95wRr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veMSR95wRr .navbar {
    height: 77px;
  }
  .cid-veMSR95wRr .navbar.opened {
    height: auto;
  }
  .cid-veMSR95wRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
