.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e53c22 !important;
}
.bg-success {
  background-color: #30a6ab !important;
}
.bg-info {
  background-color: #e53c22 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e53c22;
  border-color: #e53c22;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-primary:hover {
  background-color: #be2d16 !important;
  border-color: #be2d16 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e53c22;
  border-color: #e53c22;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-info:hover {
  background-color: #be2d16 !important;
  border-color: #be2d16 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #30a6ab;
  border-color: #30a6ab;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
}
.btn-success:hover {
  background-color: #257f83 !important;
  border-color: #257f83 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e53c22;
  color: #e53c22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #e53c22 !important;
  border-color: #e53c22;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e53c22;
  color: #e53c22;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e53c22 !important;
  border-color: #e53c22;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e53c22 !important;
  border-color: #e53c22 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #30a6ab;
  color: #30a6ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #30a6ab !important;
  border-color: #30a6ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #30a6ab !important;
  border-color: #30a6ab !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #e53c22 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #30a6ab !important;
}
.text-info {
  color: #e53c22 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #902211 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1a595b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #902211 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #e53c22 !important;
}
.alert-success {
  background-color: #30a6ab;
}
.alert-info {
  background-color: #e53c22;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e53c22;
  border-color: #e53c22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #e53c22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #faddd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7fd7db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #faddd9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #e53c22;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e53c22;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e53c22;
  border-bottom-color: #e53c22;
}
.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: #e53c22 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.rojo {
  color: #e53c22;
  font-size: 1.3em;
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-s2FuKi0lWv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKpSQHuZ6g {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tKpSQHuZ6g .image {
  position: absolute;
  background-image: url("../../../assets/images/kate-ibragimova-begtsocnhro-unsplash-1920x1080.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tKpSQHuZ6g .image {
    display: none;
  }
}
.cid-tKpSQHuZ6g .position {
  z-index: 10;
}
.cid-tKpSQHuZ6g .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tKpSQHuZ6g .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKpSQHuZ6g .mbr-text {
  margin-top: 30px;
}
.cid-tKpSQHuZ6g .mbr-section-btn {
  margin-top: 30px;
}
.cid-tKpSQHuZ6g .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tKpSQHuZ6g .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tKpSQHuZ6g .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tKpSQHuZ6g .info__block-item {
    margin-right: 10px;
  }
}
.cid-tKpSQHuZ6g .title__item,
.cid-tKpSQHuZ6g .text__item {
  margin-bottom: 0;
}
.cid-tKpSQHuZ6g .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tKpSQHuZ6g .animated-element {
  color: #e53c22;
}
.cid-tKpSQHuZ6g .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rRNlkY4IDf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNlkY4IDf .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNlkY4IDf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNlkY4IDf .mbr-text {
  margin: 10px 0;
}
.cid-rRNlkY4IDf .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNlkY4IDf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNlkY4IDf .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tKq1V7auY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKq1V7auY1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tKq1V7auY1 .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tKq1V7auY1 .wrap {
  align-items: center;
}
.cid-tKq1V7auY1 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tKq1V7auY1 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tKq1V7auY1 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tKq1V7auY1 .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tKq1V7auY1 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tKq1V7auY1 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tKq1V7auY1 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tKq1V7auY1 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tKq1V7auY1 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tKq1V7auY1 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKq1V7auY1 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tKq1V7auY1 .card__content {
  padding: 20px;
}
.cid-tKq1V7auY1 .card__topic {
  margin-bottom: 15px;
}
.cid-tKq1V7auY1 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tKq1V7auY1 .mbr-text {
  margin-bottom: 10px;
}
.cid-tKq1V7auY1 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tKq1V7auY1 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tKq8AN2vRw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKq8AN2vRw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tKq8AN2vRw .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tKq8AN2vRw .mbr-text {
  margin: 10px 0 30px;
}
.cid-tKq8AN2vRw .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tKq8AN2vRw .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tKq8AN2vRw .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKq8AN2vRw .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tKq8AN2vRw .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-rRN6GpGJUi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRN6GpGJUi .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRN6GpGJUi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6GpGJUi .mbr-text {
  margin: 10px 0;
}
.cid-rRN6GpGJUi .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRN6GpGJUi .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRN6GpGJUi .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRNumdZLFn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRNumdZLFn .counts__block {
  width: 100%;
}
.cid-rRNumdZLFn .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-rRNumdZLFn .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-rRNumdZLFn .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-rRNumdZLFn .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-rRNumdZLFn .wrap {
  margin-bottom: 30px;
}
.cid-rRNumdZLFn .wrap:last-child {
  margin-bottom: 0;
}
.cid-rRNumdZLFn .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL8mNP5Kcl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL8mNP5Kcl .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL8mNP5Kcl .footer__content {
  margin-bottom: 30px;
}
.cid-tL8mNP5Kcl .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL8mNP5Kcl .title__address {
  margin-bottom: 20px;
}
.cid-tL8mNP5Kcl .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL8mNP5Kcl .privacy {
    text-align: left;
  }
}
.cid-tL8mNP5Kcl .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL8mNP5Kcl .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL8mNP5Kcl .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL8mNP5Kcl .input-group-btn {
  padding-left: 0;
}
.cid-tL8mNP5Kcl .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL8mNP5Kcl .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL8mNP5Kcl .mbr-form .btn {
  margin: 0;
}
.cid-tL8mNP5Kcl input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL8mNP5Kcl input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL8mNP5Kcl .wrap {
    padding-bottom: 25px;
  }
  .cid-tL8mNP5Kcl .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1540px;
  }
}
.cid-sQhFhgwt5H {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sQhFhgwt5H .nav-item,
.cid-sQhFhgwt5H .nav-link,
.cid-sQhFhgwt5H .navbar-caption {
  font-weight: normal;
}
.cid-sQhFhgwt5H .navbar-nav {
  counter-reset: number;
}
.cid-sQhFhgwt5H .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sQhFhgwt5H .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sQhFhgwt5H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sQhFhgwt5H .btn {
    white-space: nowrap;
  }
  .cid-sQhFhgwt5H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sQhFhgwt5H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sQhFhgwt5H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sQhFhgwt5H .dropdown-toggle::after,
  .cid-sQhFhgwt5H .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sQhFhgwt5H .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-sQhFhgwt5H .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sQhFhgwt5H .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sQhFhgwt5H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sQhFhgwt5H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sQhFhgwt5H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sQhFhgwt5H .nav-item:focus,
.cid-sQhFhgwt5H .nav-link:focus {
  outline: none;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sQhFhgwt5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sQhFhgwt5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQhFhgwt5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sQhFhgwt5H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQhFhgwt5H ul.navbar-nav li {
  margin: auto;
}
.cid-sQhFhgwt5H .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sQhFhgwt5H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sQhFhgwt5H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQhFhgwt5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQhFhgwt5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQhFhgwt5H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQhFhgwt5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQhFhgwt5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQhFhgwt5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQhFhgwt5H .navbar .container-fluid,
  .cid-sQhFhgwt5H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQhFhgwt5H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sQhFhgwt5H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sQhFhgwt5H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQhFhgwt5H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sQhFhgwt5H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sQhFhgwt5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQhFhgwt5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQhFhgwt5H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQhFhgwt5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQhFhgwt5H .dropdown-item.active,
.cid-sQhFhgwt5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sQhFhgwt5H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQhFhgwt5H .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sQhFhgwt5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQhFhgwt5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sQhFhgwt5H .navbar-buttons {
  text-align: center;
}
.cid-sQhFhgwt5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQhFhgwt5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQhFhgwt5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQhFhgwt5H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sQhFhgwt5H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sQhFhgwt5H a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-sQhFhgwt5H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQhFhgwt5H .navbar {
    height: 77px;
  }
  .cid-sQhFhgwt5H .navbar.opened {
    height: auto;
  }
  .cid-sQhFhgwt5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQhWJKWbPt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQhWJKWbPt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sQhWJKWbPt .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sQhWJKWbPt .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sQhWJKWbPt .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-sQhWJKWbPt .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-sQhWJKWbPt .right-side {
  max-width: 554px;
}
.cid-sQhWJKWbPt .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sQhWJKWbPt .margin {
  margin-right: 14px;
}
.cid-sQhWJKWbPt .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sQhWJKWbPt img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sQhWJKWbPt .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sQhWJKWbPt .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #e53c22;
  cursor: pointer;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sQhWJKWbPt .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sQhWJKWbPt .mbr-social-likes.small {
  display: flex;
}
.cid-sQhWJKWbPt .mbr-social-likes.big {
  display: block;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #e53c22;
  cursor: pointer;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-sQhWJKWbPt .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sQhWJKWbPt .form-control,
.cid-sQhWJKWbPt form .btn {
  min-height: initial;
}
.cid-sQhWJKWbPt a.btn,
.cid-sQhWJKWbPt button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-sQhWJKWbPt input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-sQhWJKWbPt textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sQhWJKWbPt input:hover {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt textarea:hover {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt input:focus {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt textarea:focus {
  border-color: #14142b !important;
}
.cid-sQhWJKWbPt .form-group {
  margin-bottom: 0;
}
.cid-sQhWJKWbPt .listen {
  margin-bottom: 24px;
}
.cid-sQhWJKWbPt .phone {
  margin-bottom: 44px;
}
.cid-sQhWJKWbPt .email {
  margin-bottom: 21px;
}
.cid-sQhWJKWbPt .listen,
.cid-sQhWJKWbPt .big {
  text-align: left;
  color: #8c8c95;
}
.cid-sQhWJKWbPt .mbr-text,
.cid-sQhWJKWbPt .button-align {
  color: #8c8c95;
}
.cid-sQhWJKWbPt .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sQhWJKWbPt .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sQhWJKWbPt select.form-control:hover {
  border-color: #14142b;
}
.cid-sQhWJKWbPt select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-sQhWJKWbPt .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-sQhWJKWbPt .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-sQhWJKWbPt .left-side,
  .cid-sQhWJKWbPt .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-sQhWJKWbPt .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-sQhWJKWbPt .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sQhWJKWbPt .shadow {
    padding: 25px;
  }
  .cid-sQhWJKWbPt input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sQhWJKWbPt .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-sQhWJKWbPt .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-sQhWJKWbPt .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sQhWJKWbPt .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sQhWJKWbPt .big > .socicon-bg-twitter {
  background-color: #c01b57;
}
.cid-sQhWJKWbPt .big > .socicon-bg-pinterest {
  background-color: #2971b0;
}
.cid-sQhWJKWbPt .big > .socicon-bg-mail {
  background-color: #e26639;
}
.cid-sQhWJKWbPt .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sQhWJKWbPt .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sQhWJKWbPt .small > .socicon-bg-twitter {
  background-color: #c01b57;
}
.cid-sQhWJKWbPt .small > .socicon-bg-pinterest {
  background-color: #2971b0;
}
.cid-sQhWJKWbPt .small > .socicon-bg-mail {
  background-color: #e26639;
}
.cid-sQhWJKWbPt .mbr-iconfont {
  margin-right: 8px;
}
.cid-tL8mNP5Kcl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL8mNP5Kcl .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL8mNP5Kcl .footer__content {
  margin-bottom: 30px;
}
.cid-tL8mNP5Kcl .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL8mNP5Kcl .title__address {
  margin-bottom: 20px;
}
.cid-tL8mNP5Kcl .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL8mNP5Kcl .privacy {
    text-align: left;
  }
}
.cid-tL8mNP5Kcl .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL8mNP5Kcl .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL8mNP5Kcl .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL8mNP5Kcl .input-group-btn {
  padding-left: 0;
}
.cid-tL8mNP5Kcl .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL8mNP5Kcl .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL8mNP5Kcl .mbr-form .btn {
  margin: 0;
}
.cid-tL8mNP5Kcl input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL8mNP5Kcl input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL8mNP5Kcl .wrap {
    padding-bottom: 25px;
  }
  .cid-tL8mNP5Kcl .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL8mNP5Kcl .container {
    max-width: 1540px;
  }
}
.cid-tL8oSxOYc9 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tL8oSxOYc9 .nav-item,
.cid-tL8oSxOYc9 .nav-link,
.cid-tL8oSxOYc9 .navbar-caption {
  font-weight: normal;
}
.cid-tL8oSxOYc9 .navbar-nav {
  counter-reset: number;
}
.cid-tL8oSxOYc9 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tL8oSxOYc9 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tL8oSxOYc9 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tL8oSxOYc9 .btn {
    white-space: nowrap;
  }
  .cid-tL8oSxOYc9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tL8oSxOYc9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tL8oSxOYc9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tL8oSxOYc9 .dropdown-toggle::after,
  .cid-tL8oSxOYc9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tL8oSxOYc9 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSxOYc9 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSxOYc9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tL8oSxOYc9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSxOYc9 .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-tL8oSxOYc9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tL8oSxOYc9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tL8oSxOYc9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tL8oSxOYc9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tL8oSxOYc9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tL8oSxOYc9 .nav-item:focus,
.cid-tL8oSxOYc9 .nav-link:focus {
  outline: none;
}
.cid-tL8oSxOYc9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tL8oSxOYc9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tL8oSxOYc9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tL8oSxOYc9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL8oSxOYc9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tL8oSxOYc9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL8oSxOYc9 ul.navbar-nav li {
  margin: auto;
}
.cid-tL8oSxOYc9 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tL8oSxOYc9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tL8oSxOYc9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL8oSxOYc9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL8oSxOYc9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL8oSxOYc9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tL8oSxOYc9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tL8oSxOYc9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL8oSxOYc9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tL8oSxOYc9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL8oSxOYc9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL8oSxOYc9 .navbar .container-fluid,
  .cid-tL8oSxOYc9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tL8oSxOYc9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tL8oSxOYc9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL8oSxOYc9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tL8oSxOYc9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tL8oSxOYc9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tL8oSxOYc9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tL8oSxOYc9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tL8oSxOYc9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL8oSxOYc9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL8oSxOYc9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL8oSxOYc9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL8oSxOYc9 .dropdown-item.active,
.cid-tL8oSxOYc9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tL8oSxOYc9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL8oSxOYc9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tL8oSxOYc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL8oSxOYc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tL8oSxOYc9 .navbar-buttons {
  text-align: center;
}
.cid-tL8oSxOYc9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL8oSxOYc9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tL8oSxOYc9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8oSxOYc9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8oSxOYc9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8oSxOYc9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8oSxOYc9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8oSxOYc9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8oSxOYc9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8oSxOYc9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8oSxOYc9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tL8oSxOYc9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSxOYc9 a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-tL8oSxOYc9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL8oSxOYc9 .navbar {
    height: 77px;
  }
  .cid-tL8oSxOYc9 .navbar.opened {
    height: auto;
  }
  .cid-tL8oSxOYc9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL8oSt0USp {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tL8oSt0USp .image {
  position: absolute;
  background-image: url("../../../assets/images/kate-ibragimova-begtsocnhro-unsplash-1920x1080.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tL8oSt0USp .image {
    display: none;
  }
}
.cid-tL8oSt0USp .position {
  z-index: 10;
}
.cid-tL8oSt0USp .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tL8oSt0USp .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL8oSt0USp .mbr-text {
  margin-top: 30px;
}
.cid-tL8oSt0USp .mbr-section-btn {
  margin-top: 30px;
}
.cid-tL8oSt0USp .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tL8oSt0USp .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tL8oSt0USp .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tL8oSt0USp .info__block-item {
    margin-right: 10px;
  }
}
.cid-tL8oSt0USp .title__item,
.cid-tL8oSt0USp .text__item {
  margin-bottom: 0;
}
.cid-tL8oSt0USp .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tL8oSt0USp .animated-element {
  color: #e53c22;
}
.cid-tL8oSt0USp .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tL8oStIOO6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8oStIOO6 .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8oStIOO6 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8oStIOO6 .mbr-text {
  margin: 10px 0;
}
.cid-tL8oStIOO6 .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8oStIOO6 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8oStIOO6 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8oSu1oZn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8oSu1oZn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tL8oSu1oZn .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tL8oSu1oZn .wrap {
  align-items: center;
}
.cid-tL8oSu1oZn .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8oSu1oZn .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tL8oSu1oZn .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8oSu1oZn .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tL8oSu1oZn .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tL8oSu1oZn .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tL8oSu1oZn .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tL8oSu1oZn .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tL8oSu1oZn .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tL8oSu1oZn .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSu1oZn .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tL8oSu1oZn .card__content {
  padding: 20px;
}
.cid-tL8oSu1oZn .card__topic {
  margin-bottom: 15px;
}
.cid-tL8oSu1oZn .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL8oSu1oZn .mbr-text {
  margin-bottom: 10px;
}
.cid-tL8oSu1oZn .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tL8oSu1oZn .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tL8xbmOvAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tL8xbmOvAW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8xbmOvAW .mbr-text {
  margin-bottom: 20px;
}
.cid-tL8xbmOvAW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tL8xbmOvAW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tL8xbmOvAW .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tL8xbmOvAW .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tL8xbmOvAW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL8xbmOvAW .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tL8xbmOvAW .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8xbmOvAW .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tL8xbmOvAW .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tL8xbmOvAW h4 {
  color: #ffffff;
}
.cid-tL8xbmOvAW h4:hover .sign {
  color: #e53c22;
  font-weight: bold !important;
}
.cid-tL8xbmOvAW .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tL8xbmOvAW .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tL8oSupthl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8oSupthl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8oSupthl .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tL8oSupthl .mbr-text {
  margin: 10px 0 30px;
}
.cid-tL8oSupthl .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tL8oSupthl .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tL8oSupthl .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8oSupthl .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tL8oSupthl .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tL8oSv7jNA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8oSv7jNA .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8oSv7jNA .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8oSv7jNA .mbr-text {
  margin: 10px 0;
}
.cid-tL8oSv7jNA .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8oSv7jNA .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8oSv7jNA .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8oSvwdbC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8oSvwdbC .counts__block {
  width: 100%;
}
.cid-tL8oSvwdbC .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tL8oSvwdbC .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-tL8oSvwdbC .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-tL8oSvwdbC .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-tL8oSvwdbC .wrap {
  margin-bottom: 30px;
}
.cid-tL8oSvwdbC .wrap:last-child {
  margin-bottom: 0;
}
.cid-tL8oSvwdbC .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL8oSwg87H {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL8oSwg87H .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL8oSwg87H .footer__content {
  margin-bottom: 30px;
}
.cid-tL8oSwg87H .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL8oSwg87H .title__address {
  margin-bottom: 20px;
}
.cid-tL8oSwg87H .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL8oSwg87H .privacy {
    text-align: left;
  }
}
.cid-tL8oSwg87H .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL8oSwg87H .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL8oSwg87H .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL8oSwg87H .input-group-btn {
  padding-left: 0;
}
.cid-tL8oSwg87H .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL8oSwg87H .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL8oSwg87H .mbr-form .btn {
  margin: 0;
}
.cid-tL8oSwg87H input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL8oSwg87H input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL8oSwg87H .wrap {
    padding-bottom: 25px;
  }
  .cid-tL8oSwg87H .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL8oSwg87H .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL8oSwg87H .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL8oSwg87H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8oSwg87H .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL8oSwg87H .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL8oSwg87H .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL8oSwg87H .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL8oSwg87H .container {
    max-width: 1540px;
  }
}
.cid-tL8zxYp9gy {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tL8zxYp9gy .nav-item,
.cid-tL8zxYp9gy .nav-link,
.cid-tL8zxYp9gy .navbar-caption {
  font-weight: normal;
}
.cid-tL8zxYp9gy .navbar-nav {
  counter-reset: number;
}
.cid-tL8zxYp9gy .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tL8zxYp9gy .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tL8zxYp9gy .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tL8zxYp9gy .btn {
    white-space: nowrap;
  }
  .cid-tL8zxYp9gy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tL8zxYp9gy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tL8zxYp9gy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tL8zxYp9gy .dropdown-toggle::after,
  .cid-tL8zxYp9gy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tL8zxYp9gy .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxYp9gy .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxYp9gy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tL8zxYp9gy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxYp9gy .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-tL8zxYp9gy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tL8zxYp9gy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tL8zxYp9gy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tL8zxYp9gy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tL8zxYp9gy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tL8zxYp9gy .nav-item:focus,
.cid-tL8zxYp9gy .nav-link:focus {
  outline: none;
}
.cid-tL8zxYp9gy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tL8zxYp9gy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tL8zxYp9gy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tL8zxYp9gy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL8zxYp9gy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tL8zxYp9gy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL8zxYp9gy ul.navbar-nav li {
  margin: auto;
}
.cid-tL8zxYp9gy .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tL8zxYp9gy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tL8zxYp9gy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL8zxYp9gy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL8zxYp9gy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL8zxYp9gy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tL8zxYp9gy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tL8zxYp9gy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL8zxYp9gy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tL8zxYp9gy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL8zxYp9gy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL8zxYp9gy .navbar .container-fluid,
  .cid-tL8zxYp9gy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tL8zxYp9gy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tL8zxYp9gy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL8zxYp9gy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tL8zxYp9gy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tL8zxYp9gy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tL8zxYp9gy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tL8zxYp9gy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tL8zxYp9gy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL8zxYp9gy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL8zxYp9gy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL8zxYp9gy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL8zxYp9gy .dropdown-item.active,
.cid-tL8zxYp9gy .dropdown-item:active {
  background-color: transparent;
}
.cid-tL8zxYp9gy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL8zxYp9gy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tL8zxYp9gy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL8zxYp9gy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tL8zxYp9gy .navbar-buttons {
  text-align: center;
}
.cid-tL8zxYp9gy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL8zxYp9gy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tL8zxYp9gy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8zxYp9gy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8zxYp9gy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8zxYp9gy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8zxYp9gy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8zxYp9gy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8zxYp9gy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8zxYp9gy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8zxYp9gy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tL8zxYp9gy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxYp9gy a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-tL8zxYp9gy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL8zxYp9gy .navbar {
    height: 77px;
  }
  .cid-tL8zxYp9gy .navbar.opened {
    height: auto;
  }
  .cid-tL8zxYp9gy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL8zxUiFcg {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tL8zxUiFcg .image {
  position: absolute;
  background-image: url("../../../assets/images/frenos-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tL8zxUiFcg .image {
    display: none;
  }
}
.cid-tL8zxUiFcg .position {
  z-index: 10;
}
.cid-tL8zxUiFcg .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tL8zxUiFcg .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL8zxUiFcg .mbr-text {
  margin-top: 30px;
}
.cid-tL8zxUiFcg .mbr-section-btn {
  margin-top: 30px;
}
.cid-tL8zxUiFcg .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tL8zxUiFcg .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tL8zxUiFcg .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tL8zxUiFcg .info__block-item {
    margin-right: 10px;
  }
}
.cid-tL8zxUiFcg .title__item,
.cid-tL8zxUiFcg .text__item {
  margin-bottom: 0;
}
.cid-tL8zxUiFcg .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tL8zxUiFcg .animated-element {
  color: #e53c22;
}
.cid-tL8zxUiFcg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tL8zxUYA7d {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8zxUYA7d .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8zxUYA7d .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8zxUYA7d .mbr-text {
  margin: 10px 0;
}
.cid-tL8zxUYA7d .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8zxUYA7d .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8zxUYA7d .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8zxVgRCg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8zxVgRCg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tL8zxVgRCg .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tL8zxVgRCg .wrap {
  align-items: center;
}
.cid-tL8zxVgRCg .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8zxVgRCg .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tL8zxVgRCg .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8zxVgRCg .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tL8zxVgRCg .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tL8zxVgRCg .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tL8zxVgRCg .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tL8zxVgRCg .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tL8zxVgRCg .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tL8zxVgRCg .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxVgRCg .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tL8zxVgRCg .card__content {
  padding: 20px;
}
.cid-tL8zxVgRCg .card__topic {
  margin-bottom: 15px;
}
.cid-tL8zxVgRCg .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL8zxVgRCg .mbr-text {
  margin-bottom: 10px;
}
.cid-tL8zxVgRCg .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tL8zxVgRCg .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tL8zxVJpB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tL8zxVJpB6 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8zxVJpB6 .mbr-text {
  margin-bottom: 20px;
}
.cid-tL8zxVJpB6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tL8zxVJpB6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tL8zxVJpB6 .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tL8zxVJpB6 .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tL8zxVJpB6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL8zxVJpB6 .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tL8zxVJpB6 .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxVJpB6 .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tL8zxVJpB6 .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tL8zxVJpB6 h4 {
  color: #ffffff;
}
.cid-tL8zxVJpB6 h4:hover .sign {
  color: #e53c22;
  font-weight: bold !important;
}
.cid-tL8zxVJpB6 .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tL8zxVJpB6 .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tL8zxW8gH9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8zxW8gH9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8zxW8gH9 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tL8zxW8gH9 .mbr-text {
  margin: 10px 0 30px;
}
.cid-tL8zxW8gH9 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tL8zxW8gH9 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tL8zxW8gH9 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8zxW8gH9 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tL8zxW8gH9 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tL8zxWSafx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8zxWSafx .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8zxWSafx .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8zxWSafx .mbr-text {
  margin: 10px 0;
}
.cid-tL8zxWSafx .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8zxWSafx .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8zxWSafx .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8zxXc6Sb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8zxXc6Sb .counts__block {
  width: 100%;
}
.cid-tL8zxXc6Sb .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tL8zxXc6Sb .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-tL8zxXc6Sb .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-tL8zxXc6Sb .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-tL8zxXc6Sb .wrap {
  margin-bottom: 30px;
}
.cid-tL8zxXc6Sb .wrap:last-child {
  margin-bottom: 0;
}
.cid-tL8zxXc6Sb .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL8zxXNVHw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL8zxXNVHw .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL8zxXNVHw .footer__content {
  margin-bottom: 30px;
}
.cid-tL8zxXNVHw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL8zxXNVHw .title__address {
  margin-bottom: 20px;
}
.cid-tL8zxXNVHw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL8zxXNVHw .privacy {
    text-align: left;
  }
}
.cid-tL8zxXNVHw .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL8zxXNVHw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL8zxXNVHw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL8zxXNVHw .input-group-btn {
  padding-left: 0;
}
.cid-tL8zxXNVHw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL8zxXNVHw .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL8zxXNVHw .mbr-form .btn {
  margin: 0;
}
.cid-tL8zxXNVHw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL8zxXNVHw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL8zxXNVHw .wrap {
    padding-bottom: 25px;
  }
  .cid-tL8zxXNVHw .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL8zxXNVHw .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL8zxXNVHw .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL8zxXNVHw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8zxXNVHw .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL8zxXNVHw .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL8zxXNVHw .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL8zxXNVHw .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL8zxXNVHw .container {
    max-width: 1540px;
  }
}
.cid-tL8LuLK3BJ {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tL8LuLK3BJ .nav-item,
.cid-tL8LuLK3BJ .nav-link,
.cid-tL8LuLK3BJ .navbar-caption {
  font-weight: normal;
}
.cid-tL8LuLK3BJ .navbar-nav {
  counter-reset: number;
}
.cid-tL8LuLK3BJ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tL8LuLK3BJ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tL8LuLK3BJ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tL8LuLK3BJ .btn {
    white-space: nowrap;
  }
  .cid-tL8LuLK3BJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tL8LuLK3BJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tL8LuLK3BJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tL8LuLK3BJ .dropdown-toggle::after,
  .cid-tL8LuLK3BJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tL8LuLK3BJ .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuLK3BJ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuLK3BJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tL8LuLK3BJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuLK3BJ .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-tL8LuLK3BJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tL8LuLK3BJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tL8LuLK3BJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tL8LuLK3BJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tL8LuLK3BJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tL8LuLK3BJ .nav-item:focus,
.cid-tL8LuLK3BJ .nav-link:focus {
  outline: none;
}
.cid-tL8LuLK3BJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tL8LuLK3BJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tL8LuLK3BJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tL8LuLK3BJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL8LuLK3BJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tL8LuLK3BJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL8LuLK3BJ ul.navbar-nav li {
  margin: auto;
}
.cid-tL8LuLK3BJ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tL8LuLK3BJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tL8LuLK3BJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL8LuLK3BJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL8LuLK3BJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL8LuLK3BJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tL8LuLK3BJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tL8LuLK3BJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL8LuLK3BJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tL8LuLK3BJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL8LuLK3BJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL8LuLK3BJ .navbar .container-fluid,
  .cid-tL8LuLK3BJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tL8LuLK3BJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tL8LuLK3BJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL8LuLK3BJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tL8LuLK3BJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tL8LuLK3BJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tL8LuLK3BJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tL8LuLK3BJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tL8LuLK3BJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL8LuLK3BJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL8LuLK3BJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL8LuLK3BJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL8LuLK3BJ .dropdown-item.active,
.cid-tL8LuLK3BJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tL8LuLK3BJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL8LuLK3BJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tL8LuLK3BJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL8LuLK3BJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tL8LuLK3BJ .navbar-buttons {
  text-align: center;
}
.cid-tL8LuLK3BJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL8LuLK3BJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tL8LuLK3BJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL8LuLK3BJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8LuLK3BJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL8LuLK3BJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL8LuLK3BJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8LuLK3BJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL8LuLK3BJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL8LuLK3BJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL8LuLK3BJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tL8LuLK3BJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuLK3BJ a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-tL8LuLK3BJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL8LuLK3BJ .navbar {
    height: 77px;
  }
  .cid-tL8LuLK3BJ .navbar.opened {
    height: auto;
  }
  .cid-tL8LuLK3BJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL8LuHoLB9 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tL8LuHoLB9 .image {
  position: absolute;
  background-image: url("../../../assets/images/mecanica-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tL8LuHoLB9 .image {
    display: none;
  }
}
.cid-tL8LuHoLB9 .position {
  z-index: 10;
}
.cid-tL8LuHoLB9 .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tL8LuHoLB9 .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL8LuHoLB9 .mbr-text {
  margin-top: 30px;
}
.cid-tL8LuHoLB9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tL8LuHoLB9 .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tL8LuHoLB9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tL8LuHoLB9 .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tL8LuHoLB9 .info__block-item {
    margin-right: 10px;
  }
}
.cid-tL8LuHoLB9 .title__item,
.cid-tL8LuHoLB9 .text__item {
  margin-bottom: 0;
}
.cid-tL8LuHoLB9 .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tL8LuHoLB9 .animated-element {
  color: #e53c22;
}
.cid-tL8LuHoLB9 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tL8LuI4YVv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8LuI4YVv .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8LuI4YVv .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8LuI4YVv .mbr-text {
  margin: 10px 0;
}
.cid-tL8LuI4YVv .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8LuI4YVv .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8LuI4YVv .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8LuIuB6O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8LuIuB6O .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tL8LuIuB6O .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tL8LuIuB6O .wrap {
  align-items: center;
}
.cid-tL8LuIuB6O .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8LuIuB6O .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tL8LuIuB6O .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL8LuIuB6O .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tL8LuIuB6O .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tL8LuIuB6O .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tL8LuIuB6O .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tL8LuIuB6O .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tL8LuIuB6O .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tL8LuIuB6O .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuIuB6O .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tL8LuIuB6O .card__content {
  padding: 20px;
}
.cid-tL8LuIuB6O .card__topic {
  margin-bottom: 15px;
}
.cid-tL8LuIuB6O .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL8LuIuB6O .mbr-text {
  margin-bottom: 10px;
}
.cid-tL8LuIuB6O .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tL8LuIuB6O .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tL8LuIVRaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tL8LuIVRaX .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8LuIVRaX .mbr-text {
  margin-bottom: 20px;
}
.cid-tL8LuIVRaX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tL8LuIVRaX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tL8LuIVRaX .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tL8LuIVRaX .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tL8LuIVRaX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL8LuIVRaX .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tL8LuIVRaX .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuIVRaX .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tL8LuIVRaX .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tL8LuIVRaX h4 {
  color: #ffffff;
}
.cid-tL8LuIVRaX h4:hover .sign {
  color: #e53c22;
  font-weight: bold !important;
}
.cid-tL8LuIVRaX .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tL8LuIVRaX .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tL8LuJm8Ei {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8LuJm8Ei .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL8LuJm8Ei .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tL8LuJm8Ei .mbr-text {
  margin: 10px 0 30px;
}
.cid-tL8LuJm8Ei .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tL8LuJm8Ei .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tL8LuJm8Ei .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL8LuJm8Ei .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tL8LuJm8Ei .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tL8LuK6uTr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL8LuK6uTr .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL8LuK6uTr .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL8LuK6uTr .mbr-text {
  margin: 10px 0;
}
.cid-tL8LuK6uTr .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL8LuK6uTr .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL8LuK6uTr .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL8LuKvfvN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL8LuKvfvN .counts__block {
  width: 100%;
}
.cid-tL8LuKvfvN .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tL8LuKvfvN .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-tL8LuKvfvN .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-tL8LuKvfvN .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-tL8LuKvfvN .wrap {
  margin-bottom: 30px;
}
.cid-tL8LuKvfvN .wrap:last-child {
  margin-bottom: 0;
}
.cid-tL8LuKvfvN .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL8LuL9yIx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL8LuL9yIx .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL8LuL9yIx .footer__content {
  margin-bottom: 30px;
}
.cid-tL8LuL9yIx .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL8LuL9yIx .title__address {
  margin-bottom: 20px;
}
.cid-tL8LuL9yIx .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL8LuL9yIx .privacy {
    text-align: left;
  }
}
.cid-tL8LuL9yIx .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL8LuL9yIx .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL8LuL9yIx .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL8LuL9yIx .input-group-btn {
  padding-left: 0;
}
.cid-tL8LuL9yIx .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL8LuL9yIx .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL8LuL9yIx .mbr-form .btn {
  margin: 0;
}
.cid-tL8LuL9yIx input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL8LuL9yIx input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL8LuL9yIx .wrap {
    padding-bottom: 25px;
  }
  .cid-tL8LuL9yIx .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL8LuL9yIx .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL8LuL9yIx .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL8LuL9yIx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL8LuL9yIx .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL8LuL9yIx .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL8LuL9yIx .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL8LuL9yIx .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL8LuL9yIx .container {
    max-width: 1540px;
  }
}
.cid-tL99eJElyQ {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tL99eJElyQ .nav-item,
.cid-tL99eJElyQ .nav-link,
.cid-tL99eJElyQ .navbar-caption {
  font-weight: normal;
}
.cid-tL99eJElyQ .navbar-nav {
  counter-reset: number;
}
.cid-tL99eJElyQ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tL99eJElyQ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tL99eJElyQ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tL99eJElyQ .btn {
    white-space: nowrap;
  }
  .cid-tL99eJElyQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tL99eJElyQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tL99eJElyQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tL99eJElyQ .dropdown-toggle::after,
  .cid-tL99eJElyQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tL99eJElyQ .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eJElyQ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eJElyQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tL99eJElyQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eJElyQ .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-tL99eJElyQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tL99eJElyQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tL99eJElyQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tL99eJElyQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tL99eJElyQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tL99eJElyQ .nav-item:focus,
.cid-tL99eJElyQ .nav-link:focus {
  outline: none;
}
.cid-tL99eJElyQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tL99eJElyQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tL99eJElyQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tL99eJElyQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL99eJElyQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tL99eJElyQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL99eJElyQ ul.navbar-nav li {
  margin: auto;
}
.cid-tL99eJElyQ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tL99eJElyQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tL99eJElyQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL99eJElyQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL99eJElyQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL99eJElyQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tL99eJElyQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tL99eJElyQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL99eJElyQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tL99eJElyQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL99eJElyQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL99eJElyQ .navbar .container-fluid,
  .cid-tL99eJElyQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tL99eJElyQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tL99eJElyQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL99eJElyQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tL99eJElyQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tL99eJElyQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tL99eJElyQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tL99eJElyQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tL99eJElyQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL99eJElyQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL99eJElyQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL99eJElyQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL99eJElyQ .dropdown-item.active,
.cid-tL99eJElyQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tL99eJElyQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL99eJElyQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tL99eJElyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL99eJElyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tL99eJElyQ .navbar-buttons {
  text-align: center;
}
.cid-tL99eJElyQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL99eJElyQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tL99eJElyQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL99eJElyQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL99eJElyQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL99eJElyQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL99eJElyQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL99eJElyQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL99eJElyQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL99eJElyQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL99eJElyQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tL99eJElyQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eJElyQ a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-tL99eJElyQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL99eJElyQ .navbar {
    height: 77px;
  }
  .cid-tL99eJElyQ .navbar.opened {
    height: auto;
  }
  .cid-tL99eJElyQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL99eDenZv {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tL99eDenZv .image {
  position: absolute;
  background-image: url("../../../assets/images/afinacion-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tL99eDenZv .image {
    display: none;
  }
}
.cid-tL99eDenZv .position {
  z-index: 10;
}
.cid-tL99eDenZv .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tL99eDenZv .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL99eDenZv .mbr-text {
  margin-top: 30px;
}
.cid-tL99eDenZv .mbr-section-btn {
  margin-top: 30px;
}
.cid-tL99eDenZv .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tL99eDenZv .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tL99eDenZv .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tL99eDenZv .info__block-item {
    margin-right: 10px;
  }
}
.cid-tL99eDenZv .title__item,
.cid-tL99eDenZv .text__item {
  margin-bottom: 0;
}
.cid-tL99eDenZv .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tL99eDenZv .animated-element {
  color: #e53c22;
}
.cid-tL99eDenZv .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tL99eEDwma {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL99eEDwma .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL99eEDwma .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL99eEDwma .mbr-text {
  margin: 10px 0;
}
.cid-tL99eEDwma .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL99eEDwma .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL99eEDwma .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL99eF1rvM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL99eF1rvM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tL99eF1rvM .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tL99eF1rvM .wrap {
  align-items: center;
}
.cid-tL99eF1rvM .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL99eF1rvM .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tL99eF1rvM .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL99eF1rvM .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tL99eF1rvM .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tL99eF1rvM .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tL99eF1rvM .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tL99eF1rvM .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tL99eF1rvM .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tL99eF1rvM .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eF1rvM .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tL99eF1rvM .card__content {
  padding: 20px;
}
.cid-tL99eF1rvM .card__topic {
  margin-bottom: 15px;
}
.cid-tL99eF1rvM .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL99eF1rvM .mbr-text {
  margin-bottom: 10px;
}
.cid-tL99eF1rvM .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tL99eF1rvM .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tL99eFGexe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tL99eFGexe .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL99eFGexe .mbr-text {
  margin-bottom: 20px;
}
.cid-tL99eFGexe .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tL99eFGexe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tL99eFGexe .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tL99eFGexe .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tL99eFGexe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL99eFGexe .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tL99eFGexe .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eFGexe .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tL99eFGexe .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tL99eFGexe h4 {
  color: #ffffff;
}
.cid-tL99eFGexe h4:hover .sign {
  color: #e53c22;
  font-weight: bold !important;
}
.cid-tL99eFGexe .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tL99eFGexe .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tL99eH23Th {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL99eH23Th .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL99eH23Th .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tL99eH23Th .mbr-text {
  margin: 10px 0 30px;
}
.cid-tL99eH23Th .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tL99eH23Th .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tL99eH23Th .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL99eH23Th .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tL99eH23Th .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tL99eHVoA2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL99eHVoA2 .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL99eHVoA2 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL99eHVoA2 .mbr-text {
  margin: 10px 0;
}
.cid-tL99eHVoA2 .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL99eHVoA2 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL99eHVoA2 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL99eImmPG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL99eImmPG .counts__block {
  width: 100%;
}
.cid-tL99eImmPG .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tL99eImmPG .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-tL99eImmPG .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-tL99eImmPG .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-tL99eImmPG .wrap {
  margin-bottom: 30px;
}
.cid-tL99eImmPG .wrap:last-child {
  margin-bottom: 0;
}
.cid-tL99eImmPG .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL99eIZTfN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL99eIZTfN .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL99eIZTfN .footer__content {
  margin-bottom: 30px;
}
.cid-tL99eIZTfN .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL99eIZTfN .title__address {
  margin-bottom: 20px;
}
.cid-tL99eIZTfN .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL99eIZTfN .privacy {
    text-align: left;
  }
}
.cid-tL99eIZTfN .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL99eIZTfN .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL99eIZTfN .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL99eIZTfN .input-group-btn {
  padding-left: 0;
}
.cid-tL99eIZTfN .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL99eIZTfN .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL99eIZTfN .mbr-form .btn {
  margin: 0;
}
.cid-tL99eIZTfN input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL99eIZTfN input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL99eIZTfN .wrap {
    padding-bottom: 25px;
  }
  .cid-tL99eIZTfN .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL99eIZTfN .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL99eIZTfN .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL99eIZTfN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL99eIZTfN .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL99eIZTfN .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL99eIZTfN .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL99eIZTfN .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL99eIZTfN .container {
    max-width: 1540px;
  }
}
.cid-tL9VaOKV84 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tL9VaOKV84 .nav-item,
.cid-tL9VaOKV84 .nav-link,
.cid-tL9VaOKV84 .navbar-caption {
  font-weight: normal;
}
.cid-tL9VaOKV84 .navbar-nav {
  counter-reset: number;
}
.cid-tL9VaOKV84 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tL9VaOKV84 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tL9VaOKV84 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tL9VaOKV84 .btn {
    white-space: nowrap;
  }
  .cid-tL9VaOKV84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tL9VaOKV84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tL9VaOKV84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tL9VaOKV84 .dropdown-toggle::after,
  .cid-tL9VaOKV84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tL9VaOKV84 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaOKV84 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaOKV84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tL9VaOKV84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaOKV84 .dropdown-menu .dropdown-item:hover {
  color: #e53c22 !important;
  background-color: #fafafa;
}
.cid-tL9VaOKV84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tL9VaOKV84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tL9VaOKV84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tL9VaOKV84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tL9VaOKV84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tL9VaOKV84 .nav-item:focus,
.cid-tL9VaOKV84 .nav-link:focus {
  outline: none;
}
.cid-tL9VaOKV84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tL9VaOKV84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tL9VaOKV84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tL9VaOKV84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL9VaOKV84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tL9VaOKV84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL9VaOKV84 ul.navbar-nav li {
  margin: auto;
}
.cid-tL9VaOKV84 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tL9VaOKV84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tL9VaOKV84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL9VaOKV84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL9VaOKV84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL9VaOKV84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tL9VaOKV84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tL9VaOKV84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL9VaOKV84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tL9VaOKV84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL9VaOKV84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL9VaOKV84 .navbar .container-fluid,
  .cid-tL9VaOKV84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tL9VaOKV84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tL9VaOKV84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL9VaOKV84 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tL9VaOKV84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tL9VaOKV84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tL9VaOKV84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tL9VaOKV84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tL9VaOKV84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL9VaOKV84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL9VaOKV84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL9VaOKV84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL9VaOKV84 .dropdown-item.active,
.cid-tL9VaOKV84 .dropdown-item:active {
  background-color: transparent;
}
.cid-tL9VaOKV84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL9VaOKV84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tL9VaOKV84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL9VaOKV84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tL9VaOKV84 .navbar-buttons {
  text-align: center;
}
.cid-tL9VaOKV84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL9VaOKV84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tL9VaOKV84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL9VaOKV84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL9VaOKV84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL9VaOKV84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL9VaOKV84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL9VaOKV84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL9VaOKV84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL9VaOKV84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL9VaOKV84 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tL9VaOKV84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaOKV84 a.nav-link:hover {
  color: #e53c22 !important;
}
.is-builder .cid-tL9VaOKV84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL9VaOKV84 .navbar {
    height: 77px;
  }
  .cid-tL9VaOKV84 .navbar.opened {
    height: auto;
  }
  .cid-tL9VaOKV84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL9VaK8ilQ {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tL9VaK8ilQ .image {
  position: absolute;
  background-image: url("../../../assets/images/hojalareria-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 58vw;
  transform-origin: center;
  transform: rotate(344deg);
}
@media (max-width: 991px) {
  .cid-tL9VaK8ilQ .image {
    display: none;
  }
}
.cid-tL9VaK8ilQ .position {
  z-index: 10;
}
.cid-tL9VaK8ilQ .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tL9VaK8ilQ .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL9VaK8ilQ .mbr-text {
  margin-top: 30px;
}
.cid-tL9VaK8ilQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-tL9VaK8ilQ .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tL9VaK8ilQ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tL9VaK8ilQ .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tL9VaK8ilQ .info__block-item {
    margin-right: 10px;
  }
}
.cid-tL9VaK8ilQ .title__item,
.cid-tL9VaK8ilQ .text__item {
  margin-bottom: 0;
}
.cid-tL9VaK8ilQ .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tL9VaK8ilQ .animated-element {
  color: #e53c22;
}
.cid-tL9VaK8ilQ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e53c22;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tL9VaKUWGf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL9VaKUWGf .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL9VaKUWGf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL9VaKUWGf .mbr-text {
  margin: 10px 0;
}
.cid-tL9VaKUWGf .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL9VaKUWGf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL9VaKUWGf .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL9VaLizTL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL9VaLizTL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tL9VaLizTL .mbr-section-btn .btn-secondary-outline:hover {
  color: #e53c22 !important;
}
.cid-tL9VaLizTL .wrap {
  align-items: center;
}
.cid-tL9VaLizTL .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL9VaLizTL .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-tL9VaLizTL .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tL9VaLizTL .wrap:hover .mbr-section-title {
  color: #e53c22;
}
.cid-tL9VaLizTL .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-tL9VaLizTL .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tL9VaLizTL .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tL9VaLizTL .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-tL9VaLizTL .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tL9VaLizTL .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaLizTL .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-tL9VaLizTL .card__content {
  padding: 20px;
}
.cid-tL9VaLizTL .card__topic {
  margin-bottom: 15px;
}
.cid-tL9VaLizTL .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL9VaLizTL .mbr-text {
  margin-bottom: 10px;
}
.cid-tL9VaLizTL .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #e53c22;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tL9VaLizTL .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tL9VaLKHbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tL9VaLKHbM .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL9VaLKHbM .mbr-text {
  margin-bottom: 20px;
}
.cid-tL9VaLKHbM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tL9VaLKHbM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tL9VaLKHbM .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tL9VaLKHbM .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tL9VaLKHbM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL9VaLKHbM .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-tL9VaLKHbM .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaLKHbM .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-tL9VaLKHbM .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tL9VaLKHbM h4 {
  color: #ffffff;
}
.cid-tL9VaLKHbM h4:hover .sign {
  color: #e53c22;
  font-weight: bold !important;
}
.cid-tL9VaLKHbM .panel-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tL9VaLKHbM .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tL9VaMer44 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL9VaMer44 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tL9VaMer44 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tL9VaMer44 .mbr-text {
  margin: 10px 0 30px;
}
.cid-tL9VaMer44 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tL9VaMer44 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tL9VaMer44 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tL9VaMer44 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tL9VaMer44 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tL9VaN2nRZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL9VaN2nRZ .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-tL9VaN2nRZ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-tL9VaN2nRZ .mbr-text {
  margin: 10px 0;
}
.cid-tL9VaN2nRZ .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tL9VaN2nRZ .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-tL9VaN2nRZ .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tL9VaNrZNR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tL9VaNrZNR .counts__block {
  width: 100%;
}
.cid-tL9VaNrZNR .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tL9VaNrZNR .mbr-iconfont {
  margin-right: 10px;
  color: #e53c22;
}
.cid-tL9VaNrZNR .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-tL9VaNrZNR .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-tL9VaNrZNR .wrap {
  margin-bottom: 30px;
}
.cid-tL9VaNrZNR .wrap:last-child {
  margin-bottom: 0;
}
.cid-tL9VaNrZNR .title__block {
  text-align: center;
  color: #283742;
}
.cid-tL9VaO6HXD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL9VaO6HXD .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tL9VaO6HXD .footer__content {
  margin-bottom: 30px;
}
.cid-tL9VaO6HXD .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tL9VaO6HXD .title__address {
  margin-bottom: 20px;
}
.cid-tL9VaO6HXD .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tL9VaO6HXD .privacy {
    text-align: left;
  }
}
.cid-tL9VaO6HXD .divider {
  background-color: #ff622e;
  opacity: .6;
  margin: 25px 0 25px;
  height: 1px;
}
.cid-tL9VaO6HXD .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tL9VaO6HXD .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-tL9VaO6HXD .input-group-btn {
  padding-left: 0;
}
.cid-tL9VaO6HXD .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-tL9VaO6HXD .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tL9VaO6HXD .mbr-form .btn {
  margin: 0;
}
.cid-tL9VaO6HXD input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tL9VaO6HXD input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tL9VaO6HXD .wrap {
    padding-bottom: 25px;
  }
  .cid-tL9VaO6HXD .divider {
    margin: 0 0 20px;
  }
}
@media (min-width: 576px) {
  .cid-tL9VaO6HXD .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tL9VaO6HXD .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-tL9VaO6HXD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tL9VaO6HXD .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cid-tL9VaO6HXD .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .cid-tL9VaO6HXD .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .cid-tL9VaO6HXD .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .cid-tL9VaO6HXD .container {
    max-width: 1540px;
  }
}
