body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2b78f9 !important;
}
.bg-success {
  background-color: #55b4d4 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #fc491f !important;
}
.bg-danger {
  background-color: #d7f7ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b78f9 !important;
  border-color: #2b78f9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0652d2 !important;
  border-color: #0652d2 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0652d2 !important;
  border-color: #0652d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fc491f !important;
  border-color: #fc491f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc2903 !important;
  border-color: #cc2903 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc2903 !important;
  border-color: #cc2903 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d7f7ff !important;
  border-color: #d7f7ff !important;
  color: #00acd7 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #00acd7 !important;
  background-color: #8be8ff !important;
  border-color: #8be8ff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00acd7 !important;
  background-color: #8be8ff !important;
  border-color: #8be8ff !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0548b9;
  color: #0548b9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2b78f9;
  border-color: #2b78f9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b78f9 !important;
  border-color: #2b78f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b32402;
  color: #b32402;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fc491f;
  border-color: #fc491f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fc491f !important;
  border-color: #fc491f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #71e3ff;
  color: #71e3ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00acd7;
  background-color: #d7f7ff;
  border-color: #d7f7ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #00acd7 !important;
  background-color: #d7f7ff !important;
  border-color: #d7f7ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2b78f9 !important;
}
.text-secondary {
  color: #4f4943 !important;
}
.text-success {
  color: #55b4d4 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #fc491f !important;
}
.text-danger {
  color: #d7f7ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0548b9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181614 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #277e9c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b32402 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #71e3ff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #fc491f;
}
.alert-danger {
  background-color: #d7f7ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b78f9;
  border-color: #2b78f9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b78f9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1f6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffede8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #2b78f9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2b78f9;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2b78f9;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b78f9;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b78f9;
  border-bottom-color: #2b78f9;
}
.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: #2b78f9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4f4943 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232b78f9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tf9gt8xzMP {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tf9gt8xzMP .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tf9gt8xzMP .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tf9gt8xzMP .mbr-section-title {
  margin: 0;
}
.cid-tf9gt8xzMP .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tf9gt8xzMP .mbr-text,
.cid-tf9gt8xzMP .mbr-section-btn {
  color: #4f4943;
}
.cid-tf9gt8xzMP B {
  color: #232323;
}
.cid-tf9gt8xzMP H3 {
  color: #232323;
}
.cid-tf9gt8xzMP DIV {
  color: #232323;
}
.cid-roKlLKDU3T {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-roKlLKDU3T .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-roKlLKDU3T .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-roKlLKDU3T .mbr-section-title {
  margin: 0;
}
.cid-roKlLKDU3T .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-roKlLKDU3T I {
  color: #534d3a;
}
.cid-roKlLKDU3T .mbr-text,
.cid-roKlLKDU3T .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-roKlLKDU3T H1 {
  color: #635a51;
}
.cid-tg5MOv8KyH {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5MOv8KyH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5MOv8KyH .mbr-overlay {
  background: #fffff1;
}
.cid-tg5MOv8KyH .mbr-section-title {
  margin: 0;
}
.cid-tg5MOv8KyH .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5MOv8KyH I {
  color: #534d3a;
}
.cid-tg5MOv8KyH .mbr-text,
.cid-tg5MOv8KyH .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5MOv8KyH H1 {
  color: #635a51;
}
.cid-txg1kCfM6U {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fffef4;
}
.cid-txg1kCfM6U .team-card .image-wrap {
  overflow: hidden;
}
.cid-txg1kCfM6U .team-card .image-wrap img {
  transition: all .5s;
}
.cid-txg1kCfM6U .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txg1kCfM6U .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-txg1kCfM6U .team-card {
  margin-bottom: 2rem;
}
.cid-txg1kCfM6U .card-wrap {
  background: #ffffff;
}
.cid-txg1kCfM6U .card-wrap .image-wrap img {
  width: 100%;
}
.cid-txg1kCfM6U .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-txg1kCfM6U .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txg1kCfM6U .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-txg1kCfM6U .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txg1kCfM6U .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-txg1kCfM6U .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-txOWTR1zrj {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fffef4;
}
.cid-txOWTR1zrj .team-card .image-wrap {
  overflow: hidden;
}
.cid-txOWTR1zrj .team-card .image-wrap img {
  transition: all .5s;
}
.cid-txOWTR1zrj .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txOWTR1zrj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-txOWTR1zrj .team-card {
  margin-bottom: 2rem;
}
.cid-txOWTR1zrj .card-wrap {
  background: #ffffff;
}
.cid-txOWTR1zrj .card-wrap .image-wrap img {
  width: 100%;
}
.cid-txOWTR1zrj .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-txOWTR1zrj .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-txOWTR1zrj .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-txOWTR1zrj .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txOWTR1zrj .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-txOWTR1zrj .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tz8PlJ8mOA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tz8PlJ8mOA P {
  color: #767676;
}
.cid-tzedPv5kVs {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fffef4;
}
.cid-tzedPv5kVs .team-card .image-wrap {
  overflow: hidden;
}
.cid-tzedPv5kVs .team-card .image-wrap img {
  transition: all .5s;
}
.cid-tzedPv5kVs .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tzedPv5kVs .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tzedPv5kVs .team-card {
  margin-bottom: 2rem;
}
.cid-tzedPv5kVs .card-wrap {
  background: #ffffff;
}
.cid-tzedPv5kVs .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tzedPv5kVs .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-tzedPv5kVs .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tzedPv5kVs .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tzedPv5kVs .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tzedPv5kVs .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzedPv5kVs .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sPYV9Dpa5w {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-sPYV9Dpa5w .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sPYV9Dpa5w .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sPYV9Dpa5w .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sPYV9Dpa5w .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sPYV9Dpa5w [class^="socicon-"]:before,
.cid-sPYV9Dpa5w [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sPYV9Dpa5w .btn {
    font-size: 20px !important;
  }
}
.cid-sPYV9Dpa5w .mbr-section-title {
  color: #4f4943;
}
.cid-roKlfPoP1H {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-sPYV4fW80r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-sPYV4fW80r .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sPYV4fW80r .mbr-section-title {
  margin: 0;
}
.cid-sPYV4fW80r .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sPYV4fW80r .card-img span {
  color: #465052;
}
.cid-sPYV4fW80r .row-item {
  margin-bottom: 2rem;
}
.cid-sPYV4fW80r .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sPYV4fW80r .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sPYV4fW80r .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sPYV4fW80r .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sPYV4fW80r .mbr-card-title {
  color: #4f4943;
}
.cid-sPYZ4FdMUD {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-sPYZ4FdMUD .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sPYZ4FdMUD .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-sPYZ4FdMUD .mbr-section-title {
  margin: 0;
}
.cid-sPYZ4FdMUD .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sPYZ4FdMUD I {
  color: #534d3a;
}
.cid-sPYZ4FdMUD .mbr-text,
.cid-sPYZ4FdMUD .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-sPYZ4FdMUD H1 {
  color: #635a51;
}
.cid-sPYV0E3DC5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPYV0E3DC5 .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-sPYV0E3DC5 .mbr-section-subtitle {
  color: #103178;
}
.cid-sPYV0E3DC5 p {
  line-height: 2;
}
.cid-sPYV0E3DC5 .mbr-section-title {
  text-align: center;
}
.cid-sQ3n1ZjyH4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQ3n1ZjyH4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sQ3n1ZjyH4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sQ3n1ZjyH4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sQ3n1ZjyH4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQ3n1ZjyH4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQ3n1ZjyH4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQ3n1ZjyH4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sQ3n1ZjyH4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQ3n1ZjyH4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQ3n1ZjyH4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQ3n1ZjyH4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQ3n1ZjyH4 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sQ3n1ZjyH4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQ3n1ZjyH4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQ3n1ZjyH4 .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-sQ3n1ZjyH4 .media-container-row .mbr-text B {
  color: #465052;
}
.cid-sPYV20tbuM .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sPYV20tbuM .my-float {
  margin-top: 16px;
}
.cid-sPYV20tbuM P {
  color: #232323;
}
.cid-sPYV20tbuM DIV {
  color: #ffffff;
}
.cid-sPYV20tbuM H10 {
  color: #767676;
}
.cid-sPYV20tbuM .hidden {
  display: none;
}
.cid-sPYV2JqUWL .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-sPYV2JqUWL .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-sPYV2JqUWL .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sPYV2JqUWL .hidden {
  display: none;
}
.cid-sPYV2JqUWL H10 {
  color: #767676;
}
.cid-tiswily0fM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiswily0fM .display-2 {
  font-size: 2rem;
}
.cid-tiswily0fM .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tiswily0fM .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tiswily0fM .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tiswily0fM .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tiswily0fM.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tiswily0fM.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tiswily0fM.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tiswily0fM .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tiswily0fM .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tiswily0fM .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiswily0fM ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tiswily0fM .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiswily0fM .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tiswily0fM .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tiswily0fM .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tiswily0fM .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tiswily0fM .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tiswily0fM .navbar.opened {
  transition: all .3s;
}
.cid-tiswily0fM .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tiswily0fM .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tiswily0fM .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tiswily0fM .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tiswily0fM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tiswily0fM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tiswily0fM .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tiswily0fM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tiswily0fM .navbar-caption {
  padding-right: 1rem;
}
.cid-tiswily0fM .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tiswily0fM .nav-item:focus,
.cid-tiswily0fM .nav-link:focus {
  outline: none;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tiswily0fM .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tiswily0fM .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tiswily0fM .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tiswily0fM .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tiswily0fM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiswily0fM .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tiswily0fM .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tiswily0fM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiswily0fM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiswily0fM .dropdown-item.active,
.cid-tiswily0fM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiswily0fM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiswily0fM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiswily0fM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tiswily0fM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tiswily0fM a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiswily0fM .navbar-brand span {
  display: inline-block;
}
.cid-tiswily0fM .navbar-brand a {
  font-weight: 400;
}
.cid-tiswily0fM .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tiswily0fM .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tiswily0fM .btn .mbr-iconfont,
.cid-tiswily0fM .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tiswily0fM .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tiswily0fM .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tiswily0fM .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tiswily0fM .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tiswily0fM img {
  width: auto;
}
.cid-tiswily0fM .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tiswily0fM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tiswily0fM .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tiswily0fM .socicon {
  line-height: inherit;
}
.cid-tiswily0fM .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tiswily0fM .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tiswily0fM .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tg5UWvNLKZ {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tg5UWvNLKZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5UWvNLKZ .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tg5UWvNLKZ .mbr-section-title {
  margin: 0;
}
.cid-tg5UWvNLKZ .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5UWvNLKZ .mbr-text,
.cid-tg5UWvNLKZ .mbr-section-btn {
  color: #4f4943;
}
.cid-tg5UWvNLKZ B {
  color: #232323;
}
.cid-tg5UWvNLKZ H3 {
  color: #232323;
}
.cid-tg5UWvNLKZ DIV {
  color: #232323;
}
.cid-tg5UWwCEUr {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tg5UWwCEUr .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5UWwCEUr .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tg5UWwCEUr .mbr-section-title {
  margin: 0;
}
.cid-tg5UWwCEUr .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5UWwCEUr I {
  color: #534d3a;
}
.cid-tg5UWwCEUr .mbr-text,
.cid-tg5UWwCEUr .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5UWwCEUr H1 {
  color: #635a51;
}
.cid-tg5UWx7PBZ {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5UWx7PBZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5UWx7PBZ .mbr-overlay {
  background: #fffff1;
}
.cid-tg5UWx7PBZ .mbr-section-title {
  margin: 0;
}
.cid-tg5UWx7PBZ .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5UWx7PBZ I {
  color: #534d3a;
}
.cid-tg5UWx7PBZ .mbr-text,
.cid-tg5UWx7PBZ .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5UWx7PBZ H1 {
  color: #635a51;
}
.cid-tg5UWxuPOH {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #fffef4;
}
.cid-tg5UWxuPOH .mbr-section-text {
  color: #4f4943;
  text-align: left;
}
.cid-tg5UWxuPOH .mbr-section-subtitle {
  color: #4f4943;
}
.cid-tg5UWxuPOH .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tg5UWxuPOH .mbr-iconfont {
  font-size: 48px;
}
.cid-tg5UWxuPOH .card-img {
  margin-bottom: 1.5rem;
}
.cid-tg5UWxuPOH .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tg5UWxuPOH .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-tg5UWxuPOH .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tg5UWxuPOH .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #879a9f;
}
.cid-tg5UWxuPOH .nav-tabs .nav-link:hover {
  background: #fc491f;
}
.cid-tg5UWxuPOH .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #fc491f;
  background: #fc491f;
}
.cid-tg5UWxuPOH .nav-tabs .nav-link.active:hover {
  border: 2px solid #fc491f;
}
.cid-tg5UWxuPOH H4 {
  color: #fc491f;
}
.cid-tg5UWxuPOH H2 {
  color: #4f4943;
}
.cid-tgc0VxjDt3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fffef4;
}
.cid-tgc0VxjDt3 .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-tgc0VxjDt3 .title,
.cid-tgc0VxjDt3 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tgc0VxjDt3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-tgc0VxjDt3 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-tgc0VxjDt3 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-tgc0VxjDt3 .text-box {
  padding: 0rem;
}
.cid-tgc0VxjDt3 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tgc0VxjDt3 .card-title {
  color: #4f4943;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tgc0VxjDt3 .card-img {
  overflow: hidden;
}
.cid-tgc0VxjDt3 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tgc0VxjDt3 .card-box {
  padding: 0rem;
}
.cid-tgc0VxjDt3 img {
  transition: all 0.3s;
}
.cid-tgc0VxjDt3 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #4f4943;
  text-align: center;
}
.cid-tgc0VxjDt3 .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-tgc0VxjDt3 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tgc0VxjDt3 .card-img {
    width: 30%;
  }
  .cid-tgc0VxjDt3 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tgc0VxjDt3 .card-img {
    width: 50%;
  }
  .cid-tgc0VxjDt3 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-tgc0VxjDt3 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tgc0VxjDt3 .card-img {
    width: 100%;
  }
  .cid-tgc0VxjDt3 .card-box {
    width: 100%;
  }
}
.cid-tgc0VxjDt3 .card-box > p,
.cid-tgc0VxjDt3 .mbr-section-btn {
  color: #767676;
}
.cid-tgc5nJnnsS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tgc5nJnnsS .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgc5nJnnsS .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg5UWzlhis {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5UWzlhis .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tg5UWzlhis .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tg5UWzlhis .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tg5UWzlhis .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tg5UWzlhis .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tg5UWzlhis [class^="socicon-"]:before,
.cid-tg5UWzlhis [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tg5UWzlhis .btn {
    font-size: 20px !important;
  }
}
.cid-tg5UWzlhis .mbr-section-title {
  color: #4f4943;
}
.cid-tg5UWzG8QW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tg5UWzT9Fj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5UWzT9Fj .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tg5UWzT9Fj .mbr-section-title {
  margin: 0;
}
.cid-tg5UWzT9Fj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tg5UWzT9Fj .card-img span {
  color: #465052;
}
.cid-tg5UWzT9Fj .row-item {
  margin-bottom: 2rem;
}
.cid-tg5UWzT9Fj .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tg5UWzT9Fj .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tg5UWzT9Fj .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tg5UWzT9Fj .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tg5UWzT9Fj .mbr-card-title {
  color: #4f4943;
}
.cid-tg5UWAsZdu {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tg5UWAsZdu .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5UWAsZdu .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tg5UWAsZdu .mbr-section-title {
  margin: 0;
}
.cid-tg5UWAsZdu .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5UWAsZdu I {
  color: #534d3a;
}
.cid-tg5UWAsZdu .mbr-text,
.cid-tg5UWAsZdu .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tg5UWAsZdu H1 {
  color: #635a51;
}
.cid-tg5UWANvmS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg5UWANvmS .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tg5UWANvmS .mbr-section-subtitle {
  color: #103178;
}
.cid-tg5UWANvmS p {
  line-height: 2;
}
.cid-tg5UWANvmS .mbr-section-title {
  text-align: center;
}
.cid-tg5UWBiDgt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg5UWBiDgt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tg5UWBiDgt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tg5UWBiDgt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tg5UWBiDgt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tg5UWBiDgt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tg5UWBiDgt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tg5UWBiDgt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tg5UWBiDgt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tg5UWBiDgt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg5UWBiDgt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tg5UWBiDgt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg5UWBiDgt .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tg5UWBiDgt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tg5UWBiDgt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tg5UWBiDgt .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tg5UWBiDgt .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tg5UWBIGZa .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tg5UWBIGZa .my-float {
  margin-top: 16px;
}
.cid-tg5UWBIGZa P {
  color: #232323;
}
.cid-tg5UWBIGZa DIV {
  color: #ffffff;
}
.cid-tg5UWBIGZa H10 {
  color: #767676;
}
.cid-tg5UWBIGZa .hidden {
  display: none;
}
.cid-tg5UWCa6CK .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tg5UWCa6CK .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tg5UWCa6CK .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tg5UWCa6CK .hidden {
  display: none;
}
.cid-tg5UWCa6CK H10 {
  color: #767676;
}
.cid-tiswily0fM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiswily0fM .display-2 {
  font-size: 2rem;
}
.cid-tiswily0fM .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tiswily0fM .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tiswily0fM .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tiswily0fM .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tiswily0fM.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tiswily0fM.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tiswily0fM.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tiswily0fM .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tiswily0fM .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tiswily0fM .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiswily0fM ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tiswily0fM .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiswily0fM .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tiswily0fM .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tiswily0fM .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tiswily0fM .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tiswily0fM .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tiswily0fM .navbar.opened {
  transition: all .3s;
}
.cid-tiswily0fM .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tiswily0fM .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tiswily0fM .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tiswily0fM .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tiswily0fM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tiswily0fM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tiswily0fM .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tiswily0fM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tiswily0fM .navbar-caption {
  padding-right: 1rem;
}
.cid-tiswily0fM .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tiswily0fM .nav-item:focus,
.cid-tiswily0fM .nav-link:focus {
  outline: none;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tiswily0fM .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tiswily0fM .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tiswily0fM .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tiswily0fM .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tiswily0fM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiswily0fM .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tiswily0fM .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tiswily0fM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiswily0fM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiswily0fM .dropdown-item.active,
.cid-tiswily0fM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiswily0fM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiswily0fM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiswily0fM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tiswily0fM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tiswily0fM a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiswily0fM .navbar-brand span {
  display: inline-block;
}
.cid-tiswily0fM .navbar-brand a {
  font-weight: 400;
}
.cid-tiswily0fM .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tiswily0fM .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tiswily0fM .btn .mbr-iconfont,
.cid-tiswily0fM .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tiswily0fM .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tiswily0fM .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tiswily0fM .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tiswily0fM .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tiswily0fM img {
  width: auto;
}
.cid-tiswily0fM .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tiswily0fM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tiswily0fM .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tiswily0fM .socicon {
  line-height: inherit;
}
.cid-tiswily0fM .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tiswily0fM .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tiswily0fM .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tg5VmKLlER {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tg5VmKLlER .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VmKLlER .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tg5VmKLlER .mbr-section-title {
  margin: 0;
}
.cid-tg5VmKLlER .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VmKLlER .mbr-text,
.cid-tg5VmKLlER .mbr-section-btn {
  color: #4f4943;
}
.cid-tg5VmKLlER B {
  color: #232323;
}
.cid-tg5VmKLlER H3 {
  color: #232323;
}
.cid-tg5VmKLlER DIV {
  color: #232323;
}
.cid-tg5VmLp2nA {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tg5VmLp2nA .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VmLp2nA .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tg5VmLp2nA .mbr-section-title {
  margin: 0;
}
.cid-tg5VmLp2nA .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VmLp2nA I {
  color: #534d3a;
}
.cid-tg5VmLp2nA .mbr-text,
.cid-tg5VmLp2nA .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5VmLp2nA H1 {
  color: #635a51;
}
.cid-tg5VmLPjyt {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VmLPjyt .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VmLPjyt .mbr-overlay {
  background: #fffff1;
}
.cid-tg5VmLPjyt .mbr-section-title {
  margin: 0;
}
.cid-tg5VmLPjyt .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VmLPjyt I {
  color: #534d3a;
}
.cid-tg5VmLPjyt .mbr-text,
.cid-tg5VmLPjyt .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5VmLPjyt H1 {
  color: #635a51;
}
.cid-tg5YNm8pMr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fffef4;
}
.cid-tg5YNm8pMr .mbr-iconfont {
  color: #767676;
  font-size: 1.2rem;
}
.cid-tg5YNm8pMr .title,
.cid-tg5YNm8pMr .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-tg5YNm8pMr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-tg5YNm8pMr .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-tg5YNm8pMr .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-tg5YNm8pMr .text-box {
  padding: 0rem;
}
.cid-tg5YNm8pMr .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tg5YNm8pMr .card-title {
  color: #4f4943;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tg5YNm8pMr .card-img {
  overflow: hidden;
}
.cid-tg5YNm8pMr .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tg5YNm8pMr .card-box {
  padding: 0rem;
}
.cid-tg5YNm8pMr img {
  transition: all 0.3s;
}
.cid-tg5YNm8pMr .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #4f4943;
  text-align: center;
}
.cid-tg5YNm8pMr .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-tg5YNm8pMr .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tg5YNm8pMr .card-img {
    width: 30%;
  }
  .cid-tg5YNm8pMr .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tg5YNm8pMr .card-img {
    width: 50%;
  }
  .cid-tg5YNm8pMr .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-tg5YNm8pMr .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tg5YNm8pMr .card-img {
    width: 100%;
  }
  .cid-tg5YNm8pMr .card-box {
    width: 100%;
  }
}
.cid-tg5YNm8pMr .card-box > p,
.cid-tg5YNm8pMr .mbr-section-btn {
  color: #767676;
}
.cid-tg6apzTVt2 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg6apzTVt2 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg6apzTVt2 .mbr-overlay {
  background: #fffff1;
}
.cid-tg6apzTVt2 .mbr-section-title {
  margin: 0;
}
.cid-tg6apzTVt2 .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg6apzTVt2 I {
  color: #534d3a;
}
.cid-tg6apzTVt2 .mbr-text,
.cid-tg6apzTVt2 .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg6apzTVt2 H1 {
  color: #635a51;
}
.cid-tg63v1Jzuc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg63v1Jzuc .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg63v1Jzuc .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg64jw6cCU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg64jw6cCU .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg64jw6cCU .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg6aEwHIYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg6aEwHIYr .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg6aEwHIYr .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg652ZS2a6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg652ZS2a6 .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg652ZS2a6 .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg65cSj7I9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg65cSj7I9 .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg65cSj7I9 .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg67QHLtdD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg67QHLtdD .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg67QHLtdD .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg68Ag29Gb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg68Ag29Gb .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg68Ag29Gb .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg693X2gXi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg693X2gXi .line {
  background-color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tg693X2gXi .mbr-text {
  text-align: left;
  color: #4f4943;
}
.cid-tg677xV96S {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tg677xV96S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg677xV96S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg677xV96S .mbr-text,
.cid-tg677xV96S .mbr-section-btn {
  color: #4f4943;
}
.cid-tg677xV96S H3 {
  color: #4f4943;
  text-align: center;
}
.cid-tg5VmNYW8z {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VmNYW8z .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tg5VmNYW8z .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tg5VmNYW8z .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tg5VmNYW8z .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tg5VmNYW8z .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tg5VmNYW8z [class^="socicon-"]:before,
.cid-tg5VmNYW8z [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tg5VmNYW8z .btn {
    font-size: 20px !important;
  }
}
.cid-tg5VmNYW8z .mbr-section-title {
  color: #4f4943;
}
.cid-tg5VmOijmO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tg5VmOvG64 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VmOvG64 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tg5VmOvG64 .mbr-section-title {
  margin: 0;
}
.cid-tg5VmOvG64 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tg5VmOvG64 .card-img span {
  color: #465052;
}
.cid-tg5VmOvG64 .row-item {
  margin-bottom: 2rem;
}
.cid-tg5VmOvG64 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tg5VmOvG64 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tg5VmOvG64 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tg5VmOvG64 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tg5VmOvG64 .mbr-card-title {
  color: #4f4943;
}
.cid-tg5VmP81KS {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tg5VmP81KS .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VmP81KS .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tg5VmP81KS .mbr-section-title {
  margin: 0;
}
.cid-tg5VmP81KS .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VmP81KS I {
  color: #534d3a;
}
.cid-tg5VmP81KS .mbr-text,
.cid-tg5VmP81KS .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tg5VmP81KS H1 {
  color: #635a51;
}
.cid-tg5VmPuSGt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg5VmPuSGt .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tg5VmPuSGt .mbr-section-subtitle {
  color: #103178;
}
.cid-tg5VmPuSGt p {
  line-height: 2;
}
.cid-tg5VmPuSGt .mbr-section-title {
  text-align: center;
}
.cid-tg5VmPZ7zI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg5VmPZ7zI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tg5VmPZ7zI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tg5VmPZ7zI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tg5VmPZ7zI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tg5VmPZ7zI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tg5VmPZ7zI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tg5VmPZ7zI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tg5VmPZ7zI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tg5VmPZ7zI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg5VmPZ7zI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tg5VmPZ7zI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg5VmPZ7zI .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tg5VmPZ7zI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tg5VmPZ7zI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tg5VmPZ7zI .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tg5VmPZ7zI .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tg5VmQpjHp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tg5VmQpjHp .my-float {
  margin-top: 16px;
}
.cid-tg5VmQpjHp P {
  color: #232323;
}
.cid-tg5VmQpjHp DIV {
  color: #ffffff;
}
.cid-tg5VmQpjHp H10 {
  color: #767676;
}
.cid-tg5VmQpjHp .hidden {
  display: none;
}
.cid-tg5VmQRbbQ .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tg5VmQRbbQ .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tg5VmQRbbQ .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tg5VmQRbbQ .hidden {
  display: none;
}
.cid-tg5VmQRbbQ H10 {
  color: #767676;
}
.cid-tiswily0fM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiswily0fM .display-2 {
  font-size: 2rem;
}
.cid-tiswily0fM .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tiswily0fM .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tiswily0fM .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tiswily0fM .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tiswily0fM.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tiswily0fM.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tiswily0fM.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tiswily0fM .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tiswily0fM .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tiswily0fM .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiswily0fM ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tiswily0fM .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiswily0fM .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tiswily0fM .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tiswily0fM .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tiswily0fM .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tiswily0fM .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tiswily0fM .navbar.opened {
  transition: all .3s;
}
.cid-tiswily0fM .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tiswily0fM .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tiswily0fM .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tiswily0fM .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tiswily0fM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tiswily0fM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tiswily0fM .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tiswily0fM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tiswily0fM .navbar-caption {
  padding-right: 1rem;
}
.cid-tiswily0fM .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tiswily0fM .nav-item:focus,
.cid-tiswily0fM .nav-link:focus {
  outline: none;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tiswily0fM .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tiswily0fM .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tiswily0fM .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tiswily0fM .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tiswily0fM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiswily0fM .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tiswily0fM .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tiswily0fM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiswily0fM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiswily0fM .dropdown-item.active,
.cid-tiswily0fM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiswily0fM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiswily0fM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiswily0fM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tiswily0fM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tiswily0fM a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiswily0fM .navbar-brand span {
  display: inline-block;
}
.cid-tiswily0fM .navbar-brand a {
  font-weight: 400;
}
.cid-tiswily0fM .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tiswily0fM .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tiswily0fM .btn .mbr-iconfont,
.cid-tiswily0fM .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tiswily0fM .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tiswily0fM .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tiswily0fM .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tiswily0fM .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tiswily0fM img {
  width: auto;
}
.cid-tiswily0fM .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tiswily0fM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tiswily0fM .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tiswily0fM .socicon {
  line-height: inherit;
}
.cid-tiswily0fM .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tiswily0fM .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tiswily0fM .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tg5VyP4Fr4 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tg5VyP4Fr4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VyP4Fr4 .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tg5VyP4Fr4 .mbr-section-title {
  margin: 0;
}
.cid-tg5VyP4Fr4 .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VyP4Fr4 .mbr-text,
.cid-tg5VyP4Fr4 .mbr-section-btn {
  color: #4f4943;
}
.cid-tg5VyP4Fr4 B {
  color: #232323;
}
.cid-tg5VyP4Fr4 H3 {
  color: #232323;
}
.cid-tg5VyP4Fr4 DIV {
  color: #232323;
}
.cid-tg5VyPIC89 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tg5VyPIC89 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VyPIC89 .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tg5VyPIC89 .mbr-section-title {
  margin: 0;
}
.cid-tg5VyPIC89 .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VyPIC89 I {
  color: #534d3a;
}
.cid-tg5VyPIC89 .mbr-text,
.cid-tg5VyPIC89 .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5VyPIC89 H1 {
  color: #635a51;
}
.cid-tg5VyQuV63 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VyQuV63 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VyQuV63 .mbr-overlay {
  background: #fffff1;
}
.cid-tg5VyQuV63 .mbr-section-title {
  margin: 0;
}
.cid-tg5VyQuV63 .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VyQuV63 I {
  color: #534d3a;
}
.cid-tg5VyQuV63 .mbr-text,
.cid-tg5VyQuV63 .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tg5VyQuV63 H1 {
  color: #635a51;
}
.cid-tg5VyQRtFQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #fffef4;
}
.cid-tg5VyQRtFQ .mbr-section-text {
  color: #4f4943;
  text-align: left;
}
.cid-tg5VyQRtFQ .mbr-section-subtitle {
  color: #4f4943;
}
.cid-tg5VyQRtFQ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tg5VyQRtFQ .mbr-iconfont {
  font-size: 48px;
}
.cid-tg5VyQRtFQ .card-img {
  margin-bottom: 1.5rem;
}
.cid-tg5VyQRtFQ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tg5VyQRtFQ .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-tg5VyQRtFQ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tg5VyQRtFQ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #879a9f;
}
.cid-tg5VyQRtFQ .nav-tabs .nav-link:hover {
  background: #fc491f;
}
.cid-tg5VyQRtFQ .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #fc491f;
  background: #fc491f;
}
.cid-tg5VyQRtFQ .nav-tabs .nav-link.active:hover {
  border: 2px solid #fc491f;
}
.cid-tg5VyQRtFQ H4 {
  color: #fc491f;
}
.cid-tg5VyQRtFQ H2 {
  color: #4f4943;
}
.cid-tg5VySypyT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VySypyT .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tg5VySypyT .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tg5VySypyT .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tg5VySypyT .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tg5VySypyT .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tg5VySypyT [class^="socicon-"]:before,
.cid-tg5VySypyT [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tg5VySypyT .btn {
    font-size: 20px !important;
  }
}
.cid-tg5VySypyT .mbr-section-title {
  color: #4f4943;
}
.cid-tg5VySS9AM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tg5VyT5DT5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tg5VyT5DT5 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tg5VyT5DT5 .mbr-section-title {
  margin: 0;
}
.cid-tg5VyT5DT5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tg5VyT5DT5 .card-img span {
  color: #465052;
}
.cid-tg5VyT5DT5 .row-item {
  margin-bottom: 2rem;
}
.cid-tg5VyT5DT5 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tg5VyT5DT5 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tg5VyT5DT5 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tg5VyT5DT5 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tg5VyT5DT5 .mbr-card-title {
  color: #4f4943;
}
.cid-tg5VyTCX7f {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tg5VyTCX7f .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tg5VyTCX7f .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tg5VyTCX7f .mbr-section-title {
  margin: 0;
}
.cid-tg5VyTCX7f .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tg5VyTCX7f I {
  color: #534d3a;
}
.cid-tg5VyTCX7f .mbr-text,
.cid-tg5VyTCX7f .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tg5VyTCX7f H1 {
  color: #635a51;
}
.cid-tg5VyTXo2a {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg5VyTXo2a .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tg5VyTXo2a .mbr-section-subtitle {
  color: #103178;
}
.cid-tg5VyTXo2a p {
  line-height: 2;
}
.cid-tg5VyTXo2a .mbr-section-title {
  text-align: center;
}
.cid-tg5VyUtuca {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg5VyUtuca .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tg5VyUtuca .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tg5VyUtuca .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tg5VyUtuca .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tg5VyUtuca .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tg5VyUtuca .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tg5VyUtuca .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tg5VyUtuca .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tg5VyUtuca .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg5VyUtuca .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tg5VyUtuca .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg5VyUtuca .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tg5VyUtuca .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tg5VyUtuca .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tg5VyUtuca .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tg5VyUtuca .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tg5VyUSnJi .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tg5VyUSnJi .my-float {
  margin-top: 16px;
}
.cid-tg5VyUSnJi P {
  color: #232323;
}
.cid-tg5VyUSnJi DIV {
  color: #ffffff;
}
.cid-tg5VyUSnJi H10 {
  color: #767676;
}
.cid-tg5VyUSnJi .hidden {
  display: none;
}
.cid-tg5VyVlF7y .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tg5VyVlF7y .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tg5VyVlF7y .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tg5VyVlF7y .hidden {
  display: none;
}
.cid-tg5VyVlF7y H10 {
  color: #767676;
}
.cid-tiswily0fM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiswily0fM .display-2 {
  font-size: 2rem;
}
.cid-tiswily0fM .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tiswily0fM .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tiswily0fM .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tiswily0fM .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tiswily0fM.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tiswily0fM.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tiswily0fM.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tiswily0fM .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tiswily0fM .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiswily0fM.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu {
    top: 0;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tiswily0fM .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiswily0fM ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiswily0fM .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tiswily0fM .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiswily0fM .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tiswily0fM .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tiswily0fM .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tiswily0fM .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tiswily0fM .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tiswily0fM .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tiswily0fM .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tiswily0fM .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tiswily0fM .navbar.opened {
  transition: all .3s;
}
.cid-tiswily0fM .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tiswily0fM .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tiswily0fM .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tiswily0fM .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tiswily0fM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tiswily0fM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tiswily0fM .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tiswily0fM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tiswily0fM .navbar-caption {
  padding-right: 1rem;
}
.cid-tiswily0fM .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown-menu,
  .cid-tiswily0fM .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tiswily0fM .nav-item:focus,
.cid-tiswily0fM .nav-link:focus {
  outline: none;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tiswily0fM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tiswily0fM .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tiswily0fM .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tiswily0fM .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tiswily0fM .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tiswily0fM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiswily0fM .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tiswily0fM .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tiswily0fM .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tiswily0fM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiswily0fM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiswily0fM .dropdown-item.active,
.cid-tiswily0fM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiswily0fM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiswily0fM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tiswily0fM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiswily0fM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiswily0fM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tiswily0fM .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tiswily0fM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tiswily0fM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tiswily0fM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiswily0fM .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tiswily0fM a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiswily0fM .navbar-brand span {
  display: inline-block;
}
.cid-tiswily0fM .navbar-brand a {
  font-weight: 400;
}
.cid-tiswily0fM .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tiswily0fM .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tiswily0fM .btn .mbr-iconfont,
.cid-tiswily0fM .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tiswily0fM .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tiswily0fM .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tiswily0fM .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tiswily0fM .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tiswily0fM img {
  width: auto;
}
.cid-tiswily0fM .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tiswily0fM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tiswily0fM a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tiswily0fM .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tiswily0fM .socicon {
  line-height: inherit;
}
.cid-tiswily0fM .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tiswily0fM .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tiswily0fM .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-txg3IsWhi6 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-txg3IsWhi6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg3IsWhi6 .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-txg3IsWhi6 .mbr-section-title {
  margin: 0;
}
.cid-txg3IsWhi6 .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg3IsWhi6 .mbr-text,
.cid-txg3IsWhi6 .mbr-section-btn {
  color: #4f4943;
}
.cid-txg3IsWhi6 B {
  color: #232323;
}
.cid-txg3IsWhi6 H3 {
  color: #232323;
}
.cid-txg3IsWhi6 DIV {
  color: #232323;
}
.cid-txg3ItGntO {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-txg3ItGntO .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg3ItGntO .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-txg3ItGntO .mbr-section-title {
  margin: 0;
}
.cid-txg3ItGntO .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg3ItGntO I {
  color: #534d3a;
}
.cid-txg3ItGntO .mbr-text,
.cid-txg3ItGntO .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txg3ItGntO H1 {
  color: #635a51;
}
.cid-txg3ItZI2d {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg3ItZI2d .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg3ItZI2d .mbr-overlay {
  background: #fffff1;
}
.cid-txg3ItZI2d .mbr-section-title {
  margin: 0;
}
.cid-txg3ItZI2d .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg3ItZI2d I {
  color: #534d3a;
}
.cid-txg3ItZI2d .mbr-text,
.cid-txg3ItZI2d .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txg3ItZI2d H1 {
  color: #635a51;
}
.cid-txg8xuotAC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-txg8xuotAC .mbr-text {
  text-align: center;
  color: #4f4943;
}
.cid-txg8xuotAC .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txg8xuotAC .mbr-section-subtitle {
  text-align: center;
  color: #4f4943;
}
.cid-txg9dF5GQ4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffef4;
}
.cid-txg9dF5GQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txg9dF5GQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txg9dF5GQ4 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-txg9dF5GQ4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txg9dF5GQ4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txg9dF5GQ4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-txg9dF5GQ4 .mbr-text,
.cid-txg9dF5GQ4 .mbr-section-btn {
  color: #4f4943;
}
.cid-txg9dF5GQ4 .card-title,
.cid-txg9dF5GQ4 .card-box {
  text-align: left;
  color: #4f4943;
}
.cid-tz8PRNIfNN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tz8PRNIfNN P {
  color: #767676;
}
.cid-txg3Ivdswg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg3Ivdswg .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-txg3Ivdswg .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-txg3Ivdswg .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-txg3Ivdswg .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-txg3Ivdswg .btn-social + .btn {
  margin-left: .1rem;
}
.cid-txg3Ivdswg [class^="socicon-"]:before,
.cid-txg3Ivdswg [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-txg3Ivdswg .btn {
    font-size: 20px !important;
  }
}
.cid-txg3Ivdswg .mbr-section-title {
  color: #4f4943;
}
.cid-txg3IvwGeT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-txg3IvIBhf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg3IvIBhf .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-txg3IvIBhf .mbr-section-title {
  margin: 0;
}
.cid-txg3IvIBhf .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-txg3IvIBhf .card-img span {
  color: #465052;
}
.cid-txg3IvIBhf .row-item {
  margin-bottom: 2rem;
}
.cid-txg3IvIBhf .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-txg3IvIBhf .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-txg3IvIBhf .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-txg3IvIBhf .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-txg3IvIBhf .mbr-card-title {
  color: #4f4943;
}
.cid-txg3IwgoVZ {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-txg3IwgoVZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg3IwgoVZ .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-txg3IwgoVZ .mbr-section-title {
  margin: 0;
}
.cid-txg3IwgoVZ .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg3IwgoVZ I {
  color: #534d3a;
}
.cid-txg3IwgoVZ .mbr-text,
.cid-txg3IwgoVZ .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-txg3IwgoVZ H1 {
  color: #635a51;
}
.cid-txg3Iwyuj5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txg3Iwyuj5 .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-txg3Iwyuj5 .mbr-section-subtitle {
  color: #103178;
}
.cid-txg3Iwyuj5 p {
  line-height: 2;
}
.cid-txg3Iwyuj5 .mbr-section-title {
  text-align: center;
}
.cid-txg3Ix23tR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txg3Ix23tR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txg3Ix23tR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txg3Ix23tR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txg3Ix23tR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txg3Ix23tR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txg3Ix23tR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txg3Ix23tR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-txg3Ix23tR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txg3Ix23tR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txg3Ix23tR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txg3Ix23tR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txg3Ix23tR .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-txg3Ix23tR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txg3Ix23tR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txg3Ix23tR .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-txg3Ix23tR .media-container-row .mbr-text B {
  color: #465052;
}
.cid-txg3IxuSYc .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-txg3IxuSYc .my-float {
  margin-top: 16px;
}
.cid-txg3IxuSYc P {
  color: #232323;
}
.cid-txg3IxuSYc DIV {
  color: #ffffff;
}
.cid-txg3IxuSYc H10 {
  color: #767676;
}
.cid-txg3IxuSYc .hidden {
  display: none;
}
.cid-txg3Iy5rFO .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-txg3Iy5rFO .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-txg3Iy5rFO .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-txg3Iy5rFO .hidden {
  display: none;
}
.cid-txg3Iy5rFO H10 {
  color: #767676;
}
.cid-txg3IyleQO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txg3IyleQO .display-2 {
  font-size: 2rem;
}
.cid-txg3IyleQO .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-txg3IyleQO .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-txg3IyleQO .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-txg3IyleQO .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-txg3IyleQO.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-txg3IyleQO.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-txg3IyleQO.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txg3IyleQO.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txg3IyleQO.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-txg3IyleQO.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-txg3IyleQO.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-txg3IyleQO.collapsed .icons-menu {
    margin: auto;
  }
  .cid-txg3IyleQO .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-txg3IyleQO .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txg3IyleQO .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-txg3IyleQO .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txg3IyleQO .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-txg3IyleQO .nav-item .nav-link::before {
    display: none;
  }
  .cid-txg3IyleQO.opened .dropdown-menu {
    top: 0;
  }
  .cid-txg3IyleQO .dropdown-menu {
    top: 0;
  }
  .cid-txg3IyleQO .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txg3IyleQO .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txg3IyleQO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-txg3IyleQO .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txg3IyleQO ul.navbar-nav li {
    margin: auto;
  }
  .cid-txg3IyleQO .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-txg3IyleQO .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txg3IyleQO .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txg3IyleQO .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-txg3IyleQO .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-txg3IyleQO .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-txg3IyleQO .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-txg3IyleQO .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-txg3IyleQO .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-txg3IyleQO .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-txg3IyleQO .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txg3IyleQO .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-txg3IyleQO .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txg3IyleQO .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-txg3IyleQO .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-txg3IyleQO .navbar.opened {
  transition: all .3s;
}
.cid-txg3IyleQO .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-txg3IyleQO .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-txg3IyleQO .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-txg3IyleQO .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-txg3IyleQO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txg3IyleQO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-txg3IyleQO .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-txg3IyleQO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txg3IyleQO .navbar-caption {
  padding-right: 1rem;
}
.cid-txg3IyleQO .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .dropdown-menu,
  .cid-txg3IyleQO .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .dropdown-menu,
  .cid-txg3IyleQO .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-txg3IyleQO .nav-item:focus,
.cid-txg3IyleQO .nav-link:focus {
  outline: none;
}
.cid-txg3IyleQO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-txg3IyleQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txg3IyleQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-txg3IyleQO .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-txg3IyleQO .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-txg3IyleQO .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-txg3IyleQO .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-txg3IyleQO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txg3IyleQO .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-txg3IyleQO .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-txg3IyleQO .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-txg3IyleQO .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-txg3IyleQO .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-txg3IyleQO .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txg3IyleQO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txg3IyleQO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txg3IyleQO .dropdown-item.active,
.cid-txg3IyleQO .dropdown-item:active {
  background-color: transparent;
}
.cid-txg3IyleQO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-txg3IyleQO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txg3IyleQO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txg3IyleQO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-txg3IyleQO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txg3IyleQO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txg3IyleQO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txg3IyleQO .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-txg3IyleQO .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-txg3IyleQO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txg3IyleQO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-txg3IyleQO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txg3IyleQO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txg3IyleQO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txg3IyleQO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txg3IyleQO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txg3IyleQO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txg3IyleQO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txg3IyleQO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txg3IyleQO .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-txg3IyleQO a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txg3IyleQO .navbar-brand span {
  display: inline-block;
}
.cid-txg3IyleQO .navbar-brand a {
  font-weight: 400;
}
.cid-txg3IyleQO .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-txg3IyleQO .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-txg3IyleQO .btn .mbr-iconfont,
.cid-txg3IyleQO .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-txg3IyleQO .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-txg3IyleQO .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-txg3IyleQO .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-txg3IyleQO .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-txg3IyleQO img {
  width: auto;
}
.cid-txg3IyleQO .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-txg3IyleQO .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txg3IyleQO .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txg3IyleQO a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-txg3IyleQO .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-txg3IyleQO .socicon {
  line-height: inherit;
}
.cid-txg3IyleQO .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-txg3IyleQO .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-txg3IyleQO .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-txg6JYYfUt {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-txg6JYYfUt .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg6JYYfUt .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-txg6JYYfUt .mbr-section-title {
  margin: 0;
}
.cid-txg6JYYfUt .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg6JYYfUt .mbr-text,
.cid-txg6JYYfUt .mbr-section-btn {
  color: #4f4943;
}
.cid-txg6JYYfUt B {
  color: #232323;
}
.cid-txg6JYYfUt H3 {
  color: #232323;
}
.cid-txg6JYYfUt DIV {
  color: #232323;
}
.cid-txg6JZJ4Vd {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-txg6JZJ4Vd .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg6JZJ4Vd .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-txg6JZJ4Vd .mbr-section-title {
  margin: 0;
}
.cid-txg6JZJ4Vd .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg6JZJ4Vd I {
  color: #534d3a;
}
.cid-txg6JZJ4Vd .mbr-text,
.cid-txg6JZJ4Vd .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txg6JZJ4Vd H1 {
  color: #635a51;
}
.cid-txg6K08mhg {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg6K08mhg .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg6K08mhg .mbr-overlay {
  background: #fffff1;
}
.cid-txg6K08mhg .mbr-section-title {
  margin: 0;
}
.cid-txg6K08mhg .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg6K08mhg I {
  color: #534d3a;
}
.cid-txg6K08mhg .mbr-text,
.cid-txg6K08mhg .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txg6K08mhg H1 {
  color: #635a51;
}
.cid-tz8PYcrPpe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tz8PYcrPpe P {
  color: #767676;
}
.cid-txg6K1PHq0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg6K1PHq0 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-txg6K1PHq0 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-txg6K1PHq0 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-txg6K1PHq0 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-txg6K1PHq0 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-txg6K1PHq0 [class^="socicon-"]:before,
.cid-txg6K1PHq0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-txg6K1PHq0 .btn {
    font-size: 20px !important;
  }
}
.cid-txg6K1PHq0 .mbr-section-title {
  color: #4f4943;
}
.cid-txg6K29pAQ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-txg6K2kpjH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txg6K2kpjH .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-txg6K2kpjH .mbr-section-title {
  margin: 0;
}
.cid-txg6K2kpjH .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-txg6K2kpjH .card-img span {
  color: #465052;
}
.cid-txg6K2kpjH .row-item {
  margin-bottom: 2rem;
}
.cid-txg6K2kpjH .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-txg6K2kpjH .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-txg6K2kpjH .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-txg6K2kpjH .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-txg6K2kpjH .mbr-card-title {
  color: #4f4943;
}
.cid-txg6K2QmfE {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-txg6K2QmfE .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txg6K2QmfE .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-txg6K2QmfE .mbr-section-title {
  margin: 0;
}
.cid-txg6K2QmfE .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txg6K2QmfE I {
  color: #534d3a;
}
.cid-txg6K2QmfE .mbr-text,
.cid-txg6K2QmfE .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-txg6K2QmfE H1 {
  color: #635a51;
}
.cid-txg6K3etNb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txg6K3etNb .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-txg6K3etNb .mbr-section-subtitle {
  color: #103178;
}
.cid-txg6K3etNb p {
  line-height: 2;
}
.cid-txg6K3etNb .mbr-section-title {
  text-align: center;
}
.cid-txg6K3FLd1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txg6K3FLd1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txg6K3FLd1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txg6K3FLd1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txg6K3FLd1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txg6K3FLd1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txg6K3FLd1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txg6K3FLd1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-txg6K3FLd1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txg6K3FLd1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txg6K3FLd1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txg6K3FLd1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txg6K3FLd1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-txg6K3FLd1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txg6K3FLd1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txg6K3FLd1 .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-txg6K3FLd1 .media-container-row .mbr-text B {
  color: #465052;
}
.cid-txg6K44a0m .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-txg6K44a0m .my-float {
  margin-top: 16px;
}
.cid-txg6K44a0m P {
  color: #232323;
}
.cid-txg6K44a0m DIV {
  color: #ffffff;
}
.cid-txg6K44a0m H10 {
  color: #767676;
}
.cid-txg6K44a0m .hidden {
  display: none;
}
.cid-txg6K4lGYB .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-txg6K4lGYB .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-txg6K4lGYB .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-txg6K4lGYB .hidden {
  display: none;
}
.cid-txg6K4lGYB H10 {
  color: #767676;
}
.cid-txg6K4AvDJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txg6K4AvDJ .display-2 {
  font-size: 2rem;
}
.cid-txg6K4AvDJ .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-txg6K4AvDJ .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-txg6K4AvDJ .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-txg6K4AvDJ .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-txg6K4AvDJ.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-txg6K4AvDJ.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-txg6K4AvDJ.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txg6K4AvDJ.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txg6K4AvDJ.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-txg6K4AvDJ.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-txg6K4AvDJ.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-txg6K4AvDJ.collapsed .icons-menu {
    margin: auto;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-txg6K4AvDJ .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txg6K4AvDJ .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-txg6K4AvDJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-txg6K4AvDJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-txg6K4AvDJ .dropdown-menu {
    top: 0;
  }
  .cid-txg6K4AvDJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txg6K4AvDJ .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txg6K4AvDJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-txg6K4AvDJ .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txg6K4AvDJ ul.navbar-nav li {
    margin: auto;
  }
  .cid-txg6K4AvDJ .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-txg6K4AvDJ .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txg6K4AvDJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txg6K4AvDJ .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-txg6K4AvDJ .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-txg6K4AvDJ .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-txg6K4AvDJ .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-txg6K4AvDJ .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-txg6K4AvDJ .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-txg6K4AvDJ .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-txg6K4AvDJ .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txg6K4AvDJ .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-txg6K4AvDJ .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-txg6K4AvDJ .navbar.opened {
  transition: all .3s;
}
.cid-txg6K4AvDJ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-txg6K4AvDJ .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-txg6K4AvDJ .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-txg6K4AvDJ .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-txg6K4AvDJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txg6K4AvDJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-txg6K4AvDJ .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-txg6K4AvDJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txg6K4AvDJ .navbar-caption {
  padding-right: 1rem;
}
.cid-txg6K4AvDJ .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .dropdown-menu,
  .cid-txg6K4AvDJ .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .dropdown-menu,
  .cid-txg6K4AvDJ .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-txg6K4AvDJ .nav-item:focus,
.cid-txg6K4AvDJ .nav-link:focus {
  outline: none;
}
.cid-txg6K4AvDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-txg6K4AvDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txg6K4AvDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-txg6K4AvDJ .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-txg6K4AvDJ .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-txg6K4AvDJ .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-txg6K4AvDJ .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-txg6K4AvDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txg6K4AvDJ .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-txg6K4AvDJ .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-txg6K4AvDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-txg6K4AvDJ .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-txg6K4AvDJ .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-txg6K4AvDJ .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txg6K4AvDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txg6K4AvDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txg6K4AvDJ .dropdown-item.active,
.cid-txg6K4AvDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-txg6K4AvDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-txg6K4AvDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txg6K4AvDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txg6K4AvDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-txg6K4AvDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txg6K4AvDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txg6K4AvDJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txg6K4AvDJ .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-txg6K4AvDJ .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-txg6K4AvDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txg6K4AvDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-txg6K4AvDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txg6K4AvDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txg6K4AvDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txg6K4AvDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txg6K4AvDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txg6K4AvDJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txg6K4AvDJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txg6K4AvDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txg6K4AvDJ .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-txg6K4AvDJ a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txg6K4AvDJ .navbar-brand span {
  display: inline-block;
}
.cid-txg6K4AvDJ .navbar-brand a {
  font-weight: 400;
}
.cid-txg6K4AvDJ .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-txg6K4AvDJ .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-txg6K4AvDJ .btn .mbr-iconfont,
.cid-txg6K4AvDJ .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-txg6K4AvDJ .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-txg6K4AvDJ .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-txg6K4AvDJ .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-txg6K4AvDJ .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-txg6K4AvDJ img {
  width: auto;
}
.cid-txg6K4AvDJ .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-txg6K4AvDJ .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txg6K4AvDJ .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txg6K4AvDJ a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-txg6K4AvDJ .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-txg6K4AvDJ .socicon {
  line-height: inherit;
}
.cid-txg6K4AvDJ .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-txg6K4AvDJ .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-txg6K4AvDJ .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-txOXCA1aC5 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-txOXCA1aC5 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txOXCA1aC5 .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-txOXCA1aC5 .mbr-section-title {
  margin: 0;
}
.cid-txOXCA1aC5 .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txOXCA1aC5 .mbr-text,
.cid-txOXCA1aC5 .mbr-section-btn {
  color: #4f4943;
}
.cid-txOXCA1aC5 B {
  color: #232323;
}
.cid-txOXCA1aC5 H3 {
  color: #232323;
}
.cid-txOXCA1aC5 DIV {
  color: #232323;
}
.cid-txOXCANIEh {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-txOXCANIEh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txOXCANIEh .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-txOXCANIEh .mbr-section-title {
  margin: 0;
}
.cid-txOXCANIEh .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txOXCANIEh I {
  color: #534d3a;
}
.cid-txOXCANIEh .mbr-text,
.cid-txOXCANIEh .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txOXCANIEh H1 {
  color: #635a51;
}
.cid-txOXCB1Nxr {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txOXCB1Nxr .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txOXCB1Nxr .mbr-overlay {
  background: #fffff1;
}
.cid-txOXCB1Nxr .mbr-section-title {
  margin: 0;
}
.cid-txOXCB1Nxr .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txOXCB1Nxr I {
  color: #534d3a;
}
.cid-txOXCB1Nxr .mbr-text,
.cid-txOXCB1Nxr .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-txOXCB1Nxr H1 {
  color: #635a51;
}
.cid-txOXCBkJvQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-txOXCBkJvQ .mbr-text {
  text-align: center;
  color: #4f4943;
}
.cid-txOXCBkJvQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-txOXCBkJvQ .mbr-section-subtitle {
  text-align: center;
  color: #4f4943;
}
.cid-txPnIuddoL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
}
.cid-txPd7sZFZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPd7sZFZN .mbr-text,
.cid-txPd7sZFZN blockquote {
  color: #767676;
}
.cid-txPd7sZFZN .mbr-text {
  color: #4f4943;
}
.cid-tz8Qbr4Zu0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tz8Qbr4Zu0 P {
  color: #767676;
}
.cid-txOXCLfMbn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txOXCLfMbn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-txOXCLfMbn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-txOXCLfMbn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-txOXCLfMbn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-txOXCLfMbn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-txOXCLfMbn [class^="socicon-"]:before,
.cid-txOXCLfMbn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-txOXCLfMbn .btn {
    font-size: 20px !important;
  }
}
.cid-txOXCLfMbn .mbr-section-title {
  color: #4f4943;
}
.cid-txOXCMm3Vx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-txOXCMXX0I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-txOXCMXX0I .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-txOXCMXX0I .mbr-section-title {
  margin: 0;
}
.cid-txOXCMXX0I .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-txOXCMXX0I .card-img span {
  color: #465052;
}
.cid-txOXCMXX0I .row-item {
  margin-bottom: 2rem;
}
.cid-txOXCMXX0I .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-txOXCMXX0I .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-txOXCMXX0I .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-txOXCMXX0I .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-txOXCMXX0I .mbr-card-title {
  color: #4f4943;
}
.cid-txOXCNU1ns {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-txOXCNU1ns .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-txOXCNU1ns .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-txOXCNU1ns .mbr-section-title {
  margin: 0;
}
.cid-txOXCNU1ns .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-txOXCNU1ns I {
  color: #534d3a;
}
.cid-txOXCNU1ns .mbr-text,
.cid-txOXCNU1ns .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-txOXCNU1ns H1 {
  color: #635a51;
}
.cid-txOXCOHGvm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txOXCOHGvm .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-txOXCOHGvm .mbr-section-subtitle {
  color: #103178;
}
.cid-txOXCOHGvm p {
  line-height: 2;
}
.cid-txOXCOHGvm .mbr-section-title {
  text-align: center;
}
.cid-txOXCPtcHV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txOXCPtcHV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-txOXCPtcHV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-txOXCPtcHV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-txOXCPtcHV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-txOXCPtcHV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-txOXCPtcHV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-txOXCPtcHV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-txOXCPtcHV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-txOXCPtcHV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txOXCPtcHV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txOXCPtcHV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txOXCPtcHV .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-txOXCPtcHV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-txOXCPtcHV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txOXCPtcHV .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-txOXCPtcHV .media-container-row .mbr-text B {
  color: #465052;
}
.cid-txOXCQgveT .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-txOXCQgveT .my-float {
  margin-top: 16px;
}
.cid-txOXCQgveT P {
  color: #232323;
}
.cid-txOXCQgveT DIV {
  color: #ffffff;
}
.cid-txOXCQgveT H10 {
  color: #767676;
}
.cid-txOXCQgveT .hidden {
  display: none;
}
.cid-txOXCXXPFM .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-txOXCXXPFM .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-txOXCXXPFM .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-txOXCXXPFM .hidden {
  display: none;
}
.cid-txOXCXXPFM H10 {
  color: #767676;
}
.cid-txOXCYBjBA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txOXCYBjBA .display-2 {
  font-size: 2rem;
}
.cid-txOXCYBjBA .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-txOXCYBjBA .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-txOXCYBjBA .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-txOXCYBjBA .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-txOXCYBjBA.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOXCYBjBA.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOXCYBjBA.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOXCYBjBA.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOXCYBjBA.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-txOXCYBjBA.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOXCYBjBA.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-txOXCYBjBA.collapsed .icons-menu {
    margin: auto;
  }
  .cid-txOXCYBjBA .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-txOXCYBjBA .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txOXCYBjBA .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-txOXCYBjBA .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txOXCYBjBA .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-txOXCYBjBA .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOXCYBjBA.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOXCYBjBA .dropdown-menu {
    top: 0;
  }
  .cid-txOXCYBjBA .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOXCYBjBA .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOXCYBjBA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-txOXCYBjBA .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txOXCYBjBA ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOXCYBjBA .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-txOXCYBjBA .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOXCYBjBA .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txOXCYBjBA .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-txOXCYBjBA .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-txOXCYBjBA .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-txOXCYBjBA .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-txOXCYBjBA .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-txOXCYBjBA .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-txOXCYBjBA .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-txOXCYBjBA .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-txOXCYBjBA .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-txOXCYBjBA .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-txOXCYBjBA .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-txOXCYBjBA .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-txOXCYBjBA .navbar.opened {
  transition: all .3s;
}
.cid-txOXCYBjBA .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-txOXCYBjBA .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-txOXCYBjBA .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-txOXCYBjBA .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-txOXCYBjBA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txOXCYBjBA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-txOXCYBjBA .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-txOXCYBjBA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txOXCYBjBA .navbar-caption {
  padding-right: 1rem;
}
.cid-txOXCYBjBA .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .dropdown-menu,
  .cid-txOXCYBjBA .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .dropdown-menu,
  .cid-txOXCYBjBA .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-txOXCYBjBA .nav-item:focus,
.cid-txOXCYBjBA .nav-link:focus {
  outline: none;
}
.cid-txOXCYBjBA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-txOXCYBjBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txOXCYBjBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-txOXCYBjBA .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-txOXCYBjBA .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-txOXCYBjBA .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-txOXCYBjBA .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-txOXCYBjBA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOXCYBjBA .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-txOXCYBjBA .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-txOXCYBjBA .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-txOXCYBjBA .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-txOXCYBjBA .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-txOXCYBjBA .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txOXCYBjBA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOXCYBjBA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOXCYBjBA .dropdown-item.active,
.cid-txOXCYBjBA .dropdown-item:active {
  background-color: transparent;
}
.cid-txOXCYBjBA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-txOXCYBjBA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOXCYBjBA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOXCYBjBA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-txOXCYBjBA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOXCYBjBA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOXCYBjBA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOXCYBjBA .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-txOXCYBjBA .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-txOXCYBjBA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txOXCYBjBA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-txOXCYBjBA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txOXCYBjBA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txOXCYBjBA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txOXCYBjBA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txOXCYBjBA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txOXCYBjBA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txOXCYBjBA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txOXCYBjBA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txOXCYBjBA .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-txOXCYBjBA a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txOXCYBjBA .navbar-brand span {
  display: inline-block;
}
.cid-txOXCYBjBA .navbar-brand a {
  font-weight: 400;
}
.cid-txOXCYBjBA .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-txOXCYBjBA .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-txOXCYBjBA .btn .mbr-iconfont,
.cid-txOXCYBjBA .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-txOXCYBjBA .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-txOXCYBjBA .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-txOXCYBjBA .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-txOXCYBjBA .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-txOXCYBjBA img {
  width: auto;
}
.cid-txOXCYBjBA .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-txOXCYBjBA .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txOXCYBjBA .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-txOXCYBjBA a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-txOXCYBjBA .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-txOXCYBjBA .socicon {
  line-height: inherit;
}
.cid-txOXCYBjBA .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-txOXCYBjBA .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-txOXCYBjBA .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tz8CneWCn5 {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tz8CneWCn5 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tz8CneWCn5 .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tz8CneWCn5 .mbr-section-title {
  margin: 0;
}
.cid-tz8CneWCn5 .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tz8CneWCn5 .mbr-text,
.cid-tz8CneWCn5 .mbr-section-btn {
  color: #4f4943;
}
.cid-tz8CneWCn5 B {
  color: #232323;
}
.cid-tz8CneWCn5 H3 {
  color: #232323;
}
.cid-tz8CneWCn5 DIV {
  color: #232323;
}
.cid-tz8CnfTE2I {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tz8CnfTE2I .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tz8CnfTE2I .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tz8CnfTE2I .mbr-section-title {
  margin: 0;
}
.cid-tz8CnfTE2I .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tz8CnfTE2I I {
  color: #534d3a;
}
.cid-tz8CnfTE2I .mbr-text,
.cid-tz8CnfTE2I .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tz8CnfTE2I H1 {
  color: #635a51;
}
.cid-tz8Cng8zWH {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tz8Cng8zWH .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tz8Cng8zWH .mbr-overlay {
  background: #fffff1;
}
.cid-tz8Cng8zWH .mbr-section-title {
  margin: 0;
}
.cid-tz8Cng8zWH .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tz8Cng8zWH I {
  color: #534d3a;
}
.cid-tz8Cng8zWH .mbr-text,
.cid-tz8Cng8zWH .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tz8Cng8zWH H1 {
  color: #635a51;
}
.cid-tz8DrDT852 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tz8DrDT852 .mbr-text {
  text-align: center;
  color: #4f4943;
}
.cid-tz8DrDT852 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tz8DrDT852 .mbr-section-subtitle {
  text-align: center;
  color: #4f4943;
}
.cid-tz8Deh4RJs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-2-1023x682.jpeg");
}
.cid-tz8EAvOdvp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz8EAvOdvp .mbr-text,
.cid-tz8EAvOdvp blockquote {
  color: #767676;
}
.cid-tz8EAvOdvp .mbr-text {
  color: #4f4943;
}
.cid-tz8Q4YWEAt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tz8Q4YWEAt P {
  color: #767676;
}
.cid-tz8Cnhb8xK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tz8Cnhb8xK .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tz8Cnhb8xK .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tz8Cnhb8xK .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tz8Cnhb8xK .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tz8Cnhb8xK [class^="socicon-"]:before,
.cid-tz8Cnhb8xK [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tz8Cnhb8xK .btn {
    font-size: 20px !important;
  }
}
.cid-tz8Cnhb8xK .mbr-section-title {
  color: #4f4943;
}
.cid-tz8Cnhs2Nb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tz8CnhCwWe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tz8CnhCwWe .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tz8CnhCwWe .mbr-section-title {
  margin: 0;
}
.cid-tz8CnhCwWe .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tz8CnhCwWe .card-img span {
  color: #465052;
}
.cid-tz8CnhCwWe .row-item {
  margin-bottom: 2rem;
}
.cid-tz8CnhCwWe .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tz8CnhCwWe .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tz8CnhCwWe .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tz8CnhCwWe .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tz8CnhCwWe .mbr-card-title {
  color: #4f4943;
}
.cid-tz8Cni3VCt {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tz8Cni3VCt .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tz8Cni3VCt .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tz8Cni3VCt .mbr-section-title {
  margin: 0;
}
.cid-tz8Cni3VCt .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tz8Cni3VCt I {
  color: #534d3a;
}
.cid-tz8Cni3VCt .mbr-text,
.cid-tz8Cni3VCt .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tz8Cni3VCt H1 {
  color: #635a51;
}
.cid-tz8CnimLE1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz8CnimLE1 .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tz8CnimLE1 .mbr-section-subtitle {
  color: #103178;
}
.cid-tz8CnimLE1 p {
  line-height: 2;
}
.cid-tz8CnimLE1 .mbr-section-title {
  text-align: center;
}
.cid-tz8CniNjyV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tz8CniNjyV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tz8CniNjyV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tz8CniNjyV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tz8CniNjyV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tz8CniNjyV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tz8CniNjyV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tz8CniNjyV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tz8CniNjyV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tz8CniNjyV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tz8CniNjyV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tz8CniNjyV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tz8CniNjyV .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tz8CniNjyV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tz8CniNjyV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tz8CniNjyV .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tz8CniNjyV .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tz8Cnj804q .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tz8Cnj804q .my-float {
  margin-top: 16px;
}
.cid-tz8Cnj804q P {
  color: #232323;
}
.cid-tz8Cnj804q DIV {
  color: #ffffff;
}
.cid-tz8Cnj804q H10 {
  color: #767676;
}
.cid-tz8Cnj804q .hidden {
  display: none;
}
.cid-tz8CnjySuK .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tz8CnjySuK .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tz8CnjySuK .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tz8CnjySuK .hidden {
  display: none;
}
.cid-tz8CnjySuK H10 {
  color: #767676;
}
.cid-tz8CnjOnYk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz8CnjOnYk .display-2 {
  font-size: 2rem;
}
.cid-tz8CnjOnYk .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tz8CnjOnYk .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tz8CnjOnYk .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tz8CnjOnYk .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tz8CnjOnYk.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8CnjOnYk.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8CnjOnYk.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8CnjOnYk.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8CnjOnYk.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tz8CnjOnYk.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8CnjOnYk.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tz8CnjOnYk.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tz8CnjOnYk .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tz8CnjOnYk .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tz8CnjOnYk .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8CnjOnYk.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8CnjOnYk .dropdown-menu {
    top: 0;
  }
  .cid-tz8CnjOnYk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8CnjOnYk .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8CnjOnYk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tz8CnjOnYk .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz8CnjOnYk ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8CnjOnYk .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tz8CnjOnYk .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8CnjOnYk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tz8CnjOnYk .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tz8CnjOnYk .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tz8CnjOnYk .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tz8CnjOnYk .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tz8CnjOnYk .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tz8CnjOnYk .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tz8CnjOnYk .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tz8CnjOnYk .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tz8CnjOnYk .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tz8CnjOnYk .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tz8CnjOnYk .navbar.opened {
  transition: all .3s;
}
.cid-tz8CnjOnYk .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tz8CnjOnYk .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tz8CnjOnYk .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tz8CnjOnYk .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tz8CnjOnYk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tz8CnjOnYk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tz8CnjOnYk .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tz8CnjOnYk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz8CnjOnYk .navbar-caption {
  padding-right: 1rem;
}
.cid-tz8CnjOnYk .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .dropdown-menu,
  .cid-tz8CnjOnYk .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .dropdown-menu,
  .cid-tz8CnjOnYk .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tz8CnjOnYk .nav-item:focus,
.cid-tz8CnjOnYk .nav-link:focus {
  outline: none;
}
.cid-tz8CnjOnYk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tz8CnjOnYk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz8CnjOnYk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tz8CnjOnYk .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tz8CnjOnYk .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tz8CnjOnYk .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tz8CnjOnYk .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tz8CnjOnYk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8CnjOnYk .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tz8CnjOnYk .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tz8CnjOnYk .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tz8CnjOnYk .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tz8CnjOnYk .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tz8CnjOnYk .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz8CnjOnYk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8CnjOnYk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8CnjOnYk .dropdown-item.active,
.cid-tz8CnjOnYk .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8CnjOnYk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tz8CnjOnYk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8CnjOnYk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8CnjOnYk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tz8CnjOnYk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8CnjOnYk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8CnjOnYk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tz8CnjOnYk .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tz8CnjOnYk .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tz8CnjOnYk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz8CnjOnYk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tz8CnjOnYk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz8CnjOnYk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz8CnjOnYk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz8CnjOnYk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz8CnjOnYk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz8CnjOnYk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz8CnjOnYk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz8CnjOnYk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz8CnjOnYk .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tz8CnjOnYk a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz8CnjOnYk .navbar-brand span {
  display: inline-block;
}
.cid-tz8CnjOnYk .navbar-brand a {
  font-weight: 400;
}
.cid-tz8CnjOnYk .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tz8CnjOnYk .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tz8CnjOnYk .btn .mbr-iconfont,
.cid-tz8CnjOnYk .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tz8CnjOnYk .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tz8CnjOnYk .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tz8CnjOnYk .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tz8CnjOnYk .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tz8CnjOnYk img {
  width: auto;
}
.cid-tz8CnjOnYk .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tz8CnjOnYk .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tz8CnjOnYk .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tz8CnjOnYk a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tz8CnjOnYk .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tz8CnjOnYk .socicon {
  line-height: inherit;
}
.cid-tz8CnjOnYk .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tz8CnjOnYk .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tz8CnjOnYk .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tzefpDsOsR {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tzefpDsOsR .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzefpDsOsR .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tzefpDsOsR .mbr-section-title {
  margin: 0;
}
.cid-tzefpDsOsR .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzefpDsOsR .mbr-text,
.cid-tzefpDsOsR .mbr-section-btn {
  color: #4f4943;
}
.cid-tzefpDsOsR B {
  color: #232323;
}
.cid-tzefpDsOsR H3 {
  color: #232323;
}
.cid-tzefpDsOsR DIV {
  color: #232323;
}
.cid-tzefpDSzCc {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tzefpDSzCc .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzefpDSzCc .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tzefpDSzCc .mbr-section-title {
  margin: 0;
}
.cid-tzefpDSzCc .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzefpDSzCc I {
  color: #534d3a;
}
.cid-tzefpDSzCc .mbr-text,
.cid-tzefpDSzCc .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tzefpDSzCc H1 {
  color: #635a51;
}
.cid-tzefpE7deG {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzefpE7deG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzefpE7deG .mbr-overlay {
  background: #fffff1;
}
.cid-tzefpE7deG .mbr-section-title {
  margin: 0;
}
.cid-tzefpE7deG .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzefpE7deG I {
  color: #534d3a;
}
.cid-tzefpE7deG .mbr-text,
.cid-tzefpE7deG .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tzefpE7deG H1 {
  color: #635a51;
}
.cid-tzeh08ONOB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tzeh08ONOB .mbr-text {
  text-align: center;
  color: #4f4943;
}
.cid-tzeh08ONOB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tzeh08ONOB .mbr-section-subtitle {
  text-align: center;
  color: #4f4943;
}
.cid-tzeh5ju9bC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-1836x1033.png");
}
.cid-tzefpEpXRv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tzefpEpXRv P {
  color: #767676;
}
.cid-tzeg4LHuuI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tzeg4LHuuI P {
  color: #767676;
}
.cid-tzefpEEtMB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzefpEEtMB .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tzefpEEtMB .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tzefpEEtMB .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tzefpEEtMB .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tzefpEEtMB .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tzefpEEtMB [class^="socicon-"]:before,
.cid-tzefpEEtMB [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tzefpEEtMB .btn {
    font-size: 20px !important;
  }
}
.cid-tzefpEEtMB .mbr-section-title {
  color: #4f4943;
}
.cid-tzefpETfLK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tzefpF4RX1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzefpF4RX1 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tzefpF4RX1 .mbr-section-title {
  margin: 0;
}
.cid-tzefpF4RX1 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tzefpF4RX1 .card-img span {
  color: #465052;
}
.cid-tzefpF4RX1 .row-item {
  margin-bottom: 2rem;
}
.cid-tzefpF4RX1 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tzefpF4RX1 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tzefpF4RX1 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tzefpF4RX1 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tzefpF4RX1 .mbr-card-title {
  color: #4f4943;
}
.cid-tzefpFzko2 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tzefpFzko2 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzefpFzko2 .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tzefpFzko2 .mbr-section-title {
  margin: 0;
}
.cid-tzefpFzko2 .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzefpFzko2 I {
  color: #534d3a;
}
.cid-tzefpFzko2 .mbr-text,
.cid-tzefpFzko2 .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tzefpFzko2 H1 {
  color: #635a51;
}
.cid-tzefpFPzI6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzefpFPzI6 .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tzefpFPzI6 .mbr-section-subtitle {
  color: #103178;
}
.cid-tzefpFPzI6 p {
  line-height: 2;
}
.cid-tzefpFPzI6 .mbr-section-title {
  text-align: center;
}
.cid-tzefpGexlU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzefpGexlU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzefpGexlU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzefpGexlU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzefpGexlU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzefpGexlU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzefpGexlU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzefpGexlU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tzefpGexlU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzefpGexlU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzefpGexlU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tzefpGexlU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzefpGexlU .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tzefpGexlU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzefpGexlU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzefpGexlU .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tzefpGexlU .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tzefpGC14u .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tzefpGC14u .my-float {
  margin-top: 16px;
}
.cid-tzefpGC14u P {
  color: #232323;
}
.cid-tzefpGC14u DIV {
  color: #ffffff;
}
.cid-tzefpGC14u H10 {
  color: #767676;
}
.cid-tzefpGC14u .hidden {
  display: none;
}
.cid-tzefpH0TMB .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tzefpH0TMB .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tzefpH0TMB .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tzefpH0TMB .hidden {
  display: none;
}
.cid-tzefpH0TMB H10 {
  color: #767676;
}
.cid-tzefpHfQ8p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzefpHfQ8p .display-2 {
  font-size: 2rem;
}
.cid-tzefpHfQ8p .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tzefpHfQ8p .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tzefpHfQ8p .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tzefpHfQ8p .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tzefpHfQ8p.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzefpHfQ8p.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzefpHfQ8p.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzefpHfQ8p.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzefpHfQ8p.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tzefpHfQ8p.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzefpHfQ8p.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tzefpHfQ8p.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tzefpHfQ8p .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tzefpHfQ8p .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tzefpHfQ8p .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzefpHfQ8p.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzefpHfQ8p .dropdown-menu {
    top: 0;
  }
  .cid-tzefpHfQ8p .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzefpHfQ8p .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzefpHfQ8p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tzefpHfQ8p .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tzefpHfQ8p ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzefpHfQ8p .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tzefpHfQ8p .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzefpHfQ8p .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tzefpHfQ8p .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tzefpHfQ8p .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tzefpHfQ8p .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tzefpHfQ8p .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tzefpHfQ8p .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tzefpHfQ8p .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tzefpHfQ8p .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tzefpHfQ8p .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tzefpHfQ8p .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tzefpHfQ8p .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tzefpHfQ8p .navbar.opened {
  transition: all .3s;
}
.cid-tzefpHfQ8p .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tzefpHfQ8p .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tzefpHfQ8p .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tzefpHfQ8p .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tzefpHfQ8p .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzefpHfQ8p .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tzefpHfQ8p .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tzefpHfQ8p .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tzefpHfQ8p .navbar-caption {
  padding-right: 1rem;
}
.cid-tzefpHfQ8p .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .dropdown-menu,
  .cid-tzefpHfQ8p .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .dropdown-menu,
  .cid-tzefpHfQ8p .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tzefpHfQ8p .nav-item:focus,
.cid-tzefpHfQ8p .nav-link:focus {
  outline: none;
}
.cid-tzefpHfQ8p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tzefpHfQ8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzefpHfQ8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tzefpHfQ8p .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tzefpHfQ8p .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tzefpHfQ8p .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tzefpHfQ8p .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tzefpHfQ8p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzefpHfQ8p .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tzefpHfQ8p .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tzefpHfQ8p .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tzefpHfQ8p .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tzefpHfQ8p .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tzefpHfQ8p .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tzefpHfQ8p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzefpHfQ8p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzefpHfQ8p .dropdown-item.active,
.cid-tzefpHfQ8p .dropdown-item:active {
  background-color: transparent;
}
.cid-tzefpHfQ8p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tzefpHfQ8p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzefpHfQ8p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzefpHfQ8p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tzefpHfQ8p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzefpHfQ8p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzefpHfQ8p ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzefpHfQ8p .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tzefpHfQ8p .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tzefpHfQ8p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzefpHfQ8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tzefpHfQ8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tzefpHfQ8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tzefpHfQ8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tzefpHfQ8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tzefpHfQ8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzefpHfQ8p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tzefpHfQ8p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tzefpHfQ8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzefpHfQ8p .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tzefpHfQ8p a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzefpHfQ8p .navbar-brand span {
  display: inline-block;
}
.cid-tzefpHfQ8p .navbar-brand a {
  font-weight: 400;
}
.cid-tzefpHfQ8p .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tzefpHfQ8p .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tzefpHfQ8p .btn .mbr-iconfont,
.cid-tzefpHfQ8p .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tzefpHfQ8p .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tzefpHfQ8p .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tzefpHfQ8p .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tzefpHfQ8p .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tzefpHfQ8p img {
  width: auto;
}
.cid-tzefpHfQ8p .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tzefpHfQ8p .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tzefpHfQ8p .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tzefpHfQ8p a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tzefpHfQ8p .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tzefpHfQ8p .socicon {
  line-height: inherit;
}
.cid-tzefpHfQ8p .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tzefpHfQ8p .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tzefpHfQ8p .topLineDivSettings small span {
  font-size: .9rem;
}
.cid-tzekjFHpDl {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-tzekjFHpDl .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzekjFHpDl .mbr-overlay {
  background: #fffef4;
  background: linear-gradient(#fffef4 -10%, #ffffff 75%);
}
.cid-tzekjFHpDl .mbr-section-title {
  margin: 0;
}
.cid-tzekjFHpDl .separator {
  background-color: #c1c1c1;
  color: #c1c1c1;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzekjFHpDl .mbr-text,
.cid-tzekjFHpDl .mbr-section-btn {
  color: #4f4943;
}
.cid-tzekjFHpDl B {
  color: #232323;
}
.cid-tzekjFHpDl H3 {
  color: #232323;
}
.cid-tzekjFHpDl DIV {
  color: #232323;
}
.cid-tzekjGdTn4 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-tzekjGdTn4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzekjGdTn4 .mbr-overlay {
  background: #ffffff;
  background: linear-gradient(#ffffff -10%, #fffef4 75%);
}
.cid-tzekjGdTn4 .mbr-section-title {
  margin: 0;
}
.cid-tzekjGdTn4 .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzekjGdTn4 I {
  color: #534d3a;
}
.cid-tzekjGdTn4 .mbr-text,
.cid-tzekjGdTn4 .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tzekjGdTn4 H1 {
  color: #635a51;
}
.cid-tzekjH3dzL {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzekjH3dzL .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzekjH3dzL .mbr-overlay {
  background: #fffff1;
}
.cid-tzekjH3dzL .mbr-section-title {
  margin: 0;
}
.cid-tzekjH3dzL .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzekjH3dzL I {
  color: #534d3a;
}
.cid-tzekjH3dzL .mbr-text,
.cid-tzekjH3dzL .mbr-section-btn {
  color: #635a51;
  text-align: center;
}
.cid-tzekjH3dzL H1 {
  color: #635a51;
}
.cid-tzekjHiA8w {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffef4;
}
.cid-tzekjHiA8w .mbr-text {
  text-align: center;
  color: #4f4943;
}
.cid-tzekjHiA8w .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tzekjHiA8w .mbr-section-subtitle {
  text-align: center;
  color: #4f4943;
}
.cid-tzekjHvsrl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-2-1023x682.jpeg");
}
.cid-tzekjHJAyR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tzekjHJAyR .mbr-text,
.cid-tzekjHJAyR blockquote {
  color: #767676;
}
.cid-tzekjHJAyR .mbr-text {
  color: #4f4943;
}
.cid-tzekjHJAyR .mbr-text DIV {
  text-align: left;
}
.cid-tzekjJvPEr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fffef4;
}
.cid-tzekjJvPEr P {
  color: #767676;
}
.cid-tzekjJVRBD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzekjJVRBD .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tzekjJVRBD .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tzekjJVRBD .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tzekjJVRBD .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tzekjJVRBD .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tzekjJVRBD [class^="socicon-"]:before,
.cid-tzekjJVRBD [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tzekjJVRBD .btn {
    font-size: 20px !important;
  }
}
.cid-tzekjJVRBD .mbr-section-title {
  color: #4f4943;
}
.cid-tzekjKooKn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fffff1;
}
.cid-tzekjKHCOI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffef4;
}
.cid-tzekjKHCOI .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tzekjKHCOI .mbr-section-title {
  margin: 0;
}
.cid-tzekjKHCOI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tzekjKHCOI .card-img span {
  color: #465052;
}
.cid-tzekjKHCOI .row-item {
  margin-bottom: 2rem;
}
.cid-tzekjKHCOI .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f8f6df, #efefef);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tzekjKHCOI .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-tzekjKHCOI .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-tzekjKHCOI .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tzekjKHCOI .mbr-card-title {
  color: #4f4943;
}
.cid-tzekjLmgui {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("");
}
.cid-tzekjLmgui .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tzekjLmgui .mbr-overlay {
  background: #fffff1;
  background: linear-gradient(#fffff1 -10%, #ffffff 75%);
}
.cid-tzekjLmgui .mbr-section-title {
  margin: 0;
}
.cid-tzekjLmgui .separator {
  background-color: #82786e;
  color: #82786e;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzekjLmgui I {
  color: #534d3a;
}
.cid-tzekjLmgui .mbr-text,
.cid-tzekjLmgui .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-tzekjLmgui H1 {
  color: #635a51;
}
.cid-tzekjLTyE1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzekjLTyE1 .mbr-text {
  color: #4f4943;
  text-align: center;
}
.cid-tzekjLTyE1 .mbr-section-subtitle {
  color: #103178;
}
.cid-tzekjLTyE1 p {
  line-height: 2;
}
.cid-tzekjLTyE1 .mbr-section-title {
  text-align: center;
}
.cid-tzekjMwL6E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzekjMwL6E .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tzekjMwL6E .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tzekjMwL6E .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tzekjMwL6E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzekjMwL6E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzekjMwL6E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzekjMwL6E .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tzekjMwL6E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tzekjMwL6E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzekjMwL6E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tzekjMwL6E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzekjMwL6E .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tzekjMwL6E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tzekjMwL6E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tzekjMwL6E .media-container-row .mbr-text {
  color: #4f4943;
}
.cid-tzekjMwL6E .media-container-row .mbr-text B {
  color: #465052;
}
.cid-tzekjMZNUN .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 27px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tzekjMZNUN .my-float {
  margin-top: 16px;
}
.cid-tzekjMZNUN P {
  color: #232323;
}
.cid-tzekjMZNUN DIV {
  color: #ffffff;
}
.cid-tzekjMZNUN H10 {
  color: #767676;
}
.cid-tzekjMZNUN .hidden {
  display: none;
}
.cid-tzekjQnal8 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #cccccc;
  top: 0px;
}
.cid-tzekjQnal8 .progress-bar {
  height: 5px;
  background: #b1a374;
  width: 0%;
}
.cid-tzekjQnal8 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tzekjQnal8 .hidden {
  display: none;
}
.cid-tzekjQnal8 H10 {
  color: #767676;
}
.cid-tzekjQLyO9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzekjQLyO9 .display-2 {
  font-size: 2rem;
}
.cid-tzekjQLyO9 .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tzekjQLyO9 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tzekjQLyO9 .dropdown-item:hover {
    color: #4f4943 !important;
  }
  .cid-tzekjQLyO9 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tzekjQLyO9.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzekjQLyO9.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzekjQLyO9.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzekjQLyO9.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzekjQLyO9.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tzekjQLyO9.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzekjQLyO9.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tzekjQLyO9.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tzekjQLyO9 .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tzekjQLyO9 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tzekjQLyO9 .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzekjQLyO9.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzekjQLyO9 .dropdown-menu {
    top: 0;
  }
  .cid-tzekjQLyO9 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzekjQLyO9 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzekjQLyO9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tzekjQLyO9 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tzekjQLyO9 ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzekjQLyO9 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cid-tzekjQLyO9 .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzekjQLyO9 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tzekjQLyO9 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tzekjQLyO9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tzekjQLyO9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tzekjQLyO9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tzekjQLyO9 .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tzekjQLyO9 .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tzekjQLyO9 .navbar {
  box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 254, 244, 0.95) !important;
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .navbar.navbar-short {
    background: rgba(255, 254, 244, 0.95) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tzekjQLyO9 .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-tzekjQLyO9 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(79, 73, 67, 0.3), inset 0 -7px 9px -7px #efefef;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-width: 2.5px;
    border-color: #767676;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .cid-tzekjQLyO9 .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #dbdbdb !important;
  }
}
.cid-tzekjQLyO9 .navbar.opened {
  transition: all .3s;
}
.cid-tzekjQLyO9 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tzekjQLyO9 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tzekjQLyO9 .nav-link:hover {
  color: #4f4943 !important;
  background: none !important;
}
.cid-tzekjQLyO9 .nav-link:hover:before {
  color: #4f4943 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tzekjQLyO9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tzekjQLyO9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tzekjQLyO9 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tzekjQLyO9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tzekjQLyO9 .navbar-caption {
  padding-right: 1rem;
}
.cid-tzekjQLyO9 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .dropdown-menu,
  .cid-tzekjQLyO9 .navbar.opened {
    background: rgba(250, 244, 222, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .dropdown-menu,
  .cid-tzekjQLyO9 .navbar.opened {
    background: rgba(255, 254, 244, 0.95) !important;
  }
}
.cid-tzekjQLyO9 .nav-item:focus,
.cid-tzekjQLyO9 .nav-link:focus {
  outline: none;
}
.cid-tzekjQLyO9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tzekjQLyO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzekjQLyO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tzekjQLyO9 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tzekjQLyO9 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tzekjQLyO9 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tzekjQLyO9 .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tzekjQLyO9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzekjQLyO9 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tzekjQLyO9 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tzekjQLyO9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tzekjQLyO9 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4f4943 !important;
}
.cid-tzekjQLyO9 .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tzekjQLyO9 .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tzekjQLyO9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzekjQLyO9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzekjQLyO9 .dropdown-item.active,
.cid-tzekjQLyO9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzekjQLyO9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tzekjQLyO9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzekjQLyO9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzekjQLyO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tzekjQLyO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzekjQLyO9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzekjQLyO9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzekjQLyO9 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tzekjQLyO9 .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tzekjQLyO9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzekjQLyO9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4f4943;
}
.cid-tzekjQLyO9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tzekjQLyO9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tzekjQLyO9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tzekjQLyO9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tzekjQLyO9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzekjQLyO9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tzekjQLyO9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tzekjQLyO9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tzekjQLyO9 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tzekjQLyO9 a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzekjQLyO9 .navbar-brand span {
  display: inline-block;
}
.cid-tzekjQLyO9 .navbar-brand a {
  font-weight: 400;
}
.cid-tzekjQLyO9 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tzekjQLyO9 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tzekjQLyO9 .btn .mbr-iconfont,
.cid-tzekjQLyO9 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tzekjQLyO9 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #4f4943;
  border-top-color: #4f4943;
  background: rgba(255, 254, 244, 0.95) !important;
  background: linear-gradient(to right, rgba(255, 254, 244, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 254, 244, 0.95)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #4f4943;
}
.cid-tzekjQLyO9 .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tzekjQLyO9 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tzekjQLyO9 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tzekjQLyO9 img {
  width: auto;
}
.cid-tzekjQLyO9 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tzekjQLyO9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tzekjQLyO9 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tzekjQLyO9 a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tzekjQLyO9 .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tzekjQLyO9 .socicon {
  line-height: inherit;
}
.cid-tzekjQLyO9 .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tzekjQLyO9 .topLineDivSettings small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.cid-tzekjQLyO9 .topLineDivSettings small span {
  font-size: .9rem;
}
