.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff622e !important;
}
.bg-success {
  background-color: #30a6ab !important;
}
.bg-info {
  background-color: #ff622e !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff622e;
  border-color: #ff622e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-primary:hover {
  background-color: #fa3e00 !important;
  border-color: #fa3e00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff622e;
  border-color: #ff622e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-info:hover {
  background-color: #fa3e00 !important;
  border-color: #fa3e00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #30a6ab;
  border-color: #30a6ab;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
}
.btn-success:hover {
  background-color: #257f83 !important;
  border-color: #257f83 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff622e;
  color: #ff622e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff622e !important;
  border-color: #ff622e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff622e;
  color: #ff622e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff622e !important;
  border-color: #ff622e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #30a6ab;
  color: #30a6ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #30a6ab !important;
  border-color: #30a6ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ff622e !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #30a6ab !important;
}
.text-info {
  color: #ff622e !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c73200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1a595b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c73200 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff622e !important;
}
.alert-success {
  background-color: #30a6ab;
}
.alert-info {
  background-color: #ff622e;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff622e;
  border-color: #ff622e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ff622e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7fd7db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffbfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ff622e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff622e;
  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: #ff622e;
  border-bottom-color: #ff622e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff622e !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FvhI2Iwu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .title__block {
  padding: 50px 15px;
}
.cid-s2FvhI2Iwu .image {
  display: block;
  position: relative;
}
.cid-s2FvhI2Iwu .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-s2FvhI2Iwu .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(48, 166, 171, 0.98);
}
.cid-s2FvhI2Iwu .widget .widget__item:hover .mbr-iconfont {
  color: #ff622e;
}
.cid-s2FvhI2Iwu .widget .widget__item:nth-child(2) {
  background-color: rgba(182, 29, 80, 0.98);
}
.cid-s2FvhI2Iwu .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-s2FvhI2Iwu .widget .widget__text {
  margin: 5px 0;
}
.cid-s2FvhI2Iwu .mbr-section-btn {
  margin-top: 20px;
}
.cid-s2FvhI2Iwu .btn {
  margin-top: 0;
}
.cid-s2FvhI2Iwu .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-s2FvhI2Iwu .mbr-media {
  display: inline-block;
}
.cid-s2FvhI2Iwu .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-s2FvhI2Iwu .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-s2FvhI2Iwu .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-s2FvhI2Iwu .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2FvhI2Iwu .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-s2FvhI2Iwu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2FvhI2Iwu a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s2FvhI2Iwu a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2FvhI2Iwu .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-s2FvhI2Iwu .image {
    padding: 0;
  }
  .cid-s2FvhI2Iwu .container,
  .cid-s2FvhI2Iwu .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s2FvhI2Iwu .widget {
    margin-left: 0;
  }
  .cid-s2FvhI2Iwu .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-s2FvhI2Iwu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-s2FvhI2Iwu .image img {
    max-height: 400px;
  }
}
.cid-s2FvhI2Iwu .mbr-section-title,
.cid-s2FvhI2Iwu .mbr-figure {
  color: #ff622e;
}
.cid-rRNlkY4IDf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNlkY4IDf .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNlkY4IDf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNlkY4IDf .mbr-text {
  margin: 10px 0;
}
.cid-rRNlkY4IDf .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNlkY4IDf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNlkY4IDf .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRN6mVyGN6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRN6mVyGN6 .container > .row {
  background-color: #30a6ab;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rRN6mVyGN6 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ff622e;
}
.cid-rRN6mVyGN6 .border__radius {
  border: 1px solid rgba(182, 29, 80, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rRN6mVyGN6 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .bot {
    padding-bottom: 20px;
  }
}
.cid-rRN6mVyGN6 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rRN6mVyGN6 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rRN6mVyGN6 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-rRN6mVyGN6 .border__left {
  border-left: 1px solid rgba(182, 29, 80, 0.3);
}
.cid-rRN6mVyGN6 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRN6mVyGN6 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rRN6mVyGN6 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rRN6mVyGN6 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rRN6mVyGN6 .bot__title,
.cid-rRN6mVyGN6 .icons {
  text-align: center;
  color: #ffffff;
}
.cid-rRN6AT2slz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6AT2slz .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRN6AT2slz .image {
    margin-bottom: 30px;
  }
}
.cid-rRN6AT2slz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6AT2slz .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .wrap {
  width: 110px;
  height: 110px;
}
.cid-rRN6AT2slz .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRN6AT2slz ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-rRN6AT2slz path {
  stroke: #199bfc;
}
.cid-rRN6AT2slz .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-rRN6AT2slz .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRN6AT2slz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rRN6AT2slz .mbr-section-title {
  color: #283742;
}
.cid-rRN6AT2slz .mbr-text,
.cid-rRN6AT2slz .mbr-section-btn {
  color: #6a696c;
}
.cid-rRN6GpGJUi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRN6GpGJUi .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRN6GpGJUi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6GpGJUi .mbr-text {
  margin: 10px 0;
}
.cid-rRN6GpGJUi .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRN6GpGJUi .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRN6GpGJUi .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRN6EiXnPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRN6EiXnPa .content__block {
  padding: 30px 15px;
}
.cid-rRN6EiXnPa .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6EiXnPa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRN6EiXnPa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRN6EiXnPa .bottom__text {
  margin: 10px 0;
}
.cid-rRN6EiXnPa .btn {
  margin-top: 0;
}
.cid-rRN6EiXnPa .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-rRN6EiXnPa .image {
  width: 100%;
}
.cid-rRN6EiXnPa .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRN6EiXnPa .image {
    margin-bottom: 10px;
  }
  .cid-rRN6EiXnPa .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRN6EiXnPa .mbr-section-title {
  color: #283742;
}
.cid-rRN6EiXnPa .mbr-text,
.cid-rRN6EiXnPa .mbr-section-btn {
  color: #000000;
}
.cid-rRNumdZLFn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRNumdZLFn .counts__block {
  width: 100%;
}
.cid-rRNumdZLFn .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-rRNumdZLFn .mbr-iconfont {
  margin-right: 10px;
  color: #ff622e;
}
.cid-rRNumdZLFn .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-rRNumdZLFn .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-rRNumdZLFn .wrap {
  margin-bottom: 30px;
}
.cid-rRNumdZLFn .wrap:last-child {
  margin-bottom: 0;
}
.cid-rRNumdZLFn .title__block {
  text-align: center;
  color: #283742;
}
.cid-rRNmMeTXyB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNmMeTXyB .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNmMeTXyB .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNmMeTXyB .mbr-text {
  margin: 10px 0;
}
.cid-rRNmMeTXyB .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNmMeTXyB .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNmMeTXyB .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRN6U2ft1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRN6U2ft1p .wrap {
  padding: 80px 15px;
}
.cid-rRN6U2ft1p .image {
  display: flex;
  justify-content: flex-start;
  height1: 700px;
}
.cid-rRN6U2ft1p .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rRN6U2ft1p .carousel {
  padding: 0;
}
.cid-rRN6U2ft1p .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6U2ft1p .carousel-item {
  margin-top: 30px;
}
.cid-rRN6U2ft1p .carousel-controls {
  transform: translateY(90px);
}
.cid-rRN6U2ft1p .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ff622e;
  background: rgba(40, 55, 66, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6U2ft1p .carousel-controls a:hover span {
  background: rgba(40, 55, 66, 0.1);
}
.cid-rRN6U2ft1p .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6U2ft1p .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6U2ft1p .user {
  border-radius: 3px;
}
.cid-rRN6U2ft1p .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRN6U2ft1p .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-rRN6U2ft1p .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRN6U2ft1p .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRN6U2ft1p .carousel-control-prev {
    left: 76%;
  }
  .cid-rRN6U2ft1p .carousel-control-next {
    left: 85%;
  }
  .cid-rRN6U2ft1p .wrap {
    padding: 30px 15px;
  }
  .cid-rRN6U2ft1p .image {
    height: auto;
  }
  .cid-rRN6U2ft1p .image img {
    width: 100%;
  }
  .cid-rRN6U2ft1p .user {
    padding-bottom: 45px;
  }
  .cid-rRN6U2ft1p .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-rRN6U2ft1p .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-rRN6U2ft1p .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-rRN6U2ft1p .carousel-control-prev {
    left: 61%;
  }
  .cid-rRN6U2ft1p .carousel-control-next {
    left: 78%;
  }
}
.cid-rRN6U2ft1p .mbr-section-title {
  color: #283742;
}
.cid-rRN6U2ft1p .user_text,
.cid-rRN6U2ft1p .user_image {
  color: #6a696c;
}
.cid-rRN6U2ft1p .user_desk {
  color: #283742;
}
.cid-rRN6U2ft1p .user_name {
  color: #283742;
}
.cid-rRN6U2ft1p .user_prof {
  color: #6a696c;
}
@media (min-width: 576px) {
  .cid-rRN6U2ft1p .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-rRN6U2ft1p .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rRN6U2ft1p .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1540px;
  }
}
@media (min-width: 1700px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1640px;
  }
}
@media (min-width: 1800px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1740px;
  }
}
@media (min-width: 1900px) {
  .cid-rRN6U2ft1p .container {
    max-width: 1840px;
  }
}
.cid-rRN6VJGPYe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6VJGPYe .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-rRN6VJGPYe .wrap {
  margin-top: 20px;
}
.cid-rRN6VJGPYe .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-rRN6VJGPYe .wrap__card {
    padding: 10px;
  }
}
.cid-rRN6VJGPYe .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-rRN6VJGPYe .item2 {
  color: #ffffff;
  background-color: #30a6ab;
}
.cid-rRN6VJGPYe .item3 {
  color: #ffffff;
  background-color: #ff622e;
}
.cid-rRN6VJGPYe .card__title {
  margin: 0px 0px 10px;
}
.cid-rRN6VJGPYe .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-rRN6VJGPYe .mbr-text,
.cid-rRN6VJGPYe .mbr-section-btn,
.cid-rRN6VJGPYe .price__list_check {
  margin-top: 25px;
}
.cid-rRN6VJGPYe .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rRN6VJGPYe .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-rRN6VJGPYe .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRN6VJGPYe .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-rRN6VJGPYe .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRN6VJGPYe .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-rRN6VJGPYe .footnote {
    margin-bottom: 30px;
  }
}
.cid-rRN6VJGPYe .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-rRN6VJGPYe .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-rRN6VJGPYe .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-rRN6VJGPYe .mbr-section-title {
  color: #283742;
}
.cid-rRNm7zsYKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRNm7zsYKe .mbr-text {
  margin-bottom: 20px;
}
.cid-rRNm7zsYKe .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRNm7zsYKe .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRNm7zsYKe .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-rRNm7zsYKe .contact__wrap {
  padding-bottom: 40px;
}
.cid-rRNm7zsYKe .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rRNm7zsYKe .contact__wrap,
  .cid-rRNm7zsYKe .title__block {
    padding-bottom: 30px;
  }
}
.cid-rRNm7zsYKe .mbr-section-title,
.cid-rRNm7zsYKe .mbr-section-btn {
  color: #283742;
}
.cid-rRNm7zsYKe .contact__title {
  color: #283742;
}
.cid-rRNm7zsYKe .contact__text {
  color: #6a696c;
}
.cid-rRN6Ven9k4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRN6Ven9k4 .title__wrap {
  margin-bottom: 30px;
}
.cid-rRN6Ven9k4 .title__block {
  margin-bottom: 10px;
}
.cid-rRN6Ven9k4 .mbr-section-title {
  margin-bottom: 0;
  color: #283742;
}
.cid-rRN6Ven9k4 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6Ven9k4 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRN6Ven9k4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRN6Ven9k4 .mbr-section-btn .btn-secondary-outline:hover {
  color: #ff622e !important;
}
.cid-rRN6Ven9k4 .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-rRN6Ven9k4 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRN6Ven9k4 .image:hover .text__block {
  transform: translateY(0);
}
.cid-rRN6Ven9k4 .image:hover .social__wrap {
  opacity: 1;
}
.cid-rRN6Ven9k4 .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRN6Ven9k4 .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6Ven9k4 .text__title,
.cid-rRN6Ven9k4 .text__descr {
  margin-bottom: 0;
}
.cid-rRN6Ven9k4 .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6Ven9k4 .icons {
  display: inline-block;
}
.cid-rRN6Ven9k4 .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRN6Ven9k4 .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #ff622e !important;
}
.cid-rRN6Ven9k4 .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6Ven9k4 .social__wrap .border__radius span:hover {
  color: #ff622e !important;
}
@media (max-width: 575px) {
  .cid-rRN6Ven9k4 .buttons {
    justify-content: flex-start;
  }
}
.cid-rRNlLM55qh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNlLM55qh .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNlLM55qh .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNlLM55qh .mbr-text {
  margin: 10px 0;
}
.cid-rRNlLM55qh .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNlLM55qh .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNlLM55qh .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRO2jZbHBk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRO2jZbHBk .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRO2jZbHBk .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2jZbHBk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2jZbHBk .title__address {
  margin-bottom: 20px;
}
.cid-rRO2jZbHBk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2jZbHBk .privacy {
    text-align: left;
  }
}
.cid-rRO2jZbHBk .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-rRO2jZbHBk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2jZbHBk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-rRO2jZbHBk .input-group-btn {
  padding-left: 0;
}
.cid-rRO2jZbHBk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRO2jZbHBk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2jZbHBk .mbr-form .btn {
  margin: 0;
}
.cid-rRO2jZbHBk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2jZbHBk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2jZbHBk .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2jZbHBk .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-rRO2jZbHBk .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-rRO2jZbHBk .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rRO2jZbHBk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rRO2jZbHBk .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-rRO2jZbHBk .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-rRO2jZbHBk .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-rRO2jZbHBk .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-rRO2jZbHBk .container {
    max-width: 1540px;
  }
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #ff622e !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #ff622e !important;
}
.is-builder .cid-s2FuKi0lWv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sORI21rncJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sORI21rncJ .title__block {
  padding: 50px 15px;
}
.cid-sORI21rncJ .image {
  display: block;
  position: relative;
}
.cid-sORI21rncJ .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-sORI21rncJ .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sORI21rncJ .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(48, 166, 171, 0.98);
}
.cid-sORI21rncJ .widget .widget__item:hover .mbr-iconfont {
  color: #ff622e;
}
.cid-sORI21rncJ .widget .widget__item:nth-child(2) {
  background-color: rgba(182, 29, 80, 0.98);
}
.cid-sORI21rncJ .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sORI21rncJ .widget .widget__text {
  margin: 5px 0;
}
.cid-sORI21rncJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-sORI21rncJ .btn {
  margin-top: 0;
}
.cid-sORI21rncJ .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sORI21rncJ .mbr-media {
  display: inline-block;
}
.cid-sORI21rncJ .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sORI21rncJ .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sORI21rncJ .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sORI21rncJ .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sORI21rncJ .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sORI21rncJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sORI21rncJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sORI21rncJ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sORI21rncJ a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sORI21rncJ a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sORI21rncJ .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sORI21rncJ .image {
    padding: 0;
  }
  .cid-sORI21rncJ .container,
  .cid-sORI21rncJ .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sORI21rncJ .widget {
    margin-left: 0;
  }
  .cid-sORI21rncJ .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sORI21rncJ a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sORI21rncJ .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sORI21rncJ .image img {
    max-height: 400px;
  }
}
.cid-sORI21rncJ .mbr-section-title,
.cid-sORI21rncJ .mbr-figure {
  color: #ff622e;
}
.cid-sORI22b9nf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sORI22b9nf .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sORI22b9nf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sORI22b9nf .mbr-text {
  margin: 10px 0;
}
.cid-sORI22b9nf .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sORI22b9nf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sORI22b9nf .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sORI22zeWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #30a6ab;
}
.cid-sORI22zeWf .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ff622e;
}
.cid-sORI22zeWf .border__radius {
  border: 4px solid rgba(255, 98, 46, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sORI22zeWf .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-sORI22zeWf .bot {
    padding-bottom: 20px;
  }
}
.cid-sORI22zeWf .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-sORI22zeWf .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-sORI22zeWf .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-sORI22zeWf .border__left {
  border-left: 1px solid rgba(255, 98, 46, 0.3);
}
.cid-sORI22zeWf .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-sORI22zeWf .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-sORI22zeWf .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-sORI22zeWf .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-sORI22zeWf .bot__title,
.cid-sORI22zeWf .icons {
  text-align: center;
  color: #ffffff;
}
.cid-sORI23cYT3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sORI23cYT3 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sORI23cYT3 .image {
    margin-bottom: 30px;
  }
}
.cid-sORI23cYT3 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sORI23cYT3 .mbr-text {
  margin-bottom: 30px;
}
.cid-sORI23cYT3 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sORI23cYT3 .wrap {
  width: 110px;
  height: 110px;
}
.cid-sORI23cYT3 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sORI23cYT3 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sORI23cYT3 path {
  stroke: #199bfc;
}
.cid-sORI23cYT3 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-sORI23cYT3 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sORI23cYT3 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sORI23cYT3 .mbr-section-title {
  color: #283742;
}
.cid-sORI23cYT3 .mbr-text,
.cid-sORI23cYT3 .mbr-section-btn {
  color: #6a696c;
}
.cid-sORI23xXdr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sORI23xXdr .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sORI23xXdr .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sORI23xXdr .mbr-text {
  margin: 10px 0;
}
.cid-sORI23xXdr .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sORI23xXdr .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sORI23xXdr .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sORI23Rv1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sORI23Rv1u .content__block {
  padding: 30px 15px;
}
.cid-sORI23Rv1u .mbr-text {
  margin-bottom: 30px;
}
.cid-sORI23Rv1u .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sORI23Rv1u .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sORI23Rv1u .bottom__text {
  margin: 10px 0;
}
.cid-sORI23Rv1u .btn {
  margin-top: 0;
}
.cid-sORI23Rv1u .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sORI23Rv1u .image {
  width: 100%;
}
.cid-sORI23Rv1u .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sORI23Rv1u .image {
    margin-bottom: 10px;
  }
  .cid-sORI23Rv1u .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sORI23Rv1u .mbr-section-title {
  color: #283742;
}
.cid-sORI23Rv1u .mbr-text,
.cid-sORI23Rv1u .mbr-section-btn {
  color: #ff622e;
}
.cid-sOSd9NYdwk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOSd9NYdwk .content__block {
  padding: 30px 15px;
}
.cid-sOSd9NYdwk .mbr-text {
  margin-bottom: 30px;
}
.cid-sOSd9NYdwk .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOSd9NYdwk .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOSd9NYdwk .bottom__text {
  margin: 10px 0;
}
.cid-sOSd9NYdwk .btn {
  margin-top: 0;
}
.cid-sOSd9NYdwk .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOSd9NYdwk .image {
  width: 100%;
}
.cid-sOSd9NYdwk .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOSd9NYdwk .image {
    margin-bottom: 10px;
  }
  .cid-sOSd9NYdwk .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOSd9NYdwk .mbr-section-title {
  color: #283742;
}
.cid-sOSd9NYdwk .mbr-text,
.cid-sOSd9NYdwk .mbr-section-btn {
  color: #ff622e;
}
.cid-sOSdL14Dm3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOSdL14Dm3 .content__block {
  padding: 30px 15px;
}
.cid-sOSdL14Dm3 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOSdL14Dm3 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOSdL14Dm3 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOSdL14Dm3 .bottom__text {
  margin: 10px 0;
}
.cid-sOSdL14Dm3 .btn {
  margin-top: 0;
}
.cid-sOSdL14Dm3 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOSdL14Dm3 .image {
  width: 100%;
}
.cid-sOSdL14Dm3 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOSdL14Dm3 .image {
    margin-bottom: 10px;
  }
  .cid-sOSdL14Dm3 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOSdL14Dm3 .mbr-section-title {
  color: #283742;
}
.cid-sOSdL14Dm3 .mbr-text,
.cid-sOSdL14Dm3 .mbr-section-btn {
  color: #ff622e;
}
.cid-sOSdL14Dm3 H2 {
  color: #ff622e;
}
.cid-sOSeDYa2Cs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOSeDYa2Cs .content__block {
  padding: 30px 15px;
}
.cid-sOSeDYa2Cs .mbr-text {
  margin-bottom: 30px;
}
.cid-sOSeDYa2Cs .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOSeDYa2Cs .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOSeDYa2Cs .bottom__text {
  margin: 10px 0;
}
.cid-sOSeDYa2Cs .btn {
  margin-top: 0;
}
.cid-sOSeDYa2Cs .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOSeDYa2Cs .image {
  width: 100%;
}
.cid-sOSeDYa2Cs .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOSeDYa2Cs .image {
    margin-bottom: 10px;
  }
  .cid-sOSeDYa2Cs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOSeDYa2Cs .mbr-section-title {
  color: #283742;
}
.cid-sOSeDYa2Cs .mbr-text,
.cid-sOSeDYa2Cs .mbr-section-btn {
  color: #000000;
}
.cid-sOSgqTTBAP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOSgqTTBAP .content__block {
  padding: 30px 15px;
}
.cid-sOSgqTTBAP .mbr-text {
  margin-bottom: 30px;
}
.cid-sOSgqTTBAP .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOSgqTTBAP .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOSgqTTBAP .bottom__text {
  margin: 10px 0;
}
.cid-sOSgqTTBAP .btn {
  margin-top: 0;
}
.cid-sOSgqTTBAP .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOSgqTTBAP .image {
  width: 100%;
}
.cid-sOSgqTTBAP .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOSgqTTBAP .image {
    margin-bottom: 10px;
  }
  .cid-sOSgqTTBAP .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOSgqTTBAP .mbr-section-title {
  color: #283742;
}
.cid-sOSgqTTBAP .mbr-text,
.cid-sOSgqTTBAP .mbr-section-btn {
  color: #ff622e;
}
.cid-sOSgqTTBAP H2 {
  color: #ff622e;
}
.cid-sOSgVNZL1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOSgVNZL1G .content__block {
  padding: 30px 15px;
}
.cid-sOSgVNZL1G .mbr-text {
  margin-bottom: 30px;
}
.cid-sOSgVNZL1G .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOSgVNZL1G .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOSgVNZL1G .bottom__text {
  margin: 10px 0;
}
.cid-sOSgVNZL1G .btn {
  margin-top: 0;
}
.cid-sOSgVNZL1G .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOSgVNZL1G .image {
  width: 100%;
}
.cid-sOSgVNZL1G .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOSgVNZL1G .image {
    margin-bottom: 10px;
  }
  .cid-sOSgVNZL1G .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOSgVNZL1G .mbr-section-title {
  color: #283742;
}
.cid-sOSgVNZL1G .mbr-text,
.cid-sOSgVNZL1G .mbr-section-btn {
  color: #000000;
}
.cid-sOWZa366tR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOWZa366tR .content__block {
  padding: 30px 15px;
}
.cid-sOWZa366tR .mbr-text {
  margin-bottom: 30px;
}
.cid-sOWZa366tR .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOWZa366tR .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOWZa366tR .bottom__text {
  margin: 10px 0;
}
.cid-sOWZa366tR .btn {
  margin-top: 0;
}
.cid-sOWZa366tR .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOWZa366tR .image {
  width: 100%;
}
.cid-sOWZa366tR .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOWZa366tR .image {
    margin-bottom: 10px;
  }
  .cid-sOWZa366tR .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOWZa366tR .mbr-section-title {
  color: #283742;
}
.cid-sOWZa366tR .mbr-text,
.cid-sOWZa366tR .mbr-section-btn {
  color: #ff622e;
}
.cid-sOWZa366tR H2 {
  color: #ff622e;
}
.cid-sOWZJx4cro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOWZJx4cro .content__block {
  padding: 30px 15px;
}
.cid-sOWZJx4cro .mbr-text {
  margin-bottom: 30px;
}
.cid-sOWZJx4cro .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOWZJx4cro .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOWZJx4cro .bottom__text {
  margin: 10px 0;
}
.cid-sOWZJx4cro .btn {
  margin-top: 0;
}
.cid-sOWZJx4cro .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOWZJx4cro .image {
  width: 100%;
}
.cid-sOWZJx4cro .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOWZJx4cro .image {
    margin-bottom: 10px;
  }
  .cid-sOWZJx4cro .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOWZJx4cro .mbr-section-title {
  color: #283742;
}
.cid-sOWZJx4cro .mbr-text,
.cid-sOWZJx4cro .mbr-section-btn {
  color: #000000;
}
.cid-sOX6B8xXIb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOX6B8xXIb .content__block {
  padding: 30px 15px;
}
.cid-sOX6B8xXIb .mbr-text {
  margin-bottom: 30px;
}
.cid-sOX6B8xXIb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOX6B8xXIb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOX6B8xXIb .bottom__text {
  margin: 10px 0;
}
.cid-sOX6B8xXIb .btn {
  margin-top: 0;
}
.cid-sOX6B8xXIb .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOX6B8xXIb .image {
  width: 100%;
}
.cid-sOX6B8xXIb .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOX6B8xXIb .image {
    margin-bottom: 10px;
  }
  .cid-sOX6B8xXIb .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOX6B8xXIb .mbr-section-title {
  color: #283742;
}
.cid-sOX6B8xXIb .mbr-text,
.cid-sOX6B8xXIb .mbr-section-btn {
  color: #ff622e;
}
.cid-sOX6B8xXIb H2 {
  color: #ff622e;
}
.cid-sOX76rbtwt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOX76rbtwt .content__block {
  padding: 30px 15px;
}
.cid-sOX76rbtwt .mbr-text {
  margin-bottom: 30px;
}
.cid-sOX76rbtwt .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOX76rbtwt .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOX76rbtwt .bottom__text {
  margin: 10px 0;
}
.cid-sOX76rbtwt .btn {
  margin-top: 0;
}
.cid-sOX76rbtwt .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOX76rbtwt .image {
  width: 100%;
}
.cid-sOX76rbtwt .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOX76rbtwt .image {
    margin-bottom: 10px;
  }
  .cid-sOX76rbtwt .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOX76rbtwt .mbr-section-title {
  color: #283742;
}
.cid-sOX76rbtwt .mbr-text,
.cid-sOX76rbtwt .mbr-section-btn {
  color: #000000;
}
.cid-sOXa6YTt4C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXa6YTt4C .content__block {
  padding: 30px 15px;
}
.cid-sOXa6YTt4C .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXa6YTt4C .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXa6YTt4C .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXa6YTt4C .bottom__text {
  margin: 10px 0;
}
.cid-sOXa6YTt4C .btn {
  margin-top: 0;
}
.cid-sOXa6YTt4C .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXa6YTt4C .image {
  width: 100%;
}
.cid-sOXa6YTt4C .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXa6YTt4C .image {
    margin-bottom: 10px;
  }
  .cid-sOXa6YTt4C .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXa6YTt4C .mbr-section-title {
  color: #283742;
}
.cid-sOXa6YTt4C .mbr-text,
.cid-sOXa6YTt4C .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXa6YTt4C H2 {
  color: #ff622e;
}
.cid-sOXa9IbvEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXa9IbvEi .content__block {
  padding: 30px 15px;
}
.cid-sOXa9IbvEi .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXa9IbvEi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXa9IbvEi .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXa9IbvEi .bottom__text {
  margin: 10px 0;
}
.cid-sOXa9IbvEi .btn {
  margin-top: 0;
}
.cid-sOXa9IbvEi .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXa9IbvEi .image {
  width: 100%;
}
.cid-sOXa9IbvEi .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXa9IbvEi .image {
    margin-bottom: 10px;
  }
  .cid-sOXa9IbvEi .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXa9IbvEi .mbr-section-title {
  color: #283742;
}
.cid-sOXa9IbvEi .mbr-text,
.cid-sOXa9IbvEi .mbr-section-btn {
  color: #000000;
}
.cid-sOXbruAAlo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbruAAlo .content__block {
  padding: 30px 15px;
}
.cid-sOXbruAAlo .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbruAAlo .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbruAAlo .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbruAAlo .bottom__text {
  margin: 10px 0;
}
.cid-sOXbruAAlo .btn {
  margin-top: 0;
}
.cid-sOXbruAAlo .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbruAAlo .image {
  width: 100%;
}
.cid-sOXbruAAlo .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbruAAlo .image {
    margin-bottom: 10px;
  }
  .cid-sOXbruAAlo .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbruAAlo .mbr-section-title {
  color: #283742;
}
.cid-sOXbruAAlo .mbr-text,
.cid-sOXbruAAlo .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXbruAAlo H2 {
  color: #ff622e;
}
.cid-sOXbssjMU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbssjMU2 .content__block {
  padding: 30px 15px;
}
.cid-sOXbssjMU2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbssjMU2 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbssjMU2 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbssjMU2 .bottom__text {
  margin: 10px 0;
}
.cid-sOXbssjMU2 .btn {
  margin-top: 0;
}
.cid-sOXbssjMU2 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbssjMU2 .image {
  width: 100%;
}
.cid-sOXbssjMU2 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbssjMU2 .image {
    margin-bottom: 10px;
  }
  .cid-sOXbssjMU2 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbssjMU2 .mbr-section-title {
  color: #283742;
}
.cid-sOXbssjMU2 .mbr-text,
.cid-sOXbssjMU2 .mbr-section-btn {
  color: #000000;
}
.cid-sOXbu6kxEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbu6kxEi .content__block {
  padding: 30px 15px;
}
.cid-sOXbu6kxEi .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbu6kxEi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbu6kxEi .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbu6kxEi .bottom__text {
  margin: 10px 0;
}
.cid-sOXbu6kxEi .btn {
  margin-top: 0;
}
.cid-sOXbu6kxEi .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbu6kxEi .image {
  width: 100%;
}
.cid-sOXbu6kxEi .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbu6kxEi .image {
    margin-bottom: 10px;
  }
  .cid-sOXbu6kxEi .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbu6kxEi .mbr-section-title {
  color: #283742;
}
.cid-sOXbu6kxEi .mbr-text,
.cid-sOXbu6kxEi .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXbu6kxEi H2 {
  color: #ff622e;
}
.cid-sOXbuQo0B0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbuQo0B0 .content__block {
  padding: 30px 15px;
}
.cid-sOXbuQo0B0 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbuQo0B0 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbuQo0B0 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbuQo0B0 .bottom__text {
  margin: 10px 0;
}
.cid-sOXbuQo0B0 .btn {
  margin-top: 0;
}
.cid-sOXbuQo0B0 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbuQo0B0 .image {
  width: 100%;
}
.cid-sOXbuQo0B0 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbuQo0B0 .image {
    margin-bottom: 10px;
  }
  .cid-sOXbuQo0B0 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbuQo0B0 .mbr-section-title {
  color: #283742;
}
.cid-sOXbuQo0B0 .mbr-text,
.cid-sOXbuQo0B0 .mbr-section-btn {
  color: #000000;
}
.cid-sOXbvLk1RV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbvLk1RV .content__block {
  padding: 30px 15px;
}
.cid-sOXbvLk1RV .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbvLk1RV .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbvLk1RV .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbvLk1RV .bottom__text {
  margin: 10px 0;
}
.cid-sOXbvLk1RV .btn {
  margin-top: 0;
}
.cid-sOXbvLk1RV .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbvLk1RV .image {
  width: 100%;
}
.cid-sOXbvLk1RV .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbvLk1RV .image {
    margin-bottom: 10px;
  }
  .cid-sOXbvLk1RV .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbvLk1RV .mbr-section-title {
  color: #283742;
}
.cid-sOXbvLk1RV .mbr-text,
.cid-sOXbvLk1RV .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXbvLk1RV H2 {
  color: #ff622e;
}
.cid-sOXbwjNw9B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXbwjNw9B .content__block {
  padding: 30px 15px;
}
.cid-sOXbwjNw9B .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXbwjNw9B .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXbwjNw9B .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXbwjNw9B .bottom__text {
  margin: 10px 0;
}
.cid-sOXbwjNw9B .btn {
  margin-top: 0;
}
.cid-sOXbwjNw9B .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXbwjNw9B .image {
  width: 100%;
}
.cid-sOXbwjNw9B .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXbwjNw9B .image {
    margin-bottom: 10px;
  }
  .cid-sOXbwjNw9B .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXbwjNw9B .mbr-section-title {
  color: #283742;
}
.cid-sOXbwjNw9B .mbr-text,
.cid-sOXbwjNw9B .mbr-section-btn {
  color: #000000;
}
.cid-sOXmTMrA0j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXmTMrA0j .content__block {
  padding: 30px 15px;
}
.cid-sOXmTMrA0j .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXmTMrA0j .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXmTMrA0j .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXmTMrA0j .bottom__text {
  margin: 10px 0;
}
.cid-sOXmTMrA0j .btn {
  margin-top: 0;
}
.cid-sOXmTMrA0j .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXmTMrA0j .image {
  width: 100%;
}
.cid-sOXmTMrA0j .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXmTMrA0j .image {
    margin-bottom: 10px;
  }
  .cid-sOXmTMrA0j .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXmTMrA0j .mbr-section-title {
  color: #283742;
}
.cid-sOXmTMrA0j .mbr-text,
.cid-sOXmTMrA0j .mbr-section-btn {
  color: #000000;
}
.cid-sORI261mK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sORI261mK7 .mbr-text {
  margin-bottom: 20px;
}
.cid-sORI261mK7 .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sORI261mK7 .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sORI261mK7 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-sORI261mK7 .contact__wrap {
  padding-bottom: 40px;
}
.cid-sORI261mK7 .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sORI261mK7 .contact__wrap,
  .cid-sORI261mK7 .title__block {
    padding-bottom: 30px;
  }
}
.cid-sORI261mK7 .mbr-section-title,
.cid-sORI261mK7 .mbr-section-btn {
  color: #283742;
}
.cid-sORI261mK7 .contact__title {
  color: #283742;
}
.cid-sORI261mK7 .contact__text {
  color: #6a696c;
}
.cid-sORI27yHdp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sORI27yHdp .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-sORI27yHdp .footer__content {
  margin-bottom: 30px;
}
.cid-sORI27yHdp .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sORI27yHdp .title__address {
  margin-bottom: 20px;
}
.cid-sORI27yHdp .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sORI27yHdp .privacy {
    text-align: left;
  }
}
.cid-sORI27yHdp .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-sORI27yHdp .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sORI27yHdp .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-sORI27yHdp .input-group-btn {
  padding-left: 0;
}
.cid-sORI27yHdp .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sORI27yHdp .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sORI27yHdp .mbr-form .btn {
  margin: 0;
}
.cid-sORI27yHdp input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sORI27yHdp input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sORI27yHdp .wrap {
    padding-bottom: 25px;
  }
  .cid-sORI27yHdp .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-sORI27yHdp .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sORI27yHdp .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sORI27yHdp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sORI27yHdp .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-sORI27yHdp .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-sORI27yHdp .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-sORI27yHdp .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-sORI27yHdp .container {
    max-width: 1540px;
  }
}
@media all and (max-width: 1024px) {
  #custom-html-35 .oculto {
    visibility: hidden;
    height: 1px;
    width: 1px;
    display: none;
  }
}
#custom-html-35 #DtPs {
  position: relative;
  width: 100%;
  height: auto;
  background-position: top;
  background-repeat: repeat-y;
  z-index: 9998;
  text-decoration: none;
  color: #626363;
  font-weight: 300;
}
#custom-html-35 #DtPs-c {
  width: 100%;
  z-index: 9998;
  position: relative;
  color: aliceblue;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.8em;
}
#custom-html-35 #DtPs a {
  color: #626363;
}
#custom-html-35 #DtPs-c a {
  color: #626363;
}
#custom-html-35 #DtPs-1 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-35 #DtPs-2 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-35 #DtPs-3 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-35 #DtPs-4 {
  width: 50%;
  padding-left: 2em;
  float: left;
}
#custom-html-35 #DtPs-5 {
  width: 50%;
  padding-left: 2em;
  float: right;
}
#custom-html-35 #DtPs-4 ul a {
  color: #626363;
}
#custom-html-35 #DtPs-5 ul a {
  color: #626363;
}
.cid-sORI284BNx {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sORI284BNx .nav-item,
.cid-sORI284BNx .nav-link,
.cid-sORI284BNx .navbar-caption {
  font-weight: normal;
}
.cid-sORI284BNx .navbar-nav {
  counter-reset: number;
}
.cid-sORI284BNx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sORI284BNx .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sORI284BNx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sORI284BNx .btn {
    white-space: nowrap;
  }
  .cid-sORI284BNx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sORI284BNx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sORI284BNx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sORI284BNx .dropdown-toggle::after,
  .cid-sORI284BNx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sORI284BNx .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sORI284BNx .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sORI284BNx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sORI284BNx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sORI284BNx .dropdown-menu .dropdown-item:hover {
  color: #ff622e !important;
  background-color: #fafafa;
}
.cid-sORI284BNx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sORI284BNx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sORI284BNx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sORI284BNx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sORI284BNx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sORI284BNx .nav-item:focus,
.cid-sORI284BNx .nav-link:focus {
  outline: none;
}
.cid-sORI284BNx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sORI284BNx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sORI284BNx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sORI284BNx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sORI284BNx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sORI284BNx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sORI284BNx ul.navbar-nav li {
  margin: auto;
}
.cid-sORI284BNx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sORI284BNx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sORI284BNx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sORI284BNx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sORI284BNx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sORI284BNx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sORI284BNx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sORI284BNx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sORI284BNx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sORI284BNx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sORI284BNx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sORI284BNx .navbar .container-fluid,
  .cid-sORI284BNx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sORI284BNx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sORI284BNx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sORI284BNx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sORI284BNx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sORI284BNx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sORI284BNx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sORI284BNx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sORI284BNx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sORI284BNx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sORI284BNx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sORI284BNx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sORI284BNx .dropdown-item.active,
.cid-sORI284BNx .dropdown-item:active {
  background-color: transparent;
}
.cid-sORI284BNx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sORI284BNx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sORI284BNx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sORI284BNx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sORI284BNx .navbar-buttons {
  text-align: center;
}
.cid-sORI284BNx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sORI284BNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sORI284BNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sORI284BNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sORI284BNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sORI284BNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sORI284BNx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sORI284BNx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sORI284BNx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sORI284BNx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sORI284BNx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sORI284BNx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sORI284BNx a.nav-link:hover {
  color: #ff622e !important;
}
.is-builder .cid-sORI284BNx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sORI284BNx .navbar {
    height: 77px;
  }
  .cid-sORI284BNx .navbar.opened {
    height: auto;
  }
  .cid-sORI284BNx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOXvqE6swS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sOXvqE6swS .title__block {
  padding: 50px 15px;
}
.cid-sOXvqE6swS .image {
  display: block;
  position: relative;
}
.cid-sOXvqE6swS .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-sOXvqE6swS .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sOXvqE6swS .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(48, 166, 171, 0.98);
}
.cid-sOXvqE6swS .widget .widget__item:hover .mbr-iconfont {
  color: #ff622e;
}
.cid-sOXvqE6swS .widget .widget__item:nth-child(2) {
  background-color: rgba(182, 29, 80, 0.98);
}
.cid-sOXvqE6swS .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sOXvqE6swS .widget .widget__text {
  margin: 5px 0;
}
.cid-sOXvqE6swS .mbr-section-btn {
  margin-top: 20px;
}
.cid-sOXvqE6swS .btn {
  margin-top: 0;
}
.cid-sOXvqE6swS .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sOXvqE6swS .mbr-media {
  display: inline-block;
}
.cid-sOXvqE6swS .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sOXvqE6swS .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sOXvqE6swS .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sOXvqE6swS .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sOXvqE6swS .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sOXvqE6swS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sOXvqE6swS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOXvqE6swS .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOXvqE6swS a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sOXvqE6swS a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sOXvqE6swS .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sOXvqE6swS .image {
    padding: 0;
  }
  .cid-sOXvqE6swS .container,
  .cid-sOXvqE6swS .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sOXvqE6swS .widget {
    margin-left: 0;
  }
  .cid-sOXvqE6swS .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sOXvqE6swS a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sOXvqE6swS .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sOXvqE6swS .image img {
    max-height: 400px;
  }
}
.cid-sOXvqE6swS .mbr-section-title,
.cid-sOXvqE6swS .mbr-figure {
  color: #ff622e;
}
.cid-sOXvqEUbNg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOXvqEUbNg .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sOXvqEUbNg .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sOXvqEUbNg .mbr-text {
  margin: 10px 0;
}
.cid-sOXvqEUbNg .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sOXvqEUbNg .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sOXvqEUbNg .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sOXvqFmlLQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #30a6ab;
}
.cid-sOXvqFmlLQ .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ff622e;
}
.cid-sOXvqFmlLQ .border__radius {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sOXvqFmlLQ .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-sOXvqFmlLQ .bot {
    padding-bottom: 20px;
  }
}
.cid-sOXvqFmlLQ .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-sOXvqFmlLQ .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-sOXvqFmlLQ .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-sOXvqFmlLQ .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-sOXvqFmlLQ .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-sOXvqFmlLQ .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-sOXvqFmlLQ .bot:nth-child(1) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-sOXvqFmlLQ .bot__title,
.cid-sOXvqFmlLQ .icons {
  text-align: center;
  color: #ffffff;
}
.cid-sOXvqFMXhn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqFMXhn .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sOXvqFMXhn .image {
    margin-bottom: 30px;
  }
}
.cid-sOXvqFMXhn .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sOXvqFMXhn .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqFMXhn .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sOXvqFMXhn .wrap {
  width: 110px;
  height: 110px;
}
.cid-sOXvqFMXhn .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sOXvqFMXhn ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sOXvqFMXhn path {
  stroke: #199bfc;
}
.cid-sOXvqFMXhn .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-sOXvqFMXhn .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sOXvqFMXhn .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sOXvqFMXhn .mbr-section-title {
  color: #283742;
}
.cid-sOXvqFMXhn .mbr-text,
.cid-sOXvqFMXhn .mbr-section-btn {
  color: #6a696c;
}
.cid-sOY5PvUC4Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOY5PvUC4Y .content__block {
  padding: 30px 15px;
}
.cid-sOY5PvUC4Y .mbr-text {
  margin-bottom: 30px;
}
.cid-sOY5PvUC4Y .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOY5PvUC4Y .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOY5PvUC4Y .bottom__text {
  margin: 10px 0;
}
.cid-sOY5PvUC4Y .btn {
  margin-top: 0;
}
.cid-sOY5PvUC4Y .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOY5PvUC4Y .image {
  width: 100%;
}
.cid-sOY5PvUC4Y .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOY5PvUC4Y .image {
    margin-bottom: 10px;
  }
  .cid-sOY5PvUC4Y .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOY5PvUC4Y .mbr-section-title {
  color: #283742;
}
.cid-sOY5PvUC4Y .mbr-text,
.cid-sOY5PvUC4Y .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqG4Zxr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOXvqG4Zxr .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sOXvqG4Zxr .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sOXvqG4Zxr .mbr-text {
  margin: 10px 0;
}
.cid-sOXvqG4Zxr .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sOXvqG4Zxr .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sOXvqG4Zxr .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sOXvqGJYc5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqGJYc5 .content__block {
  padding: 30px 15px;
}
.cid-sOXvqGJYc5 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqGJYc5 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqGJYc5 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqGJYc5 .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqGJYc5 .btn {
  margin-top: 0;
}
.cid-sOXvqGJYc5 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqGJYc5 .image {
  width: 100%;
}
.cid-sOXvqGJYc5 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqGJYc5 .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqGJYc5 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqGJYc5 .mbr-section-title {
  color: #283742;
}
.cid-sOXvqGJYc5 .mbr-text,
.cid-sOXvqGJYc5 .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqH5cYc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqH5cYc .content__block {
  padding: 30px 15px;
}
.cid-sOXvqH5cYc .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqH5cYc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqH5cYc .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqH5cYc .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqH5cYc .btn {
  margin-top: 0;
}
.cid-sOXvqH5cYc .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqH5cYc .image {
  width: 100%;
}
.cid-sOXvqH5cYc .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqH5cYc .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqH5cYc .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqH5cYc .mbr-section-title {
  color: #283742;
}
.cid-sOXvqH5cYc .mbr-text,
.cid-sOXvqH5cYc .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqH5cYc H2 {
  color: #ff622e;
}
.cid-sOXvqHnmE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqHnmE2 .content__block {
  padding: 30px 15px;
}
.cid-sOXvqHnmE2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqHnmE2 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqHnmE2 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqHnmE2 .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqHnmE2 .btn {
  margin-top: 0;
}
.cid-sOXvqHnmE2 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqHnmE2 .image {
  width: 100%;
}
.cid-sOXvqHnmE2 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqHnmE2 .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqHnmE2 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqHnmE2 .mbr-section-title {
  color: #283742;
}
.cid-sOXvqHnmE2 .mbr-text,
.cid-sOXvqHnmE2 .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqHFc8j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqHFc8j .content__block {
  padding: 30px 15px;
}
.cid-sOXvqHFc8j .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqHFc8j .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqHFc8j .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqHFc8j .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqHFc8j .btn {
  margin-top: 0;
}
.cid-sOXvqHFc8j .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqHFc8j .image {
  width: 100%;
}
.cid-sOXvqHFc8j .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqHFc8j .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqHFc8j .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqHFc8j .mbr-section-title {
  color: #283742;
}
.cid-sOXvqHFc8j .mbr-text,
.cid-sOXvqHFc8j .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqHFc8j H2 {
  color: #ff622e;
}
.cid-sOXvqHYSPH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqHYSPH .content__block {
  padding: 30px 15px;
}
.cid-sOXvqHYSPH .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqHYSPH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqHYSPH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqHYSPH .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqHYSPH .btn {
  margin-top: 0;
}
.cid-sOXvqHYSPH .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqHYSPH .image {
  width: 100%;
}
.cid-sOXvqHYSPH .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqHYSPH .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqHYSPH .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqHYSPH .mbr-section-title {
  color: #283742;
}
.cid-sOXvqHYSPH .mbr-text,
.cid-sOXvqHYSPH .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqIjKqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqIjKqO .content__block {
  padding: 30px 15px;
}
.cid-sOXvqIjKqO .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqIjKqO .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqIjKqO .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqIjKqO .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqIjKqO .btn {
  margin-top: 0;
}
.cid-sOXvqIjKqO .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqIjKqO .image {
  width: 100%;
}
.cid-sOXvqIjKqO .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqIjKqO .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqIjKqO .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqIjKqO .mbr-section-title {
  color: #283742;
}
.cid-sOXvqIjKqO .mbr-text,
.cid-sOXvqIjKqO .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqIjKqO H2 {
  color: #ff622e;
}
.cid-sOXvqIABes {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqIABes .content__block {
  padding: 30px 15px;
}
.cid-sOXvqIABes .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqIABes .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqIABes .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqIABes .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqIABes .btn {
  margin-top: 0;
}
.cid-sOXvqIABes .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqIABes .image {
  width: 100%;
}
.cid-sOXvqIABes .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqIABes .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqIABes .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqIABes .mbr-section-title {
  color: #283742;
}
.cid-sOXvqIABes .mbr-text,
.cid-sOXvqIABes .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqIW4CR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqIW4CR .content__block {
  padding: 30px 15px;
}
.cid-sOXvqIW4CR .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqIW4CR .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqIW4CR .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqIW4CR .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqIW4CR .btn {
  margin-top: 0;
}
.cid-sOXvqIW4CR .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqIW4CR .image {
  width: 100%;
}
.cid-sOXvqIW4CR .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqIW4CR .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqIW4CR .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqIW4CR .mbr-section-title {
  color: #283742;
}
.cid-sOXvqIW4CR .mbr-text,
.cid-sOXvqIW4CR .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqIW4CR H2 {
  color: #ff622e;
}
.cid-sOXvqJfD3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqJfD3e .content__block {
  padding: 30px 15px;
}
.cid-sOXvqJfD3e .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqJfD3e .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqJfD3e .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqJfD3e .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqJfD3e .btn {
  margin-top: 0;
}
.cid-sOXvqJfD3e .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqJfD3e .image {
  width: 100%;
}
.cid-sOXvqJfD3e .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqJfD3e .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqJfD3e .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqJfD3e .mbr-section-title {
  color: #283742;
}
.cid-sOXvqJfD3e .mbr-text,
.cid-sOXvqJfD3e .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqJyaQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqJyaQ9 .content__block {
  padding: 30px 15px;
}
.cid-sOXvqJyaQ9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqJyaQ9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqJyaQ9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqJyaQ9 .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqJyaQ9 .btn {
  margin-top: 0;
}
.cid-sOXvqJyaQ9 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqJyaQ9 .image {
  width: 100%;
}
.cid-sOXvqJyaQ9 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqJyaQ9 .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqJyaQ9 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqJyaQ9 .mbr-section-title {
  color: #283742;
}
.cid-sOXvqJyaQ9 .mbr-text,
.cid-sOXvqJyaQ9 .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqJyaQ9 H2 {
  color: #ff622e;
}
.cid-sOXvqJTLuM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqJTLuM .content__block {
  padding: 30px 15px;
}
.cid-sOXvqJTLuM .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqJTLuM .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqJTLuM .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqJTLuM .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqJTLuM .btn {
  margin-top: 0;
}
.cid-sOXvqJTLuM .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqJTLuM .image {
  width: 100%;
}
.cid-sOXvqJTLuM .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqJTLuM .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqJTLuM .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqJTLuM .mbr-section-title {
  color: #283742;
}
.cid-sOXvqJTLuM .mbr-text,
.cid-sOXvqJTLuM .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqKcUSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqKcUSC .content__block {
  padding: 30px 15px;
}
.cid-sOXvqKcUSC .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqKcUSC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqKcUSC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqKcUSC .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqKcUSC .btn {
  margin-top: 0;
}
.cid-sOXvqKcUSC .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqKcUSC .image {
  width: 100%;
}
.cid-sOXvqKcUSC .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqKcUSC .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqKcUSC .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqKcUSC .mbr-section-title {
  color: #283742;
}
.cid-sOXvqKcUSC .mbr-text,
.cid-sOXvqKcUSC .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqKcUSC H2 {
  color: #ff622e;
}
.cid-sOXvqKx2ii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqKx2ii .content__block {
  padding: 30px 15px;
}
.cid-sOXvqKx2ii .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqKx2ii .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqKx2ii .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqKx2ii .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqKx2ii .btn {
  margin-top: 0;
}
.cid-sOXvqKx2ii .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqKx2ii .image {
  width: 100%;
}
.cid-sOXvqKx2ii .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqKx2ii .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqKx2ii .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqKx2ii .mbr-section-title {
  color: #283742;
}
.cid-sOXvqKx2ii .mbr-text,
.cid-sOXvqKx2ii .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqKQ0Ny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqKQ0Ny .content__block {
  padding: 30px 15px;
}
.cid-sOXvqKQ0Ny .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqKQ0Ny .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqKQ0Ny .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqKQ0Ny .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqKQ0Ny .btn {
  margin-top: 0;
}
.cid-sOXvqKQ0Ny .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqKQ0Ny .image {
  width: 100%;
}
.cid-sOXvqKQ0Ny .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqKQ0Ny .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqKQ0Ny .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqKQ0Ny .mbr-section-title {
  color: #283742;
}
.cid-sOXvqKQ0Ny .mbr-text,
.cid-sOXvqKQ0Ny .mbr-section-btn {
  color: #ff622e;
}
.cid-sOXvqKQ0Ny H2 {
  color: #ff622e;
}
.cid-sOXvqLb0rq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqLb0rq .content__block {
  padding: 30px 15px;
}
.cid-sOXvqLb0rq .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqLb0rq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqLb0rq .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqLb0rq .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqLb0rq .btn {
  margin-top: 0;
}
.cid-sOXvqLb0rq .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqLb0rq .image {
  width: 100%;
}
.cid-sOXvqLb0rq .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqLb0rq .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqLb0rq .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqLb0rq .mbr-section-title {
  color: #283742;
}
.cid-sOXvqLb0rq .mbr-text,
.cid-sOXvqLb0rq .mbr-section-btn {
  color: #000000;
}
.cid-sOXvqLx6X9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOXvqLx6X9 .content__block {
  padding: 30px 15px;
}
.cid-sOXvqLx6X9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sOXvqLx6X9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sOXvqLx6X9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sOXvqLx6X9 .bottom__text {
  margin: 10px 0;
}
.cid-sOXvqLx6X9 .btn {
  margin-top: 0;
}
.cid-sOXvqLx6X9 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sOXvqLx6X9 .image {
  width: 100%;
}
.cid-sOXvqLx6X9 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sOXvqLx6X9 .image {
    margin-bottom: 10px;
  }
  .cid-sOXvqLx6X9 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sOXvqLx6X9 .mbr-section-title {
  color: #283742;
}
.cid-sOXvqLx6X9 .mbr-text,
.cid-sOXvqLx6X9 .mbr-section-btn {
  color: #888888;
}
.cid-sOXvqLx6X9 H2 {
  color: #ff622e;
}
.cid-sOXvqN07G9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOXvqN07G9 .mbr-text {
  margin-bottom: 20px;
}
.cid-sOXvqN07G9 .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sOXvqN07G9 .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sOXvqN07G9 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-sOXvqN07G9 .contact__wrap {
  padding-bottom: 40px;
}
.cid-sOXvqN07G9 .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sOXvqN07G9 .contact__wrap,
  .cid-sOXvqN07G9 .title__block {
    padding-bottom: 30px;
  }
}
.cid-sOXvqN07G9 .mbr-section-title,
.cid-sOXvqN07G9 .mbr-section-btn {
  color: #283742;
}
.cid-sOXvqN07G9 .contact__title {
  color: #283742;
}
.cid-sOXvqN07G9 .contact__text {
  color: #6a696c;
}
.cid-sOXvqNxm39 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOXvqNxm39 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-sOXvqNxm39 .footer__content {
  margin-bottom: 30px;
}
.cid-sOXvqNxm39 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sOXvqNxm39 .title__address {
  margin-bottom: 20px;
}
.cid-sOXvqNxm39 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sOXvqNxm39 .privacy {
    text-align: left;
  }
}
.cid-sOXvqNxm39 .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-sOXvqNxm39 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sOXvqNxm39 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-sOXvqNxm39 .input-group-btn {
  padding-left: 0;
}
.cid-sOXvqNxm39 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sOXvqNxm39 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sOXvqNxm39 .mbr-form .btn {
  margin: 0;
}
.cid-sOXvqNxm39 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sOXvqNxm39 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sOXvqNxm39 .wrap {
    padding-bottom: 25px;
  }
  .cid-sOXvqNxm39 .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-sOXvqNxm39 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sOXvqNxm39 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sOXvqNxm39 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sOXvqNxm39 .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-sOXvqNxm39 .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-sOXvqNxm39 .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-sOXvqNxm39 .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-sOXvqNxm39 .container {
    max-width: 1540px;
  }
}
@media all and (max-width: 1024px) {
  #custom-html-36 .oculto {
    visibility: hidden;
    height: 1px;
    width: 1px;
    display: none;
  }
}
#custom-html-36 #DtPs {
  position: relative;
  width: 100%;
  height: auto;
  background-position: top;
  background-repeat: repeat-y;
  z-index: 9998;
  text-decoration: none;
  color: #626363;
  font-weight: 300;
}
#custom-html-36 #DtPs-c {
  width: 100%;
  z-index: 9998;
  position: relative;
  color: aliceblue;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.8em;
}
#custom-html-36 #DtPs a {
  color: #626363;
}
#custom-html-36 #DtPs-c a {
  color: #626363;
}
#custom-html-36 #DtPs-1 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-36 #DtPs-2 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-36 #DtPs-3 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-36 #DtPs-4 {
  width: 50%;
  padding-left: 2em;
  float: left;
}
#custom-html-36 #DtPs-5 {
  width: 50%;
  padding-left: 2em;
  float: right;
}
#custom-html-36 #DtPs-4 ul a {
  color: #626363;
}
#custom-html-36 #DtPs-5 ul a {
  color: #626363;
}
.cid-sOXvqOfn1o {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sOXvqOfn1o .nav-item,
.cid-sOXvqOfn1o .nav-link,
.cid-sOXvqOfn1o .navbar-caption {
  font-weight: normal;
}
.cid-sOXvqOfn1o .navbar-nav {
  counter-reset: number;
}
.cid-sOXvqOfn1o .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sOXvqOfn1o .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sOXvqOfn1o .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sOXvqOfn1o .btn {
    white-space: nowrap;
  }
  .cid-sOXvqOfn1o .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sOXvqOfn1o .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sOXvqOfn1o .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sOXvqOfn1o .dropdown-toggle::after,
  .cid-sOXvqOfn1o .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sOXvqOfn1o .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sOXvqOfn1o .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sOXvqOfn1o .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sOXvqOfn1o .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sOXvqOfn1o .dropdown-menu .dropdown-item:hover {
  color: #ff622e !important;
  background-color: #fafafa;
}
.cid-sOXvqOfn1o .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sOXvqOfn1o .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sOXvqOfn1o .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sOXvqOfn1o .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sOXvqOfn1o .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sOXvqOfn1o .nav-item:focus,
.cid-sOXvqOfn1o .nav-link:focus {
  outline: none;
}
.cid-sOXvqOfn1o .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sOXvqOfn1o .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sOXvqOfn1o .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sOXvqOfn1o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOXvqOfn1o .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sOXvqOfn1o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOXvqOfn1o ul.navbar-nav li {
  margin: auto;
}
.cid-sOXvqOfn1o .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sOXvqOfn1o .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sOXvqOfn1o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOXvqOfn1o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOXvqOfn1o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOXvqOfn1o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sOXvqOfn1o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOXvqOfn1o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOXvqOfn1o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sOXvqOfn1o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOXvqOfn1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOXvqOfn1o .navbar .container-fluid,
  .cid-sOXvqOfn1o .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sOXvqOfn1o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOXvqOfn1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOXvqOfn1o .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sOXvqOfn1o .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sOXvqOfn1o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOXvqOfn1o .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sOXvqOfn1o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sOXvqOfn1o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOXvqOfn1o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOXvqOfn1o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOXvqOfn1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOXvqOfn1o .dropdown-item.active,
.cid-sOXvqOfn1o .dropdown-item:active {
  background-color: transparent;
}
.cid-sOXvqOfn1o .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOXvqOfn1o .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sOXvqOfn1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOXvqOfn1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sOXvqOfn1o .navbar-buttons {
  text-align: center;
}
.cid-sOXvqOfn1o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sOXvqOfn1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sOXvqOfn1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOXvqOfn1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOXvqOfn1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOXvqOfn1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOXvqOfn1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOXvqOfn1o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOXvqOfn1o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOXvqOfn1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOXvqOfn1o .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sOXvqOfn1o a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sOXvqOfn1o a.nav-link:hover {
  color: #ff622e !important;
}
.is-builder .cid-sOXvqOfn1o .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOXvqOfn1o .navbar {
    height: 77px;
  }
  .cid-sOXvqOfn1o .navbar.opened {
    height: auto;
  }
  .cid-sOXvqOfn1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhFhgwt5H {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sQhFhgwt5H .nav-item,
.cid-sQhFhgwt5H .nav-link,
.cid-sQhFhgwt5H .navbar-caption {
  font-weight: normal;
}
.cid-sQhFhgwt5H .navbar-nav {
  counter-reset: number;
}
.cid-sQhFhgwt5H .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sQhFhgwt5H .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sQhFhgwt5H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sQhFhgwt5H .btn {
    white-space: nowrap;
  }
  .cid-sQhFhgwt5H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sQhFhgwt5H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sQhFhgwt5H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sQhFhgwt5H .dropdown-toggle::after,
  .cid-sQhFhgwt5H .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sQhFhgwt5H .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown-item:hover {
  color: #ff622e !important;
  background-color: #fafafa;
}
.cid-sQhFhgwt5H .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sQhFhgwt5H .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sQhFhgwt5H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sQhFhgwt5H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sQhFhgwt5H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sQhFhgwt5H .nav-item:focus,
.cid-sQhFhgwt5H .nav-link:focus {
  outline: none;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sQhFhgwt5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQhFhgwt5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sQhFhgwt5H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQhFhgwt5H ul.navbar-nav li {
  margin: auto;
}
.cid-sQhFhgwt5H .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sQhFhgwt5H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sQhFhgwt5H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQhFhgwt5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQhFhgwt5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQhFhgwt5H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQhFhgwt5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQhFhgwt5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQhFhgwt5H .navbar .container-fluid,
  .cid-sQhFhgwt5H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQhFhgwt5H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sQhFhgwt5H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQhFhgwt5H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sQhFhgwt5H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sQhFhgwt5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQhFhgwt5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQhFhgwt5H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQhFhgwt5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQhFhgwt5H .dropdown-item.active,
.cid-sQhFhgwt5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sQhFhgwt5H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQhFhgwt5H .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sQhFhgwt5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQhFhgwt5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sQhFhgwt5H .navbar-buttons {
  text-align: center;
}
.cid-sQhFhgwt5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQhFhgwt5H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sQhFhgwt5H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H a.nav-link:hover {
  color: #ff622e !important;
}
.is-builder .cid-sQhFhgwt5H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQhFhgwt5H .navbar {
    height: 77px;
  }
  .cid-sQhFhgwt5H .navbar.opened {
    height: auto;
  }
  .cid-sQhFhgwt5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhWJKWbPt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQhWJKWbPt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sQhWJKWbPt .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sQhWJKWbPt .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sQhWJKWbPt .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-sQhWJKWbPt .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-sQhWJKWbPt .right-side {
  max-width: 554px;
}
.cid-sQhWJKWbPt .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sQhWJKWbPt .margin {
  margin-right: 14px;
}
.cid-sQhWJKWbPt .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sQhWJKWbPt img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sQhWJKWbPt .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sQhWJKWbPt .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff622e;
  cursor: pointer;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sQhWJKWbPt .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sQhWJKWbPt .mbr-social-likes.small {
  display: flex;
}
.cid-sQhWJKWbPt .mbr-social-likes.big {
  display: block;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff622e;
  cursor: pointer;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sQhWJKWbPt .form-control,
.cid-sQhWJKWbPt form .btn {
  min-height: initial;
}
.cid-sQhWJKWbPt a.btn,
.cid-sQhWJKWbPt button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-sQhWJKWbPt input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-sQhWJKWbPt textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sQhWJKWbPt input:hover {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt textarea:hover {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt input:focus {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt textarea:focus {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt .form-group {
  margin-bottom: 0;
}
.cid-sQhWJKWbPt .listen {
  margin-bottom: 24px;
}
.cid-sQhWJKWbPt .phone {
  margin-bottom: 44px;
}
.cid-sQhWJKWbPt .email {
  margin-bottom: 21px;
}
.cid-sQhWJKWbPt .listen,
.cid-sQhWJKWbPt .big {
  text-align: left;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .mbr-text,
.cid-sQhWJKWbPt .button-align {
  color: #8c8c95;
}
.cid-sQhWJKWbPt .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sQhWJKWbPt .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sQhWJKWbPt select.form-control:hover {
  border-color: #14142b;
}
.cid-sQhWJKWbPt select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-sQhWJKWbPt .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-sQhWJKWbPt .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-sQhWJKWbPt .left-side,
  .cid-sQhWJKWbPt .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-sQhWJKWbPt .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-sQhWJKWbPt .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sQhWJKWbPt .shadow {
    padding: 25px;
  }
  .cid-sQhWJKWbPt input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sQhWJKWbPt .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-sQhWJKWbPt .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-sQhWJKWbPt .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sQhWJKWbPt .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sQhWJKWbPt .big > .socicon-bg-twitter {
  background-color: #c01b57;
}
.cid-sQhWJKWbPt .big > .socicon-bg-pinterest {
  background-color: #2971b0;
}
.cid-sQhWJKWbPt .big > .socicon-bg-mail {
  background-color: #e26639;
}
.cid-sQhWJKWbPt .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sQhWJKWbPt .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sQhWJKWbPt .small > .socicon-bg-twitter {
  background-color: #c01b57;
}
.cid-sQhWJKWbPt .small > .socicon-bg-pinterest {
  background-color: #2971b0;
}
.cid-sQhWJKWbPt .small > .socicon-bg-mail {
  background-color: #e26639;
}
.cid-sQhWJKWbPt .mbr-iconfont {
  margin-right: 8px;
}
.cid-sQng7Ssdjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sQng7Ssdjc .title__block {
  padding: 50px 15px;
}
.cid-sQng7Ssdjc .image {
  display: block;
  position: relative;
}
.cid-sQng7Ssdjc .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-sQng7Ssdjc .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sQng7Ssdjc .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(48, 166, 171, 0.98);
}
.cid-sQng7Ssdjc .widget .widget__item:hover .mbr-iconfont {
  color: #ff622e;
}
.cid-sQng7Ssdjc .widget .widget__item:nth-child(2) {
  background-color: rgba(182, 29, 80, 0.98);
}
.cid-sQng7Ssdjc .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sQng7Ssdjc .widget .widget__text {
  margin: 5px 0;
}
.cid-sQng7Ssdjc .mbr-section-btn {
  margin-top: 20px;
}
.cid-sQng7Ssdjc .btn {
  margin-top: 0;
}
.cid-sQng7Ssdjc .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sQng7Ssdjc .mbr-media {
  display: inline-block;
}
.cid-sQng7Ssdjc .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sQng7Ssdjc .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sQng7Ssdjc .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sQng7Ssdjc .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sQng7Ssdjc .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sQng7Ssdjc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sQng7Ssdjc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQng7Ssdjc .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQng7Ssdjc a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sQng7Ssdjc a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sQng7Ssdjc .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sQng7Ssdjc .image {
    padding: 0;
  }
  .cid-sQng7Ssdjc .container,
  .cid-sQng7Ssdjc .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sQng7Ssdjc .widget {
    margin-left: 0;
  }
  .cid-sQng7Ssdjc .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sQng7Ssdjc a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sQng7Ssdjc .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sQng7Ssdjc .image img {
    max-height: 400px;
  }
}
.cid-sQng7Ssdjc .mbr-section-title,
.cid-sQng7Ssdjc .mbr-figure {
  color: #ff622e;
}
.cid-sQng7T3crY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sQng7T3crY .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sQng7T3crY .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sQng7T3crY .mbr-text {
  margin: 10px 0;
}
.cid-sQng7T3crY .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sQng7T3crY .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sQng7T3crY .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sQng7TVKI7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQng7TVKI7 .image img {
  width: 100%;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .cid-sQng7TVKI7 .image {
    margin-bottom: 30px;
  }
}
.cid-sQng7TVKI7 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sQng7TVKI7 .mbr-text {
  margin-bottom: 30px;
}
.cid-sQng7TVKI7 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sQng7TVKI7 .wrap {
  width: 110px;
  height: 110px;
}
.cid-sQng7TVKI7 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sQng7TVKI7 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-sQng7TVKI7 path {
  stroke: #199bfc;
}
.cid-sQng7TVKI7 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-sQng7TVKI7 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQng7TVKI7 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sQng7TVKI7 .mbr-section-title {
  color: #283742;
}
.cid-sQng7TVKI7 .mbr-text,
.cid-sQng7TVKI7 .mbr-section-btn {
  color: #6a696c;
}
.cid-sQng7Uzl5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQng7Uzl5f .content__block {
  padding: 30px 15px;
}
.cid-sQng7Uzl5f .mbr-text {
  margin-bottom: 30px;
}
.cid-sQng7Uzl5f .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sQng7Uzl5f .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sQng7Uzl5f .bottom__text {
  margin: 10px 0;
}
.cid-sQng7Uzl5f .btn {
  margin-top: 0;
}
.cid-sQng7Uzl5f .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sQng7Uzl5f .image {
  width: 100%;
}
.cid-sQng7Uzl5f .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQng7Uzl5f .image {
    margin-bottom: 10px;
  }
  .cid-sQng7Uzl5f .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sQng7Uzl5f .mbr-section-title {
  color: #283742;
}
.cid-sQng7Uzl5f .mbr-text,
.cid-sQng7Uzl5f .mbr-section-btn {
  color: #ff622e;
}
#custom-html-2x {
  /* Type valid AMP CSS here */
}
#custom-html-2x div.container {
  padding-top: 18px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#custom-html-2x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sR1xz794sl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sR1xz794sl .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sR1xz794sl .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sR1xz794sl .mbr-text {
  margin: 10px 0;
}
.cid-sR1xz794sl .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sR1xz794sl .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sR1xz794sl .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sQng7TtDdH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #30a6ab;
}
.cid-sQng7TtDdH .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  color: #ff622e;
}
.cid-sQng7TtDdH .border__radius {
  border: 4px solid rgba(255, 98, 46, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sQng7TtDdH .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-sQng7TtDdH .bot {
    padding-bottom: 20px;
  }
}
.cid-sQng7TtDdH .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-sQng7TtDdH .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-sQng7TtDdH .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-sQng7TtDdH .border__left {
  border-left: 1px solid rgba(255, 98, 46, 0.3);
}
.cid-sQng7TtDdH .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-sQng7TtDdH .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-sQng7TtDdH .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-sQng7TtDdH .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-sQng7TtDdH .bot__title,
.cid-sQng7TtDdH .icons {
  text-align: center;
  color: #ffffff;
}
.cid-sQng7UWj82 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQng7UWj82 .content__block {
  padding: 30px 15px;
}
.cid-sQng7UWj82 .mbr-text {
  margin-bottom: 30px;
}
.cid-sQng7UWj82 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sQng7UWj82 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sQng7UWj82 .bottom__text {
  margin: 10px 0;
}
.cid-sQng7UWj82 .btn {
  margin-top: 0;
}
.cid-sQng7UWj82 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sQng7UWj82 .image {
  width: 100%;
}
.cid-sQng7UWj82 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQng7UWj82 .image {
    margin-bottom: 10px;
  }
  .cid-sQng7UWj82 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sQng7UWj82 .mbr-section-title {
  color: #283742;
}
.cid-sQng7UWj82 .mbr-text,
.cid-sQng7UWj82 .mbr-section-btn {
  color: #ff622e;
}
.cid-sQng7VbKc7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQng7VbKc7 .content__block {
  padding: 30px 15px;
}
.cid-sQng7VbKc7 .mbr-text {
  margin-bottom: 30px;
}
.cid-sQng7VbKc7 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-sQng7VbKc7 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-sQng7VbKc7 .bottom__text {
  margin: 10px 0;
}
.cid-sQng7VbKc7 .btn {
  margin-top: 0;
}
.cid-sQng7VbKc7 .btn:hover {
  background-color: #ff622e !important;
  border-color: #ff622e !important;
}
.cid-sQng7VbKc7 .image {
  width: 100%;
}
.cid-sQng7VbKc7 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQng7VbKc7 .image {
    margin-bottom: 10px;
  }
  .cid-sQng7VbKc7 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sQng7VbKc7 .mbr-section-title {
  color: #283742;
}
.cid-sQng7VbKc7 .mbr-text,
.cid-sQng7VbKc7 .mbr-section-btn {
  color: #ff622e;
}
.cid-sQng7VbKc7 H2 {
  color: #ff622e;
}
.cid-sQng7VbKc7 P {
  color: #ff622e;
}
#custom-html-2y {
  /* Type valid AMP CSS here */
}
#custom-html-2y div.container {
  padding-top: 18px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#custom-html-2y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQosxomLkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-sQosxomLkV .date {
  padding: 1rem;
  color: #fff;
  background-color: #30a6ab;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQosxomLkV .date {
    padding: 2rem;
  }
}
.cid-sQosxomLkV .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-sQosxomLkV .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sQosxomLkV .card-heading {
  line-height: 1.2;
}
.cid-sQosxomLkV .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-sQosxomLkV .news-item {
  text-decoration: none;
}
.cid-sQosxomLkV .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-sQosxomLkV .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-sQosxomLkV .mbr-text {
  line-height: 1.72;
}
.cid-sQosxomLkV .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sQosxomLkV .news-content {
    padding: 2rem;
  }
}
.cid-sQosxomLkV H1 {
  text-align: center;
}
.cid-sR1xBE8UsW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sR1xBE8UsW .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-sR1xBE8UsW .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sR1xBE8UsW .mbr-text {
  margin: 10px 0;
}
.cid-sR1xBE8UsW .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sR1xBE8UsW .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sR1xBE8UsW .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
#custom-html-30 {
  /* Type valid CSS here */
}
#custom-html-30 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-30 p {
  font-size: 60px;
  color: #777;
}
.cid-sQng817wwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQng817wwJ .mbr-text {
  margin-bottom: 20px;
}
.cid-sQng817wwJ .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sQng817wwJ .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sQng817wwJ .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-sQng817wwJ .contact__wrap {
  padding-bottom: 40px;
}
.cid-sQng817wwJ .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sQng817wwJ .contact__wrap,
  .cid-sQng817wwJ .title__block {
    padding-bottom: 30px;
  }
}
.cid-sQng817wwJ .mbr-section-title,
.cid-sQng817wwJ .mbr-section-btn {
  color: #283742;
}
.cid-sQng817wwJ .contact__title {
  color: #283742;
}
.cid-sQng817wwJ .contact__text {
  color: #6a696c;
}
.cid-sQng81xfh8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sQng81xfh8 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-sQng81xfh8 .footer__content {
  margin-bottom: 30px;
}
.cid-sQng81xfh8 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sQng81xfh8 .title__address {
  margin-bottom: 20px;
}
.cid-sQng81xfh8 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sQng81xfh8 .privacy {
    text-align: left;
  }
}
.cid-sQng81xfh8 .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-sQng81xfh8 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sQng81xfh8 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-sQng81xfh8 .input-group-btn {
  padding-left: 0;
}
.cid-sQng81xfh8 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sQng81xfh8 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sQng81xfh8 .mbr-form .btn {
  margin: 0;
}
.cid-sQng81xfh8 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sQng81xfh8 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sQng81xfh8 .wrap {
    padding-bottom: 25px;
  }
  .cid-sQng81xfh8 .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-sQng81xfh8 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-sQng81xfh8 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sQng81xfh8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQng81xfh8 .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-sQng81xfh8 .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-sQng81xfh8 .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-sQng81xfh8 .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-sQng81xfh8 .container {
    max-width: 1540px;
  }
}
@media all and (max-width: 1024px) {
  #custom-html-34 .oculto {
    visibility: hidden;
    height: 1px;
    width: 1px;
    display: none;
  }
}
#custom-html-34 #DtPs {
  position: relative;
  width: 100%;
  height: auto;
  background-position: top;
  background-repeat: repeat-y;
  z-index: 9998;
  text-decoration: none;
  color: #626363;
  font-weight: 300;
}
#custom-html-34 #DtPs-c {
  width: 100%;
  z-index: 9998;
  position: relative;
  color: aliceblue;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.8em;
}
#custom-html-34 #DtPs a {
  color: #626363;
}
#custom-html-34 #DtPs-c a {
  color: #626363;
}
#custom-html-34 #DtPs-1 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-34 #DtPs-2 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-34 #DtPs-3 {
  width: 25%;
  padding-left: 5em;
  float: left;
}
#custom-html-34 #DtPs-4 {
  width: 50%;
  padding-left: 2em;
  float: left;
}
#custom-html-34 #DtPs-5 {
  width: 50%;
  padding-left: 2em;
  float: right;
}
#custom-html-34 #DtPs-4 ul a {
  color: #626363;
}
#custom-html-34 #DtPs-5 ul a {
  color: #626363;
}
.cid-sQng829vt0 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sQng829vt0 .nav-item,
.cid-sQng829vt0 .nav-link,
.cid-sQng829vt0 .navbar-caption {
  font-weight: normal;
}
.cid-sQng829vt0 .navbar-nav {
  counter-reset: number;
}
.cid-sQng829vt0 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sQng829vt0 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sQng829vt0 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sQng829vt0 .btn {
    white-space: nowrap;
  }
  .cid-sQng829vt0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sQng829vt0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sQng829vt0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sQng829vt0 .dropdown-toggle::after,
  .cid-sQng829vt0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sQng829vt0 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQng829vt0 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQng829vt0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sQng829vt0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQng829vt0 .dropdown-menu .dropdown-item:hover {
  color: #ff622e !important;
  background-color: #fafafa;
}
.cid-sQng829vt0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sQng829vt0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sQng829vt0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sQng829vt0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sQng829vt0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sQng829vt0 .nav-item:focus,
.cid-sQng829vt0 .nav-link:focus {
  outline: none;
}
.cid-sQng829vt0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sQng829vt0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sQng829vt0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sQng829vt0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQng829vt0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sQng829vt0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQng829vt0 ul.navbar-nav li {
  margin: auto;
}
.cid-sQng829vt0 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sQng829vt0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sQng829vt0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQng829vt0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQng829vt0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQng829vt0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sQng829vt0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQng829vt0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQng829vt0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQng829vt0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQng829vt0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQng829vt0 .navbar .container-fluid,
  .cid-sQng829vt0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sQng829vt0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQng829vt0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQng829vt0 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sQng829vt0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sQng829vt0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQng829vt0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sQng829vt0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sQng829vt0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQng829vt0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQng829vt0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQng829vt0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQng829vt0 .dropdown-item.active,
.cid-sQng829vt0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQng829vt0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQng829vt0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sQng829vt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQng829vt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sQng829vt0 .navbar-buttons {
  text-align: center;
}
.cid-sQng829vt0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQng829vt0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sQng829vt0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQng829vt0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQng829vt0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQng829vt0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQng829vt0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQng829vt0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQng829vt0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQng829vt0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQng829vt0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sQng829vt0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQng829vt0 a.nav-link:hover {
  color: #ff622e !important;
}
.is-builder .cid-sQng829vt0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQng829vt0 .navbar {
    height: 77px;
  }
  .cid-sQng829vt0 .navbar.opened {
    height: auto;
  }
  .cid-sQng829vt0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
