.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem;
  line-height: 1.59722222;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.96052632rem;
    line-height: 1.62555556;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.08333333;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.33928571rem;
    line-height: 1.02666667;
  }
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 0.83333333rem;
    line-height: 2.025;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.7518797rem;
    line-height: 1.995;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.7518797rem;
    line-height: 1.911875;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #72c038 !important;
}
.bg-success {
  background-color: #fbba34 !important;
}
.bg-info {
  background-color: #fbba34 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fbba34 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #72c038 !important;
  border-color: #72c038 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #72c038;
  border-color: #72c038;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #72c038 !important;
  border-color: #72c038 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-secondary:hover {
  background-color: #f7a805 !important;
  border-color: #f7a805 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-info:hover {
  background-color: #f7a805 !important;
  border-color: #f7a805 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-success:hover {
  background-color: #f7a805 !important;
  border-color: #f7a805 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #72c038;
  color: #72c038;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #72c038 !important;
  border-color: #72c038;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72c038 !important;
  border-color: #72c038 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #72c038 !important;
}
.text-secondary {
  color: #fbba34 !important;
}
.text-success {
  color: #fbba34 !important;
}
.text-info {
  color: #fbba34 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fbba34 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9bd56f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c58604 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c58604 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c58604 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c58604 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #72c038 !important;
}
.alert-success {
  background-color: #fbba34;
}
.alert-info {
  background-color: #fbba34;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fbba34;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #72c038;
  border-color: #72c038;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #72c038;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6e197;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 0.83333333rem;
    line-height: 2.025;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.7518797rem;
    line-height: 1.995;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.7518797rem;
    line-height: 1.911875;
  }
}
blockquote {
  border-color: #72c038;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72c038;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #72c038;
  border-bottom-color: #72c038;
}
.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: #72c038 !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: #fbba34 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.35rem;
  line-height: 0.75;
}
.cid-v0brNH2d08 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0brNH2d08 .nav-link,
.cid-v0brNH2d08 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0brNH2d08 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0brNH2d08 .nav-link.text-primary:hover,
.cid-v0brNH2d08 .nav-link.text-primary:focus {
  color: #72c038 !important;
}
.cid-v0brNH2d08 .icons-menu {
  line-height: 0;
}
.cid-v0brNH2d08 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0brNH2d08 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0brNH2d08.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0brNH2d08 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0brNH2d08 .btn {
    white-space: nowrap;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item.dropdown:hover::before,
  .cid-v0brNH2d08 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0brNH2d08 .navbar > .container,
.cid-v0brNH2d08 .navbar > .container-fluid {
  align-items: center;
}
.cid-v0brNH2d08 .dropdown-toggle::after,
.cid-v0brNH2d08 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0brNH2d08 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0brNH2d08 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0brNH2d08 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0brNH2d08 .nav-item:focus,
.cid-v0brNH2d08 .nav-link:focus {
  outline: none;
}
.cid-v0brNH2d08 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0brNH2d08 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0brNH2d08 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0brNH2d08 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0brNH2d08 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-v0brNH2d08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0brNH2d08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0brNH2d08 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0brNH2d08.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0brNH2d08 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0brNH2d08 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0brNH2d08 .navbar-logo {
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0brNH2d08 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0brNH2d08 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0brNH2d08 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0brNH2d08 .navbar {
    padding: 13px 90px;
  }
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0brNH2d08 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0brNH2d08 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0brNH2d08 .dropdown-toggle::after,
  .cid-v0brNH2d08 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0brNH2d08 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0brNH2d08 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0brNH2d08.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0brNH2d08.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0brNH2d08 .navbar {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0brNH2d08 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0brNH2d08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0brNH2d08 .dropdown-item.active,
.cid-v0brNH2d08 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0brNH2d08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0brNH2d08 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0brNH2d08 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0brNH2d08 .navbar {
    height: 97px;
  }
  .cid-v0brNH2d08 .navbar.opened {
    height: auto;
  }
  .cid-v0brNH2d08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spoW0mhY17 {
  background-image: url("../../../assets/images/palm20meadows206-1248x702.jpg");
}
.cid-tL6q6NWQze {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tL6q6NWQze .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tL6q6NWQze .mbr-section-title,
.cid-tL6q6NWQze .mbr-section-subtitle,
.cid-tL6q6NWQze .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL6q6NWQze .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tL6q6NWQze .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tL6q6NWQze .icon-focus {
  display: none;
}
.cid-tL6q6NWQze .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tL6q6NWQze ul {
  font-size: 0;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tL6q6NWQze .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tL6q6NWQze .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tL6q6NWQze .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tL6q6NWQze .btn:hover {
  background: transparent !important;
}
.cid-tL6q6NWQze .btn:hover:before {
  background: transparent !important;
}
.cid-tL6q6NWQze .btn:before {
  background-color: transparent !important;
}
.cid-tL6q6NWQze .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tL6q6NWQze .mbr-section-title {
  color: #282727;
}
.cid-tL6q6NWQze .mbr-section-subtitle,
.cid-tL6q6NWQze .underline {
  color: #282727;
}
.cid-v0bqFjaHJX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-v0bqFjaHJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bqFjaHJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bqFjaHJX .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0bqFjaHJX .mbr-section-title {
  color: #33363b;
}
.cid-v0bqFjaHJX .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0bqFjaHJX .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v0bqFjaHJX .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
  min-height: 380px;
}
.cid-v0bqFjaHJX .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
.cid-v0bqFjaHJX .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0bqFjaHJX .item-content {
    text-align: center;
  }
}
.cid-v0bqFjaHJX .card-title-1 {
  color: #ffffff;
}
.cid-v0bqFjaHJX .card-title-2 {
  color: #24262b;
}
.cid-v0bqFjaHJX .card-subtitle-1 {
  margin-top: 16px;
  color: #ffffff;
}
.cid-v0bqFjaHJX .card-subtitle-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0bqFjaHJX .card-text-1 {
  color: #24262b;
}
.cid-v0bqFjaHJX .card-text-2 {
  color: #24262b;
}
.cid-v0bqFjaHJX .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-v0bqFjaHJX .card-1 .card-wrap {
  background-image: url("../../../assets/images/palm20meadows20-20boutique20resort20dandeli206-800x533-800x533.jpg");
}
.cid-v0bqFjaHJX .card-2 .card-wrap {
  background-image: url("../../../assets/images/palm20meadows20-20boutique20resort20dandeli2020-800x534-800x534.jpg");
}
.cid-v0bqFjaHJX .card-text-1,
.cid-v0bqFjaHJX .mbr-section-btn-1 {
  color: #ffffff;
}
.cid-tL6pae2J4n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL6pae2J4n .title__block {
  margin-bottom: 55px;
}
.cid-tL6pae2J4n .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-tL6pae2J4n .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tL6pae2J4n .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tL6pae2J4n .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tL6pae2J4n .card__content {
  display: block;
  width: 100%;
}
.cid-tL6pae2J4n .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000000;
}
.cid-tL6pae2J4n .card__text {
  margin-bottom: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tL6pae2J4n .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tL6pae2J4n .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tL6pae2J4n .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tL6pae2J4n .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tL6pae2J4n .card__image {
    max-width: 90px;
  }
  .cid-tL6pae2J4n .card__image img {
    width: 70%;
  }
}
.cid-tL6pae2J4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pae2J4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIkGaje2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDyIkGaje2 .title__block {
  margin-bottom: 120px;
}
.cid-tDyIkGaje2 .mbr-section-subtitle {
  color: #ececec;
  margin-top: 9px;
  text-align: left;
}
.cid-tDyIkGaje2 .mbr-section-title {
  position: relative;
  color: #0e2d3b;
  text-align: center;
}
.cid-tDyIkGaje2 .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-tDyIkGaje2 .card__image {
  width: 100%;
}
.cid-tDyIkGaje2 .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tDyIkGaje2 .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-tDyIkGaje2 .card__title {
  margin-bottom: 16px;
  color: #97e0b0;
}
.cid-tDyIkGaje2 .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-tDyIkGaje2 .card__contacts {
  margin-bottom: 18px;
}
.cid-tDyIkGaje2 .card__phone,
.cid-tDyIkGaje2 .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-tDyIkGaje2 .card__phone .mbr-iconfont,
.cid-tDyIkGaje2 .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-tDyIkGaje2 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tDyIkGaje2 .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-tDyIkGaje2 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tDyIkGaje2 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-tDyIkGaje2 .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-tDyIkGaje2 .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-tDyIkGaje2 .title__block {
    margin-bottom: 60px;
  }
  .cid-tDyIkGaje2 .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-tDyIkGaje2 .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-tDyIkGaje2 .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tDyIkGaje2 .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-tDyIkGaje2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyIkGaje2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIkGaje2 .card__text,
.cid-tDyIkGaje2 .link {
  color: #ececec;
}
.cid-tDyIkGaje2 .card__phone {
  color: #9e9e9e;
}
.cid-tDyIkGaje2 .card__mail {
  color: #97e0b0;
}
.cid-v0baOk3Eqd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0baOk3Eqd .title__block {
  margin-bottom: 120px;
}
.cid-v0baOk3Eqd .mbr-section-subtitle {
  color: #ececec;
  margin-top: 9px;
  text-align: left;
}
.cid-v0baOk3Eqd .mbr-section-title {
  position: relative;
  color: #0e2d3b;
  text-align: center;
}
.cid-v0baOk3Eqd .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-v0baOk3Eqd .card__image {
  width: 100%;
}
.cid-v0baOk3Eqd .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v0baOk3Eqd .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-v0baOk3Eqd .card__title {
  margin-bottom: 16px;
  color: #97e0b0;
}
.cid-v0baOk3Eqd .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-v0baOk3Eqd .card__contacts {
  margin-bottom: 18px;
}
.cid-v0baOk3Eqd .card__phone,
.cid-v0baOk3Eqd .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-v0baOk3Eqd .card__phone .mbr-iconfont,
.cid-v0baOk3Eqd .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-v0baOk3Eqd .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v0baOk3Eqd .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-v0baOk3Eqd .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v0baOk3Eqd .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-v0baOk3Eqd .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-v0baOk3Eqd .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-v0baOk3Eqd .title__block {
    margin-bottom: 60px;
  }
  .cid-v0baOk3Eqd .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-v0baOk3Eqd .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-v0baOk3Eqd .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v0baOk3Eqd .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-v0baOk3Eqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0baOk3Eqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0baOk3Eqd .card__text,
.cid-v0baOk3Eqd .link {
  color: #ececec;
}
.cid-v0baOk3Eqd .card__phone {
  color: #9e9e9e;
}
.cid-v0baOk3Eqd .card__mail {
  color: #97e0b0;
}
.cid-spGWlzWwi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fceecf;
}
.cid-spGWlzWwi8 .card-img span {
  color: #fbba34;
  font-size: 5.3rem;
}
.cid-spGWlzWwi8 .mbr-text {
  color: #003d59;
}
.cid-spGWlzWwi8 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-spGWlzWwi8 .card {
    margin-bottom: 2rem;
  }
}
.cid-spGWlzWwi8 .card-title,
.cid-spGWlzWwi8 .card-img {
  color: #0e2d3b;
}
.cid-spGWlzWwi8 .mbr-section-title {
  text-align: center;
  color: #003d59;
}
.cid-spGWlzWwi8 .mbr-section-sub-title {
  text-align: center;
  color: #c2c2c2;
}
.cid-tSmdjvAX1w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmdjvAX1w .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmdjvAX1w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmdjvAX1w .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmdjvAX1w .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #fbba34;
}
.cid-tSmdjvAX1w .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmdjvAX1w .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmdjvAX1w .nav-link,
.cid-tSmdjvAX1w .nav-link.active {
  padding: 1rem auto;
  background: #fceecf;
}
.cid-tSmdjvAX1w .nav-tabs .nav-link.active {
  color: #fbba34;
}
.cid-tSmdjvAX1w .tab-content {
  background: #fceecf;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmdjvAX1w .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmdjvAX1w .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmdjvAX1w .logo-container {
    border-right: 1px solid #fbba34;
  }
}
.cid-tSmdjvAX1w H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmdjvAX1w H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmdjvAX1w .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmdjvAX1w P {
  color: #694701;
}
.cid-tDyIjUSbfl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fceecf;
}
.cid-tDyIjUSbfl .title__block {
  margin-bottom: 55px;
}
.cid-tDyIjUSbfl .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-tDyIjUSbfl .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tDyIjUSbfl .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tDyIjUSbfl .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tDyIjUSbfl .card__content {
  display: block;
  width: 100%;
}
.cid-tDyIjUSbfl .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000000;
}
.cid-tDyIjUSbfl .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tDyIjUSbfl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tDyIjUSbfl .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tDyIjUSbfl .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tDyIjUSbfl .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tDyIjUSbfl .card__image {
    max-width: 90px;
  }
  .cid-tDyIjUSbfl .card__image img {
    width: 70%;
  }
}
.cid-tDyIjUSbfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyIjUSbfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIjUSbfl .mbr-section-subtitle {
  color: #282727;
}
.cid-tDyImIFtJY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDyImIFtJY h4 {
  display: flex;
  color: #000000;
}
.cid-tDyImIFtJY .panel-text {
  color: #282727;
  line-height: 1.7;
}
.cid-tDyImIFtJY .wrap {
  display: flex;
}
.cid-tDyImIFtJY .icon {
  background: #72c038;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-tDyImIFtJY img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tDyImIFtJY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tDyImIFtJY p {
  margin: 0;
}
.cid-tDyImIFtJY .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tDyImIFtJY .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tDyImIFtJY .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tDyImIFtJY .panel-group {
  width: 100%;
}
.cid-tDyImIFtJY .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tDyImIFtJY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tDyImIFtJY .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tDyImIFtJY .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tDyImIFtJY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tDyImIFtJY .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tDyImIFtJY .card .panel-body {
  background: #ffffff;
}
.cid-tDyImIFtJY .sign {
  color: #000000;
}
.cid-tDyImIFtJY .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tDyImIFtJY .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tDyImIFtJY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tDyImIFtJY .header-text,
.cid-tDyImIFtJY .sign {
  color: #282727;
}
.cid-v0rxPqpmhk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0rxPqpmhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rxPqpmhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rxPqpmhk b,
.cid-v0rxPqpmhk strong {
  font-weight: 900;
}
.cid-v0rxPqpmhk path {
  stroke: #72c038 !important;
}
.cid-v0rxPqpmhk .mbr-text {
  color: #767676;
}
.cid-v0rxPqpmhk .mbr-section-subtitle {
  color: #767676;
}
.cid-v0rxPqpmhk .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-v0rxPqpmhk .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-v0rxPqpmhk .card-box h4,
.cid-v0rxPqpmhk .card-box p,
.cid-v0rxPqpmhk .card-box span {
  z-index: 1;
  position: relative;
}
.cid-v0rxPqpmhk .title .num {
  width: 100%;
  display: block;
}
.cid-v0rxPqpmhk .title .card-title {
  z-index: 1;
}
.cid-v0rxPqpmhk .num {
  color: #282727;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0rxPqpmhk * {
    text-align: center !important;
  }
  .cid-v0rxPqpmhk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v0rxPqpmhk .card-title,
.cid-v0rxPqpmhk .card-img {
  text-align: center;
  color: #17003b;
}
.cid-v0rxPqpmhk .card-text {
  text-align: center;
  color: #282727;
}
.cid-v0rxPqpmhk .mbr-section-title,
.cid-v0rxPqpmhk .card-box {
  text-align: center;
}
.cid-v0brNH2d08 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0brNH2d08 .nav-link,
.cid-v0brNH2d08 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0brNH2d08 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0brNH2d08 .nav-link.text-primary:hover,
.cid-v0brNH2d08 .nav-link.text-primary:focus {
  color: #72c038 !important;
}
.cid-v0brNH2d08 .icons-menu {
  line-height: 0;
}
.cid-v0brNH2d08 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0brNH2d08 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0brNH2d08.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0brNH2d08 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0brNH2d08 .btn {
    white-space: nowrap;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item.dropdown:hover::before,
  .cid-v0brNH2d08 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0brNH2d08 .navbar > .container,
.cid-v0brNH2d08 .navbar > .container-fluid {
  align-items: center;
}
.cid-v0brNH2d08 .dropdown-toggle::after,
.cid-v0brNH2d08 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0brNH2d08 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0brNH2d08 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0brNH2d08 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0brNH2d08 .nav-item:focus,
.cid-v0brNH2d08 .nav-link:focus {
  outline: none;
}
.cid-v0brNH2d08 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0brNH2d08 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0brNH2d08 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0brNH2d08 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0brNH2d08 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-v0brNH2d08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0brNH2d08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0brNH2d08 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0brNH2d08.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0brNH2d08 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0brNH2d08 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0brNH2d08 .navbar-logo {
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0brNH2d08 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0brNH2d08 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0brNH2d08 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0brNH2d08 .navbar {
    padding: 13px 90px;
  }
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0brNH2d08 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0brNH2d08 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0brNH2d08 .dropdown-toggle::after,
  .cid-v0brNH2d08 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0brNH2d08 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0brNH2d08 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0brNH2d08.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0brNH2d08.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0brNH2d08 .navbar {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0brNH2d08 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0brNH2d08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0brNH2d08 .dropdown-item.active,
.cid-v0brNH2d08 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0brNH2d08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0brNH2d08 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0brNH2d08 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0brNH2d08 .navbar {
    height: 97px;
  }
  .cid-v0brNH2d08 .navbar.opened {
    height: auto;
  }
  .cid-v0brNH2d08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmrKTvQ8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmrKTvQ8P .mbr-section-title {
  color: #000000;
}
.cid-tSmrKTvQ8P .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmrKTvQ8P .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmrKTvQ8P .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmrKTvQ8P .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmrKTvQ8P .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmrKTvQ8P .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmrKTvQ8P .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmrKTvQ8P .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmrKTvQ8P .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmrKTvQ8P .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmrKTvQ8P .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmrKTvQ8P .link,
.cid-tSmrKTvQ8P .link-icon {
  color: #000000;
}
.cid-tSmrKTvQ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmrKTvQ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmoQECoT6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSmoQECoT6 .title__block {
  margin-bottom: 55px;
}
.cid-tSmoQECoT6 .mbr-section-title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-tSmoQECoT6 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tSmoQECoT6 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tSmoQECoT6 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tSmoQECoT6 .card__content {
  display: block;
  width: 100%;
}
.cid-tSmoQECoT6 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #282727;
}
.cid-tSmoQECoT6 .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tSmoQECoT6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tSmoQECoT6 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tSmoQECoT6 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tSmoQECoT6 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tSmoQECoT6 .card__image {
    max-width: 90px;
  }
  .cid-tSmoQECoT6 .card__image img {
    width: 70%;
  }
}
.cid-tSmoQECoT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmoQECoT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmoQECoT6 .mbr-section-subtitle {
  color: #282727;
}
.cid-v0brNH2d08 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0brNH2d08 .nav-link,
.cid-v0brNH2d08 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0brNH2d08 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0brNH2d08 .nav-link.text-primary:hover,
.cid-v0brNH2d08 .nav-link.text-primary:focus {
  color: #72c038 !important;
}
.cid-v0brNH2d08 .icons-menu {
  line-height: 0;
}
.cid-v0brNH2d08 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0brNH2d08 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0brNH2d08.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0brNH2d08 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0brNH2d08 .btn {
    white-space: nowrap;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item.dropdown:hover::before,
  .cid-v0brNH2d08 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0brNH2d08 .navbar > .container,
.cid-v0brNH2d08 .navbar > .container-fluid {
  align-items: center;
}
.cid-v0brNH2d08 .dropdown-toggle::after,
.cid-v0brNH2d08 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0brNH2d08 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0brNH2d08 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0brNH2d08 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0brNH2d08 .nav-item:focus,
.cid-v0brNH2d08 .nav-link:focus {
  outline: none;
}
.cid-v0brNH2d08 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0brNH2d08 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0brNH2d08 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0brNH2d08 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0brNH2d08 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-v0brNH2d08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0brNH2d08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0brNH2d08 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0brNH2d08.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0brNH2d08 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0brNH2d08 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0brNH2d08 .navbar-logo {
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0brNH2d08 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0brNH2d08 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0brNH2d08 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0brNH2d08 .navbar {
    padding: 13px 90px;
  }
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0brNH2d08 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0brNH2d08 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0brNH2d08 .dropdown-toggle::after,
  .cid-v0brNH2d08 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0brNH2d08 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0brNH2d08 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0brNH2d08.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0brNH2d08.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0brNH2d08 .navbar {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0brNH2d08 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0brNH2d08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0brNH2d08 .dropdown-item.active,
.cid-v0brNH2d08 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0brNH2d08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0brNH2d08 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0brNH2d08 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0brNH2d08 .navbar {
    height: 97px;
  }
  .cid-v0brNH2d08 .navbar.opened {
    height: auto;
  }
  .cid-v0brNH2d08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmlupgHFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmlupgHFS .mbr-section-title {
  color: #000000;
}
.cid-tSmlupgHFS .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmlupgHFS .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmlupgHFS .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmlupgHFS .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmlupgHFS .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmlupgHFS .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmlupgHFS .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmlupgHFS .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmlupgHFS .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmlupgHFS .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmlupgHFS .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmlupgHFS .link,
.cid-tSmlupgHFS .link-icon {
  color: #000000;
}
.cid-tSmlupgHFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmlupgHFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmlupqrPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSmlupqrPK .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tSmlupqrPK .wrapper {
    padding: 20px;
  }
}
.cid-tSmlupqrPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmlupqrPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmlupFucO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmlupFucO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmlupFucO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmlupFucO .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmlupFucO .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #039be5;
}
.cid-tSmlupFucO .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmlupFucO .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmlupFucO .nav-link,
.cid-tSmlupFucO .nav-link.active {
  padding: 1rem auto;
  background: #eef5f4;
}
.cid-tSmlupFucO .nav-tabs .nav-link.active {
  color: #039be5;
}
.cid-tSmlupFucO .tab-content {
  background: #eef5f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmlupFucO .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmlupFucO .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmlupFucO .logo-container {
    border-right: 1px solid #039be5;
  }
}
.cid-tSmlupFucO H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmlupFucO H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmlupFucO .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmlupFucO P {
  color: #694701;
}
.cid-v0brNH2d08 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0brNH2d08 .nav-link,
.cid-v0brNH2d08 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0brNH2d08 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0brNH2d08 .nav-link.text-primary:hover,
.cid-v0brNH2d08 .nav-link.text-primary:focus {
  color: #72c038 !important;
}
.cid-v0brNH2d08 .icons-menu {
  line-height: 0;
}
.cid-v0brNH2d08 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0brNH2d08 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0brNH2d08.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0brNH2d08 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0brNH2d08 .btn {
    white-space: nowrap;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item.dropdown:hover::before,
  .cid-v0brNH2d08 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0brNH2d08 .navbar > .container,
.cid-v0brNH2d08 .navbar > .container-fluid {
  align-items: center;
}
.cid-v0brNH2d08 .dropdown-toggle::after,
.cid-v0brNH2d08 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-v0brNH2d08 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0brNH2d08 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0brNH2d08 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0brNH2d08 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0brNH2d08 .nav-item:focus,
.cid-v0brNH2d08 .nav-link:focus {
  outline: none;
}
.cid-v0brNH2d08 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0brNH2d08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0brNH2d08 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0brNH2d08 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0brNH2d08 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0brNH2d08 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0brNH2d08 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-v0brNH2d08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0brNH2d08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0brNH2d08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0brNH2d08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0brNH2d08 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0brNH2d08 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0brNH2d08 .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0brNH2d08.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0brNH2d08 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0brNH2d08 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0brNH2d08 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0brNH2d08 .navbar-logo {
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0brNH2d08 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0brNH2d08 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0brNH2d08 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0brNH2d08 .navbar {
    padding: 13px 90px;
  }
  .cid-v0brNH2d08 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0brNH2d08 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0brNH2d08 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0brNH2d08 .dropdown-toggle::after,
  .cid-v0brNH2d08 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0brNH2d08 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0brNH2d08 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0brNH2d08 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0brNH2d08 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0brNH2d08.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0brNH2d08.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0brNH2d08.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0brNH2d08 .navbar {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0brNH2d08 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0brNH2d08 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0brNH2d08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0brNH2d08 .dropdown-item.active,
.cid-v0brNH2d08 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0brNH2d08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0brNH2d08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0brNH2d08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0brNH2d08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0brNH2d08 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0brNH2d08 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0brNH2d08 .navbar {
    height: 97px;
  }
  .cid-v0brNH2d08 .navbar.opened {
    height: auto;
  }
  .cid-v0brNH2d08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSmjsgYfMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmjsgYfMG .mbr-section-title {
  color: #000000;
}
.cid-tSmjsgYfMG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmjsgYfMG .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmjsgYfMG .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmjsgYfMG .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmjsgYfMG .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmjsgYfMG .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmjsgYfMG .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmjsgYfMG .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmjsgYfMG .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmjsgYfMG .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmjsgYfMG .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmjsgYfMG .link,
.cid-tSmjsgYfMG .link-icon {
  color: #000000;
}
.cid-tSmjsgYfMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmjsgYfMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmjshcLOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSmjshcLOw .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tSmjshcLOw .wrapper {
    padding: 20px;
  }
}
.cid-tSmjshcLOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmjshcLOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmjshs0x2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmjshs0x2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmjshs0x2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmjshs0x2 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmjshs0x2 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #039be5;
}
.cid-tSmjshs0x2 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmjshs0x2 .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmjshs0x2 .nav-link,
.cid-tSmjshs0x2 .nav-link.active {
  padding: 1rem auto;
  background: #eef5f4;
}
.cid-tSmjshs0x2 .nav-tabs .nav-link.active {
  color: #039be5;
}
.cid-tSmjshs0x2 .tab-content {
  background: #eef5f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmjshs0x2 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmjshs0x2 .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmjshs0x2 .logo-container {
    border-right: 1px solid #039be5;
  }
}
.cid-tSmjshs0x2 H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmjshs0x2 H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmjshs0x2 .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmjshs0x2 P {
  color: #694701;
}
