body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #373c42 !important;
}
.bg-success {
  background-color: #4f8680 !important;
}
.bg-info {
  background-color: #ead381 !important;
}
.bg-warning {
  background-color: #eae8e4 !important;
}
.bg-danger {
  background-color: #ed6c55 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #373c42 !important;
  border-color: #373c42 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #101113 !important;
  border-color: #101113 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #101113 !important;
  border-color: #101113 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed6c55 !important;
  border-color: #ed6c55 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d53317 !important;
  border-color: #d53317 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d53317 !important;
  border-color: #d53317 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ead381 !important;
  border-color: #ead381 !important;
  color: #5d4c0f !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #deb937 !important;
  border-color: #deb937 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5d4c0f !important;
  background-color: #deb937 !important;
  border-color: #deb937 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4f8680 !important;
  border-color: #4f8680 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f4f4c !important;
  border-color: #2f4f4c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f4f4c !important;
  border-color: #2f4f4c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
  color: #746c5b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #746c5b !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed6c55 !important;
  border-color: #ed6c55 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d53317 !important;
  border-color: #d53317 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d53317 !important;
  border-color: #d53317 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #373c42;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #101113 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #373c42 !important;
  border-color: #373c42 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #ed6c55;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d53317 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6c55 !important;
  border-color: #ed6c55 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #ead381;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #deb937 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5d4c0f !important;
  background-color: #ead381 !important;
  border-color: #ead381 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #4f8680;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2f4f4c !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f8680 !important;
  border-color: #4f8680 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #eae8e4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4beb3 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #746c5b !important;
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #ed6c55;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d53317 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6c55 !important;
  border-color: #ed6c55 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #373c42 !important;
}
.text-secondary {
  color: #ed6c55 !important;
}
.text-success {
  color: #4f8680 !important;
}
.text-info {
  color: #ead381 !important;
}
.text-warning {
  color: #eae8e4 !important;
}
.text-danger {
  color: #ed6c55 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #35393f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ed6850 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d837d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e9d17d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8e6e1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ed6850 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #373c42;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ead381;
}
.alert-warning {
  background-color: #eae8e4;
}
.alert-danger {
  background-color: #ed6c55;
}
.mbr-gallery-filter li.active .btn {
  background-color: #373c42;
  border-color: #373c42;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #373c42;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8afb7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94c0bb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #373c42;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #373c42;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #373c42;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #373c42;
  border-bottom-color: #373c42;
}
.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: #373c42 !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: #ed6c55 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23373c42' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23ed6c55' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-tgPY2IXTP3 {
  background-color: #ead381;
}
.cid-tgPY2IXTP3 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-tgPY2IXTP3 .mbr-text {
  line-height: 1.15;
}
.cid-tgPY2IXTP3 .bottom_box {
  margin-top: 4rem;
}
.cid-tgPY2IXTP3 .title {
  position: relative;
  z-index: 1;
}
.cid-tgPY2IXTP3 .name {
  margin-bottom: 1rem;
}
.cid-tgPY2IXTP3 b,
.cid-tgPY2IXTP3 strong {
  font-weight: 500;
  color: #ed6c55;
}
.cid-tgPY2IXTP3 .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #ed6c55;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.cid-tgPY2IXTP3 .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tgPY2IXTP3 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-tgPY2IXTP3 .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-tgPY2IXTP3 .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-tgPY2IXTP3 .name {
    margin-bottom: .5rem;
  }
}
.cid-tgPY2IXTP3 .mbr-text,
.cid-tgPY2IXTP3 .linkBtn {
  color: #373c42;
  text-align: right;
}
.cid-tgUWJm2N7z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-tgUWJm2N7z .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tgUWJm2N7z .main_title {
  margin-bottom: 2.5rem;
}
.cid-tgUWJm2N7z .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-tgUWJm2N7z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgUWJm2N7z .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgUWJm2N7z .row {
    flex-direction: column-reverse;
  }
  .cid-tgUWJm2N7z .card-wrapper {
    padding: 0;
  }
  .cid-tgUWJm2N7z .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tgUWJm2N7z .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-tgUWJm2N7z .image-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tgUWJm2N7z .linkBtn {
  text-align: center;
}
.cid-tgQ1biyjJ3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ead381;
}
.cid-tgQ1biyjJ3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tgQ1biyjJ3 .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: left;
}
.cid-tgQ1biyjJ3 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  text-align: right;
}
.cid-tgQ1biyjJ3 .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-tgQ1biyjJ3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tgQ1biyjJ3 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-th7xhqHBOm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-th7xhqHBOm .main_header {
  margin-bottom: 8rem;
}
.cid-th7xhqHBOm .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-th7xhqHBOm .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-th7xhqHBOm .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-th7xhqHBOm .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-th7xhqHBOm .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-th7xhqHBOm .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-th7xhqHBOm .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-th7xhqHBOm .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-th7xhqHBOm .item-wrapper {
  padding: 0 1rem;
}
.cid-th7xhqHBOm .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-th7xhqHBOm .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-th7xhqHBOm .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-th7xhqHBOm .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-th7xhqHBOm .card-text {
  margin-bottom: 1.25rem;
}
.cid-th7xhqHBOm .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-th7xhqHBOm .card-descr {
    margin-right: -1rem;
  }
}
.cid-th7xhqHBOm img,
.cid-th7xhqHBOm .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th7xhqHBOm .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-th7xhqHBOm .main_header {
    margin-bottom: 4rem;
  }
  .cid-th7xhqHBOm .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-th7xhqHBOm .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-th7xhqHBOm .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-th7xhqHBOm .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-th7xhqHBOm .card-text {
    margin-bottom: .75rem;
  }
  .cid-th7xhqHBOm .card-descr {
    right: 1rem;
  }
}
.cid-th7xhqHBOm .mbr-section-title {
  text-align: left;
}
.cid-tgPXyFWll9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tgPXyFWll9 .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tgPXyFWll9 .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tgPXyFWll9 .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tgPXyFWll9 .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-tgPXyFWll9 .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-tgPXyFWll9 .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tgPXyFWll9 .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tgPXyFWll9 .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-tgPXyFWll9 .card:nth-child(1) .circle_fill {
  background-color: #ed6c55;
}
.cid-tgPXyFWll9 .card:nth-child(2) .circle_fill {
  background-color: #4f8680;
}
.cid-tgPXyFWll9 .card:nth-child(3) .circle_fill {
  background-color: #ead381;
}
.cid-tgPXyFWll9 .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-tgPXyFWll9 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tgPXyFWll9 .card-title {
  margin-bottom: 3rem;
}
.cid-tgPXyFWll9 .card-text {
  margin-bottom: 1.5rem;
}
.cid-tgPXyFWll9 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tgPXyFWll9 .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-tgPXyFWll9 .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-tgPXyFWll9 .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #373c42;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-tgPXyFWll9 .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-tgPXyFWll9 .card-text {
    margin-bottom: 1rem;
  }
  .cid-tgPXyFWll9 .card-wrapper {
    padding: 0;
  }
  .cid-tgPXyFWll9 .card-box {
    padding: 2rem 0;
  }
  .cid-tgPXyFWll9 .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-tgPXyFWll9 .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-tgPXyFWll9 .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-tgPXyFWll9 .card-text,
.cid-tgPXyFWll9 .linkBtn {
  text-align: left;
}
.cid-tiKAVLQGZS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-tiKAVLQGZS .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tiKAVLQGZS .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tiKAVLQGZS .mbr-text {
  margin-bottom: 2rem;
}
.cid-tiKAVLQGZS .image-wrapper,
.cid-tiKAVLQGZS img {
  width: 100%;
}
.cid-tiKAVLQGZS .image-wrapper {
  overflow: hidden;
}
.cid-tiKAVLQGZS .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tiKAVLQGZS .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-tiKAVLQGZS .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tiKAVLQGZS .row {
    flex-direction: column-reverse;
  }
  .cid-tiKAVLQGZS .content_box,
  .cid-tiKAVLQGZS .mbr-text {
    padding: 0;
  }
  .cid-tiKAVLQGZS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tiKAVLQGZS .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-tiKAVLQGZS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tiKAVLQGZS .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-tiKCsgjNCd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tiKCsgjNCd .foot-menu {
  margin-bottom: 0;
}
.cid-tiKCsgjNCd ul {
  list-style: none;
  padding: 0;
}
.cid-tiKCsgjNCd li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-tiKCsgjNCd li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-tiKCsgjNCd ul li:last-child {
  padding-right: 0;
}
.cid-tiKCsgjNCd ul li:last-child:after {
  content: none;
}
.cid-tiKCsgjNCd .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-tiKCsgjNCd .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-tiKCsgjNCd .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-tgV1yNcgJH .navbar-dropdown {
  position: relative !important;
}
.cid-tgV1yNcgJH nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tgV1yNcgJH nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-tgV1yNcgJH .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-tgV1yNcgJH .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-tgV1yNcgJH .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-tgV1yNcgJH .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tgV1yNcgJH .contacts_menu {
    top: 25px;
  }
}
.cid-tgV1yNcgJH .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-tgV1yNcgJH .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-tgV1yNcgJH .nav-item {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tgV1yNcgJH .nav-item {
    margin: 0 !important;
  }
}
.cid-tgV1yNcgJH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgV1yNcgJH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tgV1yNcgJH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tgV1yNcgJH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tgV1yNcgJH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgV1yNcgJH .nav-link {
  position: relative;
}
.cid-tgV1yNcgJH .container {
  display: flex;
  margin: auto;
}
.cid-tgV1yNcgJH .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgV1yNcgJH .dropdown-menu,
.cid-tgV1yNcgJH .navbar.opened {
  background: #ead381 !important;
}
.cid-tgV1yNcgJH .nav-item:focus,
.cid-tgV1yNcgJH .nav-link:focus {
  outline: none;
}
.cid-tgV1yNcgJH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgV1yNcgJH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgV1yNcgJH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgV1yNcgJH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgV1yNcgJH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgV1yNcgJH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgV1yNcgJH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ead381;
}
.cid-tgV1yNcgJH .navbar.opened {
  transition: all 0.3s;
}
.cid-tgV1yNcgJH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgV1yNcgJH .navbar .navbar-logo img {
  width: auto;
}
.cid-tgV1yNcgJH .navbar .navbar-collapse {
  z-index: 1;
}
.cid-tgV1yNcgJH .navbar.collapsed {
  justify-content: center;
}
.cid-tgV1yNcgJH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgV1yNcgJH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgV1yNcgJH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tgV1yNcgJH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgV1yNcgJH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgV1yNcgJH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgV1yNcgJH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgV1yNcgJH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgV1yNcgJH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgV1yNcgJH .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-tgV1yNcgJH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgV1yNcgJH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgV1yNcgJH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgV1yNcgJH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgV1yNcgJH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgV1yNcgJH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgV1yNcgJH .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tgV1yNcgJH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tgV1yNcgJH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgV1yNcgJH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgV1yNcgJH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgV1yNcgJH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgV1yNcgJH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tgV1yNcgJH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgV1yNcgJH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgV1yNcgJH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgV1yNcgJH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgV1yNcgJH .dropdown-item.active,
.cid-tgV1yNcgJH .dropdown-item:active {
  background-color: transparent;
}
.cid-tgV1yNcgJH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgV1yNcgJH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgV1yNcgJH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgV1yNcgJH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ead381;
}
.cid-tgV1yNcgJH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgV1yNcgJH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgV1yNcgJH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-tgV1yNcgJH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgV1yNcgJH button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ed6c55;
  padding: 0;
  color: #ead381;
}
.cid-tgV1yNcgJH button.navbar-toggler:hover {
  background-color: rgba(237, 108, 85, 0.86);
}
.cid-tgV1yNcgJH button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-tgV1yNcgJH button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-tgV1yNcgJH button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-tgV1yNcgJH button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-tgV1yNcgJH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgV1yNcgJH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tgV1yNcgJH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgV1yNcgJH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgV1yNcgJH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgV1yNcgJH .navbar {
    height: 70px;
  }
  .cid-tgV1yNcgJH .navbar.opened {
    height: auto;
  }
  .cid-tgV1yNcgJH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
