body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %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-tTy6qrCGfI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTy6qrCGfI .nav-item:focus,
.cid-tTy6qrCGfI .nav-link:focus {
  outline: none;
}
.cid-tTy6qrCGfI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTy6qrCGfI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTy6qrCGfI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTy6qrCGfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTy6qrCGfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTy6qrCGfI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTy6qrCGfI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTy6qrCGfI .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tTy6qrCGfI .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-tTy6qrCGfI .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tTy6qrCGfI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tTy6qrCGfI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tTy6qrCGfI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tTy6qrCGfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTy6qrCGfI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tTy6qrCGfI .navbar.collapsed .navbar-collapse.show,
.cid-tTy6qrCGfI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTy6qrCGfI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tTy6qrCGfI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tTy6qrCGfI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTy6qrCGfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTy6qrCGfI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTy6qrCGfI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tTy6qrCGfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTy6qrCGfI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTy6qrCGfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTy6qrCGfI .navbar.collapsed .right-menu,
.cid-tTy6qrCGfI .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tTy6qrCGfI .navbar .navbar-collapse.show,
  .cid-tTy6qrCGfI .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTy6qrCGfI .navbar .navbar-collapse.show .brand-container,
  .cid-tTy6qrCGfI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tTy6qrCGfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTy6qrCGfI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTy6qrCGfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTy6qrCGfI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTy6qrCGfI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tTy6qrCGfI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTy6qrCGfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTy6qrCGfI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTy6qrCGfI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tTy6qrCGfI .navbar .right-menu,
  .cid-tTy6qrCGfI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tTy6qrCGfI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTy6qrCGfI .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-tTy6qrCGfI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTy6qrCGfI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTy6qrCGfI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTy6qrCGfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTy6qrCGfI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTy6qrCGfI .dropdown-item.active,
.cid-tTy6qrCGfI .dropdown-item:active {
  background-color: transparent;
}
.cid-tTy6qrCGfI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTy6qrCGfI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTy6qrCGfI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTy6qrCGfI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tTy6qrCGfI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTy6qrCGfI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTy6qrCGfI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tTy6qrCGfI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tTy6qrCGfI .navbar-buttons {
  margin-left: auto;
}
.cid-tTy6qrCGfI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTy6qrCGfI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTy6qrCGfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTy6qrCGfI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTy6qrCGfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTy6qrCGfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTy6qrCGfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTy6qrCGfI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tTy6qrCGfI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tTy6qrCGfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTy6qrCGfI .navbar-dropdown {
  position: fixed;
}
.cid-tTy6qrCGfI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTy6qrCGfI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTy6qrCGfI .right-menu,
.cid-tTy6qrCGfI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tTy6qrCGfI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTy6qrCGfI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTy6qrCGfI .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tTy6qrCGfI .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-tTy6qrCGfI .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tTy6qrCGfI .card-wrapper {
  z-index: 3;
}
.cid-tTy6qrCGfI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tTy6qrCGfI .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTy6qrCGfI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTxFsN83RP {
  background-image: url("../../../assets/images/dji-175-2000x1125.jpg");
}
.cid-tTxFsN83RP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tTxFsN83RP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tTxFsN83RP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tTxFsN83RP h3::before,
  .cid-tTxFsN83RP h3::after {
    display: none;
  }
}
.cid-tTxFsN83RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTxFsN83RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyfEwwvSJ {
  background-color: #000000;
}
.cid-tTyfEwwvSJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-tTyfEwwvSJ .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tTyfEwwvSJ .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tTyfEwwvSJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tTyfEwwvSJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #cccccc;
  margin-left: 10px;
}
.cid-tTyfEwwvSJ img {
  width: 100%;
}
.cid-tTyfEwwvSJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tTyfEwwvSJ .card-title1,
.cid-tTyfEwwvSJ .title-wrap1 {
  color: #ffffff;
}
.cid-tTyfEwwvSJ .card-title,
.cid-tTyfEwwvSJ .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tTyfEwwvSJ .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tTyfEwwvSJ .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-tTyfEwwvSJ H3 {
  color: #cccccc;
}
.cid-tTyfEwwvSJ .mbr-text,
.cid-tTyfEwwvSJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tTyfEwwvSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyfEwwvSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyj6D3Ihu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc03524-2000x1333.jpeg");
}
.cid-tTyj6D3Ihu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tTyj6D3Ihu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tTyj6D3Ihu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tTyj6D3Ihu .mbr-text,
.cid-tTyj6D3Ihu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tTyj6D3Ihu h3:before,
  .cid-tTyj6D3Ihu h3:after {
    display: none;
  }
}
.cid-tTyj6D3Ihu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyj6D3Ihu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyj6D3Ihu H3 {
  color: #ffffff;
}
.cid-tTyj6D3Ihu H1 {
  color: #ffffff;
}
.cid-tTxFJHnXBN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTxFJHnXBN .mbr-text {
  color: #767676;
}
.cid-tTxFJHnXBN .card-subtitle {
  margin: 0;
}
.cid-tTxFJHnXBN .link {
  margin: 0;
}
.cid-tTxFJHnXBN .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tTxFJHnXBN .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tTxFJHnXBN img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tTxFJHnXBN .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tTxFJHnXBN .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tTxFJHnXBN .row {
  justify-content: center;
}
.cid-tTxFJHnXBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTxFJHnXBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTxFJHnXBN .mbr-text,
.cid-tTxFJHnXBN .link {
  text-align: center;
}
.cid-tTyyiV2fYq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc01681-9-2000x3000.jpeg");
}
.cid-tTyyiV2fYq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tTyyiV2fYq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tTyyiV2fYq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tTyyiV2fYq .mbr-text,
.cid-tTyyiV2fYq .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tTyyiV2fYq h3:before,
  .cid-tTyyiV2fYq h3:after {
    display: none;
  }
}
.cid-tTyyiV2fYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyyiV2fYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyyiV2fYq H3 {
  color: #ffffff;
}
.cid-tTyyiV2fYq H1 {
  color: #ffffff;
}
.cid-tTxFEuZS9D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tTxFEuZS9D .container {
    padding: 1rem;
  }
}
.cid-tTxFEuZS9D .card-box {
  padding: 0 2rem;
}
.cid-tTxFEuZS9D .card {
  padding: 0 !important;
}
.cid-tTxFEuZS9D .mbr-section-btn {
  padding-top: 2rem;
}
.cid-tTxFEuZS9D .container-fluid {
  padding: 0;
}
.cid-tTxFEuZS9D .card1 {
  background-image: url("../../../assets/images/dsc00500-1-3-2000x1333.jpeg");
}
.cid-tTxFEuZS9D .card2 {
  background-image: url("../../../assets/images/0020-17001160830021-2000x3017.jpeg");
}
.cid-tTxFEuZS9D .card3 {
  background-image: url("../../../assets/images/dji-10-original-2000x1125.jpg");
}
.cid-tTxFEuZS9D .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tTxFEuZS9D h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tTxFEuZS9D p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tTxFEuZS9D .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-tTxFEuZS9D .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tTxFEuZS9D .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-tTxFEuZS9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTxFEuZS9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyqTRvURL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tTyqTRvURL .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tTyqTRvURL .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/sony-a7-iii-mirrorless-camera-1-2000x1201.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tTyqTRvURL .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-tTyqTRvURL .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tTyqTRvURL .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tTyqTRvURL .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tTyqTRvURL .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tTyqTRvURL .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tTyqTRvURL .col:hover .box-title2,
.cid-tTyqTRvURL .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tTyqTRvURL .box-title2,
.cid-tTyqTRvURL .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tTyqTRvURL .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-tTyqTRvURL .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tTyqTRvURL .img-content {
    opacity: 1;
  }
  .cid-tTyqTRvURL .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tTyqTRvURL .box-content {
    width: 100%;
  }
  .cid-tTyqTRvURL .box-title2,
  .cid-tTyqTRvURL .box-text2 {
    color: #ffffff !important;
    display: none;
  }
  .cid-tTyqTRvURL .content-block,
  .cid-tTyqTRvURL .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tTyqTRvURL .box-text1 {
  color: #333333;
}
.cid-tTyqTRvURL .box-title2 {
  color: #ffffff;
}
.cid-tTyqTRvURL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyqTRvURL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTxG0LjR2v {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTxG0LjR2v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTxG0LjR2v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTxG0LjR2v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTxG0LjR2v .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTxG0LjR2v .container {
  padding: 0;
}
.cid-tTxG0LjR2v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTxG0LjR2v .icon-focus {
  display: none;
}
.cid-tTxG0LjR2v .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tTxG0LjR2v .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-tTxG0LjR2v li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tTxG0LjR2v li {
  position: relative;
}
.cid-tTxG0LjR2v .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tTxG0LjR2v .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTxG0LjR2v .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTxG0LjR2v .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tTxG0LjR2v .btn {
  font-family: DM Sans !important;
}
.cid-tTxG0LjR2v .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tTxG0LjR2v .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tTxG0LjR2v .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tTxG0LjR2v li:not(:last-child):after {
    top: 9px;
  }
  .cid-tTxG0LjR2v .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tTyFgb0EuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tTyFgb0EuT .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tTyFgb0EuT .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/nikon-f100-4-1936x1296.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tTyFgb0EuT .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-tTyFgb0EuT .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tTyFgb0EuT .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tTyFgb0EuT .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tTyFgb0EuT .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tTyFgb0EuT .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tTyFgb0EuT .col:hover .box-title2,
.cid-tTyFgb0EuT .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tTyFgb0EuT .box-title2,
.cid-tTyFgb0EuT .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tTyFgb0EuT .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-tTyFgb0EuT .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tTyFgb0EuT .img-content {
    opacity: 1;
  }
  .cid-tTyFgb0EuT .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tTyFgb0EuT .box-content {
    width: 100%;
  }
  .cid-tTyFgb0EuT .box-title2,
  .cid-tTyFgb0EuT .box-text2 {
    color: #ffffff !important;
    display: none;
  }
  .cid-tTyFgb0EuT .content-block,
  .cid-tTyFgb0EuT .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tTyFgb0EuT .box-text1 {
  color: #333333;
}
.cid-tTyFgb0EuT .box-title2 {
  color: #ffffff;
}
.cid-tTyFgb0EuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyFgb0EuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyGoqcdgi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTyGoqcdgi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTyGoqcdgi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTyGoqcdgi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTyGoqcdgi .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTyGoqcdgi .container {
  padding: 0;
}
.cid-tTyGoqcdgi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTyGoqcdgi .icon-focus {
  display: none;
}
.cid-tTyGoqcdgi .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tTyGoqcdgi .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-tTyGoqcdgi li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tTyGoqcdgi li {
  position: relative;
}
.cid-tTyGoqcdgi .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tTyGoqcdgi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTyGoqcdgi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTyGoqcdgi .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tTyGoqcdgi .btn {
  font-family: DM Sans !important;
}
.cid-tTyGoqcdgi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tTyGoqcdgi .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tTyGoqcdgi .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tTyGoqcdgi li:not(:last-child):after {
    top: 9px;
  }
  .cid-tTyGoqcdgi .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tTyGNdmwYW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tTyGNdmwYW .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tTyGNdmwYW .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/djimavic2pro-2000x844.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-tTyGNdmwYW .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-tTyGNdmwYW .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-tTyGNdmwYW .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-tTyGNdmwYW .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-tTyGNdmwYW .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tTyGNdmwYW .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-tTyGNdmwYW .col:hover .box-title2,
.cid-tTyGNdmwYW .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-tTyGNdmwYW .box-title2,
.cid-tTyGNdmwYW .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tTyGNdmwYW .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-tTyGNdmwYW .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tTyGNdmwYW .img-content {
    opacity: 1;
  }
  .cid-tTyGNdmwYW .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-tTyGNdmwYW .box-content {
    width: 100%;
  }
  .cid-tTyGNdmwYW .box-title2,
  .cid-tTyGNdmwYW .box-text2 {
    color: #ffffff !important;
    display: none;
  }
  .cid-tTyGNdmwYW .content-block,
  .cid-tTyGNdmwYW .content1 {
    padding: 3rem 1rem;
  }
}
.cid-tTyGNdmwYW .box-text1 {
  color: #333333;
}
.cid-tTyGNdmwYW .box-title2 {
  color: #ffffff;
}
.cid-tTyGNdmwYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTyGNdmwYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTyHvUV9Vj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTyHvUV9Vj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTyHvUV9Vj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTyHvUV9Vj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTyHvUV9Vj .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTyHvUV9Vj .container {
  padding: 0;
}
.cid-tTyHvUV9Vj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTyHvUV9Vj .icon-focus {
  display: none;
}
.cid-tTyHvUV9Vj .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tTyHvUV9Vj .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-tTyHvUV9Vj li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tTyHvUV9Vj li {
  position: relative;
}
.cid-tTyHvUV9Vj .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tTyHvUV9Vj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTyHvUV9Vj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTyHvUV9Vj .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tTyHvUV9Vj .btn {
  font-family: DM Sans !important;
}
.cid-tTyHvUV9Vj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tTyHvUV9Vj .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tTyHvUV9Vj .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tTyHvUV9Vj li:not(:last-child):after {
    top: 9px;
  }
  .cid-tTyHvUV9Vj .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tTyWAPzzVL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dji-175-2000x1125.jpg");
}
@media (max-width: 767px) {
  .cid-tTyWAPzzVL .content {
    text-align: center;
  }
  .cid-tTyWAPzzVL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTyWAPzzVL .img-logo img {
  height: 6rem;
}
.cid-tTyWAPzzVL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tTyWAPzzVL .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tTyWAPzzVL .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tTyWAPzzVL .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tTyWAPzzVL .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tTyWAPzzVL .social-list a:hover {
  opacity: 1;
}
.cid-tTyWAPzzVL .list {
  list-style-type: none;
  padding: 0;
}
.cid-tTyWAPzzVL .list li {
  padding-bottom: 0.5rem;
}
.cid-tTyWAPzzVL .list li:last-child {
  padding-bottom: 0;
}
.cid-tTyWAPzzVL .mbr-footer-list,
.cid-tTyWAPzzVL .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tTyWAPzzVL .mbr-footer-list,
  .cid-tTyWAPzzVL .form-text,
  .cid-tTyWAPzzVL .footer-title,
  .cid-tTyWAPzzVL .footer-main-title,
  .cid-tTyWAPzzVL .form-text,
  .cid-tTyWAPzzVL .list {
    text-align: center !important;
  }
  .cid-tTyWAPzzVL .mbr-form,
  .cid-tTyWAPzzVL .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tTyWAPzzVL .footer-main-title {
  color: #ffffff;
}
.cid-tTyWAPzzVL .mbr-footer-list {
  color: #ffffff;
}
.cid-tTyWAPzzVL .form-text {
  color: #ffffff;
}
