body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef2a24 !important;
}
.bg-info {
  background-color: #636468 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ef2a24 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #b39b00 !important;
  border-color: #b39b00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #b39b00 !important;
  border-color: #b39b00 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #636468 !important;
  border-color: #636468 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3e3e41 !important;
  border-color: #3e3e41 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e3e41 !important;
  border-color: #3e3e41 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef2a24 !important;
  border-color: #ef2a24 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b9130e !important;
  border-color: #b9130e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b9130e !important;
  border-color: #b9130e !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef2a24 !important;
  border-color: #ef2a24 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b9130e !important;
  border-color: #b9130e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b9130e !important;
  border-color: #b9130e !important;
}
.btn-danger:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000;
  background-color: #ffdd00;
  border-color: #ffdd00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #636468;
  color: #636468;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #636468;
  border-color: #636468;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #636468 !important;
  border-color: #636468 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ef2a24;
  color: #ef2a24;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ef2a24;
  border-color: #ef2a24;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef2a24 !important;
  border-color: #ef2a24 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ef2a24;
  color: #ef2a24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ef2a24;
  border-color: #ef2a24;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef2a24 !important;
  border-color: #ef2a24 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffdd00 !important;
}
.text-success {
  color: #ef2a24 !important;
}
.text-info {
  color: #636468 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ef2a24 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffeb66 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f68683 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #96979b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f68683 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #636468;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ef2a24;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fde3e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a3a4a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde3e2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffdd00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rXFLTq742f {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/depositphotos-56546259-l-2015-2000x584.webp");
}
.cid-rXFLTq742f .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-rXFLTq742f .link-wrap {
  width: 100%;
}
.cid-rXFLTq742f .card-img {
  padding-bottom: 1rem;
}
.cid-rXFLTq742f .mbr-text,
.cid-rXFLTq742f .card-img {
  opacity: 0;
  transition: 0.3s;
}
.cid-rXFLTq742f .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-rXFLTq742f .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-rXFLTq742f .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rXFLTq742f .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rXFLTq742f .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-rXFLTq742f .card-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-rXFLTq742f .link {
    opacity: 1;
  }
  .cid-rXFLTq742f .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rXFLTq742f .card:hover .card-wrapper:after {
    opacity: 1;
    background: #ef2a24;
  }
  .cid-rXFLTq742f .card:hover .link {
    opacity: 1;
  }
  .cid-rXFLTq742f .card:hover .mbr-text,
  .cid-rXFLTq742f .card:hover .card-img {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rXFLTq742f .card {
    padding-bottom: 1rem!important;
  }
  .cid-rXFLTq742f .card .link {
    opacity: 1;
  }
  .cid-rXFLTq742f .card .mbr-text,
  .cid-rXFLTq742f .card .card-img {
    opacity: 1;
  }
  .cid-rXFLTq742f .card-wrapper:after {
    opacity: 0.7;
    background: #ef2a24;
  }
}
.cid-rXFLTq742f .row {
  justify-content: center;
}
.cid-rXFLTq742f .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-rXFLTq742f .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem!important;
  display: block;
  padding-bottom: 2rem;
}
.cid-rXFLTq742f .card1 {
  background-image: url("../../../assets/images/pneus-tahiti-1-600x429.webp");
}
.cid-rXFLTq742f .card2 {
  background-image: url("../../../assets/images/photo-2-612x408.webp");
}
.cid-rXFLTq742f .card3 {
  background-image: url("../../../assets/images/photo-3-612x408.webp");
}
.cid-rXFLTq742f .link,
.cid-rXFLTq742f .card-box {
  color: #ffffff;
}
.cid-rXFLTq742f .mbr-text,
.cid-rXFLTq742f .link-wrap {
  text-align: center;
}
.cid-rXFLTq742f .main-subtitle {
  color: #000000;
}
.cid-rXFLTq742f .mbr-section-subtitle {
  color: #999999;
}
.cid-tcBojrcSzJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tcBojrcSzJ h2 {
  color: #000000;
}
.cid-tcBojrcSzJ h1 {
  color: #000000;
}
.cid-tcBojrcSzJ .mbr-text,
.cid-tcBojrcSzJ .mbr-section-btn {
  color: #999999;
}
.cid-tcBojrcSzJ H1 {
  color: #ffffff;
}
.cid-uFLzeoiwKT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
}
.cid-uFLzeoiwKT .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLzeoiwKT .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLzeoiwKT .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLzeoiwKT .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLzeoiwKT .wrap-img img {
  max-width: 100%;
}
.cid-uFLzeoiwKT .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLzdP8CVN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLzdP8CVN .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLzdP8CVN .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLzdP8CVN .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLzdP8CVN .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLzdP8CVN .wrap-img img {
  max-width: 100%;
}
.cid-uFLzdP8CVN .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rVtXXb2ioS {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rVtXXb2ioS .card-header {
  background: transparent;
}
.cid-rVtXXb2ioS img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rVtXXb2ioS .wrapper {
    padding: 0;
  }
  .cid-rVtXXb2ioS img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rVtXXb2ioS .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rVtXXb2ioS .mbr-iconfont:before {
  content: "\e960";
}
.cid-rVtXXb2ioS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rVtXXb2ioS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVtXXb2ioS .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rVtXXb2ioS .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rVtXXb2ioS h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rVtXXb2ioS .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rVtXXb2ioS h5 {
    padding: 1rem 0rem;
  }
}
.cid-rVtXXb2ioS .mbr-text,
.cid-rVtXXb2ioS .mbr-section-btn {
  color: #ffffff;
}
.cid-rVtXXb2ioS .panel-text {
  color: #555555;
}
.cid-rVtXXb2ioS H4 {
  color: #ffffff;
}
.cid-rVtXXb2ioS H5 {
  color: #000000;
}
.cid-rVtXXb2ioS H3 {
  color: #ef2a24;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-rXrSjLO6js {
  padding-top: 180px;
  background-image: url("../../../assets/images/photo-1-1920x1080.webp");
}
.cid-rXrSjLO6js .container {
  margin-bottom: 15%;
}
.cid-rXrSjLO6js .content-container .btn-bgr {
  z-index: 0;
}
.cid-rXrSjLO6js .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rXrSjLO6js .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rXrSjLO6js .box-item:first-child {
  background-color: #5b686b;
  margin-top: -200px;
}
.cid-rXrSjLO6js .box-item:nth-child(2) {
  background-color: #232323;
}
.cid-rXrSjLO6js .box-item:last-child {
  background-color: #ef2a24;
}
.cid-rXrSjLO6js .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rXrSjLO6js .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rXrSjLO6js .box-list li:last-child {
  border-bottom: none;
}
.cid-rXrSjLO6js .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rXrSjLO6js .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rXrSjLO6js .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cid-rXrSjLO6js .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rXrSjLO6js .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rXrSjLO6js .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rXrSjLO6js .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rXrSjLO6js .mbr-text,
.cid-rXrSjLO6js .mbr-section-btn {
  color: #ffffff;
}
.cid-rXrSjLO6js H1 {
  color: #ffdd00;
}
.cid-rXrSjLO6js .icon-block-top,
.cid-rXrSjLO6js .box-item-title {
  color: #ffcc00;
}
.cid-uFLfdjjJvz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLfdjjJvz .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLfdjjJvz .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLfdjjJvz .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLfdjjJvz .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLfdjjJvz .wrap-img img {
  max-width: 100%;
}
.cid-uFLfdjjJvz .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLfedQI3C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLfedQI3C .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLfedQI3C .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLfedQI3C .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLfedQI3C .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLfedQI3C .wrap-img img {
  max-width: 100%;
}
.cid-uFLfedQI3C .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLfldS0Bn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-uFLfldS0Bn .mbr-iconfont {
  font-size: 4rem;
  color: #ef2a24;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-uFLfldS0Bn .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-uFLfldS0Bn .card:hover {
  cursor: pointer;
}
.cid-uFLfldS0Bn .card:hover .card-title:before {
  width: 100%;
}
.cid-uFLfldS0Bn .card-text {
  color: #999999;
}
.cid-uFLfldS0Bn .card-title,
.cid-uFLfldS0Bn .card-wrapper {
  color: #ffdd00;
}
.cid-rXrSjZOjxx {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rXrSjZOjxx .card-header {
  background: transparent;
}
.cid-rXrSjZOjxx img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rXrSjZOjxx .wrapper {
    padding: 0;
  }
  .cid-rXrSjZOjxx img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rXrSjZOjxx .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rXrSjZOjxx .mbr-iconfont:before {
  content: "\e960";
}
.cid-rXrSjZOjxx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rXrSjZOjxx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rXrSjZOjxx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rXrSjZOjxx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rXrSjZOjxx .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rXrSjZOjxx .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rXrSjZOjxx h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rXrSjZOjxx .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rXrSjZOjxx h5 {
    padding: 1rem 0rem;
  }
}
.cid-rXrSjZOjxx .mbr-text,
.cid-rXrSjZOjxx .mbr-section-btn {
  color: #ffffff;
}
.cid-rXrSjZOjxx .panel-text {
  color: #555555;
}
.cid-rXrSjZOjxx H4 {
  color: #ffffff;
}
.cid-rXrSjZOjxx H5 {
  color: #000000;
}
.cid-rXrSjZOjxx H3 {
  color: #ef2a24;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rXrAZOuTfD {
  padding-top: 180px;
  background-image: url("../../../assets/images/pneus-header-auto-express-1-1960x1000.webp");
}
.cid-rXrAZOuTfD .container {
  margin-bottom: 15%;
}
.cid-rXrAZOuTfD .content-container .btn-bgr {
  z-index: 0;
}
.cid-rXrAZOuTfD .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rXrAZOuTfD .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rXrAZOuTfD .box-item:first-child {
  background-color: #999999;
  margin-top: -200px;
}
.cid-rXrAZOuTfD .box-item:nth-child(2) {
  background-color: #000000;
}
.cid-rXrAZOuTfD .box-item:last-child {
  background-color: #ef2a24;
}
.cid-rXrAZOuTfD .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rXrAZOuTfD .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rXrAZOuTfD .box-list li:last-child {
  border-bottom: none;
}
.cid-rXrAZOuTfD .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rXrAZOuTfD .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rXrAZOuTfD .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cid-rXrAZOuTfD .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rXrAZOuTfD .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rXrAZOuTfD .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rXrAZOuTfD .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rXrAZOuTfD .mbr-text,
.cid-rXrAZOuTfD .mbr-section-btn {
  color: #000000;
}
.cid-rXrAZOuTfD H1 {
  color: #232323;
}
.cid-rXrAZOuTfD .icon-block-top,
.cid-rXrAZOuTfD .box-item-title {
  color: #ffffff;
}
.cid-s0PoPIzPaP {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s0PoPIzPaP H1 {
  color: #ef2a24;
}
.cid-s0PoPIzPaP .mbr-text,
.cid-s0PoPIzPaP .mbr-section-btn {
  color: #000000;
}
.cid-s0PoPIzPaP img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s0PoPIzPaP .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rXG8VAkuBw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rXG8VAkuBw H2 {
  color: #000000;
}
.cid-rXG8VAkuBw H1 {
  color: #ef2a24;
}
.cid-rXG8VAkuBw .mbr-text,
.cid-rXG8VAkuBw .mbr-section-btn {
  color: #999999;
}
.cid-rXrM4awhVk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-rXrM4awhVk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rXrM4awhVk p {
  color: #767676;
  text-align: left;
}
.cid-rXrM4awhVk .card-box {
  padding-top: 2rem;
}
.cid-rXrM4awhVk .card-wrapper {
  height: 100%;
}
.cid-rXrM4awhVk img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-rXrM4awhVk P {
  text-align: center;
}
.cid-rXrM4awhVk .card-title {
  text-align: center;
}
.cid-rXrM4awhVk .card-img {
  position: relative;
}
.cid-rXrM4awhVk .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rXrM4awhVk .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
}
.cid-rXwcBueiQc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rXwcBueiQc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rXwcBueiQc p {
  color: #767676;
  text-align: left;
}
.cid-rXwcBueiQc .card-box {
  padding-top: 2rem;
}
.cid-rXwcBueiQc .card-wrapper {
  height: 100%;
}
.cid-rXwcBueiQc img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-rXwcBueiQc P {
  text-align: center;
}
.cid-rXwcBueiQc .card-title {
  text-align: center;
}
.cid-rXwcBueiQc .card-img {
  position: relative;
}
.cid-rXwcBueiQc .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rXwcBueiQc .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
}
.cid-rXrAKObDn2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-rXrAKObDn2 .mbr-iconfont {
  font-size: 4rem;
  color: #ef2a24;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-rXrAKObDn2 .card-title {
  cursor: pointer;
  color: #ffdd00;
}
.cid-rXrAKObDn2 .card:hover {
  cursor: pointer;
}
.cid-rXrAKObDn2 .card:hover .card-title:before {
  width: 100%;
}
.cid-rXrAKObDn2 .card-text {
  color: #999999;
}
.cid-rXrAKObDn2 .card-title,
.cid-rXrAKObDn2 .card-wrapper {
  color: #ffdd00;
}
.cid-rXs4YZcDxi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-rXs4YZcDxi .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rXs4YZcDxi .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-rXs4YZcDxi .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-rXs4YZcDxi .wrap-img {
  padding-bottom: 1rem;
}
.cid-rXs4YZcDxi .wrap-img img {
  max-width: 100%;
}
.cid-rXs4YZcDxi .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLe8QRh5F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLe8QRh5F .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLe8QRh5F .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLe8QRh5F .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLe8QRh5F .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLe8QRh5F .wrap-img img {
  max-width: 100%;
}
.cid-uFLe8QRh5F .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rXrAKUt8DK {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rXrAKUt8DK .card-header {
  background: transparent;
}
.cid-rXrAKUt8DK img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rXrAKUt8DK .wrapper {
    padding: 0;
  }
  .cid-rXrAKUt8DK img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rXrAKUt8DK .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rXrAKUt8DK .mbr-iconfont:before {
  content: "\e960";
}
.cid-rXrAKUt8DK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rXrAKUt8DK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rXrAKUt8DK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rXrAKUt8DK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rXrAKUt8DK .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rXrAKUt8DK .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rXrAKUt8DK h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rXrAKUt8DK .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rXrAKUt8DK h5 {
    padding: 1rem 0rem;
  }
}
.cid-rXrAKUt8DK .mbr-text,
.cid-rXrAKUt8DK .mbr-section-btn {
  color: #ffffff;
}
.cid-rXrAKUt8DK .panel-text {
  color: #555555;
}
.cid-rXrAKUt8DK H4 {
  color: #ffffff;
}
.cid-rXrAKUt8DK H5 {
  color: #000000;
}
.cid-rXrAKUt8DK H3 {
  color: #ef2a24;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rXs5US58W5 {
  padding-top: 180px;
  background-image: url("../../../assets/images/truck-3248747-1920-1920x1281.webp");
}
.cid-rXs5US58W5 .container {
  margin-bottom: 15%;
}
.cid-rXs5US58W5 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rXs5US58W5 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rXs5US58W5 .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rXs5US58W5 .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rXs5US58W5 .box-item:nth-child(2) {
  background-color: #232323;
}
.cid-rXs5US58W5 .box-item:last-child {
  background-color: #ef2a24;
}
.cid-rXs5US58W5 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rXs5US58W5 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rXs5US58W5 .box-list li:last-child {
  border-bottom: none;
}
.cid-rXs5US58W5 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rXs5US58W5 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rXs5US58W5 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cid-rXs5US58W5 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rXs5US58W5 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rXs5US58W5 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rXs5US58W5 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rXs5US58W5 .mbr-text,
.cid-rXs5US58W5 .mbr-section-btn {
  color: #ffffff;
}
.cid-rXs5US58W5 H1 {
  color: #ffdd00;
}
.cid-rXs5US58W5 .icon-block-top,
.cid-rXs5US58W5 .box-item-title {
  color: #ffdd00;
}
.cid-s0PoWdJjC1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s0PoWdJjC1 H1 {
  color: #ef2a24;
}
.cid-s0PoWdJjC1 .mbr-text,
.cid-s0PoWdJjC1 .mbr-section-btn {
  color: #000000;
}
.cid-s0PoWdJjC1 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s0PoWdJjC1 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-s0PpgN8BG3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-s0PpgN8BG3 H1 {
  color: #ef2a24;
}
.cid-s0PpgN8BG3 .mbr-text,
.cid-s0PpgN8BG3 .mbr-section-btn {
  color: #000000;
}
.cid-s0PpgN8BG3 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s0PpgN8BG3 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-uFLfA2tOnr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLfA2tOnr .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLfA2tOnr .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLfA2tOnr .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLfA2tOnr .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLfA2tOnr .wrap-img img {
  max-width: 100%;
}
.cid-uFLfA2tOnr .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLfAYKIK9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uFLfAYKIK9 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uFLfAYKIK9 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uFLfAYKIK9 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-uFLfAYKIK9 .wrap-img {
  padding-bottom: 1rem;
}
.cid-uFLfAYKIK9 .wrap-img img {
  max-width: 100%;
}
.cid-uFLfAYKIK9 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uFLX1vN9wq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-uFLX1vN9wq .mbr-iconfont {
  font-size: 4rem;
  color: #ef2a24;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-uFLX1vN9wq .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-uFLX1vN9wq .card:hover {
  cursor: pointer;
}
.cid-uFLX1vN9wq .card:hover .card-title:before {
  width: 100%;
}
.cid-uFLX1vN9wq .card-text {
  color: #999999;
}
.cid-uFLX1vN9wq .card-title,
.cid-uFLX1vN9wq .card-wrapper {
  color: #ffdd00;
}
.cid-rXs5UZrNxg {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rXs5UZrNxg .card-header {
  background: transparent;
}
.cid-rXs5UZrNxg img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rXs5UZrNxg .wrapper {
    padding: 0;
  }
  .cid-rXs5UZrNxg img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-rXs5UZrNxg .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-rXs5UZrNxg .mbr-iconfont:before {
  content: "\e960";
}
.cid-rXs5UZrNxg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rXs5UZrNxg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rXs5UZrNxg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rXs5UZrNxg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rXs5UZrNxg .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-rXs5UZrNxg .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-rXs5UZrNxg h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-rXs5UZrNxg .wrapper {
    padding: 2rem 1rem;
  }
  .cid-rXs5UZrNxg h5 {
    padding: 1rem 0rem;
  }
}
.cid-rXs5UZrNxg .mbr-text,
.cid-rXs5UZrNxg .mbr-section-btn {
  color: #ffffff;
}
.cid-rXs5UZrNxg .panel-text {
  color: #555555;
}
.cid-rXs5UZrNxg H4 {
  color: #ffffff;
}
.cid-rXs5UZrNxg H5 {
  color: #000000;
}
.cid-rXs5UZrNxg H3 {
  color: #ef2a24;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rXw7oTlV45 {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/02.webp");
}
.cid-rXw7oTlV45 H4 {
  color: #ffffff;
}
.cid-rXw6KooOfA {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rXw6KooOfA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rXw6KooOfA .form-control,
.cid-rXw6KooOfA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ef2a24;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rXw6KooOfA .form-control::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input::-webkit-input-placeholder,
.cid-rXw6KooOfA .form-control::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rXw6KooOfA .form-control:-moz-placeholder,
.cid-rXw6KooOfA .field-input:-moz-placeholder,
.cid-rXw6KooOfA .form-control:-moz-placeholder,
.cid-rXw6KooOfA .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rXw6KooOfA .form-control:hover,
.cid-rXw6KooOfA .field-input:hover,
.cid-rXw6KooOfA .form-control:focus,
.cid-rXw6KooOfA .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-rXw6KooOfA .form-control:hover::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input:hover::-webkit-input-placeholder,
.cid-rXw6KooOfA .form-control:focus::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input:focus::-webkit-input-placeholder,
.cid-rXw6KooOfA .form-control:hover::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input:hover::-webkit-input-placeholder,
.cid-rXw6KooOfA .form-control:focus::-webkit-input-placeholder,
.cid-rXw6KooOfA .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rXw6KooOfA .form-control:hover:-moz-placeholder,
.cid-rXw6KooOfA .field-input:hover:-moz-placeholder,
.cid-rXw6KooOfA .form-control:focus:-moz-placeholder,
.cid-rXw6KooOfA .field-input:focus:-moz-placeholder,
.cid-rXw6KooOfA .form-control:hover:-moz-placeholder,
.cid-rXw6KooOfA .field-input:hover:-moz-placeholder,
.cid-rXw6KooOfA .form-control:focus:-moz-placeholder,
.cid-rXw6KooOfA .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rXw6KooOfA .jq-number__spin:hover,
.cid-rXw6KooOfA .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rXw6KooOfA .jq-number__spin {
  background-color: #ffffff;
  border-color: #ef2a24;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rXw6KooOfA .jq-selectbox li,
.cid-rXw6KooOfA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rXw6KooOfA .jq-selectbox li:hover,
.cid-rXw6KooOfA .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rXw6KooOfA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rXw6KooOfA .jq-number__spin.minus:hover:after,
.cid-rXw6KooOfA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rXw6KooOfA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rXw6KooOfA .jq-number__spin.minus:after,
.cid-rXw6KooOfA .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rXw6KooOfA input::-webkit-clear-button {
  display: none;
}
.cid-rXw6KooOfA input::-webkit-inner-spin-button {
  display: none;
}
.cid-rXw6KooOfA input::-webkit-outer-spin-button {
  display: none;
}
.cid-rXw6KooOfA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rXwnL2DBsE {
  padding-top: 225px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/pneuslider2-1920x1251.webp");
}
.cid-rXwnL2DBsE .link-align {
  width: 100%;
}
.cid-rXwnL2DBsE .link-wrap {
  display: inline-block;
}
.cid-rXwnL2DBsE .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rXwnL2DBsE .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-rXwnL2DBsE .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-rXwnL2DBsE .link:hover:before {
  width: 60px;
}
.cid-rXwnL2DBsE .mbr-text,
.cid-rXwnL2DBsE .link-align {
  color: #e5e5e5;
}
.cid-rXwnL2DBsE H1 {
  color: #ffdd00;
}
.cid-rXwjZsj4tt {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-rXwjZsj4tt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rXwjZsj4tt ul li {
  padding: 1rem 0;
}
.cid-rXwjZsj4tt ul li:hover {
  color: #000000;
}
.cid-rXwjZsj4tt .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rXwjZsj4tt .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rXwjZsj4tt .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rXwjZsj4tt .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXwjZsj4tt .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rXwjZsj4tt .map {
    height: auto;
  }
}
.cid-rXwjZsj4tt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rXwjZsj4tt .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rXwjZsj4tt .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXwjZsj4tt .social-list a:hover {
  opacity: 1;
}
.cid-rXwjZsj4tt .row-element,
.cid-rXwjZsj4tt .image-element {
  padding: 0;
}
.cid-rXwjZsj4tt .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rXwjZsj4tt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffdd00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rXwjZsj4tt .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rXwjZsj4tt .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rXwjZsj4tt .text-content {
    padding: 2rem 1rem;
  }
  .cid-rXwjZsj4tt .underline .line {
    height: 2px;
  }
  .cid-rXwjZsj4tt .mbr-title,
  .cid-rXwjZsj4tt .underline,
  .cid-rXwjZsj4tt .mbr-text,
  .cid-rXwjZsj4tt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rXwjZsj4tt .mbr-title,
.cid-rXwjZsj4tt .underline {
  color: #ffffff;
}
.cid-rXwjZsj4tt .mbr-text,
.cid-rXwjZsj4tt .mbr-section-btn {
  color: #ffffff;
}
.cid-rXwjZsj4tt mbr-list LI {
  color: #ffffff;
}
.cid-rXwjZsj4tt mbr-list {
  text-align: center;
}
.cid-rXwjZsj4tt .mbr-list,
.cid-rXwjZsj4tt .social-list mbr-list {
  color: #ffffff;
}
.cid-rXwjZsj4tt .social-list,
.cid-rXwjZsj4tt .mbr-list {
  color: #ffffff;
}
.cid-rXwm8lPFaf {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #000000;
}
.cid-rXwm8lPFaf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rXwm8lPFaf ul li {
  padding: 1rem 0;
}
.cid-rXwm8lPFaf ul li:hover {
  color: #000000;
}
.cid-rXwm8lPFaf .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rXwm8lPFaf .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rXwm8lPFaf .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rXwm8lPFaf .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rXwm8lPFaf .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXwm8lPFaf .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rXwm8lPFaf .map {
    height: auto;
  }
}
.cid-rXwm8lPFaf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rXwm8lPFaf .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rXwm8lPFaf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXwm8lPFaf .social-list a:hover {
  opacity: 1;
}
.cid-rXwm8lPFaf .row-element,
.cid-rXwm8lPFaf .image-element {
  padding: 0;
}
.cid-rXwm8lPFaf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rXwm8lPFaf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffdd00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rXwm8lPFaf .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rXwm8lPFaf .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rXwm8lPFaf .text-content {
    padding: 2rem 1rem;
  }
  .cid-rXwm8lPFaf .underline .line {
    height: 2px;
  }
  .cid-rXwm8lPFaf .mbr-title,
  .cid-rXwm8lPFaf .underline,
  .cid-rXwm8lPFaf .mbr-text,
  .cid-rXwm8lPFaf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rXwm8lPFaf .mbr-title,
.cid-rXwm8lPFaf .underline {
  color: #ffffff;
}
.cid-rXwm8lPFaf .mbr-text,
.cid-rXwm8lPFaf .mbr-section-btn {
  color: #ffffff;
}
.cid-rXwm8lPFaf mbr-list LI {
  color: #ffffff;
}
.cid-rXwm8lPFaf mbr-list {
  text-align: center;
}
.cid-rXwm8lPFaf .mbr-list,
.cid-rXwm8lPFaf .social-list mbr-list {
  color: #ffffff;
}
.cid-rXwm8lPFaf .social-list,
.cid-rXwm8lPFaf .mbr-list {
  color: #000000;
}
.cid-rXwmOUy2G9 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-rXwmOUy2G9 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rXwmOUy2G9 ul li {
  padding: 1rem 0;
}
.cid-rXwmOUy2G9 ul li:hover {
  color: #000000;
}
.cid-rXwmOUy2G9 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rXwmOUy2G9 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rXwmOUy2G9 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rXwmOUy2G9 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXwmOUy2G9 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rXwmOUy2G9 .map {
    height: auto;
  }
}
.cid-rXwmOUy2G9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rXwmOUy2G9 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rXwmOUy2G9 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXwmOUy2G9 .social-list a:hover {
  opacity: 1;
}
.cid-rXwmOUy2G9 .row-element,
.cid-rXwmOUy2G9 .image-element {
  padding: 0;
}
.cid-rXwmOUy2G9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rXwmOUy2G9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffdd00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rXwmOUy2G9 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rXwmOUy2G9 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rXwmOUy2G9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rXwmOUy2G9 .underline .line {
    height: 2px;
  }
  .cid-rXwmOUy2G9 .mbr-title,
  .cid-rXwmOUy2G9 .underline,
  .cid-rXwmOUy2G9 .mbr-text,
  .cid-rXwmOUy2G9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rXwmOUy2G9 .mbr-title,
.cid-rXwmOUy2G9 .underline {
  color: #ffffff;
}
.cid-rXwmOUy2G9 .mbr-text,
.cid-rXwmOUy2G9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rXwmOUy2G9 mbr-list LI {
  color: #ffffff;
}
.cid-rXwmOUy2G9 mbr-list {
  text-align: center;
}
.cid-rXwmOUy2G9 .mbr-list,
.cid-rXwmOUy2G9 .social-list mbr-list {
  color: #ffffff;
}
.cid-rXwmOUy2G9 .social-list,
.cid-rXwmOUy2G9 .mbr-list {
  color: #000000;
}
.cid-uFLnJ48Na3 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #000000;
}
.cid-uFLnJ48Na3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uFLnJ48Na3 ul li {
  padding: 1rem 0;
}
.cid-uFLnJ48Na3 ul li:hover {
  color: #000000;
}
.cid-uFLnJ48Na3 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uFLnJ48Na3 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uFLnJ48Na3 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uFLnJ48Na3 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uFLnJ48Na3 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFLnJ48Na3 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uFLnJ48Na3 .map {
    height: auto;
  }
}
.cid-uFLnJ48Na3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uFLnJ48Na3 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uFLnJ48Na3 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFLnJ48Na3 .social-list a:hover {
  opacity: 1;
}
.cid-uFLnJ48Na3 .row-element,
.cid-uFLnJ48Na3 .image-element {
  padding: 0;
}
.cid-uFLnJ48Na3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uFLnJ48Na3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffdd00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFLnJ48Na3 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uFLnJ48Na3 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFLnJ48Na3 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uFLnJ48Na3 .underline .line {
    height: 2px;
  }
  .cid-uFLnJ48Na3 .mbr-title,
  .cid-uFLnJ48Na3 .underline,
  .cid-uFLnJ48Na3 .mbr-text,
  .cid-uFLnJ48Na3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFLnJ48Na3 .mbr-title,
.cid-uFLnJ48Na3 .underline {
  color: #ffffff;
}
.cid-uFLnJ48Na3 .mbr-text,
.cid-uFLnJ48Na3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFLnJ48Na3 mbr-list LI {
  color: #ffffff;
}
.cid-uFLnJ48Na3 mbr-list {
  text-align: center;
}
.cid-uFLnJ48Na3 .mbr-list,
.cid-uFLnJ48Na3 .social-list mbr-list {
  color: #ffffff;
}
.cid-uFLnJ48Na3 .social-list,
.cid-uFLnJ48Na3 .mbr-list {
  color: #ef2a24;
}
.cid-uFLpNUHMFL {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-uFLpNUHMFL ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uFLpNUHMFL ul li {
  padding: 1rem 0;
}
.cid-uFLpNUHMFL ul li:hover {
  color: #000000;
}
.cid-uFLpNUHMFL .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-uFLpNUHMFL .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uFLpNUHMFL .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-uFLpNUHMFL .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFLpNUHMFL .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-uFLpNUHMFL .map {
    height: auto;
  }
}
.cid-uFLpNUHMFL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uFLpNUHMFL .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-uFLpNUHMFL .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFLpNUHMFL .social-list a:hover {
  opacity: 1;
}
.cid-uFLpNUHMFL .row-element,
.cid-uFLpNUHMFL .image-element {
  padding: 0;
}
.cid-uFLpNUHMFL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uFLpNUHMFL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffdd00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFLpNUHMFL .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uFLpNUHMFL .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFLpNUHMFL .text-content {
    padding: 2rem 1rem;
  }
  .cid-uFLpNUHMFL .underline .line {
    height: 2px;
  }
  .cid-uFLpNUHMFL .mbr-title,
  .cid-uFLpNUHMFL .underline,
  .cid-uFLpNUHMFL .mbr-text,
  .cid-uFLpNUHMFL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uFLpNUHMFL .mbr-title,
.cid-uFLpNUHMFL .underline {
  color: #ffffff;
}
.cid-uFLpNUHMFL .mbr-text,
.cid-uFLpNUHMFL .mbr-section-btn {
  color: #ffffff;
}
.cid-uFLpNUHMFL mbr-list LI {
  color: #ffffff;
}
.cid-uFLpNUHMFL mbr-list {
  text-align: center;
}
.cid-uFLpNUHMFL .mbr-list,
.cid-uFLpNUHMFL .social-list mbr-list {
  color: #ffffff;
}
.cid-uFLpNUHMFL .social-list,
.cid-uFLpNUHMFL .mbr-list {
  color: #000000;
}
.cid-uFLWgA03IB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/black-and-white-polka-dot-textile-3612930-1920x1279.webp");
}
.cid-uFLWgA03IB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFLWgA03IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFLWgA03IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .container {
    padding: 0 22px;
  }
}
.cid-uFLWgA03IB .row {
  position: relative;
  z-index: 1;
}
.cid-uFLWgA03IB .row-main {
  position: relative;
  justify-content: center;
}
.cid-uFLWgA03IB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFLWgA03IB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFLWgA03IB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover {
  color: #ef2a24;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before,
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFLWgA03IB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ef2a24;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ef2a24;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFLWgA03IB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ef2a24;
}
.cid-uFLWgA03IB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFLWgA03IB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFLWgA03IB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFLWgA03IB .mbr-text {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uFLWgA03IB .list {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-desc {
  color: #ffffff;
}
.cid-uFLWgA03IB .mbr-contact,
.cid-uFLWgA03IB .item-contact {
  color: #ef2a24;
}
.cid-uGHwZQk23Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGHwZQk23Y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGHwZQk23Y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGHwZQk23Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .menu-content-top {
  background: #ef2a24;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown-item {
  padding: 0;
}
.cid-uGHwZQk23Y .dropdown-item,
.cid-uGHwZQk23Y .nav-link,
.cid-uGHwZQk23Y .brand-name {
  font-style: normal;
}
.cid-uGHwZQk23Y .dropdown-item:hover,
.cid-uGHwZQk23Y .nav-link:hover,
.cid-uGHwZQk23Y .brand-name:hover {
  color: #000000 !important;
}
.cid-uGHwZQk23Y .dropdown-menu {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .dropdown-item:active {
  background-color: #24a11d;
}
.cid-uGHwZQk23Y .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGHwZQk23Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGHwZQk23Y .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGHwZQk23Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .content-text {
  margin-bottom: 0;
}
.cid-uGHwZQk23Y .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uGHwZQk23Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGHwZQk23Y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGHwZQk23Y .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGHwZQk23Y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGHwZQk23Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGHwZQk23Y .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGHwZQk23Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGHwZQk23Y .content-right-side {
  text-align: center;
}
.cid-uGHwZQk23Y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGHwZQk23Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGHwZQk23Y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGHwZQk23Y .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGHwZQk23Y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGHwZQk23Y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGHwZQk23Y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGHwZQk23Y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGHwZQk23Y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uGHwZQk23Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGHwZQk23Y .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGHwZQk23Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uGHwZQk23Y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGHwZQk23Y .navbar-toggler {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGHwZQk23Y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGHwZQk23Y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGHwZQk23Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHwZQk23Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uGHwZQk23Y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGHwZQk23Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGHwZQk23Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGHwZQk23Y button.navbar-toggler:focus {
  outline: none;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ef2a24;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHwZQk23Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHwZQk23Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHwZQk23Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .btn {
  display: flex;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGHwZQk23Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGHwZQk23Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGHwZQk23Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGHwZQk23Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGHwZQk23Y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uGHwZQk23Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGHwZQk23Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uGHwZQk23Y .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #000000;
  }
  .cid-uGHwZQk23Y .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 991px) {
  .cid-uGHwZQk23Y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uGHwZQk23Y .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing,
  .cid-uGHwZQk23Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGHwZQk23Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGHwZQk23Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGHwZQk23Y img {
    height: 3.8rem !important;
  }
  .cid-uGHwZQk23Y .btn {
    display: flex;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    display: block;
  }
  .cid-uGHwZQk23Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGHwZQk23Y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uGHwZQk23Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uGHwZQk23Y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGHwZQk23Y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGHwZQk23Y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGHwZQk23Y .nav-link:focus {
  outline: none;
}
.cid-uGHwZQk23Y .navbar-toggler {
  position: relative;
}
.cid-uGHwZQk23Y .dropdown-item.active,
.cid-uGHwZQk23Y .dropdown-item:active {
  color: initial;
}
.cid-uGHwZQk23Y .widget-title,
.cid-uGHwZQk23Y .widget-icon {
  color: #e9e9e9;
}
.cid-uGHwZQk23Y .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGHwZQk23Y .menu-logo {
    display: none;
  }
  .cid-uGHwZQk23Y .navbar {
    padding: 0;
  }
  .cid-uGHwZQk23Y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGHwZQk23Y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
