body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #562b7e !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #edd348 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #562b7e !important;
  border-color: #562b7e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7d3eb7 !important;
  border-color: #7d3eb7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d3eb7 !important;
  border-color: #7d3eb7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edd348 !important;
  border-color: #edd348 !important;
  color: #312a05 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #312a05 !important;
  background-color: #f4e48e !important;
  border-color: #f4e48e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #312a05 !important;
  background-color: #f4e48e !important;
  border-color: #f4e48e !important;
}
.btn-white {
  color: #222222 !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 !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #221132;
  color: #221132;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #562b7e;
  border-color: #562b7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #562b7e !important;
  border-color: #562b7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bca213;
  color: #bca213;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #312a05;
  background-color: #edd348;
  border-color: #edd348;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #312a05 !important;
  background-color: #edd348 !important;
  border-color: #edd348 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #562b7e !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #edd348 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8a4dc2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f6e9a5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #edd348;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9660c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tIFMHSwolo .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tIFMHSwolo .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tIFMHSwolo a {
  font-style: normal;
}
.cid-tIFMHSwolo .show {
  overflow: visible;
}
.cid-tIFMHSwolo .dropdown-menu {
  max-height: 400px;
}
.cid-tIFMHSwolo .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFMHSwolo .nav-link {
  font-weight: 600 !important;
}
.cid-tIFMHSwolo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tIFMHSwolo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tIFMHSwolo .nav-item:focus,
.cid-tIFMHSwolo .nav-link:focus {
  outline: none;
}
.cid-tIFMHSwolo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIFMHSwolo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tIFMHSwolo .menu-logo {
  margin-right: auto;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tIFMHSwolo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tIFMHSwolo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tIFMHSwolo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tIFMHSwolo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tIFMHSwolo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tIFMHSwolo .dropdown .dropdown-menu {
  background: #edd348;
  display: none;
  position: absolute;
  min-width: 250px;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tIFMHSwolo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tIFMHSwolo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFMHSwolo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tIFMHSwolo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFMHSwolo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tIFMHSwolo .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tIFMHSwolo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tIFMHSwolo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tIFMHSwolo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tIFMHSwolo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tIFMHSwolo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tIFMHSwolo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tIFMHSwolo button.navbar-toggler:focus {
  outline: none;
}
.cid-tIFMHSwolo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIFMHSwolo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIFMHSwolo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIFMHSwolo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIFMHSwolo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIFMHSwolo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIFMHSwolo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIFMHSwolo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIFMHSwolo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIFMHSwolo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tIFMHSwolo .collapsed .btn {
  display: -webkit-flex;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse.collapsing,
.cid-tIFMHSwolo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tIFMHSwolo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tIFMHSwolo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tIFMHSwolo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tIFMHSwolo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tIFMHSwolo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tIFMHSwolo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85.9375vh;
  }
}
.cid-tIFMHSwolo .collapsed button.navbar-toggler {
  display: block;
}
.cid-tIFMHSwolo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tIFMHSwolo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tIFMHSwolo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tIFMHSwolo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tIFMHSwolo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tIFMHSwolo .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tIFMHSwolo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tIFMHSwolo img {
    height: 3.8rem !important;
  }
  .cid-tIFMHSwolo .btn {
    display: -webkit-flex;
  }
  .cid-tIFMHSwolo button.navbar-toggler {
    display: block;
  }
  .cid-tIFMHSwolo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tIFMHSwolo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tIFMHSwolo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tIFMHSwolo .navbar-collapse.collapsing,
  .cid-tIFMHSwolo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tIFMHSwolo .navbar-collapse.collapsing .navbar-nav,
  .cid-tIFMHSwolo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tIFMHSwolo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tIFMHSwolo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tIFMHSwolo .navbar-collapse.collapsing .navbar-buttons,
  .cid-tIFMHSwolo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tIFMHSwolo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tIFMHSwolo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tIFMHSwolo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tIFMHSwolo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tIFMHSwolo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tIFMHSwolo .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tIFMHSwolo .nav-link {
    justify-content: start !important;
  }
  .cid-tIFMHSwolo .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tIFMHSwolo .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tIFMHSwolo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tIFMHSwolo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tIFMHSwolo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tIFMHSwolo .nav-link:hover,
.cid-tIFMHSwolo .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-tIFMHSwolo .navbar-toggleable-sm .navbar-collapse {
    max-width: 75% !important;
    padding-right: 5rem;
  }
  .cid-tIFMHSwolo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tJMUh9dtuB .row {
  position: relative;
}
.cid-tJMUh9dtuB .container {
  max-width: 1500px;
}
.cid-tJMUh9dtuB h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tJMUh9dtuB .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tJMUh9dtuB .container {
    padding: 0 4rem;
  }
}
.cid-tJMUh9dtuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMUh9dtuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/maxresdefault-1280x720.webp");
}
.cid-tJMUh9dtuB H1 {
  text-align: left;
  color: #b45689;
}
.cid-tIFNyKHMq0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-tIFNyKHMq0 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tIFNyKHMq0 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-tIFNyKHMq0 .card-wrapper {
    margin: 0rem;
  }
}
.cid-tIFNyKHMq0 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-tIFNyKHMq0 .row {
    padding: 0 4rem;
  }
}
.cid-tIFNyKHMq0 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b45689;
}
.cid-tIFNyKHMq0 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tIFNyKHMq0 .card-box {
  padding: 3rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-tIFNyKHMq0 .card1 {
  background-color: #333333;
}
.cid-tIFNyKHMq0 .card2 {
  background-color: #ffffff;
}
.cid-tIFNyKHMq0 .card3 {
  background-color: #272727;
}
.cid-tIFNyKHMq0 .card4 {
  background-color: #333333;
}
.cid-tIFNyKHMq0 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tIFNyKHMq0 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-tIFNyKHMq0 .container {
  max-width: 1500px;
}
.cid-tIFNyKHMq0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tIFNyKHMq0 .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-tIFNyKHMq0 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tIFNyKHMq0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tIFNyKHMq0 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tIFNyKHMq0 .col2,
  .cid-tIFNyKHMq0 .col3,
  .cid-tIFNyKHMq0 .col4 {
    margin-top: 0rem;
  }
  .cid-tIFNyKHMq0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tIFNyKHMq0 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-tIFNyKHMq0 .number {
    margin: auto;
  }
}
.cid-tIFNyKHMq0 .mbr-text {
  color: #cccccc;
}
.cid-tIFNyKHMq0 .text2 {
  color: #333333;
  text-align: center;
}
.cid-tIFNyKHMq0 .text3 {
  color: #ffffff;
  text-align: center;
}
.cid-tIFNyKHMq0 .title2 {
  color: #c1c1c1;
}
.cid-tIFNyKHMq0 .title1 {
  color: #c1c1c1;
}
.cid-tIFNyKHMq0 .title3 {
  color: #c1c1c1;
}
.cid-tIFNyKHMq0 .title4 {
  color: #c1c1c1;
}
.cid-tIFNyKHMq0 .text4 {
  color: #efeeee;
}
.cid-tIFNyKHMq0 .text1 {
  color: #efeeee;
  text-align: center;
}
.cid-tIFNyKHMq0 .title3 B {
  color: #c1c1c1;
}
.cid-tIFNyKHMq0 H1 {
  color: #333333;
}
.cid-tIFNyKHMq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFNyKHMq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFMLQNh7Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edd348;
}
.cid-tIFMLQNh7Q img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tIFMLQNh7Q img:hover {
  transform: scale(1.1);
}
.cid-tIFMLQNh7Q .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tIFMLQNh7Q h2 {
  padding: 0;
  margin: 0;
}
.cid-tIFMLQNh7Q .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFMLQNh7Q .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tIFMLQNh7Q .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tIFMLQNh7Q .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tIFMLQNh7Q .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tIFMLQNh7Q .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tIFMLQNh7Q .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tIFMLQNh7Q .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tIFMLQNh7Q H2 {
  color: #333333;
}
.cid-tIFMLQNh7Q .mbr-text {
  color: #272727;
}
.cid-tIFMLQNh7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFMLQNh7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFMMCFXhF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tIFMMCFXhF .container {
  max-width: 1500px;
}
.cid-tIFMMCFXhF img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tIFMMCFXhF img:hover {
  transform: scale(1.1);
}
.cid-tIFMMCFXhF .row {
  background: #ffffff;
}
.cid-tIFMMCFXhF .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tIFMMCFXhF h2 {
  padding: 0;
  margin: 0;
}
.cid-tIFMMCFXhF .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFMMCFXhF .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tIFMMCFXhF .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tIFMMCFXhF .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tIFMMCFXhF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tIFMMCFXhF .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tIFMMCFXhF .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tIFMMCFXhF .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tIFMMCFXhF .row {
    margin: 0rem;
  }
  .cid-tIFMMCFXhF .text-col {
    padding: 2rem 1rem;
  }
  .cid-tIFMMCFXhF .number {
    margin-right: 2rem;
  }
  .cid-tIFMMCFXhF .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tIFMMCFXhF H2 {
  color: #333333;
}
.cid-tIFMMCFXhF .mbr-text {
  color: #282124;
}
.cid-tIFMMCFXhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFMMCFXhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFMMCFXhF P {
  text-align: center;
  color: #272727;
}
.cid-tJN9q9KPwT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJN9q9KPwT .mbr-section-subtitle {
  color: #767676;
}
.cid-tJN9q9KPwT H2 {
  color: #1e1d1d;
}
.cid-tJMXcoQBtK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJMXcoQBtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMXcoQBtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJMXcoQBtK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tJMXcoQBtK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJMXcoQBtK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJMXcoQBtK .container {
    padding: 0 20px;
  }
}
.cid-tJMXcoQBtK .row {
  justify-content: center;
}
.cid-tJMXcoQBtK .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tJMXcoQBtK .item {
    margin-bottom: 50px;
  }
}
.cid-tJMXcoQBtK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tJMXcoQBtK .item .item-wrapper .item-img {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #efeeee;
}
.cid-tJMXcoQBtK .item .item-wrapper .item-img img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #efeeee;
}
.cid-tJMXcoQBtK .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tJMXcoQBtK .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tJMXcoQBtK .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 2px;
}
.cid-tJMXcoQBtK .mbr-card-title {
  color: #1d1d1d;
}
.cid-tJMXcoQBtK .mbr-card-title,
.cid-tJMXcoQBtK .item-img {
  text-align: center;
}
.cid-tJMXcoQBtK .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tIFMPZNPuG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-tIFMPZNPuG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tIFMPZNPuG .text {
  padding: 0;
}
.cid-tIFMPZNPuG section {
  position: relative;
}
.cid-tIFMPZNPuG h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tIFMPZNPuG .mbr-iconfont {
  padding: 0 !important;
}
.cid-tIFMPZNPuG .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #562b7e;
}
.cid-tIFMPZNPuG .box {
  background-image: url("../../../assets/images/industry-video-2-1347x750.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFMPZNPuG .icon-wrap {
  background-color: #cc2952 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tIFMPZNPuG .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tIFMPZNPuG .icon-wrap span {
  padding-left: 8px;
}
.cid-tIFMPZNPuG .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tIFMPZNPuG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tIFMPZNPuG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tIFMPZNPuG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIFMPZNPuG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tIFMPZNPuG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tIFMPZNPuG a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tIFMPZNPuG {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tIFMPZNPuG .box {
    height: 250px;
  }
  .cid-tIFMPZNPuG .row {
    padding: 1rem !important;
  }
}
.cid-tIFMPZNPuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFMPZNPuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGG8JIlOq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-tIGG8JIlOq .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tIGG8JIlOq .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-tIGG8JIlOq .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-tIGG8JIlOq .card-wrapper {
    margin: 0rem;
  }
}
.cid-tIGG8JIlOq .card {
  height: fit-content;
}
.cid-tIGG8JIlOq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tIGG8JIlOq .text-wrap {
  max-width: 400px;
}
.cid-tIGG8JIlOq .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-tIGG8JIlOq .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tIGG8JIlOq .card-box {
  background-color: #333333;
  padding: 3rem 3rem 5rem 3rem;
  width: 100%;
}
.cid-tIGG8JIlOq img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tIGG8JIlOq .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-tIGG8JIlOq .container {
  max-width: 1500px;
}
.cid-tIGG8JIlOq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tIGG8JIlOq .mbr-iconfont {
  font-size: 1.3rem;
  color: #1e1d1d;
  display: flex;
  justify-content: center;
}
.cid-tIGG8JIlOq P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tIGG8JIlOq .img-wrap {
    max-height: 230px;
  }
  .cid-tIGG8JIlOq .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tIGG8JIlOq .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tIGG8JIlOq .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tIGG8JIlOq .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-tIGG8JIlOq .number {
    margin: auto;
  }
}
.cid-tIGG8JIlOq .mbr-text {
  color: #cccccc;
}
.cid-tIGG8JIlOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGG8JIlOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFQZsfcVo {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #2a2a2a;
}
.cid-tIFQZsfcVo .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #296431;
}
.cid-tIFQZsfcVo img {
  width: 100%;
}
.cid-tIFQZsfcVo p {
  margin-top: 1rem;
}
.cid-tIFQZsfcVo .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tIFQZsfcVo .content-wrapper {
  padding-top: 6rem;
}
.cid-tIFQZsfcVo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tIFQZsfcVo .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tIFQZsfcVo p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tIFQZsfcVo .back {
    width: 100%;
    height: 75%;
  }
  .cid-tIFQZsfcVo .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tIFQZsfcVo p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tIFQZsfcVo .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tIFQZsfcVo h4 {
    right: 2rem;
  }
}
.cid-tIFQZsfcVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFQZsfcVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFQZsfcVo H1 {
  color: #ffffff;
}
.cid-tIFQZsfcVo H3 {
  color: #ffffff;
}
.cid-tIFQZsfcVo .mbr-text,
.cid-tIFQZsfcVo .mbr-section-btn {
  color: #ffffff;
}
.cid-tIFMNZH0CD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #562b7e;
}
.cid-tIFMNZH0CD img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tIFMNZH0CD img:hover {
  transform: scale(1.1);
}
.cid-tIFMNZH0CD .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tIFMNZH0CD h2 {
  padding: 0;
  margin: 0;
}
.cid-tIFMNZH0CD .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFMNZH0CD .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tIFMNZH0CD .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tIFMNZH0CD .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-tIFMNZH0CD .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tIFMNZH0CD .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-tIFMNZH0CD .mbr-iconfont {
  margin: 0 !important;
}
.cid-tIFMNZH0CD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tIFMNZH0CD .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tIFMNZH0CD .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tIFMNZH0CD .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-tIFMNZH0CD .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tIFMNZH0CD H2 {
  color: #333333;
}
.cid-tIFMNZH0CD .mbr-text {
  color: #ffffff;
}
.cid-tIFMNZH0CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFMNZH0CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFMNZH0CD H3 {
  color: #ffffff;
}
.cid-tIFMNZH0CD H1 {
  color: #ffffff;
}
.cid-tIFNvDVYKk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tIFNvDVYKk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tIFNvDVYKk input,
.cid-tIFNvDVYKk textarea,
.cid-tIFNvDVYKk select {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tIFNvDVYKk input:focus,
.cid-tIFNvDVYKk textarea:focus,
.cid-tIFNvDVYKk select:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tIFNvDVYKk .form-select {
  color: #cccccc !important;
  padding: 0px;
  font-size: 15px;
  padding-left: 0px !important;
}
.cid-tIFNvDVYKk .form-control,
.cid-tIFNvDVYKk .field-input,
.cid-tIFNvDVYKk .form-select {
  padding: 0rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  border-left: none;
  border-top: none;
  border-right: none;
  transition: 0.4s;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}
.cid-tIFNvDVYKk .form-control:hover,
.cid-tIFNvDVYKk .field-input:hover,
.cid-tIFNvDVYKk .form-select:hover,
.cid-tIFNvDVYKk .form-control:focus,
.cid-tIFNvDVYKk .field-input:focus,
.cid-tIFNvDVYKk .form-select:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIFNvDVYKk input::-webkit-input-placeholder,
.cid-tIFNvDVYKk select::-webkit-input-placeholder,
.cid-tIFNvDVYKk textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-tIFNvDVYKk input:-moz-placeholder,
.cid-tIFNvDVYKk select:-moz-placeholder,
.cid-tIFNvDVYKk textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-tIFNvDVYKk .jq-selectbox li,
.cid-tIFNvDVYKk .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tIFNvDVYKk .jq-selectbox li:hover,
.cid-tIFNvDVYKk .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tIFNvDVYKk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tIFNvDVYKk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tIFNvDVYKk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tIFNvDVYKk .mbr-form {
  max-width: 450px;
}
.cid-tIFNvDVYKk textarea {
  min-height: 150px;
}
.cid-tIFNvDVYKk .mbr-text {
  color: #cccccc;
}
.cid-tIFNvDVYKk .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tIFNvDVYKk .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tIGnmp3vAH {
  background-color: #1e1d1d;
}
.cid-tIGnmp3vAH .mbr-section-subtitle {
  color: #132c70;
}
.cid-tIGnmp3vAH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tIGnmp3vAH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tIGnmp3vAH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tIGnmp3vAH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tIGnmp3vAH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tIGnmp3vAH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tIGnmp3vAH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tIGnmp3vAH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tIGnmp3vAH .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #149dcc;
  cursor: pointer;
}
.cid-tIGnmp3vAH .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tIGnmp3vAH .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-tIGnmp3vAH .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tIGnmp3vAH [class^="socicon-"]:before,
.cid-tIGnmp3vAH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tIGnmp3vAH {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tIGnmp3vAH .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tIGnmp3vAH {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tIGnmp3vAH .mbr-section-title,
.cid-tIGnmp3vAH .mbr-social-likes {
  color: #c1c1c1;
}
.cid-tIGndrm60K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181717;
}
.cid-tIGndrm60K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGndrm60K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIGndrm60K .container {
    padding: 0 16px;
  }
}
.cid-tIGndrm60K .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tIGndrm60K .card {
    margin-bottom: 40px;
  }
}
.cid-tIGndrm60K .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tIGndrm60K .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tIGndrm60K .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tIGndrm60K .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIGndrm60K .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tIGndrm60K .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tIGndrm60K .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tIGndrm60K .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tIGndrm60K .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tIGndrm60K .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tIGndrm60K .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .cid-tIGndrm60K .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tIGndrm60K .mbr-section-title {
  color: #ffffff;
}
.cid-tIGndrm60K .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tIGndrm60K .mbr-card-title {
  color: #ffda00;
}
.cid-tIGndrm60K .list {
  color: #ffffff;
}
.cid-tJ3nrw4Els {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131212;
}
.cid-tJ3nrw4Els .media-container-row .mbr-text {
  color: #767676;
}
.cid-tKhULuAGZC .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tKhULuAGZC .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tKhULuAGZC a {
  font-style: normal;
}
.cid-tKhULuAGZC .show {
  overflow: visible;
}
.cid-tKhULuAGZC .dropdown-menu {
  max-height: 400px;
}
.cid-tKhULuAGZC .dropdown-item:active {
  background-color: transparent;
}
.cid-tKhULuAGZC .nav-link {
  font-weight: 600 !important;
}
.cid-tKhULuAGZC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tKhULuAGZC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tKhULuAGZC .nav-item:focus,
.cid-tKhULuAGZC .nav-link:focus {
  outline: none;
}
.cid-tKhULuAGZC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tKhULuAGZC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tKhULuAGZC .menu-logo {
  margin-right: auto;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKhULuAGZC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tKhULuAGZC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tKhULuAGZC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKhULuAGZC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKhULuAGZC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKhULuAGZC .dropdown .dropdown-menu {
  background: #edd348;
  display: none;
  position: absolute;
  min-width: 250px;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tKhULuAGZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tKhULuAGZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKhULuAGZC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKhULuAGZC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKhULuAGZC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tKhULuAGZC .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tKhULuAGZC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tKhULuAGZC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKhULuAGZC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKhULuAGZC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKhULuAGZC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKhULuAGZC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tKhULuAGZC button.navbar-toggler:focus {
  outline: none;
}
.cid-tKhULuAGZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKhULuAGZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKhULuAGZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKhULuAGZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKhULuAGZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKhULuAGZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKhULuAGZC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKhULuAGZC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKhULuAGZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKhULuAGZC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKhULuAGZC .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse.collapsing,
.cid-tKhULuAGZC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKhULuAGZC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKhULuAGZC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKhULuAGZC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tKhULuAGZC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKhULuAGZC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKhULuAGZC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85.9375vh;
  }
}
.cid-tKhULuAGZC .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKhULuAGZC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tKhULuAGZC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKhULuAGZC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tKhULuAGZC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKhULuAGZC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKhULuAGZC .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tKhULuAGZC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKhULuAGZC img {
    height: 3.8rem !important;
  }
  .cid-tKhULuAGZC .btn {
    display: -webkit-flex;
  }
  .cid-tKhULuAGZC button.navbar-toggler {
    display: block;
  }
  .cid-tKhULuAGZC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tKhULuAGZC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKhULuAGZC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKhULuAGZC .navbar-collapse.collapsing,
  .cid-tKhULuAGZC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tKhULuAGZC .navbar-collapse.collapsing .navbar-nav,
  .cid-tKhULuAGZC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKhULuAGZC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKhULuAGZC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKhULuAGZC .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKhULuAGZC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tKhULuAGZC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKhULuAGZC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKhULuAGZC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKhULuAGZC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKhULuAGZC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKhULuAGZC .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tKhULuAGZC .nav-link {
    justify-content: start !important;
  }
  .cid-tKhULuAGZC .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tKhULuAGZC .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tKhULuAGZC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tKhULuAGZC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tKhULuAGZC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tKhULuAGZC .nav-link:hover,
.cid-tKhULuAGZC .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-tKhULuAGZC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tKhULuAGZC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tKhUVmy3AD {
  padding-top: 210px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/whatsapp-image-2023-07-14-at-12.24.35-pm-1024x768.webp");
}
.cid-tKhUVmy3AD .row {
  position: relative;
}
.cid-tKhUVmy3AD .container {
  max-width: 1500px;
}
.cid-tKhUVmy3AD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
@media (min-width: 767px) {
  .cid-tKhUVmy3AD .container {
    padding: 0 4rem;
  }
}
.cid-tKhUVmy3AD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhUVmy3AD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhUVmy3AD H1 {
  text-align: center;
}
.cid-tKhUVmy3AD H3 {
  text-align: center;
}
.cid-tKhW2sLmRd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKhW2sLmRd .row {
  position: relative;
}
.cid-tKhW2sLmRd .container {
  max-width: 1500px;
}
.cid-tKhW2sLmRd .row {
  padding-left: 6rem;
}
.cid-tKhW2sLmRd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tKhW2sLmRd .content-wrapper {
  max-width: 600px;
}
.cid-tKhW2sLmRd H1 {
  color: #333333;
  text-align: left;
}
.cid-tKhW2sLmRd .mbr-text,
.cid-tKhW2sLmRd .mbr-section-btn {
  color: #333333;
}
.cid-tKhW2sLmRd H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tKhW2sLmRd .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tKhW2sLmRd h4 {
    left: 3rem;
  }
  .cid-tKhW2sLmRd .row {
    padding-left: 3rem;
  }
}
.cid-tKhW2sLmRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhW2sLmRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhULwF1Fd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-tKhULwF1Fd .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tKhULwF1Fd .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-tKhULwF1Fd .card-wrapper {
    margin: 0rem;
  }
}
.cid-tKhULwF1Fd .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-tKhULwF1Fd .row {
    padding: 0 4rem;
  }
}
.cid-tKhULwF1Fd .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b45689;
}
.cid-tKhULwF1Fd .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tKhULwF1Fd .card-box {
  padding: 3rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-tKhULwF1Fd .card1 {
  background-color: #333333;
}
.cid-tKhULwF1Fd .card2 {
  background-color: #ffffff;
}
.cid-tKhULwF1Fd .card3 {
  background-color: #272727;
}
.cid-tKhULwF1Fd .card4 {
  background-color: #333333;
}
.cid-tKhULwF1Fd img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tKhULwF1Fd .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-tKhULwF1Fd .container {
  max-width: 1500px;
}
.cid-tKhULwF1Fd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tKhULwF1Fd .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-tKhULwF1Fd P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tKhULwF1Fd .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tKhULwF1Fd .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tKhULwF1Fd .col2,
  .cid-tKhULwF1Fd .col3,
  .cid-tKhULwF1Fd .col4 {
    margin-top: 0rem;
  }
  .cid-tKhULwF1Fd .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tKhULwF1Fd .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-tKhULwF1Fd .number {
    margin: auto;
  }
}
.cid-tKhULwF1Fd .mbr-text {
  color: #cccccc;
}
.cid-tKhULwF1Fd .text2 {
  color: #333333;
  text-align: center;
}
.cid-tKhULwF1Fd .text3 {
  color: #ffffff;
  text-align: center;
}
.cid-tKhULwF1Fd .title2 {
  color: #c1c1c1;
}
.cid-tKhULwF1Fd .title1 {
  color: #c1c1c1;
}
.cid-tKhULwF1Fd .title3 {
  color: #c1c1c1;
}
.cid-tKhULwF1Fd .title4 {
  color: #c1c1c1;
}
.cid-tKhULwF1Fd .text4 {
  color: #efeeee;
}
.cid-tKhULwF1Fd .text1 {
  color: #efeeee;
  text-align: center;
}
.cid-tKhULwF1Fd .title3 B {
  color: #c1c1c1;
}
.cid-tKhULwF1Fd H1 {
  color: #333333;
}
.cid-tKhULwF1Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhULwF1Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhULyhJkD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKhULyhJkD .mbr-section-subtitle {
  color: #767676;
}
.cid-tKhULyhJkD H2 {
  color: #1e1d1d;
}
.cid-tKhULyJAad {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKhULyJAad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhULyJAad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhULyJAad .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tKhULyJAad .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKhULyJAad .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKhULyJAad .container {
    padding: 0 20px;
  }
}
.cid-tKhULyJAad .row {
  justify-content: center;
}
.cid-tKhULyJAad .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tKhULyJAad .item {
    margin-bottom: 50px;
  }
}
.cid-tKhULyJAad .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tKhULyJAad .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #efeeee;
}
.cid-tKhULyJAad .item .item-wrapper .item-img img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #efeeee;
}
.cid-tKhULyJAad .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tKhULyJAad .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tKhULyJAad .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tKhULyJAad .mbr-card-title {
  color: #1d1d1d;
}
.cid-tKhULyJAad .mbr-card-title,
.cid-tKhULyJAad .item-img {
  text-align: center;
}
.cid-tKhULyJAad .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tKhULzmxAt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
@media (max-width: 992px) {
  .cid-tKhULzmxAt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tKhULzmxAt .text {
  padding: 0;
}
.cid-tKhULzmxAt section {
  position: relative;
}
.cid-tKhULzmxAt h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tKhULzmxAt .mbr-iconfont {
  padding: 0 !important;
}
.cid-tKhULzmxAt .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #562b7e;
}
.cid-tKhULzmxAt .box {
  background-image: url("../../../assets/images/industry-video-2-1347x750.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKhULzmxAt .icon-wrap {
  background-color: #cc2952 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tKhULzmxAt .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tKhULzmxAt .icon-wrap span {
  padding-left: 8px;
}
.cid-tKhULzmxAt .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKhULzmxAt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKhULzmxAt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKhULzmxAt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKhULzmxAt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKhULzmxAt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKhULzmxAt a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKhULzmxAt {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tKhULzmxAt .box {
    height: 250px;
  }
  .cid-tKhULzmxAt .row {
    padding: 1rem !important;
  }
}
.cid-tKhULzmxAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhULzmxAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhULCsOUi {
  background-color: #1e1d1d;
}
.cid-tKhULCsOUi .mbr-section-subtitle {
  color: #132c70;
}
.cid-tKhULCsOUi .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tKhULCsOUi .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tKhULCsOUi .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tKhULCsOUi .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tKhULCsOUi .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tKhULCsOUi .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tKhULCsOUi .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tKhULCsOUi .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tKhULCsOUi .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #149dcc;
  cursor: pointer;
}
.cid-tKhULCsOUi .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tKhULCsOUi .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-tKhULCsOUi .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tKhULCsOUi [class^="socicon-"]:before,
.cid-tKhULCsOUi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tKhULCsOUi {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tKhULCsOUi .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tKhULCsOUi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tKhULCsOUi .mbr-section-title,
.cid-tKhULCsOUi .mbr-social-likes {
  color: #c1c1c1;
}
.cid-tKhULCUFho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181717;
}
.cid-tKhULCUFho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhULCUFho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKhULCUFho .container {
    padding: 0 16px;
  }
}
.cid-tKhULCUFho .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tKhULCUFho .card {
    margin-bottom: 40px;
  }
}
.cid-tKhULCUFho .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tKhULCUFho .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tKhULCUFho .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tKhULCUFho .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKhULCUFho .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tKhULCUFho .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tKhULCUFho .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tKhULCUFho .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tKhULCUFho .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tKhULCUFho .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tKhULCUFho .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .cid-tKhULCUFho .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tKhULCUFho .mbr-section-title {
  color: #ffffff;
}
.cid-tKhULCUFho .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tKhULCUFho .mbr-card-title {
  color: #ffda00;
}
.cid-tKhULCUFho .list {
  color: #ffffff;
}
.cid-tKhULDD77J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131212;
}
.cid-tKhULDD77J .media-container-row .mbr-text {
  color: #767676;
}
.cid-tKhYELzDbu .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tKhYELzDbu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tKhYELzDbu a {
  font-style: normal;
}
.cid-tKhYELzDbu .show {
  overflow: visible;
}
.cid-tKhYELzDbu .dropdown-menu {
  max-height: 400px;
}
.cid-tKhYELzDbu .dropdown-item:active {
  background-color: transparent;
}
.cid-tKhYELzDbu .nav-link {
  font-weight: 600 !important;
}
.cid-tKhYELzDbu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tKhYELzDbu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tKhYELzDbu .nav-item:focus,
.cid-tKhYELzDbu .nav-link:focus {
  outline: none;
}
.cid-tKhYELzDbu .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tKhYELzDbu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tKhYELzDbu .menu-logo {
  margin-right: auto;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKhYELzDbu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tKhYELzDbu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tKhYELzDbu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKhYELzDbu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKhYELzDbu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKhYELzDbu .dropdown .dropdown-menu {
  background: #edd348;
  display: none;
  position: absolute;
  min-width: 250px;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tKhYELzDbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tKhYELzDbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKhYELzDbu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKhYELzDbu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKhYELzDbu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tKhYELzDbu .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tKhYELzDbu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tKhYELzDbu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKhYELzDbu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKhYELzDbu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKhYELzDbu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKhYELzDbu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tKhYELzDbu button.navbar-toggler:focus {
  outline: none;
}
.cid-tKhYELzDbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKhYELzDbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKhYELzDbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKhYELzDbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKhYELzDbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKhYELzDbu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKhYELzDbu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKhYELzDbu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKhYELzDbu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKhYELzDbu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKhYELzDbu .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse.collapsing,
.cid-tKhYELzDbu .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKhYELzDbu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKhYELzDbu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKhYELzDbu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tKhYELzDbu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKhYELzDbu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKhYELzDbu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85.9375vh;
  }
}
.cid-tKhYELzDbu .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKhYELzDbu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tKhYELzDbu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKhYELzDbu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tKhYELzDbu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKhYELzDbu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKhYELzDbu .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tKhYELzDbu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKhYELzDbu img {
    height: 3.8rem !important;
  }
  .cid-tKhYELzDbu .btn {
    display: -webkit-flex;
  }
  .cid-tKhYELzDbu button.navbar-toggler {
    display: block;
  }
  .cid-tKhYELzDbu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tKhYELzDbu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKhYELzDbu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKhYELzDbu .navbar-collapse.collapsing,
  .cid-tKhYELzDbu .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tKhYELzDbu .navbar-collapse.collapsing .navbar-nav,
  .cid-tKhYELzDbu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKhYELzDbu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKhYELzDbu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKhYELzDbu .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKhYELzDbu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tKhYELzDbu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKhYELzDbu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKhYELzDbu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKhYELzDbu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKhYELzDbu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKhYELzDbu .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tKhYELzDbu .nav-link {
    justify-content: start !important;
  }
  .cid-tKhYELzDbu .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tKhYELzDbu .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tKhYELzDbu .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tKhYELzDbu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tKhYELzDbu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tKhYELzDbu .nav-link:hover,
.cid-tKhYELzDbu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-tKhYELzDbu .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tKhYELzDbu .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tKhYEMBqdU {
  padding-top: 210px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/whatsapp-image-2023-07-14-at-12.24.35-pm1-768x1024.webp");
}
.cid-tKhYEMBqdU .row {
  position: relative;
}
.cid-tKhYEMBqdU .container {
  max-width: 1500px;
}
.cid-tKhYEMBqdU h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
@media (min-width: 767px) {
  .cid-tKhYEMBqdU .container {
    padding: 0 4rem;
  }
}
.cid-tKhYEMBqdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhYEMBqdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhYEMBqdU H1 {
  text-align: center;
}
.cid-tKhYEMBqdU H3 {
  text-align: center;
}
.cid-tKhZCQGVLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKhZCQGVLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhZCQGVLJ .container {
  max-width: 1250px;
}
.cid-tKhZCQGVLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhZCQGVLJ b,
.cid-tKhZCQGVLJ strong {
  font-weight: 900;
}
.cid-tKhZCQGVLJ .btn {
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .cid-tKhZCQGVLJ img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tKhZCQGVLJ img {
    padding-bottom: 2rem;
  }
}
.cid-tKhZCQGVLJ .row {
  align-items: center;
}
.cid-tKhZCQGVLJ .mbr-section-title {
  color: #17003b;
}
.cid-tKhZCQGVLJ .mbr-text,
.cid-tKhZCQGVLJ .mbr-section-btn {
  color: #17003b;
}
.cid-tKhZCQGVLJ .mbr-section-subtitle {
  color: #17003b;
}
.cid-tKi1Vepzxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-tKi1Vepzxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKi1Vepzxy .container {
  max-width: 1250px;
}
.cid-tKi1Vepzxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKi1Vepzxy b,
.cid-tKi1Vepzxy strong {
  font-weight: 900;
}
.cid-tKi1Vepzxy .btn {
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .cid-tKi1Vepzxy img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tKi1Vepzxy img {
    padding-bottom: 2rem;
  }
}
.cid-tKi1Vepzxy .row {
  align-items: center;
}
.cid-tKi1Vepzxy .mbr-section-title {
  color: #17003b;
}
.cid-tKi1Vepzxy .mbr-text,
.cid-tKi1Vepzxy .mbr-section-btn {
  color: #17003b;
}
.cid-tKi1Vepzxy .mbr-section-subtitle {
  color: #17003b;
}
.cid-tKi2UviK8G {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKi2UviK8G .mbr-section-head {
  width: 100%;
  margin-bottom: 50px;
}
.cid-tKi2UviK8G .mbr-section-title {
  color: #000000;
}
.cid-tKi2UviK8G .mbr-section-subtitle {
  color: #000000;
  margin-top: 36px;
}
.cid-tKi2UviK8G .items-row {
  row-gap: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tKi2UviK8G .items-row {
    margin: 0 -15px 20px -15px;
  }
  .cid-tKi2UviK8G .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKi2UviK8G .item {
  margin-bottom: 30px;
}
.cid-tKi2UviK8G .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKi2UviK8G .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKi2UviK8G .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKi2UviK8G .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKi2UviK8G .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKi2UviK8G .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-tKi2UviK8G .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKi2UviK8G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKi2UviK8G .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKi2UviK8G .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tKi2UviK8G .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKi2UviK8G .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKi2UviK8G .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKhYEQUAJB {
  background-color: #1e1d1d;
}
.cid-tKhYEQUAJB .mbr-section-subtitle {
  color: #132c70;
}
.cid-tKhYEQUAJB .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tKhYEQUAJB .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tKhYEQUAJB .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tKhYEQUAJB .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tKhYEQUAJB .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tKhYEQUAJB .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tKhYEQUAJB .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tKhYEQUAJB .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tKhYEQUAJB .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #149dcc;
  cursor: pointer;
}
.cid-tKhYEQUAJB .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tKhYEQUAJB .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-tKhYEQUAJB .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tKhYEQUAJB [class^="socicon-"]:before,
.cid-tKhYEQUAJB [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tKhYEQUAJB {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tKhYEQUAJB .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tKhYEQUAJB {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tKhYEQUAJB .mbr-section-title,
.cid-tKhYEQUAJB .mbr-social-likes {
  color: #c1c1c1;
}
.cid-tKhYERQeuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181717;
}
.cid-tKhYERQeuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhYERQeuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKhYERQeuZ .container {
    padding: 0 16px;
  }
}
.cid-tKhYERQeuZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tKhYERQeuZ .card {
    margin-bottom: 40px;
  }
}
.cid-tKhYERQeuZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tKhYERQeuZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tKhYERQeuZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tKhYERQeuZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKhYERQeuZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tKhYERQeuZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tKhYERQeuZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tKhYERQeuZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tKhYERQeuZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tKhYERQeuZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tKhYERQeuZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .cid-tKhYERQeuZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tKhYERQeuZ .mbr-section-title {
  color: #ffffff;
}
.cid-tKhYERQeuZ .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tKhYERQeuZ .mbr-card-title {
  color: #ffda00;
}
.cid-tKhYERQeuZ .list {
  color: #ffffff;
}
.cid-tKhYESAlvT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131212;
}
.cid-tKhYESAlvT .media-container-row .mbr-text {
  color: #767676;
}
.cid-tKirzHuZMK .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tKirzHuZMK .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tKirzHuZMK a {
  font-style: normal;
}
.cid-tKirzHuZMK .show {
  overflow: visible;
}
.cid-tKirzHuZMK .dropdown-menu {
  max-height: 400px;
}
.cid-tKirzHuZMK .dropdown-item:active {
  background-color: transparent;
}
.cid-tKirzHuZMK .nav-link {
  font-weight: 600 !important;
}
.cid-tKirzHuZMK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tKirzHuZMK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tKirzHuZMK .nav-item:focus,
.cid-tKirzHuZMK .nav-link:focus {
  outline: none;
}
.cid-tKirzHuZMK .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tKirzHuZMK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tKirzHuZMK .menu-logo {
  margin-right: auto;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKirzHuZMK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tKirzHuZMK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tKirzHuZMK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKirzHuZMK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKirzHuZMK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKirzHuZMK .dropdown .dropdown-menu {
  background: #edd348;
  display: none;
  position: absolute;
  min-width: 250px;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tKirzHuZMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tKirzHuZMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKirzHuZMK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKirzHuZMK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKirzHuZMK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tKirzHuZMK .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tKirzHuZMK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tKirzHuZMK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKirzHuZMK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKirzHuZMK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKirzHuZMK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKirzHuZMK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tKirzHuZMK button.navbar-toggler:focus {
  outline: none;
}
.cid-tKirzHuZMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKirzHuZMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKirzHuZMK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKirzHuZMK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKirzHuZMK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKirzHuZMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKirzHuZMK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKirzHuZMK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKirzHuZMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKirzHuZMK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKirzHuZMK .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse.collapsing,
.cid-tKirzHuZMK .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKirzHuZMK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKirzHuZMK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKirzHuZMK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tKirzHuZMK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKirzHuZMK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKirzHuZMK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85.9375vh;
  }
}
.cid-tKirzHuZMK .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKirzHuZMK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tKirzHuZMK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKirzHuZMK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tKirzHuZMK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKirzHuZMK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKirzHuZMK .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tKirzHuZMK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKirzHuZMK img {
    height: 3.8rem !important;
  }
  .cid-tKirzHuZMK .btn {
    display: -webkit-flex;
  }
  .cid-tKirzHuZMK button.navbar-toggler {
    display: block;
  }
  .cid-tKirzHuZMK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tKirzHuZMK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKirzHuZMK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKirzHuZMK .navbar-collapse.collapsing,
  .cid-tKirzHuZMK .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tKirzHuZMK .navbar-collapse.collapsing .navbar-nav,
  .cid-tKirzHuZMK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKirzHuZMK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKirzHuZMK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKirzHuZMK .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKirzHuZMK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tKirzHuZMK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKirzHuZMK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKirzHuZMK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKirzHuZMK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKirzHuZMK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKirzHuZMK .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tKirzHuZMK .nav-link {
    justify-content: start !important;
  }
  .cid-tKirzHuZMK .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tKirzHuZMK .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tKirzHuZMK .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tKirzHuZMK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tKirzHuZMK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tKirzHuZMK .nav-link:hover,
.cid-tKirzHuZMK .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-tKirzHuZMK .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tKirzHuZMK .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tKirzJoI7j {
  padding-top: 210px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/dji-692-2000x1125.webp");
}
.cid-tKirzJoI7j .row {
  position: relative;
}
.cid-tKirzJoI7j .container {
  max-width: 1500px;
}
.cid-tKirzJoI7j h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
@media (min-width: 767px) {
  .cid-tKirzJoI7j .container {
    padding: 0 4rem;
  }
}
.cid-tKirzJoI7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKirzJoI7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKirzJoI7j H1 {
  text-align: center;
}
.cid-tKirzJoI7j H3 {
  text-align: center;
}
.cid-tKirzK5kDG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKirzK5kDG .row {
  position: relative;
}
.cid-tKirzK5kDG .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tKirzK5kDG .row {
    margin: 0 2rem;
  }
}
.cid-tKirzK5kDG .row {
  padding-left: 6rem;
}
.cid-tKirzK5kDG h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tKirzK5kDG .content-wrapper {
  max-width: 600px;
}
.cid-tKirzK5kDG H1 {
  color: #333333;
  text-align: left;
}
.cid-tKirzK5kDG .mbr-text,
.cid-tKirzK5kDG .mbr-section-btn {
  color: #333333;
}
.cid-tKirzK5kDG H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tKirzK5kDG .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tKirzK5kDG h4 {
    left: 3rem;
  }
  .cid-tKirzK5kDG .row {
    padding-left: 3rem;
  }
}
.cid-tKirzK5kDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKirzK5kDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKisWloacO {
  padding-top: 0px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/industry-video-2-1347x750.webp");
}
.cid-tKisWloacO .row {
  justify-content: flex-end;
}
.cid-tKisWloacO .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-tKisWloacO .block {
  background-color: #ffda00;
}
.cid-tKisWloacO img {
  width: 100%;
}
.cid-tKisWloacO .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-tKisWloacO .content {
  max-width: 600px;
}
.cid-tKisWloacO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-tKisWloacO .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-tKisWloacO h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tKisWloacO .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-tKisWloacO h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-tKisWloacO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKisWloacO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq4FxXs52 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLq4FxXs52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLq4FxXs52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq4FxXs52 .caption {
  display: none;
  position: absolute;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 2;
  padding: 20px 10px;
  width: calc(85%);
  border-radius: 0px 20px 0px 0px;
}
.cid-tLq4FxXs52 .row {
  justify-content: center;
}
.cid-tLq4FxXs52 .item-wrap {
  z-index: 1;
}
.cid-tLq4FxXs52 .image-wrapper {
  padding: 15px 0px;
}
@media (max-width: 992px) {
  .cid-tLq4FxXs52 .image-wrapper {
    padding: 12px 0;
  }
}
.cid-tLq4FxXs52 .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLq4FxXs52 .image-wrapper img {
    height: auto;
  }
}
@media (max-width: 425px) {
  .cid-tLq4FxXs52 .image-wrapper img {
    height: auto;
  }
}
.cid-tLq4FxXs52 H1 {
  color: #1e1d1d;
}
.cid-tLq6P2mFNx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLq6P2mFNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLq6P2mFNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLq6P2mFNx .container {
    padding: 0 20px;
  }
}
.cid-tLq6P2mFNx .row {
  justify-content: center;
}
.cid-tLq6P2mFNx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLq6P2mFNx .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tLq6P2mFNx .video-block {
    margin-bottom: 30px;
  }
}
.cid-tLq6P2mFNx .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLq6P2mFNx .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tLq6P2mFNx .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-tLq6P2mFNx .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLq6P2mFNx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tLq6P2mFNx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLq8NMkUag {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tLq8NMkUag .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLq8NMkUag input,
.cid-tLq8NMkUag textarea,
.cid-tLq8NMkUag select {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tLq8NMkUag input:focus,
.cid-tLq8NMkUag textarea:focus,
.cid-tLq8NMkUag select:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tLq8NMkUag .form-select {
  color: #cccccc !important;
  padding: 0px;
  font-size: 15px;
  padding-left: 0px !important;
}
.cid-tLq8NMkUag .form-control,
.cid-tLq8NMkUag .field-input,
.cid-tLq8NMkUag .form-select {
  padding: 0rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  border-left: none;
  border-top: none;
  border-right: none;
  transition: 0.4s;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}
.cid-tLq8NMkUag .form-control:hover,
.cid-tLq8NMkUag .field-input:hover,
.cid-tLq8NMkUag .form-select:hover,
.cid-tLq8NMkUag .form-control:focus,
.cid-tLq8NMkUag .field-input:focus,
.cid-tLq8NMkUag .form-select:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLq8NMkUag input::-webkit-input-placeholder,
.cid-tLq8NMkUag select::-webkit-input-placeholder,
.cid-tLq8NMkUag textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-tLq8NMkUag input:-moz-placeholder,
.cid-tLq8NMkUag select:-moz-placeholder,
.cid-tLq8NMkUag textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-tLq8NMkUag .jq-selectbox li,
.cid-tLq8NMkUag .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tLq8NMkUag .jq-selectbox li:hover,
.cid-tLq8NMkUag .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tLq8NMkUag .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tLq8NMkUag .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tLq8NMkUag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLq8NMkUag .mbr-form {
  max-width: 450px;
}
.cid-tLq8NMkUag textarea {
  min-height: 150px;
}
.cid-tLq8NMkUag .mbr-text {
  color: #cccccc;
}
.cid-tLq8NMkUag .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tLq8NMkUag .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tKirzKE0Wv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-tKirzKE0Wv .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tKirzKE0Wv .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-tKirzKE0Wv .card-wrapper {
    margin: 0rem;
  }
}
.cid-tKirzKE0Wv .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-tKirzKE0Wv .row {
    padding: 0 4rem;
  }
}
.cid-tKirzKE0Wv .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b45689;
}
.cid-tKirzKE0Wv .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tKirzKE0Wv .card-box {
  padding: 3rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-tKirzKE0Wv .card1 {
  background-color: #333333;
}
.cid-tKirzKE0Wv .card2 {
  background-color: #ffffff;
}
.cid-tKirzKE0Wv .card3 {
  background-color: #272727;
}
.cid-tKirzKE0Wv .card4 {
  background-color: #333333;
}
.cid-tKirzKE0Wv img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tKirzKE0Wv .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-tKirzKE0Wv .container {
  max-width: 1500px;
}
.cid-tKirzKE0Wv .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tKirzKE0Wv .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-tKirzKE0Wv P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tKirzKE0Wv .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tKirzKE0Wv .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tKirzKE0Wv .col2,
  .cid-tKirzKE0Wv .col3,
  .cid-tKirzKE0Wv .col4 {
    margin-top: 0rem;
  }
  .cid-tKirzKE0Wv .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tKirzKE0Wv .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-tKirzKE0Wv .number {
    margin: auto;
  }
}
.cid-tKirzKE0Wv .mbr-text {
  color: #cccccc;
}
.cid-tKirzKE0Wv .text2 {
  color: #333333;
  text-align: center;
}
.cid-tKirzKE0Wv .text3 {
  color: #ffffff;
  text-align: center;
}
.cid-tKirzKE0Wv .title2 {
  color: #c1c1c1;
}
.cid-tKirzKE0Wv .title1 {
  color: #c1c1c1;
}
.cid-tKirzKE0Wv .title3 {
  color: #c1c1c1;
}
.cid-tKirzKE0Wv .title4 {
  color: #c1c1c1;
}
.cid-tKirzKE0Wv .text4 {
  color: #efeeee;
}
.cid-tKirzKE0Wv .text1 {
  color: #efeeee;
  text-align: center;
}
.cid-tKirzKE0Wv .title3 B {
  color: #c1c1c1;
}
.cid-tKirzKE0Wv H1 {
  color: #333333;
}
.cid-tKirzKE0Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKirzKE0Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq9d69FyD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLq9d69FyD .mbr-section-subtitle {
  color: #767676;
}
.cid-tLq9d69FyD H2 {
  color: #1e1d1d;
}
.cid-tLq9ebRDW8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLq9ebRDW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLq9ebRDW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq9ebRDW8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tLq9ebRDW8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLq9ebRDW8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLq9ebRDW8 .container {
    padding: 0 20px;
  }
}
.cid-tLq9ebRDW8 .row {
  justify-content: center;
}
.cid-tLq9ebRDW8 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLq9ebRDW8 .item {
    margin-bottom: 50px;
  }
}
.cid-tLq9ebRDW8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tLq9ebRDW8 .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #efeeee;
}
.cid-tLq9ebRDW8 .item .item-wrapper .item-img img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #efeeee;
}
.cid-tLq9ebRDW8 .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tLq9ebRDW8 .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tLq9ebRDW8 .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tLq9ebRDW8 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tLq9ebRDW8 .mbr-card-title,
.cid-tLq9ebRDW8 .item-img {
  text-align: center;
}
.cid-tLq9ebRDW8 .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tKirzNxALS {
  background-color: #1e1d1d;
}
.cid-tKirzNxALS .mbr-section-subtitle {
  color: #132c70;
}
.cid-tKirzNxALS .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tKirzNxALS .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tKirzNxALS .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tKirzNxALS .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tKirzNxALS .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tKirzNxALS .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tKirzNxALS .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tKirzNxALS .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tKirzNxALS .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #149dcc;
  cursor: pointer;
}
.cid-tKirzNxALS .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tKirzNxALS .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-tKirzNxALS .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tKirzNxALS [class^="socicon-"]:before,
.cid-tKirzNxALS [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tKirzNxALS {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tKirzNxALS .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tKirzNxALS {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tKirzNxALS .mbr-section-title,
.cid-tKirzNxALS .mbr-social-likes {
  color: #c1c1c1;
}
.cid-tKirzO3Ow8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181717;
}
.cid-tKirzO3Ow8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKirzO3Ow8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKirzO3Ow8 .container {
    padding: 0 16px;
  }
}
.cid-tKirzO3Ow8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tKirzO3Ow8 .card {
    margin-bottom: 40px;
  }
}
.cid-tKirzO3Ow8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tKirzO3Ow8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tKirzO3Ow8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tKirzO3Ow8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKirzO3Ow8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tKirzO3Ow8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tKirzO3Ow8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tKirzO3Ow8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tKirzO3Ow8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tKirzO3Ow8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tKirzO3Ow8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .cid-tKirzO3Ow8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tKirzO3Ow8 .mbr-section-title {
  color: #ffffff;
}
.cid-tKirzO3Ow8 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tKirzO3Ow8 .mbr-card-title {
  color: #ffda00;
}
.cid-tKirzO3Ow8 .list {
  color: #ffffff;
}
.cid-tKirzOUWwK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131212;
}
.cid-tKirzOUWwK .media-container-row .mbr-text {
  color: #767676;
}
.cid-tLpCueUecu .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tLpCueUecu .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tLpCueUecu a {
  font-style: normal;
}
.cid-tLpCueUecu .show {
  overflow: visible;
}
.cid-tLpCueUecu .dropdown-menu {
  max-height: 400px;
}
.cid-tLpCueUecu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLpCueUecu .nav-link {
  font-weight: 600 !important;
}
.cid-tLpCueUecu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLpCueUecu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tLpCueUecu .nav-item:focus,
.cid-tLpCueUecu .nav-link:focus {
  outline: none;
}
.cid-tLpCueUecu .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLpCueUecu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLpCueUecu .menu-logo {
  margin-right: auto;
}
.cid-tLpCueUecu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLpCueUecu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLpCueUecu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tLpCueUecu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLpCueUecu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLpCueUecu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLpCueUecu .dropdown .dropdown-menu {
  background: #edd348;
  display: none;
  position: absolute;
  min-width: 250px;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLpCueUecu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tLpCueUecu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLpCueUecu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLpCueUecu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLpCueUecu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLpCueUecu .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tLpCueUecu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLpCueUecu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLpCueUecu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLpCueUecu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLpCueUecu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLpCueUecu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLpCueUecu button.navbar-toggler:focus {
  outline: none;
}
.cid-tLpCueUecu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLpCueUecu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLpCueUecu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpCueUecu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpCueUecu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLpCueUecu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpCueUecu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLpCueUecu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLpCueUecu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpCueUecu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLpCueUecu .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLpCueUecu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLpCueUecu .collapsed .navbar-collapse.collapsing,
.cid-tLpCueUecu .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tLpCueUecu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLpCueUecu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLpCueUecu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLpCueUecu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLpCueUecu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLpCueUecu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLpCueUecu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLpCueUecu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tLpCueUecu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85.9375vh;
  }
}
.cid-tLpCueUecu .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLpCueUecu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLpCueUecu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLpCueUecu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tLpCueUecu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLpCueUecu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLpCueUecu .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLpCueUecu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLpCueUecu img {
    height: 3.8rem !important;
  }
  .cid-tLpCueUecu .btn {
    display: -webkit-flex;
  }
  .cid-tLpCueUecu button.navbar-toggler {
    display: block;
  }
  .cid-tLpCueUecu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLpCueUecu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLpCueUecu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLpCueUecu .navbar-collapse.collapsing,
  .cid-tLpCueUecu .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tLpCueUecu .navbar-collapse.collapsing .navbar-nav,
  .cid-tLpCueUecu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLpCueUecu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLpCueUecu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLpCueUecu .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLpCueUecu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLpCueUecu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLpCueUecu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLpCueUecu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLpCueUecu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLpCueUecu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLpCueUecu .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tLpCueUecu .nav-link {
    justify-content: start !important;
  }
  .cid-tLpCueUecu .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tLpCueUecu .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tLpCueUecu .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tLpCueUecu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLpCueUecu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLpCueUecu .nav-link:hover,
.cid-tLpCueUecu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-tLpCueUecu .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tLpCueUecu .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tLpCufxH4p {
  padding-top: 210px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/whatsapp-image-2023-07-14-at-12.24.35-pm1-768x1024.webp");
}
.cid-tLpCufxH4p .row {
  position: relative;
}
.cid-tLpCufxH4p .container {
  max-width: 1500px;
}
.cid-tLpCufxH4p h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
@media (min-width: 767px) {
  .cid-tLpCufxH4p .container {
    padding: 0 4rem;
  }
}
.cid-tLpCufxH4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpCufxH4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpCufxH4p H1 {
  text-align: center;
}
.cid-tLpCufxH4p H3 {
  text-align: center;
}
.cid-tLpCug2ifK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLpCug2ifK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpCug2ifK .container {
  max-width: 1250px;
}
.cid-tLpCug2ifK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpCug2ifK b,
.cid-tLpCug2ifK strong {
  font-weight: 900;
}
.cid-tLpCug2ifK .btn {
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .cid-tLpCug2ifK img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tLpCug2ifK img {
    padding-bottom: 2rem;
  }
}
.cid-tLpCug2ifK .row {
  align-items: center;
}
.cid-tLpCug2ifK .mbr-section-title {
  color: #17003b;
  text-align: center;
}
.cid-tLpCug2ifK .mbr-text,
.cid-tLpCug2ifK .mbr-section-btn {
  color: #17003b;
  text-align: justify;
}
.cid-tLpCug2ifK .mbr-section-subtitle {
  color: #17003b;
  text-align: center;
}
.cid-tLpKblAEE9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLpKblAEE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpKblAEE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpKblAEE9 .caption {
  position: absolute;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 2;
  padding: 20px 10px;
  width: calc(85%);
  border-radius: 0px 20px 0px 0px;
}
.cid-tLpKblAEE9 .row {
  justify-content: center;
}
.cid-tLpKblAEE9 .item-wrap {
  z-index: 1;
}
.cid-tLpKblAEE9 .image-wrapper {
  padding: 15px 0px;
}
@media (max-width: 992px) {
  .cid-tLpKblAEE9 .image-wrapper {
    padding: 12px 0;
  }
}
.cid-tLpKblAEE9 .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLpKblAEE9 .image-wrapper img {
    height: auto;
  }
}
@media (max-width: 425px) {
  .cid-tLpKblAEE9 .image-wrapper img {
    height: auto;
  }
}
.cid-tLpCumbXbS {
  background-color: #1e1d1d;
}
.cid-tLpCumbXbS .mbr-section-subtitle {
  color: #132c70;
}
.cid-tLpCumbXbS .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tLpCumbXbS .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tLpCumbXbS .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tLpCumbXbS .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tLpCumbXbS .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tLpCumbXbS .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tLpCumbXbS .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tLpCumbXbS .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tLpCumbXbS .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #149dcc;
  cursor: pointer;
}
.cid-tLpCumbXbS .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLpCumbXbS .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-tLpCumbXbS .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tLpCumbXbS [class^="socicon-"]:before,
.cid-tLpCumbXbS [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tLpCumbXbS {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tLpCumbXbS .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tLpCumbXbS {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tLpCumbXbS .mbr-section-title,
.cid-tLpCumbXbS .mbr-social-likes {
  color: #c1c1c1;
}
.cid-tLpCumXeHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181717;
}
.cid-tLpCumXeHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpCumXeHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLpCumXeHW .container {
    padding: 0 16px;
  }
}
.cid-tLpCumXeHW .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tLpCumXeHW .card {
    margin-bottom: 40px;
  }
}
.cid-tLpCumXeHW .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tLpCumXeHW .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tLpCumXeHW .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tLpCumXeHW .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLpCumXeHW .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tLpCumXeHW .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tLpCumXeHW .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tLpCumXeHW .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tLpCumXeHW .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tLpCumXeHW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tLpCumXeHW .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .cid-tLpCumXeHW .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tLpCumXeHW .mbr-section-title {
  color: #ffffff;
}
.cid-tLpCumXeHW .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tLpCumXeHW .mbr-card-title {
  color: #ffda00;
}
.cid-tLpCumXeHW .list {
  color: #ffffff;
}
.cid-tLpCunSvqY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #131212;
}
.cid-tLpCunSvqY .media-container-row .mbr-text {
  color: #767676;
}
