body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.88rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.35rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.504rem;
    font-size: calc( 1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  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: #1f10fa !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f10fa !important;
  border-color: #1f10fa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f04b0 !important;
  border-color: #0f04b0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f04b0 !important;
  border-color: #0f04b0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f10fa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f04b0 !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: #1f10fa !important;
  border-color: #1f10fa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !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: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #1f10fa !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d03a1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #1f10fa;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f10fa;
  border-color: #1f10fa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1f10fa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dad8fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #1f10fa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1f10fa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f10fa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f10fa;
}
.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: #1f10fa;
  border-bottom-color: #1f10fa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1f10fa !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: #c69453 !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='%231f10fa' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  position: relative !important;
}
.cid-sSNhnn9Qhy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhnn9Qhy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhnn9Qhy .dropdown-item:hover,
.cid-sSNhnn9Qhy .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-sSNhnn9Qhy .dropdown-item:hover span {
  color: white;
}
.cid-sSNhnn9Qhy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhnn9Qhy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhnn9Qhy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhnn9Qhy .nav-link {
  position: relative;
}
.cid-sSNhnn9Qhy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhnn9Qhy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown-menu,
.cid-sSNhnn9Qhy .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhnn9Qhy .nav-item:focus,
.cid-sSNhnn9Qhy .nav-link:focus {
  outline: none;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhnn9Qhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhnn9Qhy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhnn9Qhy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhnn9Qhy .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhnn9Qhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhnn9Qhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhnn9Qhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhnn9Qhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhnn9Qhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhnn9Qhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhnn9Qhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhnn9Qhy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhnn9Qhy .dropdown-item.active,
.cid-sSNhnn9Qhy .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhnn9Qhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhnn9Qhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhnn9Qhy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhnn9Qhy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNhnn9Qhy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhnn9Qhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhnn9Qhy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhnn9Qhy .navbar {
    height: 70px;
  }
  .cid-sSNhnn9Qhy .navbar.opened {
    height: auto;
  }
  .cid-sSNhnn9Qhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhnn9Qhy .container,
.cid-sSNhnn9Qhy .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhnn9Qhy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhnn9Qhy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .contacts-menu {
    display: none;
  }
}
.cid-sSNhnn9Qhy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhnn9Qhy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhnn9Qhy .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhnn9Qhy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQNmeNLjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQNmeNLjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQNmeNLjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQNmeNLjL .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQNmeNLjL .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQNmeNLjL .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQNmeNLjL .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQNmeNLjL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQNmeNLjL .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQNmeNLjL .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQNmeNLjL .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQNmeNLjL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQNmeNLjL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQNmeNLjL .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQNmeNLjL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQNmeNLjL .mbr-section-title {
  color: #404349;
}
.cid-veQNmeNLjL .mbr-text {
  color: #000000;
}
.cid-veQNmeNLjL .mbr-desc {
  color: #b19a7c;
}
.cid-veQNmeNLjL .mbr-section-title,
.cid-veQNmeNLjL .mbr-section-btn {
  color: #000000;
}
.cid-veQR13omJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQR13omJx .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-veQR13omJx .container {
    max-width: 1040px;
  }
}
.cid-veQR13omJx .row {
  justify-content: center;
}
.cid-veQR13omJx .item:focus,
.cid-veQR13omJx span:focus {
  outline: none;
}
.cid-veQR13omJx .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veQR13omJx .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-veQR13omJx .item {
    width: 100%;
  }
  .cid-veQR13omJx .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-veQR13omJx .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veQR13omJx .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-veQR13omJx .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-veQR13omJx .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-veQR13omJx .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-veQR13omJx .item-wrap {
    padding: 50px;
  }
}
.cid-veQR13omJx .item-content {
  width: 100%;
}
.cid-veQR13omJx .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-veQR13omJx .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-veQR13omJx .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-veQR13omJx .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-veQR13omJx .list-item {
  display: flex;
  align-items: center;
}
.cid-veQR13omJx .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-veQR13omJx .icon-box {
  padding-right: 14px;
}
.cid-veQR13omJx .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-veQR13omJx .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-veQR13omJx .link-container {
    margin-top: 72px;
  }
}
.cid-veQR13omJx .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-veQR13omJx .link-container .link span {
  padding-right: 10px;
}
.cid-sSw5LIPlNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-sSw5LIPlNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5LIPlNd .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw5LIPlNd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .label-text {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title,
.cid-sSw5LIPlNd .mbr-section-btn {
  text-align: center;
}
.cid-sSOjVCTHRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSOjVCTHRa .row {
  justify-content: center;
}
.cid-sSOjVCTHRa .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-sSOjVCTHRa .item-img {
    height: 286px;
  }
}
.cid-sSOjVCTHRa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSOjVCTHRa .item:focus,
.cid-sSOjVCTHRa span:focus {
  outline: none;
}
.cid-sSOjVCTHRa .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSOjVCTHRa .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSOjVCTHRa .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-sSOjVCTHRa .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover span {
  color: #1f10fa !important;
}
.cid-sSOjVCTHRa .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item-content {
    text-align: center;
  }
}
.cid-sSOjVCTHRa .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-sSOjVCTHRa .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-sSOjVCTHRa .item-title {
  color: #222222;
}
.cid-sSOjVCTHRa .item-subtitle {
  color: #222222;
}
.cid-sSOjVCTHRa .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSOjVCTHRa .mbr-section-subtitle {
  color: #000000;
}
.cid-sSOjVCTHRa .item-title,
.cid-sSOjVCTHRa .mbr-section-btn {
  color: #000000;
}
.cid-veIcrhBd2y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veIcrhBd2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIcrhBd2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIcrhBd2y .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veIcrhBd2y .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veIcrhBd2y .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veIcrhBd2y .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veIcrhBd2y .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-veIcrhBd2y .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-veIcrhBd2y .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veIcrhBd2y .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veIcrhBd2y .mbr-label,
.cid-veIcrhBd2y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veIcrhBd2y .mbr-section-title {
  color: #f5f8ff;
}
.cid-veIcrhBd2y .mbr-text,
.cid-veIcrhBd2y .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veIcrhBd2y .mbr-section-title,
.cid-veIcrhBd2y .mbr-section-btn {
  text-align: center;
}
.cid-sSw7UUU4Da {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sSw7UUU4Da .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-sSw7UUU4Da .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSw7UUU4Da .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #e6c63b;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .col-text {
    text-align: center;
  }
}
.cid-sSw7UUU4Da .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSw7UUU4Da .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .label-text {
    text-align: center !important;
  }
}
.cid-sSw7UUU4Da .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw7UUU4Da .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sSw7UUU4Da .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw7UUU4Da .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw7UUU4Da .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSw7UUU4Da .mbr-section-title,
.cid-sSw7UUU4Da .mbr-section-btn {
  color: #000000;
}
.cid-veQNzFu51j {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veQNzFu51j .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-veQNzFu51j .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQNzFu51j .image-wrapper {
    padding: 30px;
  }
}
.cid-veQNzFu51j .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQNzFu51j .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-veQNzFu51j .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-veQNzFu51j .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQNzFu51j .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQNzFu51j .col-text {
    text-align: center;
  }
}
.cid-veQNzFu51j .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQNzFu51j .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQNzFu51j .label-text {
    text-align: center !important;
  }
}
.cid-veQNzFu51j .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-veQNzFu51j .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQNzFu51j .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-veQNzFu51j .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQNzFu51j .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQNzFu51j .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQNzFu51j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQNzFu51j .mbr-section-title,
.cid-veQNzFu51j .mbr-section-btn {
  color: #000000;
}
.cid-veQP4rIr5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQP4rIr5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQP4rIr5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQP4rIr5A .row {
  margin: 0 -15px;
}
.cid-veQP4rIr5A .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-veQP4rIr5A .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQP4rIr5A .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-veQP4rIr5A .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veQP4rIr5A .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veQP4rIr5A .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQP4rIr5A .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veQP4rIr5A .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-veQP4rIr5A .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQP4rIr5A .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #ebd2b4;
}
.cid-veQP4rIr5A .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-veQP4rIr5A .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-veQP4rIr5A .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQP4rIr5A .mbr-section-title {
  color: #000000;
}
.cid-veQP4rIr5A .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veQP4rIr5A .mbr-text {
  color: #fefff5;
}
.cid-veQP4rIr5A .panel-title-edit {
  color: #000000;
}
.cid-veQP4rIr5A .panel-text {
  color: #fefff5;
}
.cid-veIbZVOkSb {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veIbZVOkSb .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veIbZVOkSb .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIbZVOkSb .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veIbZVOkSb .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIbZVOkSb .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veIbZVOkSb .mbr-text {
  color: #000000;
}
.cid-veIaaYb8It {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veIaaYb8It .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veIaaYb8It .row {
    text-align: center !important;
  }
}
.cid-veIaaYb8It .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-veIaaYb8It .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veIaaYb8It .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-veIaaYb8It .text-wrapper {
    text-align: center !important;
  }
}
.cid-veIaaYb8It .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veIaaYb8It .label-text {
    text-align: center !important;
  }
}
.cid-veIaaYb8It .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veIaaYb8It .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veIaaYb8It .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-veIaaYb8It .mbr-text {
    text-align: center !important;
  }
}
.cid-veIaaYb8It .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-veIaaYb8It .mbr-section-btn .btn {
  padding: 0;
}
.cid-veIaaYb8It .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-veIaaYb8It .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-veIaaYb8It .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-veIaaYb8It .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-veIaaYb8It .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veIaaYb8It .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veIaaYb8It .card {
    margin-bottom: 1rem;
  }
}
.cid-veIaaYb8It .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-veIaaYb8It .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-veIaaYb8It .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-veIaaYb8It .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-veIaaYb8It .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIaaYb8It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIcfjjmCw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veIcfjjmCw .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-veIcfjjmCw .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-veIcfjjmCw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-veIcfjjmCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIcfjjmCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIaqKsiCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veIaqKsiCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIaqKsiCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIaqKsiCy .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veIaqKsiCy .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veIaqKsiCy .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veIaqKsiCy .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veIaqKsiCy .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veIaqKsiCy .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veIaqKsiCy .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veIaqKsiCy .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veIaqKsiCy .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veIcP1i7Ug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veIcP1i7Ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIcP1i7Ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIcP1i7Ug .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veIcP1i7Ug .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veIcP1i7Ug .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veIcP1i7Ug .container {
    padding: 0 16px;
  }
}
.cid-veIcP1i7Ug .row {
  justify-content: center;
}
.cid-veIcP1i7Ug .content-wrapper {
  margin-bottom: 36px;
}
.cid-veIcP1i7Ug .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIcP1i7Ug .content-wrapper .email-wrapper {
  display: block;
}
.cid-veIcP1i7Ug .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veIcP1i7Ug .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veIcP1i7Ug .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veIcP1i7Ug .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veIcP1i7Ug .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veIcP1i7Ug .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veIcP1i7Ug .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIcP1i7Ug .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veIcP1i7Ug .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIcP1i7Ug .contacts-wrapper .list .item-wrap:hover,
.cid-veIcP1i7Ug .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veIcP1i7Ug .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veIcP1i7Ug .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veIcP1i7Ug .mbr-section-title {
  color: #080808;
}
.cid-veIcP1i7Ug .mbr-email {
  color: #000000;
}
.cid-veIcP1i7Ug .mbr-desc {
  color: #333333;
}
.cid-veIcP1i7Ug .list {
  color: #333333;
}
.cid-veIcP1i7Ug .mbr-section-title,
.cid-veIcP1i7Ug .mbr-section-btn {
  color: #000000;
}
.cid-veIcP1i7Ug .list,
.cid-veIcP1i7Ug .item-wrap {
  color: #ffffff;
}
.cid-veIjc4XOek .navbar-dropdown {
  position: relative !important;
}
.cid-veIjc4XOek .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIjc4XOek .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veIjc4XOek .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veIjc4XOek .dropdown-item:hover,
.cid-veIjc4XOek .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-veIjc4XOek .dropdown-item:hover span {
  color: white;
}
.cid-veIjc4XOek .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veIjc4XOek .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veIjc4XOek .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veIjc4XOek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veIjc4XOek .nav-link {
  position: relative;
}
.cid-veIjc4XOek .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veIjc4XOek .container {
    flex-wrap: nowrap;
  }
}
.cid-veIjc4XOek .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veIjc4XOek .dropdown-menu,
.cid-veIjc4XOek .navbar.opened {
  background: #ffffff !important;
}
.cid-veIjc4XOek .nav-item:focus,
.cid-veIjc4XOek .nav-link:focus {
  outline: none;
}
.cid-veIjc4XOek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veIjc4XOek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veIjc4XOek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veIjc4XOek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIjc4XOek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veIjc4XOek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veIjc4XOek .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veIjc4XOek .navbar.opened {
  transition: all 0.3s;
}
.cid-veIjc4XOek .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veIjc4XOek .navbar .navbar-logo img {
  width: auto;
}
.cid-veIjc4XOek .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veIjc4XOek .navbar.collapsed {
  justify-content: center;
}
.cid-veIjc4XOek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veIjc4XOek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veIjc4XOek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veIjc4XOek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veIjc4XOek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veIjc4XOek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veIjc4XOek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veIjc4XOek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veIjc4XOek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veIjc4XOek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veIjc4XOek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veIjc4XOek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veIjc4XOek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veIjc4XOek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veIjc4XOek .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veIjc4XOek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veIjc4XOek .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veIjc4XOek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veIjc4XOek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veIjc4XOek .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veIjc4XOek .navbar.navbar-short {
  min-height: 60px;
}
.cid-veIjc4XOek .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veIjc4XOek .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veIjc4XOek .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veIjc4XOek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veIjc4XOek .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veIjc4XOek .navbar-brand {
    padding-right: 40px;
  }
}
.cid-veIjc4XOek .dropdown-item.active,
.cid-veIjc4XOek .dropdown-item:active {
  background-color: transparent;
}
.cid-veIjc4XOek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veIjc4XOek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veIjc4XOek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veIjc4XOek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veIjc4XOek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veIjc4XOek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veIjc4XOek ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veIjc4XOek .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veIjc4XOek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veIjc4XOek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-veIjc4XOek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veIjc4XOek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIjc4XOek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIjc4XOek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veIjc4XOek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIjc4XOek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veIjc4XOek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veIjc4XOek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIjc4XOek .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-veIjc4XOek .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-veIjc4XOek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veIjc4XOek .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veIjc4XOek .navbar {
    height: 70px;
  }
  .cid-veIjc4XOek .navbar.opened {
    height: auto;
  }
  .cid-veIjc4XOek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veIjc4XOek .container,
.cid-veIjc4XOek .container-fluid {
  flex-wrap: wrap;
}
.cid-veIjc4XOek .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-veIjc4XOek .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-veIjc4XOek .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veIjc4XOek .contacts-menu {
    display: none;
  }
}
.cid-veIjc4XOek .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-veIjc4XOek .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-veIjc4XOek .icon-box:hover {
  transform: scale(1.1);
}
.cid-veIjc4XOek .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-veIjc4XOek .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-veIjc4XOek .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-veIjc4XOek .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-veIjc4XOek .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-veIjc4XOek .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veIjc4XOek .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-veIjc4XOek .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQPISIVZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQPISIVZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQPISIVZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQPISIVZd .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQPISIVZd .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQPISIVZd .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQPISIVZd .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQPISIVZd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQPISIVZd .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQPISIVZd .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQPISIVZd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQPISIVZd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQPISIVZd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQPISIVZd .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQPISIVZd .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQPISIVZd .mbr-section-title {
  color: #404349;
}
.cid-veQPISIVZd .mbr-text {
  color: #404349;
}
.cid-veQPISIVZd .mbr-desc {
  color: #b19a7c;
}
.cid-veQPISIVZd .mbr-section-title,
.cid-veQPISIVZd .mbr-section-btn {
  color: #000000;
}
.cid-veIjc8vqM2 {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veIjc8vqM2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veIjc8vqM2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIjc8vqM2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veIjc8vqM2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIjc8vqM2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veIjc8vqM2 .mbr-text {
  color: #000000;
}
.cid-veIjccRwKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veIjccRwKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIjccRwKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIjccRwKJ .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veIjccRwKJ .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veIjccRwKJ .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veIjccRwKJ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veIjccRwKJ .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veIjccRwKJ .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veIjccRwKJ .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veIjccRwKJ .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veIjccRwKJ .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veIjcdGADV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veIjcdGADV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIjcdGADV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIjcdGADV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veIjcdGADV .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veIjcdGADV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veIjcdGADV .container {
    padding: 0 16px;
  }
}
.cid-veIjcdGADV .row {
  justify-content: center;
}
.cid-veIjcdGADV .content-wrapper {
  margin-bottom: 36px;
}
.cid-veIjcdGADV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIjcdGADV .content-wrapper .email-wrapper {
  display: block;
}
.cid-veIjcdGADV .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veIjcdGADV .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veIjcdGADV .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIjcdGADV .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veIjcdGADV .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veIjcdGADV .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veIjcdGADV .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veIjcdGADV .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIjcdGADV .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veIjcdGADV .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIjcdGADV .contacts-wrapper .list .item-wrap:hover,
.cid-veIjcdGADV .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veIjcdGADV .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veIjcdGADV .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veIjcdGADV .mbr-section-title {
  color: #080808;
}
.cid-veIjcdGADV .mbr-email {
  color: #000000;
}
.cid-veIjcdGADV .mbr-desc {
  color: #333333;
}
.cid-veIjcdGADV .list {
  color: #333333;
}
.cid-veIjcdGADV .mbr-section-title,
.cid-veIjcdGADV .mbr-section-btn {
  color: #000000;
}
.cid-veIjcdGADV .list,
.cid-veIjcdGADV .item-wrap {
  color: #ffffff;
}
.cid-veIjKiQj2P .navbar-dropdown {
  position: relative !important;
}
.cid-veIjKiQj2P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIjKiQj2P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veIjKiQj2P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veIjKiQj2P .dropdown-item:hover,
.cid-veIjKiQj2P .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-veIjKiQj2P .dropdown-item:hover span {
  color: white;
}
.cid-veIjKiQj2P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veIjKiQj2P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veIjKiQj2P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veIjKiQj2P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veIjKiQj2P .nav-link {
  position: relative;
}
.cid-veIjKiQj2P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veIjKiQj2P .container {
    flex-wrap: nowrap;
  }
}
.cid-veIjKiQj2P .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veIjKiQj2P .dropdown-menu,
.cid-veIjKiQj2P .navbar.opened {
  background: #ffffff !important;
}
.cid-veIjKiQj2P .nav-item:focus,
.cid-veIjKiQj2P .nav-link:focus {
  outline: none;
}
.cid-veIjKiQj2P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veIjKiQj2P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veIjKiQj2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veIjKiQj2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIjKiQj2P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veIjKiQj2P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veIjKiQj2P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veIjKiQj2P .navbar.opened {
  transition: all 0.3s;
}
.cid-veIjKiQj2P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veIjKiQj2P .navbar .navbar-logo img {
  width: auto;
}
.cid-veIjKiQj2P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veIjKiQj2P .navbar.collapsed {
  justify-content: center;
}
.cid-veIjKiQj2P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veIjKiQj2P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veIjKiQj2P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veIjKiQj2P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veIjKiQj2P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veIjKiQj2P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veIjKiQj2P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veIjKiQj2P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veIjKiQj2P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veIjKiQj2P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veIjKiQj2P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veIjKiQj2P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veIjKiQj2P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veIjKiQj2P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veIjKiQj2P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veIjKiQj2P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veIjKiQj2P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veIjKiQj2P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veIjKiQj2P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veIjKiQj2P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veIjKiQj2P .navbar.navbar-short {
  min-height: 60px;
}
.cid-veIjKiQj2P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veIjKiQj2P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veIjKiQj2P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veIjKiQj2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veIjKiQj2P .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veIjKiQj2P .navbar-brand {
    padding-right: 40px;
  }
}
.cid-veIjKiQj2P .dropdown-item.active,
.cid-veIjKiQj2P .dropdown-item:active {
  background-color: transparent;
}
.cid-veIjKiQj2P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veIjKiQj2P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veIjKiQj2P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veIjKiQj2P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veIjKiQj2P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veIjKiQj2P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veIjKiQj2P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veIjKiQj2P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veIjKiQj2P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veIjKiQj2P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-veIjKiQj2P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veIjKiQj2P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIjKiQj2P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIjKiQj2P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veIjKiQj2P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIjKiQj2P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veIjKiQj2P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veIjKiQj2P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIjKiQj2P .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-veIjKiQj2P .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-veIjKiQj2P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veIjKiQj2P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veIjKiQj2P .navbar {
    height: 70px;
  }
  .cid-veIjKiQj2P .navbar.opened {
    height: auto;
  }
  .cid-veIjKiQj2P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veIjKiQj2P .container,
.cid-veIjKiQj2P .container-fluid {
  flex-wrap: wrap;
}
.cid-veIjKiQj2P .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-veIjKiQj2P .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-veIjKiQj2P .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veIjKiQj2P .contacts-menu {
    display: none;
  }
}
.cid-veIjKiQj2P .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-veIjKiQj2P .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-veIjKiQj2P .icon-box:hover {
  transform: scale(1.1);
}
.cid-veIjKiQj2P .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-veIjKiQj2P .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-veIjKiQj2P .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-veIjKiQj2P .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-veIjKiQj2P .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-veIjKiQj2P .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veIjKiQj2P .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-veIjKiQj2P .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQQeLTUPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQQeLTUPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQQeLTUPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQQeLTUPu .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQQeLTUPu .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQQeLTUPu .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQQeLTUPu .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQQeLTUPu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQQeLTUPu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQQeLTUPu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQQeLTUPu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQQeLTUPu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQQeLTUPu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQQeLTUPu .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQQeLTUPu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQQeLTUPu .mbr-section-title {
  color: #404349;
}
.cid-veQQeLTUPu .mbr-text {
  color: #404349;
}
.cid-veQQeLTUPu .mbr-desc {
  color: #b19a7c;
}
.cid-veQQeLTUPu .mbr-section-title,
.cid-veQQeLTUPu .mbr-section-btn {
  color: #000000;
}
.cid-veIjKkrmtg {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veIjKkrmtg .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veIjKkrmtg .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIjKkrmtg .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veIjKkrmtg .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veIjKkrmtg .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veIjKkrmtg .mbr-text {
  color: #000000;
}
.cid-veIjKkY1tk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veIjKkY1tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIjKkY1tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIjKkY1tk .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veIjKkY1tk .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veIjKkY1tk .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veIjKkY1tk .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veIjKkY1tk .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veIjKkY1tk .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veIjKkY1tk .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veIjKkY1tk .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veIjKkY1tk .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veIjKlDzAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veIjKlDzAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIjKlDzAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIjKlDzAb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veIjKlDzAb .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veIjKlDzAb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veIjKlDzAb .container {
    padding: 0 16px;
  }
}
.cid-veIjKlDzAb .row {
  justify-content: center;
}
.cid-veIjKlDzAb .content-wrapper {
  margin-bottom: 36px;
}
.cid-veIjKlDzAb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIjKlDzAb .content-wrapper .email-wrapper {
  display: block;
}
.cid-veIjKlDzAb .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veIjKlDzAb .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veIjKlDzAb .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIjKlDzAb .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veIjKlDzAb .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veIjKlDzAb .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veIjKlDzAb .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veIjKlDzAb .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veIjKlDzAb .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veIjKlDzAb .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veIjKlDzAb .contacts-wrapper .list .item-wrap:hover,
.cid-veIjKlDzAb .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veIjKlDzAb .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veIjKlDzAb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veIjKlDzAb .mbr-section-title {
  color: #080808;
}
.cid-veIjKlDzAb .mbr-email {
  color: #000000;
}
.cid-veIjKlDzAb .mbr-desc {
  color: #333333;
}
.cid-veIjKlDzAb .list {
  color: #333333;
}
.cid-veIjKlDzAb .mbr-section-title,
.cid-veIjKlDzAb .mbr-section-btn {
  color: #000000;
}
.cid-veIjKlDzAb .list,
.cid-veIjKlDzAb .item-wrap {
  color: #ffffff;
}
.cid-veQTxRJJ60 .navbar-dropdown {
  position: relative !important;
}
.cid-veQTxRJJ60 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQTxRJJ60 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veQTxRJJ60 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veQTxRJJ60 .dropdown-item:hover,
.cid-veQTxRJJ60 .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-veQTxRJJ60 .dropdown-item:hover span {
  color: white;
}
.cid-veQTxRJJ60 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veQTxRJJ60 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veQTxRJJ60 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veQTxRJJ60 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veQTxRJJ60 .nav-link {
  position: relative;
}
.cid-veQTxRJJ60 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veQTxRJJ60 .container {
    flex-wrap: nowrap;
  }
}
.cid-veQTxRJJ60 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQTxRJJ60 .dropdown-menu,
.cid-veQTxRJJ60 .navbar.opened {
  background: #ffffff !important;
}
.cid-veQTxRJJ60 .nav-item:focus,
.cid-veQTxRJJ60 .nav-link:focus {
  outline: none;
}
.cid-veQTxRJJ60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQTxRJJ60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQTxRJJ60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQTxRJJ60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQTxRJJ60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQTxRJJ60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQTxRJJ60 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veQTxRJJ60 .navbar.opened {
  transition: all 0.3s;
}
.cid-veQTxRJJ60 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQTxRJJ60 .navbar .navbar-logo img {
  width: auto;
}
.cid-veQTxRJJ60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veQTxRJJ60 .navbar.collapsed {
  justify-content: center;
}
.cid-veQTxRJJ60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQTxRJJ60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQTxRJJ60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veQTxRJJ60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQTxRJJ60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQTxRJJ60 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veQTxRJJ60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQTxRJJ60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQTxRJJ60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veQTxRJJ60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQTxRJJ60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQTxRJJ60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQTxRJJ60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQTxRJJ60 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veQTxRJJ60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veQTxRJJ60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veQTxRJJ60 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQTxRJJ60 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veQTxRJJ60 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQTxRJJ60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQTxRJJ60 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veQTxRJJ60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veQTxRJJ60 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veQTxRJJ60 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veQTxRJJ60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQTxRJJ60 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veQTxRJJ60 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-veQTxRJJ60 .dropdown-item.active,
.cid-veQTxRJJ60 .dropdown-item:active {
  background-color: transparent;
}
.cid-veQTxRJJ60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQTxRJJ60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQTxRJJ60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQTxRJJ60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQTxRJJ60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veQTxRJJ60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veQTxRJJ60 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQTxRJJ60 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veQTxRJJ60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQTxRJJ60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-veQTxRJJ60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQTxRJJ60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQTxRJJ60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQTxRJJ60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQTxRJJ60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQTxRJJ60 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQTxRJJ60 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQTxRJJ60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQTxRJJ60 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-veQTxRJJ60 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-veQTxRJJ60 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQTxRJJ60 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQTxRJJ60 .navbar {
    height: 70px;
  }
  .cid-veQTxRJJ60 .navbar.opened {
    height: auto;
  }
  .cid-veQTxRJJ60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQTxRJJ60 .container,
.cid-veQTxRJJ60 .container-fluid {
  flex-wrap: wrap;
}
.cid-veQTxRJJ60 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-veQTxRJJ60 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-veQTxRJJ60 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQTxRJJ60 .contacts-menu {
    display: none;
  }
}
.cid-veQTxRJJ60 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-veQTxRJJ60 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-veQTxRJJ60 .icon-box:hover {
  transform: scale(1.1);
}
.cid-veQTxRJJ60 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-veQTxRJJ60 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-veQTxRJJ60 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-veQTxRJJ60 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-veQTxRJJ60 .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-veQTxRJJ60 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQTxRJJ60 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-veQTxRJJ60 .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQTxSFZHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQTxSFZHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxSFZHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTxSFZHE .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQTxSFZHE .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQTxSFZHE .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQTxSFZHE .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQTxSFZHE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQTxSFZHE .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQTxSFZHE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQTxSFZHE .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQTxSFZHE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQTxSFZHE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQTxSFZHE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQTxSFZHE .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQTxSFZHE .mbr-section-title {
  color: #404349;
}
.cid-veQTxSFZHE .mbr-text {
  color: #000000;
}
.cid-veQTxSFZHE .mbr-desc {
  color: #b19a7c;
}
.cid-veQTxSFZHE .mbr-section-title,
.cid-veQTxSFZHE .mbr-section-btn {
  color: #000000;
}
.cid-veQTxTmBvU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQTxTmBvU .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-veQTxTmBvU .container {
    max-width: 1040px;
  }
}
.cid-veQTxTmBvU .row {
  justify-content: center;
}
.cid-veQTxTmBvU .item:focus,
.cid-veQTxTmBvU span:focus {
  outline: none;
}
.cid-veQTxTmBvU .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veQTxTmBvU .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-veQTxTmBvU .item {
    width: 100%;
  }
  .cid-veQTxTmBvU .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-veQTxTmBvU .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veQTxTmBvU .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-veQTxTmBvU .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-veQTxTmBvU .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-veQTxTmBvU .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-veQTxTmBvU .item-wrap {
    padding: 50px;
  }
}
.cid-veQTxTmBvU .item-content {
  width: 100%;
}
.cid-veQTxTmBvU .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-veQTxTmBvU .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-veQTxTmBvU .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-veQTxTmBvU .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-veQTxTmBvU .list-item {
  display: flex;
  align-items: center;
}
.cid-veQTxTmBvU .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-veQTxTmBvU .icon-box {
  padding-right: 14px;
}
.cid-veQTxTmBvU .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-veQTxTmBvU .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-veQTxTmBvU .link-container {
    margin-top: 72px;
  }
}
.cid-veQTxTmBvU .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-veQTxTmBvU .link-container .link span {
  padding-right: 10px;
}
.cid-veQTxU3iAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQTxU3iAy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veQTxU3iAy .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veQTxU3iAy .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQTxU3iAy .label-text {
    text-align: center !important;
  }
}
.cid-veQTxU3iAy .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQTxU3iAy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQTxU3iAy .mbr-section-title,
.cid-veQTxU3iAy .mbr-section-btn {
  text-align: center;
}
.cid-veQTxUwHhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQTxUwHhK .row {
  justify-content: center;
}
.cid-veQTxUwHhK .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-veQTxUwHhK .item-img {
    height: 286px;
  }
}
.cid-veQTxUwHhK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQTxUwHhK .item:focus,
.cid-veQTxUwHhK span:focus {
  outline: none;
}
.cid-veQTxUwHhK .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veQTxUwHhK .col-items {
    flex-wrap: wrap;
  }
}
.cid-veQTxUwHhK .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-veQTxUwHhK .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQTxUwHhK .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-veQTxUwHhK .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-veQTxUwHhK .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-veQTxUwHhK .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-veQTxUwHhK .item-wrapper .btn-primary:hover span {
  color: #1f10fa !important;
}
.cid-veQTxUwHhK .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veQTxUwHhK .item-content {
    text-align: center;
  }
}
.cid-veQTxUwHhK .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-veQTxUwHhK .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-veQTxUwHhK .item-title {
  color: #222222;
}
.cid-veQTxUwHhK .item-subtitle {
  color: #222222;
}
.cid-veQTxUwHhK .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-veQTxUwHhK .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQTxUwHhK .mbr-section-head {
    text-align: center !important;
  }
}
.cid-veQTxUwHhK .mbr-section-subtitle {
  color: #000000;
}
.cid-veQTxUwHhK .item-title,
.cid-veQTxUwHhK .mbr-section-btn {
  color: #000000;
}
.cid-veQTxVhTVC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQTxVhTVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxVhTVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTxVhTVC .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQTxVhTVC .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQTxVhTVC .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQTxVhTVC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQTxVhTVC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-veQTxVhTVC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-veQTxVhTVC .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veQTxVhTVC .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQTxVhTVC .mbr-label,
.cid-veQTxVhTVC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQTxVhTVC .mbr-section-title {
  color: #f5f8ff;
}
.cid-veQTxVhTVC .mbr-text,
.cid-veQTxVhTVC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQTxVhTVC .mbr-section-title,
.cid-veQTxVhTVC .mbr-section-btn {
  text-align: center;
}
.cid-veQTxVLBW4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQTxVLBW4 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-veQTxVLBW4 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQTxVLBW4 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-veQTxVLBW4 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQTxVLBW4 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-veQTxVLBW4 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #e6c63b;
}
.cid-veQTxVLBW4 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-veQTxVLBW4 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQTxVLBW4 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQTxVLBW4 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veQTxVLBW4 .col-text {
    text-align: center;
  }
}
.cid-veQTxVLBW4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQTxVLBW4 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQTxVLBW4 .label-text {
    text-align: center !important;
  }
}
.cid-veQTxVLBW4 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-veQTxVLBW4 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQTxVLBW4 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-veQTxVLBW4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQTxVLBW4 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQTxVLBW4 .mbr-section-title,
.cid-veQTxVLBW4 .mbr-section-btn {
  color: #000000;
}
.cid-veQTxWuxG6 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veQTxWuxG6 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-veQTxWuxG6 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQTxWuxG6 .image-wrapper {
    padding: 30px;
  }
}
.cid-veQTxWuxG6 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQTxWuxG6 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-veQTxWuxG6 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-veQTxWuxG6 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQTxWuxG6 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQTxWuxG6 .col-text {
    text-align: center;
  }
}
.cid-veQTxWuxG6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQTxWuxG6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQTxWuxG6 .label-text {
    text-align: center !important;
  }
}
.cid-veQTxWuxG6 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-veQTxWuxG6 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQTxWuxG6 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-veQTxWuxG6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQTxWuxG6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQTxWuxG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxWuxG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTxWuxG6 .mbr-section-title,
.cid-veQTxWuxG6 .mbr-section-btn {
  color: #000000;
}
.cid-veQTxX3Lb3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQTxX3Lb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxX3Lb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTxX3Lb3 .row {
  margin: 0 -15px;
}
.cid-veQTxX3Lb3 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-veQTxX3Lb3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQTxX3Lb3 .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-veQTxX3Lb3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veQTxX3Lb3 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veQTxX3Lb3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQTxX3Lb3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veQTxX3Lb3 .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-veQTxX3Lb3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #ebd2b4;
}
.cid-veQTxX3Lb3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-veQTxX3Lb3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-veQTxX3Lb3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQTxX3Lb3 .mbr-section-title {
  color: #000000;
}
.cid-veQTxX3Lb3 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veQTxX3Lb3 .mbr-text {
  color: #fefff5;
}
.cid-veQTxX3Lb3 .panel-title-edit {
  color: #000000;
}
.cid-veQTxX3Lb3 .panel-text {
  color: #fefff5;
}
.cid-veQTxY5d6b {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQTxY5d6b .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veQTxY5d6b .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQTxY5d6b .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veQTxY5d6b .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQTxY5d6b .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veQTxY5d6b .mbr-text {
  color: #000000;
}
.cid-veQTxYCDrR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQTxYCDrR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veQTxYCDrR .row {
    text-align: center !important;
  }
}
.cid-veQTxYCDrR .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-veQTxYCDrR .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQTxYCDrR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-veQTxYCDrR .text-wrapper {
    text-align: center !important;
  }
}
.cid-veQTxYCDrR .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQTxYCDrR .label-text {
    text-align: center !important;
  }
}
.cid-veQTxYCDrR .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQTxYCDrR .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQTxYCDrR .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-veQTxYCDrR .mbr-text {
    text-align: center !important;
  }
}
.cid-veQTxYCDrR .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-veQTxYCDrR .mbr-section-btn .btn {
  padding: 0;
}
.cid-veQTxYCDrR .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-veQTxYCDrR .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-veQTxYCDrR .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-veQTxYCDrR .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-veQTxYCDrR .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQTxYCDrR .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veQTxYCDrR .card {
    margin-bottom: 1rem;
  }
}
.cid-veQTxYCDrR .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-veQTxYCDrR .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-veQTxYCDrR .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-veQTxYCDrR .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-veQTxYCDrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxYCDrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTxZIQFX {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veQTxZIQFX .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-veQTxZIQFX .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-veQTxZIQFX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veQTxZIQFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTxZIQFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVDfJIyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVDfJIyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVDfJIyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVDfJIyV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQVDfJIyV .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQVDfJIyV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQVDfJIyV .container {
    padding: 0 16px;
  }
}
.cid-veQVDfJIyV .row {
  justify-content: space-between;
}
.cid-veQVDfJIyV .title-wrapper {
  position: sticky;
}
.cid-veQVDfJIyV .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQVDfJIyV .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-veQVDfJIyV .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQVDfJIyV .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-veQVDfJIyV .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-veQVDfJIyV .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b);
  border-radius: 50%;
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-veQVDfJIyV .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQVDfJIyV .mbr-section-title {
  color: #080808;
}
.cid-veQVDfJIyV .panel-title-edit {
  color: #080808;
}
.cid-veQVDfJIyV .panel-text {
  color: #333333;
}
.cid-veQTy0gpss {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQTy0gpss .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTy0gpss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTy0gpss .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veQTy0gpss .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veQTy0gpss .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veQTy0gpss .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQTy0gpss .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veQTy0gpss .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veQTy0gpss .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veQTy0gpss .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veQTy0gpss .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veQTy0S3i6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQTy0S3i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQTy0S3i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQTy0S3i6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQTy0S3i6 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQTy0S3i6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQTy0S3i6 .container {
    padding: 0 16px;
  }
}
.cid-veQTy0S3i6 .row {
  justify-content: center;
}
.cid-veQTy0S3i6 .content-wrapper {
  margin-bottom: 36px;
}
.cid-veQTy0S3i6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQTy0S3i6 .content-wrapper .email-wrapper {
  display: block;
}
.cid-veQTy0S3i6 .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veQTy0S3i6 .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veQTy0S3i6 .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veQTy0S3i6 .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veQTy0S3i6 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veQTy0S3i6 .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veQTy0S3i6 .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQTy0S3i6 .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQTy0S3i6 .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQTy0S3i6 .contacts-wrapper .list .item-wrap:hover,
.cid-veQTy0S3i6 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veQTy0S3i6 .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veQTy0S3i6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veQTy0S3i6 .mbr-section-title {
  color: #080808;
}
.cid-veQTy0S3i6 .mbr-email {
  color: #000000;
}
.cid-veQTy0S3i6 .mbr-desc {
  color: #333333;
}
.cid-veQTy0S3i6 .list {
  color: #333333;
}
.cid-veQTy0S3i6 .mbr-section-title,
.cid-veQTy0S3i6 .mbr-section-btn {
  color: #000000;
}
.cid-veQTy0S3i6 .list,
.cid-veQTy0S3i6 .item-wrap {
  color: #ffffff;
}
.cid-veQVRBBojy .navbar-dropdown {
  position: relative !important;
}
.cid-veQVRBBojy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQVRBBojy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veQVRBBojy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veQVRBBojy .dropdown-item:hover,
.cid-veQVRBBojy .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-veQVRBBojy .dropdown-item:hover span {
  color: white;
}
.cid-veQVRBBojy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veQVRBBojy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veQVRBBojy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veQVRBBojy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veQVRBBojy .nav-link {
  position: relative;
}
.cid-veQVRBBojy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veQVRBBojy .container {
    flex-wrap: nowrap;
  }
}
.cid-veQVRBBojy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQVRBBojy .dropdown-menu,
.cid-veQVRBBojy .navbar.opened {
  background: #ffffff !important;
}
.cid-veQVRBBojy .nav-item:focus,
.cid-veQVRBBojy .nav-link:focus {
  outline: none;
}
.cid-veQVRBBojy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQVRBBojy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQVRBBojy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQVRBBojy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQVRBBojy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQVRBBojy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQVRBBojy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veQVRBBojy .navbar.opened {
  transition: all 0.3s;
}
.cid-veQVRBBojy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQVRBBojy .navbar .navbar-logo img {
  width: auto;
}
.cid-veQVRBBojy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veQVRBBojy .navbar.collapsed {
  justify-content: center;
}
.cid-veQVRBBojy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQVRBBojy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQVRBBojy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veQVRBBojy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQVRBBojy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQVRBBojy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veQVRBBojy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQVRBBojy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQVRBBojy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veQVRBBojy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQVRBBojy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQVRBBojy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQVRBBojy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQVRBBojy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veQVRBBojy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veQVRBBojy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veQVRBBojy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQVRBBojy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veQVRBBojy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQVRBBojy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQVRBBojy .navbar.navbar-short {
  min-height: 60px;
}
.cid-veQVRBBojy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veQVRBBojy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veQVRBBojy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veQVRBBojy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQVRBBojy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veQVRBBojy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-veQVRBBojy .dropdown-item.active,
.cid-veQVRBBojy .dropdown-item:active {
  background-color: transparent;
}
.cid-veQVRBBojy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQVRBBojy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQVRBBojy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQVRBBojy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQVRBBojy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veQVRBBojy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veQVRBBojy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQVRBBojy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veQVRBBojy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQVRBBojy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-veQVRBBojy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQVRBBojy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQVRBBojy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQVRBBojy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQVRBBojy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQVRBBojy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQVRBBojy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQVRBBojy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQVRBBojy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-veQVRBBojy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-veQVRBBojy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQVRBBojy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQVRBBojy .navbar {
    height: 70px;
  }
  .cid-veQVRBBojy .navbar.opened {
    height: auto;
  }
  .cid-veQVRBBojy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQVRBBojy .container,
.cid-veQVRBBojy .container-fluid {
  flex-wrap: wrap;
}
.cid-veQVRBBojy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-veQVRBBojy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-veQVRBBojy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQVRBBojy .contacts-menu {
    display: none;
  }
}
.cid-veQVRBBojy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-veQVRBBojy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-veQVRBBojy .icon-box:hover {
  transform: scale(1.1);
}
.cid-veQVRBBojy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-veQVRBBojy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-veQVRBBojy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-veQVRBBojy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-veQVRBBojy .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-veQVRBBojy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQVRBBojy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-veQVRBBojy .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQVRCwjye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVRCwjye .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRCwjye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRCwjye .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQVRCwjye .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQVRCwjye .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQVRCwjye .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQVRCwjye .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQVRCwjye .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQVRCwjye .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQVRCwjye .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQVRCwjye .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQVRCwjye .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQVRCwjye .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQVRCwjye .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQVRCwjye .mbr-section-title {
  color: #404349;
}
.cid-veQVRCwjye .mbr-text {
  color: #000000;
}
.cid-veQVRCwjye .mbr-desc {
  color: #b19a7c;
}
.cid-veQVRCwjye .mbr-section-title,
.cid-veQVRCwjye .mbr-section-btn {
  color: #000000;
}
.cid-veQVRDeuED {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veQVRDeuED .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-veQVRDeuED .container {
    max-width: 1040px;
  }
}
.cid-veQVRDeuED .row {
  justify-content: center;
}
.cid-veQVRDeuED .item:focus,
.cid-veQVRDeuED span:focus {
  outline: none;
}
.cid-veQVRDeuED .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veQVRDeuED .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-veQVRDeuED .item {
    width: 100%;
  }
  .cid-veQVRDeuED .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-veQVRDeuED .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veQVRDeuED .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-veQVRDeuED .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-veQVRDeuED .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-veQVRDeuED .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-veQVRDeuED .item-wrap {
    padding: 50px;
  }
}
.cid-veQVRDeuED .item-content {
  width: 100%;
}
.cid-veQVRDeuED .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-veQVRDeuED .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-veQVRDeuED .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-veQVRDeuED .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-veQVRDeuED .list-item {
  display: flex;
  align-items: center;
}
.cid-veQVRDeuED .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-veQVRDeuED .icon-box {
  padding-right: 14px;
}
.cid-veQVRDeuED .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-veQVRDeuED .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-veQVRDeuED .link-container {
    margin-top: 72px;
  }
}
.cid-veQVRDeuED .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-veQVRDeuED .link-container .link span {
  padding-right: 10px;
}
.cid-veQVRDV4z2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQVRDV4z2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veQVRDV4z2 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veQVRDV4z2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQVRDV4z2 .label-text {
    text-align: center !important;
  }
}
.cid-veQVRDV4z2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQVRDV4z2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQVRDV4z2 .mbr-section-title,
.cid-veQVRDV4z2 .mbr-section-btn {
  text-align: center;
}
.cid-veQVREsA9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVREsA9b .row {
  justify-content: center;
}
.cid-veQVREsA9b .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-veQVREsA9b .item-img {
    height: 286px;
  }
}
.cid-veQVREsA9b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQVREsA9b .item:focus,
.cid-veQVREsA9b span:focus {
  outline: none;
}
.cid-veQVREsA9b .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veQVREsA9b .col-items {
    flex-wrap: wrap;
  }
}
.cid-veQVREsA9b .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-veQVREsA9b .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQVREsA9b .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-veQVREsA9b .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-veQVREsA9b .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-veQVREsA9b .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-veQVREsA9b .item-wrapper .btn-primary:hover span {
  color: #1f10fa !important;
}
.cid-veQVREsA9b .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veQVREsA9b .item-content {
    text-align: center;
  }
}
.cid-veQVREsA9b .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-veQVREsA9b .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-veQVREsA9b .item-title {
  color: #222222;
}
.cid-veQVREsA9b .item-subtitle {
  color: #222222;
}
.cid-veQVREsA9b .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-veQVREsA9b .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQVREsA9b .mbr-section-head {
    text-align: center !important;
  }
}
.cid-veQVREsA9b .mbr-section-subtitle {
  color: #000000;
}
.cid-veQVREsA9b .item-title,
.cid-veQVREsA9b .mbr-section-btn {
  color: #000000;
}
.cid-veQVRFmwhZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQVRFmwhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRFmwhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRFmwhZ .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQVRFmwhZ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRFmwhZ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQVRFmwhZ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQVRFmwhZ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-veQVRFmwhZ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-veQVRFmwhZ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veQVRFmwhZ .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQVRFmwhZ .mbr-label,
.cid-veQVRFmwhZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQVRFmwhZ .mbr-section-title {
  color: #f5f8ff;
}
.cid-veQVRFmwhZ .mbr-text,
.cid-veQVRFmwhZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQVRFmwhZ .mbr-section-title,
.cid-veQVRFmwhZ .mbr-section-btn {
  text-align: center;
}
.cid-veQVRGmDTj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQVRGmDTj .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-veQVRGmDTj .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQVRGmDTj .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-veQVRGmDTj .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQVRGmDTj .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-veQVRGmDTj .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #e6c63b;
}
.cid-veQVRGmDTj .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-veQVRGmDTj .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQVRGmDTj .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQVRGmDTj .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veQVRGmDTj .col-text {
    text-align: center;
  }
}
.cid-veQVRGmDTj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQVRGmDTj .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQVRGmDTj .label-text {
    text-align: center !important;
  }
}
.cid-veQVRGmDTj .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-veQVRGmDTj .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQVRGmDTj .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-veQVRGmDTj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQVRGmDTj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQVRGmDTj .mbr-section-title,
.cid-veQVRGmDTj .mbr-section-btn {
  color: #000000;
}
.cid-veQVRH3EpR {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veQVRH3EpR .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-veQVRH3EpR .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQVRH3EpR .image-wrapper {
    padding: 30px;
  }
}
.cid-veQVRH3EpR .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQVRH3EpR .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-veQVRH3EpR .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-veQVRH3EpR .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQVRH3EpR .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQVRH3EpR .col-text {
    text-align: center;
  }
}
.cid-veQVRH3EpR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQVRH3EpR .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQVRH3EpR .label-text {
    text-align: center !important;
  }
}
.cid-veQVRH3EpR .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-veQVRH3EpR .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQVRH3EpR .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-veQVRH3EpR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQVRH3EpR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQVRH3EpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRH3EpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRH3EpR .mbr-section-title,
.cid-veQVRH3EpR .mbr-section-btn {
  color: #000000;
}
.cid-veQVRHKEPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQVRHKEPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRHKEPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRHKEPN .row {
  margin: 0 -15px;
}
.cid-veQVRHKEPN .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-veQVRHKEPN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQVRHKEPN .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-veQVRHKEPN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veQVRHKEPN .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veQVRHKEPN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQVRHKEPN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veQVRHKEPN .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-veQVRHKEPN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQVRHKEPN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #ebd2b4;
}
.cid-veQVRHKEPN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-veQVRHKEPN .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-veQVRHKEPN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQVRHKEPN .mbr-section-title {
  color: #000000;
}
.cid-veQVRHKEPN .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veQVRHKEPN .mbr-text {
  color: #fefff5;
}
.cid-veQVRHKEPN .panel-title-edit {
  color: #000000;
}
.cid-veQVRHKEPN .panel-text {
  color: #fefff5;
}
.cid-veQVRIIS7I {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVRIIS7I .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veQVRIIS7I .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQVRIIS7I .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veQVRIIS7I .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQVRIIS7I .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veQVRIIS7I .mbr-text {
  color: #000000;
}
.cid-veQVRJk2eo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQVRJk2eo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veQVRJk2eo .row {
    text-align: center !important;
  }
}
.cid-veQVRJk2eo .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-veQVRJk2eo .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQVRJk2eo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-veQVRJk2eo .text-wrapper {
    text-align: center !important;
  }
}
.cid-veQVRJk2eo .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQVRJk2eo .label-text {
    text-align: center !important;
  }
}
.cid-veQVRJk2eo .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQVRJk2eo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQVRJk2eo .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-veQVRJk2eo .mbr-text {
    text-align: center !important;
  }
}
.cid-veQVRJk2eo .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-veQVRJk2eo .mbr-section-btn .btn {
  padding: 0;
}
.cid-veQVRJk2eo .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-veQVRJk2eo .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-veQVRJk2eo .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-veQVRJk2eo .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-veQVRJk2eo .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQVRJk2eo .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veQVRJk2eo .card {
    margin-bottom: 1rem;
  }
}
.cid-veQVRJk2eo .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-veQVRJk2eo .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-veQVRJk2eo .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-veQVRJk2eo .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-veQVRJk2eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRJk2eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQZ8CSFJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQZ8CSFJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQZ8CSFJ8 .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-veQZ8CSFJ8 .container {
    padding: 0 20px;
  }
}
.cid-veQZ8CSFJ8 .row {
  margin: 0;
}
.cid-veQZ8CSFJ8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veQZ8CSFJ8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veQZ8CSFJ8 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-veQZ8CSFJ8 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-veQZ8CSFJ8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-veQZ8CSFJ8 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-veQZ8CSFJ8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veQVRKxAc0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veQVRKxAc0 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-veQVRKxAc0 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-veQVRKxAc0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veQVRKxAc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRKxAc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRLcqzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVRLcqzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRLcqzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRLcqzs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQVRLcqzs .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRLcqzs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRLcqzs .container {
    padding: 0 16px;
  }
}
.cid-veQVRLcqzs .row {
  justify-content: space-between;
}
.cid-veQVRLcqzs .title-wrapper {
  position: sticky;
}
.cid-veQVRLcqzs .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQVRLcqzs .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-veQVRLcqzs .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQVRLcqzs .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-veQVRLcqzs .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-veQVRLcqzs .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b);
  border-radius: 50%;
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-veQVRLcqzs .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQVRLcqzs .mbr-section-title {
  color: #080808;
}
.cid-veQVRLcqzs .panel-title-edit {
  color: #080808;
}
.cid-veQVRLcqzs .panel-text {
  color: #333333;
}
.cid-veQVRLSS5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQVRLSS5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRLSS5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRLSS5b .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veQVRLSS5b .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veQVRLSS5b .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRLSS5b .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQVRLSS5b .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veQVRLSS5b .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veQVRLSS5b .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veQVRLSS5b .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veQVRLSS5b .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veQVRMvCzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQVRMvCzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQVRMvCzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQVRMvCzi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQVRMvCzi .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRMvCzi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQVRMvCzi .container {
    padding: 0 16px;
  }
}
.cid-veQVRMvCzi .row {
  justify-content: center;
}
.cid-veQVRMvCzi .content-wrapper {
  margin-bottom: 36px;
}
.cid-veQVRMvCzi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQVRMvCzi .content-wrapper .email-wrapper {
  display: block;
}
.cid-veQVRMvCzi .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veQVRMvCzi .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veQVRMvCzi .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQVRMvCzi .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veQVRMvCzi .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veQVRMvCzi .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veQVRMvCzi .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veQVRMvCzi .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQVRMvCzi .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQVRMvCzi .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQVRMvCzi .contacts-wrapper .list .item-wrap:hover,
.cid-veQVRMvCzi .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veQVRMvCzi .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veQVRMvCzi .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veQVRMvCzi .mbr-section-title {
  color: #080808;
}
.cid-veQVRMvCzi .mbr-email {
  color: #000000;
}
.cid-veQVRMvCzi .mbr-desc {
  color: #333333;
}
.cid-veQVRMvCzi .list {
  color: #333333;
}
.cid-veQVRMvCzi .mbr-section-title,
.cid-veQVRMvCzi .mbr-section-btn {
  color: #000000;
}
.cid-veQVRMvCzi .list,
.cid-veQVRMvCzi .item-wrap {
  color: #ffffff;
}
.cid-veQYYp60Vn .navbar-dropdown {
  position: relative !important;
}
.cid-veQYYp60Vn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQYYp60Vn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veQYYp60Vn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veQYYp60Vn .dropdown-item:hover,
.cid-veQYYp60Vn .dropdown-item:focus {
  background: #1f10fa !important;
  color: white !important;
}
.cid-veQYYp60Vn .dropdown-item:hover span {
  color: white;
}
.cid-veQYYp60Vn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veQYYp60Vn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veQYYp60Vn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veQYYp60Vn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veQYYp60Vn .nav-link {
  position: relative;
}
.cid-veQYYp60Vn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veQYYp60Vn .container {
    flex-wrap: nowrap;
  }
}
.cid-veQYYp60Vn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veQYYp60Vn .dropdown-menu,
.cid-veQYYp60Vn .navbar.opened {
  background: #ffffff !important;
}
.cid-veQYYp60Vn .nav-item:focus,
.cid-veQYYp60Vn .nav-link:focus {
  outline: none;
}
.cid-veQYYp60Vn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veQYYp60Vn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veQYYp60Vn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veQYYp60Vn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veQYYp60Vn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veQYYp60Vn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veQYYp60Vn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veQYYp60Vn .navbar.opened {
  transition: all 0.3s;
}
.cid-veQYYp60Vn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veQYYp60Vn .navbar .navbar-logo img {
  width: auto;
}
.cid-veQYYp60Vn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veQYYp60Vn .navbar.collapsed {
  justify-content: center;
}
.cid-veQYYp60Vn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veQYYp60Vn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veQYYp60Vn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veQYYp60Vn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veQYYp60Vn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veQYYp60Vn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veQYYp60Vn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veQYYp60Vn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veQYYp60Vn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veQYYp60Vn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veQYYp60Vn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veQYYp60Vn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veQYYp60Vn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veQYYp60Vn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veQYYp60Vn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veQYYp60Vn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veQYYp60Vn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veQYYp60Vn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veQYYp60Vn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veQYYp60Vn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veQYYp60Vn .navbar.navbar-short {
  min-height: 60px;
}
.cid-veQYYp60Vn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veQYYp60Vn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veQYYp60Vn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veQYYp60Vn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veQYYp60Vn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-veQYYp60Vn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-veQYYp60Vn .dropdown-item.active,
.cid-veQYYp60Vn .dropdown-item:active {
  background-color: transparent;
}
.cid-veQYYp60Vn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veQYYp60Vn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veQYYp60Vn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veQYYp60Vn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veQYYp60Vn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veQYYp60Vn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veQYYp60Vn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veQYYp60Vn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veQYYp60Vn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veQYYp60Vn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-veQYYp60Vn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veQYYp60Vn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQYYp60Vn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veQYYp60Vn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veQYYp60Vn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQYYp60Vn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veQYYp60Vn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veQYYp60Vn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veQYYp60Vn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-veQYYp60Vn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-veQYYp60Vn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veQYYp60Vn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veQYYp60Vn .navbar {
    height: 70px;
  }
  .cid-veQYYp60Vn .navbar.opened {
    height: auto;
  }
  .cid-veQYYp60Vn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veQYYp60Vn .container,
.cid-veQYYp60Vn .container-fluid {
  flex-wrap: wrap;
}
.cid-veQYYp60Vn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-veQYYp60Vn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-veQYYp60Vn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQYYp60Vn .contacts-menu {
    display: none;
  }
}
.cid-veQYYp60Vn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-veQYYp60Vn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #1f10fa;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-veQYYp60Vn .icon-box:hover {
  transform: scale(1.1);
}
.cid-veQYYp60Vn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-veQYYp60Vn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-veQYYp60Vn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-veQYYp60Vn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-veQYYp60Vn .navbar-collapse .mbr-section-btn .btn-black {
  color: #1f10fa !important;
}
@media (max-width: 577px) {
  .cid-veQYYp60Vn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQYYp60Vn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-veQYYp60Vn .navbar-collapse .nav-link:hover {
  color: #1f10fa !important;
}
.cid-veQYYq4Yyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQYYq4Yyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYq4Yyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYq4Yyu .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-veQYYq4Yyu .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-veQYYq4Yyu .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veQYYq4Yyu .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQYYq4Yyu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e6c63b 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veQYYq4Yyu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-veQYYq4Yyu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQYYq4Yyu .mbr-section-title {
  color: #404349;
}
.cid-veQYYq4Yyu .mbr-text {
  color: #000000;
}
.cid-veQYYq4Yyu .mbr-desc {
  color: #b19a7c;
}
.cid-veQYYq4Yyu .mbr-section-title,
.cid-veQYYq4Yyu .mbr-section-btn {
  color: #000000;
}
.cid-veQYYqwBwu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veQYYqwBwu .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-veQYYqwBwu .container {
    max-width: 1040px;
  }
}
.cid-veQYYqwBwu .row {
  justify-content: center;
}
.cid-veQYYqwBwu .item:focus,
.cid-veQYYqwBwu span:focus {
  outline: none;
}
.cid-veQYYqwBwu .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veQYYqwBwu .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-veQYYqwBwu .item {
    width: 100%;
  }
  .cid-veQYYqwBwu .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-veQYYqwBwu .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veQYYqwBwu .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-veQYYqwBwu .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-veQYYqwBwu .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-veQYYqwBwu .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-veQYYqwBwu .item-wrap {
    padding: 50px;
  }
}
.cid-veQYYqwBwu .item-content {
  width: 100%;
}
.cid-veQYYqwBwu .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-veQYYqwBwu .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-veQYYqwBwu .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-veQYYqwBwu .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-veQYYqwBwu .list-item {
  display: flex;
  align-items: center;
}
.cid-veQYYqwBwu .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-veQYYqwBwu .icon-box {
  padding-right: 14px;
}
.cid-veQYYqwBwu .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-veQYYqwBwu .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-veQYYqwBwu .link-container {
    margin-top: 72px;
  }
}
.cid-veQYYqwBwu .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-veQYYqwBwu .link-container .link span {
  padding-right: 10px;
}
.cid-veQYYr69Wp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQYYr69Wp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veQYYr69Wp .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veQYYr69Wp .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQYYr69Wp .label-text {
    text-align: center !important;
  }
}
.cid-veQYYr69Wp .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veQYYr69Wp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQYYr69Wp .mbr-section-title,
.cid-veQYYr69Wp .mbr-section-btn {
  text-align: center;
}
.cid-veQYYrEY6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQYYrEY6w .row {
  justify-content: center;
}
.cid-veQYYrEY6w .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-veQYYrEY6w .item-img {
    height: 286px;
  }
}
.cid-veQYYrEY6w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veQYYrEY6w .item:focus,
.cid-veQYYrEY6w span:focus {
  outline: none;
}
.cid-veQYYrEY6w .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-veQYYrEY6w .col-items {
    flex-wrap: wrap;
  }
}
.cid-veQYYrEY6w .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-veQYYrEY6w .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQYYrEY6w .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-veQYYrEY6w .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-veQYYrEY6w .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-veQYYrEY6w .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-veQYYrEY6w .item-wrapper .btn-primary:hover span {
  color: #1f10fa !important;
}
.cid-veQYYrEY6w .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veQYYrEY6w .item-content {
    text-align: center;
  }
}
.cid-veQYYrEY6w .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-veQYYrEY6w .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-veQYYrEY6w .item-title {
  color: #222222;
}
.cid-veQYYrEY6w .item-subtitle {
  color: #222222;
}
.cid-veQYYrEY6w .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-veQYYrEY6w .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQYYrEY6w .mbr-section-head {
    text-align: center !important;
  }
}
.cid-veQYYrEY6w .mbr-section-subtitle {
  color: #000000;
}
.cid-veQYYrEY6w .item-title,
.cid-veQYYrEY6w .mbr-section-btn {
  color: #000000;
}
.cid-veQYYsjN1E {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQYYsjN1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYsjN1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYsjN1E .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-veQYYsjN1E .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYsjN1E .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-veQYYsjN1E .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-veQYYsjN1E .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-veQYYsjN1E .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-veQYYsjN1E .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veQYYsjN1E .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veQYYsjN1E .mbr-label,
.cid-veQYYsjN1E .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQYYsjN1E .mbr-section-title {
  color: #f5f8ff;
}
.cid-veQYYsjN1E .mbr-text,
.cid-veQYYsjN1E .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veQYYsjN1E .mbr-section-title,
.cid-veQYYsjN1E .mbr-section-btn {
  text-align: center;
}
.cid-veQYYsO9BV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-veQYYsO9BV .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-veQYYsO9BV .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQYYsO9BV .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-veQYYsO9BV .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQYYsO9BV .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-veQYYsO9BV .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #e6c63b;
}
.cid-veQYYsO9BV .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-veQYYsO9BV .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-veQYYsO9BV .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQYYsO9BV .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veQYYsO9BV .col-text {
    text-align: center;
  }
}
.cid-veQYYsO9BV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQYYsO9BV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQYYsO9BV .label-text {
    text-align: center !important;
  }
}
.cid-veQYYsO9BV .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-veQYYsO9BV .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQYYsO9BV .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-veQYYsO9BV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQYYsO9BV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQYYsO9BV .mbr-section-title,
.cid-veQYYsO9BV .mbr-section-btn {
  color: #000000;
}
.cid-veQYYtsKK5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veQYYtsKK5 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-veQYYtsKK5 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQYYtsKK5 .image-wrapper {
    padding: 30px;
  }
}
.cid-veQYYtsKK5 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-veQYYtsKK5 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-veQYYtsKK5 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-veQYYtsKK5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-veQYYtsKK5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-veQYYtsKK5 .col-text {
    text-align: center;
  }
}
.cid-veQYYtsKK5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-veQYYtsKK5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-veQYYtsKK5 .label-text {
    text-align: center !important;
  }
}
.cid-veQYYtsKK5 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-veQYYtsKK5 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-veQYYtsKK5 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-veQYYtsKK5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-veQYYtsKK5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veQYYtsKK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYtsKK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYtsKK5 .mbr-section-title,
.cid-veQYYtsKK5 .mbr-section-btn {
  color: #000000;
}
.cid-veQYYu8Wqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQYYu8Wqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYu8Wqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYu8Wqe .row {
  margin: 0 -15px;
}
.cid-veQYYu8Wqe .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-veQYYu8Wqe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veQYYu8Wqe .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-veQYYu8Wqe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veQYYu8Wqe .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veQYYu8Wqe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQYYu8Wqe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veQYYu8Wqe .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-veQYYu8Wqe .panel-group .card:first-child {
  margin-top: 0;
}
.cid-veQYYu8Wqe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #ebd2b4;
}
.cid-veQYYu8Wqe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-veQYYu8Wqe .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-veQYYu8Wqe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQYYu8Wqe .mbr-section-title {
  color: #000000;
}
.cid-veQYYu8Wqe .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veQYYu8Wqe .mbr-text {
  color: #fefff5;
}
.cid-veQYYu8Wqe .panel-title-edit {
  color: #000000;
}
.cid-veQYYu8Wqe .panel-text {
  color: #fefff5;
}
.cid-veQYYvbYAq {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQYYvbYAq .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veQYYvbYAq .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQYYvbYAq .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veQYYvbYAq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veQYYvbYAq .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veQYYvbYAq .mbr-text {
  color: #000000;
}
.cid-veQYYwfPsv {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQYYwfPsv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veQYYwfPsv .row {
    text-align: center !important;
  }
}
.cid-veQYYwfPsv .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-veQYYwfPsv .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQYYwfPsv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-veQYYwfPsv .text-wrapper {
    text-align: center !important;
  }
}
.cid-veQYYwfPsv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQYYwfPsv .label-text {
    text-align: center !important;
  }
}
.cid-veQYYwfPsv .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veQYYwfPsv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veQYYwfPsv .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-veQYYwfPsv .mbr-text {
    text-align: center !important;
  }
}
.cid-veQYYwfPsv .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-veQYYwfPsv .mbr-section-btn .btn {
  padding: 0;
}
.cid-veQYYwfPsv .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-veQYYwfPsv .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-veQYYwfPsv .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-veQYYwfPsv .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-veQYYwfPsv .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-veQYYwfPsv .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veQYYwfPsv .card {
    margin-bottom: 1rem;
  }
}
.cid-veQYYwfPsv .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-veQYYwfPsv .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-veQYYwfPsv .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-veQYYwfPsv .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-veQYYwfPsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYwfPsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYxCPk0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veQYYxCPk0 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-veQYYxCPk0 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-veQYYxCPk0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veQYYxCPk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYxCPk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYyNCBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQYYyNCBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYyNCBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYyNCBt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQYYyNCBt .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYyNCBt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYyNCBt .container {
    padding: 0 16px;
  }
}
.cid-veQYYyNCBt .row {
  justify-content: space-between;
}
.cid-veQYYyNCBt .title-wrapper {
  position: sticky;
}
.cid-veQYYyNCBt .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQYYyNCBt .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-veQYYyNCBt .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veQYYyNCBt .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-veQYYyNCBt .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-veQYYyNCBt .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #e6c63b, #e6c63b 34%, #e6c63b 67%, #e6c63b);
  border-radius: 50%;
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-veQYYyNCBt .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veQYYyNCBt .mbr-section-title {
  color: #080808;
}
.cid-veQYYyNCBt .panel-title-edit {
  color: #080808;
}
.cid-veQYYyNCBt .panel-text {
  color: #333333;
}
.cid-veQYYzEt4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veQYYzEt4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYzEt4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYzEt4d .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #3a001d !important;
  background-color: #3a001d;
}
.cid-veQYYzEt4d .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-veQYYzEt4d .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYzEt4d .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veQYYzEt4d .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-veQYYzEt4d .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a001d;
}
.cid-veQYYzEt4d .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-veQYYzEt4d .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-veQYYzEt4d .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-veQYYAtEeT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-veQYYAtEeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQYYAtEeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQYYAtEeT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-veQYYAtEeT .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYAtEeT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veQYYAtEeT .container {
    padding: 0 16px;
  }
}
.cid-veQYYAtEeT .row {
  justify-content: center;
}
.cid-veQYYAtEeT .content-wrapper {
  margin-bottom: 36px;
}
.cid-veQYYAtEeT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQYYAtEeT .content-wrapper .email-wrapper {
  display: block;
}
.cid-veQYYAtEeT .content-wrapper .email-wrapper:hover .mbr-email,
.cid-veQYYAtEeT .content-wrapper .email-wrapper:focus .mbr-email {
  color: #ffffff;
}
.cid-veQYYAtEeT .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQYYAtEeT .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-veQYYAtEeT .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-veQYYAtEeT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-veQYYAtEeT .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-veQYYAtEeT .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veQYYAtEeT .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veQYYAtEeT .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-veQYYAtEeT .contacts-wrapper .list .item-wrap:hover,
.cid-veQYYAtEeT .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veQYYAtEeT .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-veQYYAtEeT .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-veQYYAtEeT .mbr-section-title {
  color: #080808;
}
.cid-veQYYAtEeT .mbr-email {
  color: #000000;
}
.cid-veQYYAtEeT .mbr-desc {
  color: #333333;
}
.cid-veQYYAtEeT .list {
  color: #333333;
}
.cid-veQYYAtEeT .mbr-section-title,
.cid-veQYYAtEeT .mbr-section-btn {
  color: #000000;
}
.cid-veQYYAtEeT .list,
.cid-veQYYAtEeT .item-wrap {
  color: #ffffff;
}
